:root{
  --qv-bg:#07050d;
  --qv-bg-soft:#0d0918;
  --qv-panel:rgba(18,13,34,.72);
  --qv-panel-solid:#110c20;
  --qv-panel-soft:rgba(255,255,255,.045);
  --qv-text:#f8f6ff;
  --qv-muted:#aaa4bc;
  --qv-faint:#777087;
  --qv-line:rgba(221,209,255,.12);
  --qv-line-strong:rgba(221,209,255,.21);
  --qv-purple:#8b5cf6;
  --qv-violet:#a855f7;
  --qv-blue:#4f8cff;
  --qv-cyan:#40d9ff;
  --qv-gold:#f6c75c;
  --qv-green:#61e6a8;
  --qv-danger:#ff6886;
  --qv-shadow:0 30px 90px rgba(0,0,0,.4);
  --qv-glow:0 0 60px rgba(139,92,246,.2);
  --qv-radius-xl:32px;
  --qv-radius-lg:24px;
  --qv-radius-md:18px;
  --qv-max:1240px;
  --qv-font:"Manrope",Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --qv-display:"Space Grotesk","Manrope",system-ui,sans-serif;
  color-scheme:dark;
}

html[data-theme="light"]{
  --qv-bg:#f5f3fb;
  --qv-bg-soft:#ebe7f5;
  --qv-panel:rgba(255,255,255,.76);
  --qv-panel-solid:#ffffff;
  --qv-panel-soft:rgba(22,12,43,.045);
  --qv-text:#171121;
  --qv-muted:#655e72;
  --qv-faint:#8b8495;
  --qv-line:rgba(40,22,68,.11);
  --qv-line-strong:rgba(40,22,68,.19);
  --qv-shadow:0 30px 90px rgba(35,18,65,.13);
  --qv-glow:0 0 60px rgba(139,92,246,.12);
  color-scheme:light;
}

*{box-sizing:border-box}

html{
  min-width:320px;
  scroll-behavior:smooth;
  background:var(--qv-bg);
}

body{
  position:relative;
  min-width:320px;
  min-height:100vh;
  margin:0;
  overflow-x:hidden;
  color:var(--qv-text);
  background:var(--qv-bg);
  font-family:var(--qv-font);
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  transition:background .35s ease,color .35s ease;
}

body::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-3;
  pointer-events:none;
  background:
    linear-gradient(180deg,rgba(5,2,14,.36),rgba(7,5,13,.92) 78%,var(--qv-bg)),
    url("/assets/img/FA99E518-9763-4AD6-9E91-7E4635254D13.PNG") center top/cover no-repeat;
  opacity:.9;
  transform:translateZ(0);
}

html[data-theme="light"] body::before{
  background:
    linear-gradient(180deg,rgba(245,243,251,.42),rgba(245,243,251,.94) 76%,var(--qv-bg)),
    url("/assets/img/FA99E518-9763-4AD6-9E91-7E4635254D13.PNG") center top/cover no-repeat;
  opacity:.62;
}

body::after{
  content:"";
  position:fixed;
  inset:0;
  z-index:-2;
  pointer-events:none;
  background:
    radial-gradient(circle at 10% 8%,rgba(168,85,247,.2),transparent 24%),
    radial-gradient(circle at 84% 28%,rgba(59,130,246,.12),transparent 28%),
    linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);
  background-size:auto,auto,72px 72px,72px 72px;
  mask-image:linear-gradient(to bottom,#000,transparent 88%);
}

body.nav-open{overflow:hidden}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
button{color:inherit}
img,svg{display:block;max-width:100%}

.qv-shell{
  width:min(var(--qv-max),calc(100% - 48px));
  margin-inline:auto;
}

.qv-skip{
  position:fixed;
  top:12px;
  left:12px;
  z-index:200;
  padding:10px 14px;
  border-radius:12px;
  background:var(--qv-text);
  color:var(--qv-bg);
  font-weight:900;
  transform:translateY(-160%);
  transition:transform .2s ease;
}

.qv-skip:focus{transform:translateY(0)}

:focus-visible{
  outline:3px solid var(--qv-cyan);
  outline-offset:4px;
}

.qv-header{
  position:fixed;
  inset:0 0 auto;
  z-index:100;
  border-bottom:1px solid transparent;
  transition:background .25s ease,border-color .25s ease,box-shadow .25s ease;
}

.qv-header.is-scrolled{
  border-bottom-color:var(--qv-line);
  background:color-mix(in srgb,var(--qv-bg) 78%,transparent);
  box-shadow:0 16px 50px rgba(0,0,0,.12);
  backdrop-filter:blur(22px) saturate(1.25);
}

.qv-nav{
  min-height:78px;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:20px;
  transition:min-height .25s ease;
}

.qv-header.is-scrolled .qv-nav{min-height:66px}

.qv-brand{
  width:max-content;
  display:inline-flex;
  align-items:center;
  gap:11px;
}

.qv-brand img{
  width:42px;
  height:42px;
  flex:0 0 auto;
  border:1px solid rgba(255,255,255,.14);
  border-radius:14px;
  object-fit:cover;
  box-shadow:0 14px 34px rgba(79,44,180,.35);
}

.qv-brand-copy{display:grid;gap:2px}
.qv-brand-copy strong{
  font-family:var(--qv-display);
  font-size:17px;
  line-height:1;
  letter-spacing:-.02em;
}
.qv-brand-copy span{
  color:var(--qv-muted);
  font-size:8px;
  font-weight:900;
  letter-spacing:.17em;
  text-transform:uppercase;
}

.qv-nav-links{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:4px;
  padding:5px;
  border:1px solid var(--qv-line);
  border-radius:999px;
  background:rgba(10,7,20,.25);
  backdrop-filter:blur(14px);
}

