/* VR360 site chrome — đồng bộ profile.vr360.one */
@font-face{
  font-family:"SVN-Gilroy";
  src:url("https://vr360.one/wp-content/themes/vr360/assets/fonts/SVN-Gilroy.woff2") format("woff2"),
      url("https://vr360.one/wp-content/themes/vr360/assets/fonts/SVN-Gilroy.woff") format("woff");
  font-weight:400;font-style:normal;font-display:swap;
}
:root{
  --chrome-font-title:"Bai Jamjuree",system-ui,serif;
  --chrome-font-body:"SVN-Gilroy",system-ui,sans-serif;
  --chrome-brand:#AD8AFE;
  --chrome-brand2:#6131F9;
  --chrome-accent:#C9B0FF;
  --chrome-txt:#E9E7F9;
  --chrome-muted:#8F8CBE;
  --chrome-line:rgba(173,138,254,.18);
  --chrome-bg:#070A29;
  --chrome-card2:#0B1036;
  --chrome-maxw:1180px;
}
body.has-site-chrome{padding-top:4.25rem}
.d-flex{display:flex}.align-items-center{align-items:center}.gap-2{gap:.5rem}
.container_frame{max-width:var(--chrome-maxw);margin:0 auto;padding:0 22px}
.profile-header{position:fixed;top:0;left:0;width:100%;z-index:9999;background:rgba(7,10,41,.78);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid rgba(173,138,254,.2);transition:background .3s,box-shadow .3s,border-color .3s}
.profile-header::before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,var(--chrome-brand2) 22%,var(--chrome-brand) 50%,var(--chrome-brand2) 78%,transparent);opacity:.9}
.profile-header.change{background:rgba(7,10,41,.94);box-shadow:0 10px 32px rgba(7,10,41,.38);border-bottom-color:rgba(173,138,254,.32)}
.profile-header .content_header{justify-content:space-between;align-items:center;gap:1rem;padding:.72rem 0}
.profile-header .logo-wrap{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:inherit;min-width:0}
.profile-header .logo-wrap img{height:2.15rem;width:auto;flex:none;border-radius:6px}
.profile-header .logo-meta{display:flex;flex-flow:column;gap:2px;line-height:1.2;min-width:0}
.profile-header .logo-meta strong{font-family:var(--chrome-font-title);font-size:.92rem;font-weight:600;color:#fff;letter-spacing:.02em}
.profile-header .logo-meta span{font-size:.7rem;color:var(--chrome-muted);letter-spacing:.08em;text-transform:uppercase}
.profile-header .menu_header .menu{display:flex;align-items:center;gap:.1rem;padding:3px;margin:0;list-style:none;background:rgba(16,21,63,.55);border:1px solid rgba(173,138,254,.18);border-radius:999px}
.profile-header .menu_header .menu a{display:block;color:var(--chrome-muted);font-family:var(--chrome-font-body);font-size:.84rem;font-weight:600;padding:.42rem .8rem;border-radius:999px;transition:color .2s,background .2s;text-decoration:none}
.profile-header .menu_header .menu li:hover a,.profile-header .menu_header .menu li.on a{color:#fff;background:rgba(97,49,249,.38)}
.profile-header .hdr-ext{font-size:.78rem;color:var(--chrome-muted);text-decoration:none;padding:.35rem .55rem;border-radius:6px;transition:color .2s;white-space:nowrap}
.profile-header .hdr-ext:hover{color:var(--chrome-brand)}
.profile-header .hdr-cta{font-family:var(--chrome-font-title);font-size:.84rem;font-weight:600;padding:.48rem 1rem;border-radius:10px;border:1px solid rgba(173,138,254,.45);color:#fff;background:transparent;transition:border-color .2s,background .2s,color .2s;text-decoration:none;white-space:nowrap}
.profile-header .hdr-cta:hover{border-color:var(--chrome-brand);background:rgba(97,49,249,.22);color:var(--chrome-accent)}
.menu-burger{display:none;width:40px;height:40px;cursor:pointer;border:1px solid rgba(173,138,254,.35);border-radius:10px;background:rgba(16,21,63,.6);align-items:center;justify-content:center;flex-flow:column;gap:4px;flex:none}
.menu-burger span{display:block;width:16px;height:2px;border-radius:2px;background:#fff;transition:transform .3s,opacity .3s}
.menu-burger.open span:nth-child(1){transform:translateY(6px) rotate(45deg)}
.menu-burger.open span:nth-child(2){opacity:0}
.menu-burger.open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
.profile-foot{margin-top:2rem;color:var(--chrome-txt);border-top:1px solid var(--chrome-line);background:linear-gradient(180deg,var(--chrome-card2) 0%,var(--chrome-bg) 88%);padding:2.25rem 0 1.5rem;position:relative}
.profile-foot::before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(173,138,254,.45),transparent)}
.profile-foot a{color:var(--chrome-txt);text-decoration:none;transition:color .2s}
.profile-foot a:hover{color:var(--chrome-brand)}
.foot-top{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;margin-bottom:1.15rem}
.foot-brand{display:flex;align-items:center;gap:1rem}
.foot-brand img{width:3.25rem;height:auto;border-radius:8px}
.foot-brand-text strong{display:block;font-family:var(--chrome-font-title);font-size:1rem;margin-bottom:.2rem;color:#fff}
.foot-brand-text span{display:block;font-size:.86rem;color:var(--chrome-muted);max-width:38ch;line-height:1.45}
.foot-chips{display:flex;flex-wrap:wrap;gap:.45rem;align-items:center}
.foot-chip{display:inline-flex;align-items:center;padding:.38rem .72rem;border-radius:999px;border:1px solid var(--chrome-line);font-size:.8rem;font-weight:600;background:rgba(16,21,63,.45)}
.foot-chip:hover{border-color:rgba(173,138,254,.4)}
.foot-links-row{display:flex;flex-wrap:wrap;gap:.35rem 1.15rem;margin-bottom:1.1rem;padding-bottom:1.1rem;border-bottom:1px solid rgba(173,138,254,.12)}
.foot-links-row a{font-size:.86rem;font-weight:600;color:var(--chrome-muted)}
.foot-links-row a:hover{color:var(--chrome-brand)}
.foot-legal{font-size:.8rem;color:var(--chrome-muted);line-height:1.65;margin-bottom:.85rem}
.foot-legal b{color:var(--chrome-txt);font-weight:600}
.foot-copy{font-size:.76rem;color:rgba(143,140,190,.9);text-align:center}
.foot-copy a{color:var(--chrome-brand)}
@media(max-width:920px){
  body.has-site-chrome{padding-top:3.85rem}
  .profile-header .hdr-ext{display:none}
  .profile-header .menu_header{position:fixed;top:0;right:0;width:min(82%,320px);height:100vh;background:rgba(7,10,41,.97);border-left:1px solid rgba(173,138,254,.25);z-index:9998;transform:translateX(100%);transition:transform .35s ease;padding:4.5rem 1.25rem 1.5rem}
  .profile-header .menu_header.open{transform:translateX(0)}
  .profile-header .menu_header .menu{flex-flow:column;align-items:stretch;background:transparent;border:0;border-radius:0;padding:0;gap:.25rem}
  .profile-header .menu_header .menu a{padding:.75rem .85rem;border-radius:10px;font-size:.95rem}
  .menu-burger{display:flex}
  .foot-top{flex-flow:column}
}