html[data-theme="light"] .qv-nav-links{background:rgba(255,255,255,.4)}

.qv-nav-link{
  min-height:38px;
  display:inline-flex;
  align-items:center;
  padding:0 13px;
  border-radius:999px;
  color:var(--qv-muted);
  font-size:12px;
  font-weight:800;
  transition:color .2s ease,background .2s ease;
}
.qv-nav-link:hover,
.qv-nav-link.is-active{
  color:var(--qv-text);
  background:var(--qv-panel-soft);
}

.qv-nav-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:9px;
}

.qv-icon-button,
.qv-menu-button{
  width:42px;
  height:42px;
  display:inline-grid;
  place-items:center;
  border:1px solid var(--qv-line);
  border-radius:13px;
  background:var(--qv-panel);
  cursor:pointer;
  backdrop-filter:blur(16px);
  transition:border-color .2s ease,transform .2s ease,background .2s ease;
}
.qv-icon-button:hover,
.qv-menu-button:hover{
  border-color:var(--qv-line-strong);
  transform:translateY(-2px);
}
.qv-icon-button svg{width:18px;height:18px}
.qv-menu-button{display:none}

.qv-button{
  --button-bg:var(--qv-panel-soft);
  min-height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  padding:0 17px;
  border:1px solid var(--qv-line);
  border-radius:14px;
  color:var(--qv-text);
  background:var(--button-bg);
  font-size:12px;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,background .2s ease;
}
.qv-button:hover{
  transform:translateY(-2px);
  border-color:var(--qv-line-strong);
  box-shadow:0 16px 34px rgba(0,0,0,.16);
}
.qv-button svg{width:17px;height:17px}
.qv-button.primary{
  border-color:rgba(197,172,255,.28);
  color:#fff;
  background:linear-gradient(135deg,#6d3bf0,#9a4df1 58%,#3c7ff0);
  box-shadow:0 16px 38px rgba(124,58,237,.32),inset 0 1px 0 rgba(255,255,255,.24);
}
.qv-button.primary:hover{box-shadow:0 20px 46px rgba(124,58,237,.42)}
.qv-button.large{min-height:54px;padding-inline:22px;border-radius:17px;font-size:13px}

.qv-mobile-panel{
  display:none;
  width:min(var(--qv-max),calc(100% - 32px));
  margin:0 auto 12px;
  padding:12px;
  border:1px solid var(--qv-line);
  border-radius:20px;
  background:color-mix(in srgb,var(--qv-panel-solid) 94%,transparent);
  box-shadow:var(--qv-shadow);
  backdrop-filter:blur(24px);
}
.qv-mobile-panel a{
  min-height:46px;
  display:flex;
  align-items:center;
  padding:0 13px;
  border-radius:12px;
  color:var(--qv-muted);
  font-size:13px;
  font-weight:850;
}
.qv-mobile-panel a:hover{color:var(--qv-text);background:var(--qv-panel-soft)}
.qv-mobile-panel .qv-mobile-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  margin-top:8px;
}
.qv-mobile-panel .qv-button{color:var(--qv-text);justify-content:center}
.qv-mobile-panel .qv-button.primary{color:#fff}

.qv-hero{
  position:relative;
  min-height:820px;
  padding:154px 0 92px;
  display:flex;
  align-items:center;
  overflow:hidden;
}

.qv-hero::after{
  content:"";
  position:absolute;
  right:-10vw;
  bottom:-130px;
  width:650px;
  height:650px;
  z-index:-1;
  border-radius:50%;
  background:radial-gradient(circle,rgba(124,58,237,.2),transparent 66%);
  filter:blur(12px);
  pointer-events:none;
}

.qv-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(440px,.98fr);
  align-items:center;
  gap:clamp(44px,7vw,96px);
}

.qv-eyebrow{
  width:max-content;
  max-width:100%;
  display:inline-flex;
  align-items:center;
  gap:9px;
  min-height:32px;
  padding:0 12px;
  border:1px solid rgba(190,169,255,.2);
  border-radius:999px;
  color:#d9ccff;
  background:rgba(118,75,195,.13);
  font-size:10px;
  font-weight:950;
  letter-spacing:.16em;
  text-transform:uppercase;
}
html[data-theme="light"] .qv-eyebrow{color:#5d2eac;background:rgba(124,58,237,.08)}
.qv-eyebrow-dot{
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--qv-green);
  box-shadow:0 0 0 5px rgba(97,230,168,.1),0 0 18px rgba(97,230,168,.7);
}

.qv-hero h1{
  max-width:720px;
  margin:20px 0 0;
  font-family:var(--qv-display);
  font-size:clamp(56px,6vw,90px);
  font-weight:700;
  line-height:.91;
  letter-spacing:-.075em;
}
.qv-hero h1 span{
  display:block;
  color:transparent;
  background:linear-gradient(100deg,#fff 2%,#cbb7ff 42%,#78b7ff 92%);
  -webkit-background-clip:text;
  background-clip:text;
}
html[data-theme="light"] .qv-hero h1 span{
  background-image:linear-gradient(100deg,#3d176e,#7c3aed 45%,#246dd8);
}

.qv-hero-copy{
  max-width:620px;
  margin:24px 0 0;
  color:var(--qv-muted);
  font-size:17px;
  line-height:1.72;
}

.qv-hero-actions{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:11px;
  margin-top:30px;
}

.qv-proof{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:22px;
  margin-top:28px;
  color:var(--qv-faint);
  font-size:11px;
  font-weight:800;
}
.qv-proof span{display:inline-flex;align-items:center;gap:7px}
.qv-proof svg{width:15px;height:15px;color:var(--qv-green)}

.qv-game-window{
  position:relative;
  width:100%;
  max-width:560px;
  margin-left:auto;
  padding:12px;
  border:1px solid rgba(222,208,255,.19);
  border-radius:31px;
  background:rgba(12,8,23,.55);
  box-shadow:0 48px 120px rgba(0,0,0,.5),0 0 100px rgba(118,69,208,.18),inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter:blur(22px) saturate(1.16);
  transform:perspective(1200px) rotateY(-3deg) rotateX(1.5deg);
  transform-style:preserve-3d;
  transition:transform .35s ease;
}
html[data-theme="light"] .qv-game-window{background:rgba(255,255,255,.58);box-shadow:var(--qv-shadow)}

.qv-window-inner{
  min-height:570px;
  overflow:hidden;
  border:1px solid var(--qv-line);
  border-radius:22px;
  background:
    radial-gradient(circle at 84% 4%,rgba(88,65,182,.24),transparent 30%),
    linear-gradient(150deg,rgba(28,20,50,.95),rgba(11,8,22,.98));
}
html[data-theme="light"] .qv-window-inner{
  background:linear-gradient(150deg,rgba(255,255,255,.98),rgba(237,233,248,.98));
}

.qv-window-top{
  min-height:48px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 15px;
  border-bottom:1px solid var(--qv-line);
}
.qv-window-dots{display:flex;gap:5px}
.qv-window-dots i{width:7px;height:7px;border-radius:50%;background:var(--qv-line-strong)}
.qv-window-dots i:first-child{background:var(--qv-danger)}
.qv-window-dots i:nth-child(2){background:var(--qv-gold)}
.qv-window-dots i:nth-child(3){background:var(--qv-green)}
.qv-window-status{
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:var(--qv-muted);
  font-size:9px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.qv-window-status::before{
  content:"";
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--qv-green);
  box-shadow:0 0 12px var(--qv-green);
}

.qv-window-content{padding:18px}
.qv-player-row{display:flex;align-items:center;justify-content:space-between;gap:12px}
.qv-player{display:flex;align-items:center;gap:11px;min-width:0}
.qv-avatar{
  position:relative;
  width:50px;
  height:50px;
  flex:0 0 auto;
  display:grid;
  place-items:center;
  border:1px solid rgba(207,188,255,.25);
  border-radius:17px;
  background:linear-gradient(145deg,#1c1239,#7040bc);
  box-shadow:0 13px 30px rgba(60,31,120,.35);
}
.qv-avatar img{width:40px;height:40px;border-radius:12px;object-fit:cover}
.qv-online{
  position:absolute;
  right:-2px;
  bottom:-2px;
  width:12px;
  height:12px;
  border:3px solid #171025;
  border-radius:50%;
  background:var(--qv-green);
}
.qv-player-copy{min-width:0}
.qv-player-copy small{
  display:block;
  color:var(--qv-muted);
  font-size:8px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.qv-player-copy strong{
  display:block;
  margin-top:4px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-family:var(--qv-display);
  font-size:16px;
}
.qv-level{
  flex:0 0 auto;
  padding:8px 10px;
  border:1px solid rgba(64,217,255,.18);
  border-radius:12px;
  color:var(--qv-cyan);
  background:rgba(64,217,255,.07);
  font-size:10px;
  font-weight:900;
}

.qv-rank-card{
  position:relative;
  min-height:170px;
  display:grid;
  grid-template-columns:116px 1fr;
  align-items:center;
  gap:10px;
  margin-top:16px;
  padding:17px;
  overflow:hidden;
  border:1px solid rgba(181,151,255,.17);
  border-radius:19px;
  background:
    linear-gradient(120deg,rgba(128,77,225,.18),rgba(49,99,191,.08)),
    var(--qv-panel-soft);
}
.qv-rank-card::after{
  content:"";
  position:absolute;
  inset:auto -40px -70px auto;
  width:190px;
  height:190px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(79,140,255,.18),transparent 67%);
}
.qv-rank-art{
  position:relative;
  height:126px;
  display:grid;
  place-items:center;
}
.qv-rank-art::before{
  content:"";
  position:absolute;
  width:100px;
  height:100px;
  border:1px solid rgba(168,133,255,.22);
  border-radius:50%;
  box-shadow:0 0 48px rgba(130,83,222,.28),inset 0 0 28px rgba(90,56,164,.18);
}
.qv-rank-art img{
  position:relative;
  z-index:1;
  width:106px;
  height:120px;
  object-fit:contain;
  filter:drop-shadow(0 14px 24px rgba(0,0,0,.42));
}
.qv-rank-info{position:relative;z-index:1;min-width:0}
.qv-rank-info small{
  color:#bda9ff;
  font-size:8px;
  font-weight:950;
  letter-spacing:.15em;
  text-transform:uppercase;
}
html[data-theme="light"] .qv-rank-info small{color:#6d40bd}
.qv-rank-info h2{
  margin:6px 0 3px;
  font-family:var(--qv-display);
  font-size:25px;
  line-height:1;
  letter-spacing:-.04em;
}
.qv-rank-info p{margin:0;color:var(--qv-muted);font-size:10px}
.qv-rank-progress{
  height:7px;
  margin-top:15px;
  overflow:hidden;
  border-radius:99px;
  background:rgba(255,255,255,.08);
}
.qv-rank-progress span{
  width:68%;
  height:100%;
  display:block;
  border-radius:inherit;
  background:linear-gradient(90deg,var(--qv-purple),var(--qv-cyan));
  box-shadow:0 0 17px rgba(64,217,255,.45);
}
.qv-rank-meta{
  display:flex;
  justify-content:space-between;
  gap:8px;
  margin-top:7px;
  color:var(--qv-faint);
  font-size:8px;
  font-weight:850;
}

.qv-window-grid{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:11px;
  margin-top:11px;
}
.qv-continue,
.qv-mission{
  min-height:128px;
  padding:15px;
  border:1px solid var(--qv-line);
  border-radius:17px;
  background:var(--qv-panel-soft);
}
.qv-card-kicker{
  color:var(--qv-faint);
  font-size:8px;
  font-weight:950;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.qv-continue strong,.qv-mission strong{
  display:block;
  margin-top:8px;
  font-family:var(--qv-display);
  font-size:14px;
  line-height:1.2;
}
.qv-continue p,.qv-mission p{margin:5px 0 0;color:var(--qv-muted);font-size:9px;line-height:1.5}
.qv-mini-progress{
  height:5px;
  margin-top:13px;
  overflow:hidden;
  border-radius:99px;
  background:rgba(255,255,255,.08);
}
.qv-mini-progress span{width:74%;height:100%;display:block;background:linear-gradient(90deg,var(--qv-blue),var(--qv-cyan))}
.qv-mission-reward{
  display:flex;
  align-items:center;
  gap:5px;
  margin-top:12px;
  color:var(--qv-gold);
  font-size:9px;
  font-weight:900;
}
.qv-mission-reward img{width:16px;height:16px;object-fit:contain}

.qv-wallet{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:8px;
  margin-top:11px;
}
.qv-wallet-item{
  min-width:0;
  display:flex;
  align-items:center;
  gap:7px;
  padding:9px;
  border:1px solid var(--qv-line);
  border-radius:13px;
  background:rgba(255,255,255,.025);
}
.qv-wallet-item img{width:22px;height:22px;flex:0 0 auto;object-fit:contain}
.qv-wallet-item span{min-width:0;display:grid}
.qv-wallet-item small{color:var(--qv-faint);font-size:6px;font-weight:900;text-transform:uppercase}
.qv-wallet-item strong{margin-top:2px;overflow:hidden;text-overflow:ellipsis;font-size:9px}

.qv-float-card{
  position:absolute;
  z-index:4;
  display:flex;
  align-items:center;
  gap:8px;
  padding:10px 12px;
  border:1px solid rgba(220,206,255,.18);
  border-radius:14px;
  background:rgba(17,11,31,.82);
  box-shadow:0 16px 44px rgba(0,0,0,.3);
  backdrop-filter:blur(18px);
  font-size:10px;
  font-weight:900;
  animation:qv-float 4.5s ease-in-out infinite;
}
html[data-theme="light"] .qv-float-card{background:rgba(255,255,255,.88)}
.qv-float-card svg{width:18px;height:18px}
.qv-float-card.one{top:112px;right:-42px;color:var(--qv-cyan)}
.qv-float-card.two{left:-42px;bottom:92px;color:var(--qv-gold);animation-delay:-2s}

@keyframes qv-float{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-8px)}
}

.qv-trust-strip{
  position:relative;
  z-index:2;
  margin-top:-8px;
  border-block:1px solid var(--qv-line);
  background:color-mix(in srgb,var(--qv-bg) 68%,transparent);
  backdrop-filter:blur(18px);
}
.qv-trust-grid{
  min-height:98px;
  display:grid;
  grid-template-columns:1.15fr repeat(4,1fr);
  align-items:center;
}
.qv-trust-title{
  color:var(--qv-faint);
  font-size:9px;
  font-weight:950;
  letter-spacing:.15em;
  text-transform:uppercase;
}
.qv-trust-item{
  min-height:46px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  border-left:1px solid var(--qv-line);
  color:var(--qv-muted);
  font-size:11px;
  font-weight:850;
}
.qv-trust-item svg{width:18px;height:18px;color:var(--qv-violet)}

.qv-section{position:relative;padding:112px 0}
.qv-section[id]{scroll-margin-top:90px}
.qv-section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:36px;
  margin-bottom:42px;
}
.qv-section-head-copy{max-width:720px}
.qv-section-label{
  color:#bda9ff;
  font-size:9px;
  font-weight:950;
  letter-spacing:.18em;
  text-transform:uppercase;
}
html[data-theme="light"] .qv-section-label{color:#6d3ab7}
.qv-section-title{
  margin:12px 0 0;
  font-family:var(--qv-display);
  font-size:clamp(36px,5vw,64px);
  line-height:.98;
  letter-spacing:-.06em;
}
.qv-section-copy{
  max-width:610px;
  margin:16px 0 0;
  color:var(--qv-muted);
  font-size:15px;
  line-height:1.75;
}
.qv-section-note{
  max-width:250px;
  padding:15px 17px;
  border-left:2px solid var(--qv-purple);
  color:var(--qv-muted);
  font-size:11px;
  line-height:1.55;
}

.qv-mode-grid{
  display:grid;
  grid-template-columns:repeat(12,1fr);
  gap:14px;
}
.qv-mode-card{
  position:relative;
  min-height:240px;
  grid-column:span 4;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  padding:23px;
  border:1px solid var(--qv-line);
  border-radius:var(--qv-radius-lg);
  background:
    linear-gradient(145deg,rgba(255,255,255,.055),transparent 52%),
    var(--qv-panel);
  box-shadow:0 18px 50px rgba(0,0,0,.08);
  backdrop-filter:blur(18px);
  transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease;
}
.qv-mode-card::before{
  content:"";
  position:absolute;
  right:-50px;
  bottom:-65px;
  width:180px;
  height:180px;
  border-radius:50%;
  background:radial-gradient(circle,color-mix(in srgb,var(--card-accent) 28%,transparent),transparent 68%);
  transition:transform .35s ease;
}
.qv-mode-card:hover{
  transform:translateY(-7px);
  border-color:color-mix(in srgb,var(--card-accent) 42%,var(--qv-line));
  box-shadow:0 24px 60px rgba(0,0,0,.2),0 0 50px color-mix(in srgb,var(--card-accent) 9%,transparent);
}
.qv-mode-card:hover::before{transform:scale(1.22)}
.qv-mode-card.featured{grid-column:span 8}
.qv-mode-card.reading{--card-accent:#64a8ff}
.qv-mode-card.listening{--card-accent:#4ddcf3}
.qv-mode-card.writing{--card-accent:#b686ff}
.qv-mode-card.speaking{--card-accent:#ff7fac}
.qv-mode-card.vocabulary{--card-accent:#5be09a}
.qv-mode-card.mock{--card-accent:#f2c866}
.qv-mode-icon{
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border:1px solid color-mix(in srgb,var(--card-accent) 32%,transparent);
  border-radius:15px;
  color:var(--card-accent);
  background:color-mix(in srgb,var(--card-accent) 9%,transparent);
}
.qv-mode-icon svg{width:21px;height:21px}
.qv-mode-number{
  position:absolute;
  top:23px;
  right:23px;
  color:var(--qv-faint);
  font-size:9px;
  font-weight:950;
  letter-spacing:.12em;
}
.qv-mode-card h3{
  margin:25px 0 0;
  font-family:var(--qv-display);
  font-size:22px;
  letter-spacing:-.04em;
}
.qv-mode-card p{
  max-width:440px;
  margin:8px 0 0;
  color:var(--qv-muted);
  font-size:12px;
  line-height:1.65;
}
.qv-mode-link{
  width:max-content;
  display:inline-flex;
  align-items:center;
  gap:7px;
  margin-top:auto;
  padding-top:20px;
  color:var(--card-accent);
  font-size:10px;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.qv-mode-link svg{width:14px;height:14px;transition:transform .2s ease}
.qv-mode-card:hover .qv-mode-link svg{transform:translateX(4px)}

.qv-system{
  overflow:hidden;
  border-block:1px solid var(--qv-line);
  background:linear-gradient(135deg,rgba(80,45,145,.08),rgba(28,71,140,.05));
}
.qv-system-grid{
  display:grid;
  grid-template-columns:340px minmax(0,1fr);
  gap:34px;
}
.qv-skill-tabs{
  display:grid;
  align-content:start;
  gap:9px;
}
.qv-skill-tab{
  position:relative;
  min-height:72px;
  display:grid;
  grid-template-columns:40px 1fr auto;
  align-items:center;
  gap:12px;
  padding:0 16px;
  border:1px solid var(--qv-line);
  border-radius:17px;
  color:var(--qv-muted);
  background:transparent;
  text-align:left;
  cursor:pointer;
  transition:color .2s ease,border-color .2s ease,background .2s ease,transform .2s ease;
}
.qv-skill-tab:hover{transform:translateX(4px);color:var(--qv-text)}
.qv-skill-tab.is-active{
  color:var(--qv-text);
  border-color:rgba(160,126,242,.28);
  background:linear-gradient(90deg,rgba(124,58,237,.14),rgba(124,58,237,.025));
}
.qv-skill-tab-icon{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:12px;
  color:var(--qv-violet);
  background:rgba(124,58,237,.1);
}
.qv-skill-tab-icon svg{width:18px;height:18px}
.qv-skill-tab strong{display:block;font-size:12px}
.qv-skill-tab small{display:block;margin-top:3px;color:var(--qv-faint);font-size:8px}
.qv-skill-tab>svg{width:15px;height:15px;opacity:.55}

.qv-skill-stage{
  position:relative;
  min-height:510px;
  padding:14px;
  border:1px solid var(--qv-line);
  border-radius:30px;
  background:var(--qv-panel);
  box-shadow:var(--qv-shadow);
  backdrop-filter:blur(18px);
}
.qv-skill-panel{
  min-height:480px;
  display:none;
  overflow:hidden;
  border:1px solid var(--qv-line);
  border-radius:21px;
  background:
    radial-gradient(circle at 80% 20%,color-mix(in srgb,var(--skill-color) 18%,transparent),transparent 34%),
    linear-gradient(145deg,var(--qv-panel-solid),color-mix(in srgb,var(--qv-panel-solid) 88%,#342354));
}
.qv-skill-panel.is-active{display:grid;grid-template-columns:1.04fr .96fr}
.qv-skill-copy{padding:42px 34px;display:flex;flex-direction:column}
.qv-skill-copy small{
  color:var(--skill-color);
  font-size:9px;
  font-weight:950;
  letter-spacing:.15em;
  text-transform:uppercase;
}
.qv-skill-copy h3{
  max-width:390px;
  margin:14px 0 0;
  font-family:var(--qv-display);
  font-size:clamp(28px,3.6vw,46px);
  line-height:1;
  letter-spacing:-.055em;
}
.qv-skill-copy p{max-width:390px;margin:16px 0 0;color:var(--qv-muted);font-size:12px;line-height:1.75}
.qv-skill-checks{display:grid;gap:10px;margin:24px 0}
.qv-skill-checks span{display:flex;align-items:center;gap:9px;color:var(--qv-muted);font-size:11px;font-weight:750}
.qv-skill-checks svg{width:15px;height:15px;color:var(--qv-green)}
.qv-skill-copy .qv-button{width:max-content;margin-top:auto}

.qv-test-preview{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:30px;
}
.qv-test-card{
  width:min(100%,300px);
  padding:19px;
  border:1px solid var(--qv-line-strong);
  border-radius:21px;
  background:color-mix(in srgb,var(--qv-panel-solid) 80%,transparent);
  box-shadow:0 24px 65px rgba(0,0,0,.24);
  transform:rotate(2deg);
}
.qv-test-top{display:flex;align-items:center;justify-content:space-between;color:var(--qv-faint);font-size:8px;font-weight:900;text-transform:uppercase}
.qv-test-top span:last-child{color:var(--skill-color)}
.qv-test-card h4{margin:17px 0 0;font-family:var(--qv-display);font-size:18px}
.qv-test-line{height:6px;margin-top:10px;border-radius:99px;background:var(--qv-line)}
.qv-test-line.short{width:68%}
.qv-test-options{display:grid;gap:7px;margin-top:18px}
.qv-test-option{
  min-height:38px;
  display:flex;
  align-items:center;
  gap:9px;
  padding:0 10px;
  border:1px solid var(--qv-line);
  border-radius:11px;
  color:var(--qv-muted);
  font-size:9px;
}
.qv-test-option i{width:13px;height:13px;border:1px solid var(--qv-line-strong);border-radius:50%}
.qv-test-option.selected{border-color:color-mix(in srgb,var(--skill-color) 40%,transparent);color:var(--qv-text);background:color-mix(in srgb,var(--skill-color) 8%,transparent)}
.qv-test-option.selected i{border:4px solid var(--skill-color)}
.qv-score-bubble{
  position:absolute;
  right:20px;
  bottom:66px;
  min-width:92px;
  padding:12px;
  border:1px solid color-mix(in srgb,var(--skill-color) 30%,transparent);
  border-radius:15px;
  background:color-mix(in srgb,var(--qv-panel-solid) 90%,transparent);
  box-shadow:0 18px 40px rgba(0,0,0,.22);
  text-align:center;
}
.qv-score-bubble strong{display:block;color:var(--skill-color);font-family:var(--qv-display);font-size:20px}
.qv-score-bubble small{color:var(--qv-faint);font-size:7px;font-weight:900;text-transform:uppercase}

.qv-progression-grid{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);
  gap:16px;
}
.qv-rank-showcase,
.qv-economy-card{
  border:1px solid var(--qv-line);
  border-radius:var(--qv-radius-xl);
  background:var(--qv-panel);
  box-shadow:0 20px 60px rgba(0,0,0,.1);
  backdrop-filter:blur(18px);
}
.qv-rank-showcase{position:relative;min-height:520px;overflow:hidden;padding:32px}
.qv-rank-showcase::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 50% 52%,rgba(125,82,219,.22),transparent 31%),
    linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);
  background-size:auto,54px 54px,54px 54px;
  mask-image:linear-gradient(#000,transparent 92%);
}
.qv-rank-showcase-head{position:relative;z-index:2;display:flex;justify-content:space-between;gap:20px}
.qv-rank-showcase-head h3{margin:0;font-family:var(--qv-display);font-size:25px;letter-spacing:-.04em}
.qv-rank-showcase-head p{max-width:260px;margin:5px 0 0;color:var(--qv-muted);font-size:10px;line-height:1.5}
.qv-season-pill{
  height:30px;
  display:inline-flex;
  align-items:center;
  padding:0 10px;
  border:1px solid rgba(246,199,92,.18);
  border-radius:999px;
  color:var(--qv-gold);
  background:rgba(246,199,92,.06);
  font-size:8px;
  font-weight:950;
  letter-spacing:.1em;
  white-space:nowrap;
}
.qv-rank-path{
  position:relative;
  z-index:2;
  min-height:350px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  margin-top:18px;
}
.qv-rank-path::before{
  content:"";
  position:absolute;
  top:50%;
  left:12%;
  right:12%;
  height:1px;
  background:linear-gradient(90deg,transparent,var(--qv-line-strong),rgba(168,85,247,.4),var(--qv-line-strong),transparent);
}
.qv-rank-step{
  position:relative;
  width:150px;
  text-align:center;
}
.qv-rank-step img{
  width:116px;
  height:130px;
  margin:auto;
  object-fit:contain;
  filter:grayscale(.7) brightness(.72) drop-shadow(0 12px 22px rgba(0,0,0,.35));
}
.qv-rank-step strong{display:block;margin-top:12px;font-family:var(--qv-display);font-size:12px}
.qv-rank-step span{display:block;margin-top:4px;color:var(--qv-faint);font-size:8px}
.qv-rank-step.current{
  width:190px;
  padding:20px 10px;
  border:1px solid rgba(178,145,255,.2);
  border-radius:26px;
  background:linear-gradient(180deg,rgba(124,58,237,.14),rgba(124,58,237,.02));
  box-shadow:0 0 64px rgba(124,58,237,.14);
}
.qv-rank-step.current img{
  width:155px;
  height:176px;
  filter:drop-shadow(0 18px 32px rgba(102,58,183,.45));
}
.qv-rank-step.current strong{font-size:16px}
.qv-rank-step.current span{color:#bca6fa}

.qv-progression-side{display:grid;gap:16px}
.qv-economy-card{padding:26px}
.qv-economy-card h3{margin:0;font-family:var(--qv-display);font-size:20px}
.qv-economy-card>p{margin:8px 0 0;color:var(--qv-muted);font-size:10px;line-height:1.6}
.qv-currency-list{display:grid;gap:8px;margin-top:20px}
.qv-currency-row{
  min-height:58px;
  display:grid;
  grid-template-columns:38px 1fr auto;
  align-items:center;
  gap:11px;
  padding:9px 11px;
  border:1px solid var(--qv-line);
  border-radius:15px;
  background:var(--qv-panel-soft);
}
.qv-currency-row img{width:34px;height:34px;object-fit:contain}
.qv-currency-row strong{display:block;font-size:10px}
.qv-currency-row span{display:block;margin-top:3px;color:var(--qv-faint);font-size:8px}
.qv-currency-type{font-size:7px!important;font-weight:950!important;letter-spacing:.1em;text-transform:uppercase}
.qv-fairplay{
  display:flex;
  align-items:center;
  gap:13px;
  padding:20px;
  border:1px solid rgba(97,230,168,.16);
  border-radius:22px;
  background:linear-gradient(130deg,rgba(97,230,168,.07),rgba(64,217,255,.035));
}
.qv-fairplay-icon{
  width:43px;
  height:43px;
  flex:0 0 auto;
  display:grid;
  place-items:center;
  border-radius:14px;
  color:var(--qv-green);
  background:rgba(97,230,168,.09);
}
.qv-fairplay-icon svg{width:20px;height:20px}
.qv-fairplay strong{display:block;font-size:11px}
.qv-fairplay p{margin:4px 0 0;color:var(--qv-muted);font-size:9px;line-height:1.5}

.qv-feature-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}
.qv-feature-card{
  min-height:210px;
  padding:22px;
  border:1px solid var(--qv-line);
  border-radius:21px;
  background:var(--qv-panel);
  transition:transform .25s ease,border-color .25s ease;
}
.qv-feature-card:hover{transform:translateY(-5px);border-color:var(--qv-line-strong)}
.qv-feature-icon{
  width:40px;
  height:40px;
  display:grid;
  place-items:center;
  border:1px solid rgba(164,125,255,.2);
  border-radius:13px;
  color:#b795ff;
  background:rgba(124,58,237,.08);
}
.qv-feature-icon svg{width:19px;height:19px}
.qv-feature-card h3{margin:22px 0 0;font-family:var(--qv-display);font-size:17px;letter-spacing:-.035em}
.qv-feature-card p{margin:8px 0 0;color:var(--qv-muted);font-size:10px;line-height:1.65}
.qv-feature-tag{
  width:max-content;
  margin-top:18px;
  padding:6px 8px;
  border-radius:8px;
  color:var(--qv-faint);
  background:var(--qv-panel-soft);
  font-size:7px;
  font-weight:950;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.qv-cta{padding:66px 0 100px}
.qv-cta-card{
  position:relative;
  min-height:410px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  padding:66px 30px;
  border:1px solid rgba(211,194,255,.18);
  border-radius:38px;
  background:
    linear-gradient(120deg,rgba(28,13,51,.58),rgba(18,32,64,.45)),
    url("/assets/img/FA99E518-9763-4AD6-9E91-7E4635254D13.PNG") center 64%/cover no-repeat;
  box-shadow:var(--qv-shadow),var(--qv-glow);
}
.qv-cta-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 50% 40%,rgba(140,84,236,.12),rgba(4,3,11,.58) 72%);
}
.qv-cta-content{position:relative;z-index:1;max-width:760px;text-align:center}
.qv-cta-content .qv-section-label{color:#d9caff}
.qv-cta h2{
  margin:14px 0 0;
  color:#fff;
  font-family:var(--qv-display);
  font-size:clamp(40px,6vw,74px);
  line-height:.94;
  letter-spacing:-.065em;
}
.qv-cta p{max-width:600px;margin:18px auto 0;color:#c0b9cc;font-size:14px;line-height:1.7}
.qv-cta-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;margin-top:27px}
.qv-cta .qv-button:not(.primary){color:#fff;background:rgba(255,255,255,.07)}

.qv-footer{
  border-top:1px solid var(--qv-line);
  background:color-mix(in srgb,var(--qv-bg) 86%,transparent);
}
.qv-footer-main{
  min-height:150px;
  display:grid;
  grid-template-columns:1.35fr repeat(3,1fr);
  gap:40px;
  align-items:start;
  padding:40px 0;
}
.qv-footer-brand p{max-width:340px;margin:14px 0 0;color:var(--qv-muted);font-size:10px;line-height:1.65}
.qv-footer-col{display:grid;gap:9px}
.qv-footer-col strong{margin-bottom:5px;font-size:9px;letter-spacing:.11em;text-transform:uppercase}
.qv-footer-col a,.qv-footer-col span{color:var(--qv-muted);font-size:9px;line-height:1.5}
.qv-footer-col a:hover{color:var(--qv-text)}
.qv-footer-bottom{
  min-height:52px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  border-top:1px solid var(--qv-line);
  color:var(--qv-faint);
  font-size:8px;
}

[data-reveal]{
  opacity:0;
  transform:translateY(28px);
  transition:opacity .75s cubic-bezier(.22,1,.36,1),transform .75s cubic-bezier(.22,1,.36,1);
}
[data-reveal].is-visible{opacity:1;transform:none}
[data-reveal-delay="1"]{transition-delay:.08s}
[data-reveal-delay="2"]{transition-delay:.16s}
[data-reveal-delay="3"]{transition-delay:.24s}

@media (max-width:1080px){
  .qv-nav{grid-template-columns:1fr auto}
  .qv-nav-links{display:none}
  .qv-menu-button{display:inline-grid}
  .qv-mobile-panel.is-open{display:block}
  .qv-hero-grid{grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr);gap:42px}
  .qv-hero h1{font-size:clamp(52px,7vw,72px)}
  .qv-float-card.one{right:-14px}
  .qv-float-card.two{left:-14px}
  .qv-feature-grid{grid-template-columns:repeat(2,1fr)}
  .qv-system-grid{grid-template-columns:285px minmax(0,1fr)}
}

@media (max-width:860px){
  .qv-shell{width:min(100% - 32px,var(--qv-max))}
  .qv-header .qv-button.desktop{display:none}
  .qv-hero{min-height:auto;padding:126px 0 80px}
  .qv-hero-grid{grid-template-columns:1fr;gap:54px}
  .qv-hero-copy{max-width:680px}
  .qv-game-window{max-width:600px;margin-inline:auto;transform:none}
  .qv-trust-grid{grid-template-columns:repeat(2,1fr)}
  .qv-trust-title{grid-column:1/-1;padding:20px 0 8px;text-align:center}
  .qv-trust-item{border-left:0;min-height:52px}
  .qv-section{padding:86px 0}
  .qv-mode-card,.qv-mode-card.featured{grid-column:span 6}
  .qv-system-grid{grid-template-columns:1fr}
  .qv-skill-tabs{grid-template-columns:repeat(4,1fr)}
  .qv-skill-tab{min-height:78px;display:flex;flex-direction:column;justify-content:center;gap:6px;padding:8px;text-align:center}
  .qv-skill-tab-copy small,.qv-skill-tab>svg{display:none}
  .qv-progression-grid{grid-template-columns:1fr}
  .qv-progression-side{grid-template-columns:1fr 1fr}
  .qv-footer-main{grid-template-columns:1.4fr repeat(3,1fr);gap:24px}
}

@media (max-width:620px){
  .qv-shell{width:min(100% - 24px,var(--qv-max))}
  .qv-nav{min-height:68px}
  .qv-brand img{width:38px;height:38px;border-radius:12px}
  .qv-brand-copy strong{font-size:15px}
  .qv-brand-copy span{font-size:7px}
  .qv-icon-button,.qv-menu-button{width:39px;height:39px}
  .qv-mobile-panel{width:calc(100% - 24px)}
  .qv-hero{padding:112px 0 62px}
  .qv-eyebrow{font-size:8px}
  .qv-hero h1{font-size:clamp(48px,15vw,68px);line-height:.92}
  .qv-hero-copy{font-size:14px;line-height:1.7}
  .qv-hero-actions{display:grid;grid-template-columns:1fr 1fr}
  .qv-hero-actions .qv-button{width:100%;padding-inline:12px}
  .qv-proof{gap:12px 16px;font-size:9px}
  .qv-game-window{padding:7px;border-radius:24px}
  .qv-window-inner{min-height:500px;border-radius:18px}
  .qv-window-content{padding:13px}
  .qv-rank-card{grid-template-columns:90px 1fr;min-height:145px;padding:12px}
  .qv-rank-art{height:105px}
  .qv-rank-art::before{width:80px;height:80px}
  .qv-rank-art img{width:86px;height:100px}
  .qv-rank-info h2{font-size:20px}
  .qv-window-grid{grid-template-columns:1fr 1fr}
  .qv-continue,.qv-mission{min-height:118px;padding:12px}
  .qv-wallet{grid-template-columns:repeat(2,1fr)}
  .qv-float-card{display:none}
  .qv-trust-grid{padding-bottom:14px}
  .qv-trust-item{font-size:9px}
  .qv-section{padding:72px 0}
  .qv-section-head{display:block;margin-bottom:28px}
  .qv-section-title{font-size:clamp(34px,11vw,48px)}
  .qv-section-copy{font-size:13px}
  .qv-section-note{max-width:none;margin-top:20px}
  .qv-mode-grid{gap:10px}
  .qv-mode-card,.qv-mode-card.featured{grid-column:1/-1;min-height:205px;padding:20px}
  .qv-mode-card h3{margin-top:20px}
  .qv-skill-tabs{grid-template-columns:repeat(2,1fr);gap:7px}
  .qv-skill-tab{min-height:64px;flex-direction:row;text-align:left}
  .qv-skill-tab-icon{width:32px;height:32px}
  .qv-skill-panel.is-active{grid-template-columns:1fr}
  .qv-skill-stage{min-height:0;padding:8px;border-radius:23px}
  .qv-skill-panel{min-height:0;border-radius:16px}
  .qv-skill-copy{padding:27px 20px}
  .qv-skill-copy h3{font-size:31px}
  .qv-test-preview{padding:14px 14px 34px}
  .qv-score-bubble{right:10px;bottom:20px}
  .qv-rank-showcase{min-height:480px;padding:22px 14px}
  .qv-rank-showcase-head{padding-inline:7px}
  .qv-rank-path{gap:0}
  .qv-rank-step{width:92px}
  .qv-rank-step img{width:74px;height:90px}
  .qv-rank-step.current{width:145px;padding:18px 5px}
  .qv-rank-step.current img{width:120px;height:150px}
  .qv-rank-step strong{font-size:9px}
  .qv-rank-step.current strong{font-size:13px}
  .qv-progression-side{grid-template-columns:1fr}
  .qv-feature-grid{grid-template-columns:1fr}
  .qv-feature-card{min-height:185px}
  .qv-cta{padding:34px 0 72px}
  .qv-cta-card{min-height:390px;padding:50px 20px;border-radius:28px}
  .qv-cta h2{font-size:44px}
  .qv-cta-actions{display:grid;grid-template-columns:1fr 1fr}
  .qv-cta-actions .qv-button{padding-inline:10px}
  .qv-footer-main{grid-template-columns:1fr 1fr;gap:30px 24px}
  .qv-footer-brand{grid-column:1/-1}
  .qv-footer-bottom{align-items:flex-start;flex-direction:column;justify-content:center;padding:14px 0}
}

@media (max-width:370px){
  .qv-brand-copy span{display:none}
  .qv-nav-actions{gap:6px}
  .qv-hero-actions,.qv-cta-actions{grid-template-columns:1fr}
  .qv-rank-step{width:76px}
  .qv-rank-step.current{width:130px}
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}
  [data-reveal]{opacity:1;transform:none}
}
