:root{
  --bg:#06070b;--panel:#0c1018;--panel2:#111723;--text:#f8f9fc;--muted:#9aa4b8;
  --pink:#ff2eb9;--cyan:#40e7ff;--violet:#8957ff;--line:rgba(255,255,255,.115);
  --safe-top:env(safe-area-inset-top,0px);--safe-bottom:env(safe-area-inset-bottom,0px);
  --shadow:0 24px 80px rgba(0,0,0,.5);--radius:24px
}
*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}body{overflow-x:hidden}button{font:inherit;color:inherit}.app-shell{min-height:100dvh;background:radial-gradient(800px 420px at 50% -180px,rgba(255,46,185,.16),transparent 64%),radial-gradient(680px 520px at 110% 50%,rgba(64,231,255,.075),transparent 64%),var(--bg)}
button{cursor:pointer}.topbar{height:calc(58px + var(--safe-top));padding:var(--safe-top) 14px 0;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:60;background:linear-gradient(180deg,rgba(6,7,11,.98),rgba(6,7,11,.78),transparent);backdrop-filter:blur(14px)}.brand{font-weight:950;letter-spacing:.22em;font-size:14px}.brand b{color:var(--pink)}.top-actions{display:flex;gap:8px}.icon-btn{width:39px;height:39px;border:1px solid var(--line);background:rgba(255,255,255,.04);border-radius:14px;display:grid;place-items:center;font-weight:900}.screen{width:min(100%,920px);margin:0 auto;padding:10px 15px calc(28px + var(--safe-bottom))}

/* Landing */
.landing{min-height:calc(100dvh - 58px - var(--safe-top));display:grid;grid-template-rows:minmax(0,1fr) auto;overflow:hidden}.landing-art{position:relative;min-height:0;overflow:hidden}.landing-art img{width:100%;height:100%;object-fit:cover;display:block}.landing-art:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,4,7,.06) 0%,rgba(3,4,7,.06) 42%,rgba(3,4,7,.72) 76%,#06070b 100%)}.landing-badge{position:absolute;z-index:3;left:15px;top:15px;padding:8px 10px;border-radius:999px;background:rgba(6,7,11,.54);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.14);font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:var(--cyan)}.landing-copy{position:absolute;z-index:3;left:16px;right:16px;bottom:20px}.landing-copy .micro{font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--pink);font-weight:900;margin-bottom:8px}.landing-copy h1{font-size:clamp(34px,10.6vw,66px);line-height:.94;letter-spacing:-.055em;margin:0;max-width:780px;text-wrap:balance}.landing-copy h1 em{font-style:normal;color:var(--cyan)}.landing-copy p{margin:10px 0 0;color:#d3d8e2;line-height:1.42;font-size:14px;max-width:610px}.landing-dock{padding:11px 14px calc(14px + var(--safe-bottom));border-top:1px solid var(--line);background:#06070b}.primary,.secondary{border:0;border-radius:17px;padding:15px 16px;font-weight:900}.primary{background:linear-gradient(135deg,var(--pink),var(--violet));box-shadow:0 10px 28px rgba(255,46,185,.24);width:100%}.secondary{background:#121722;border:1px solid var(--line)}.landing-subrow{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:9px}.landing-subrow span{font-size:11px;color:var(--muted)}.text-link{border:0;background:none;color:#d6dbe7;font-size:11px;font-weight:800;padding:6px}.landing-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:9px}.proof{border:1px solid var(--line);background:rgba(255,255,255,.025);border-radius:13px;padding:9px 8px}.proof strong{display:block;font-size:13px}.proof span{display:block;font-size:9px;color:var(--muted);text-transform:uppercase;letter-spacing:.09em;margin-top:2px}

/* Scan */
.scan-shell{height:calc(100dvh - 58px - var(--safe-top));display:grid;grid-template-rows:minmax(0,1fr) auto;overflow:hidden}.stage{position:relative;overflow:hidden;background:#0a0d14;border-radius:0 0 27px 27px}.stage img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;transition:opacity .22s ease,transform .35s ease}.stage:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,5,8,.17),transparent 31%,rgba(4,5,8,.06) 50%,rgba(4,5,8,.89) 100%);pointer-events:none}.stage-top{position:absolute;z-index:4;left:14px;right:14px;top:13px;display:flex;align-items:center;justify-content:space-between;gap:8px}.step-pill,.signal-pill{padding:8px 10px;border-radius:999px;background:rgba(5,7,11,.6);border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(11px);font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.signal-pill{color:var(--cyan);max-width:58%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stage-caption{position:absolute;z-index:4;left:15px;right:15px;bottom:13px}.stage-caption strong{font-size:19px;letter-spacing:-.025em}.stage-caption div{font-size:10px;color:#c8cfdb;margin-top:2px;text-transform:uppercase;letter-spacing:.08em}.decision-dock{padding:11px 13px calc(13px + var(--safe-bottom));background:linear-gradient(180deg,#090b11,#06070b);border-top:1px solid var(--line)}.decision-label{font-size:9px;color:var(--pink);font-weight:950;letter-spacing:.17em;text-transform:uppercase;margin-bottom:5px}.question{font-size:clamp(18px,5.2vw,23px);line-height:1.12;letter-spacing:-.03em;margin:0 0 9px;text-wrap:balance}.choices{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.choice{min-height:58px;border:1px solid var(--line);background:#101520;border-radius:16px;padding:9px 10px;display:flex;align-items:center;gap:9px;text-align:left;transition:.16s transform,.16s border-color,.16s background}.choice:hover{border-color:rgba(64,231,255,.42)}.choice:active{transform:scale(.984)}.choice.selected{border-color:rgba(255,46,185,.72);background:rgba(255,46,185,.11)}.choice-key{width:25px;height:25px;flex:0 0 25px;border-radius:9px;background:rgba(255,255,255,.065);display:grid;place-items:center;font-size:10px;font-weight:950;color:var(--cyan)}.choice-copy{font-size:12.6px;line-height:1.18;font-weight:820}.progress{height:3px;background:#171b24;border-radius:999px;overflow:hidden;margin-top:9px}.progress span{display:block;height:100%;background:linear-gradient(90deg,var(--pink),var(--cyan));transition:width .28s ease}.feedback{position:fixed;z-index:120;left:50%;top:calc(72px + var(--safe-top));transform:translate(-50%,-8px);opacity:0;pointer-events:none;padding:9px 12px;border-radius:13px;background:rgba(5,7,11,.93);border:1px solid rgba(64,231,255,.28);box-shadow:var(--shadow);font-size:10px;font-weight:950;letter-spacing:.09em;text-transform:uppercase;white-space:nowrap;transition:.2s}.feedback.show{opacity:1;transform:translate(-50%,0)}

/* Interlude */
.interlude{min-height:calc(100dvh - 58px - var(--safe-top));display:grid;grid-template-rows:minmax(0,1fr) auto}.interlude-art{position:relative;overflow:hidden;border-radius:0 0 28px 28px}.interlude-art img{width:100%;height:100%;object-fit:cover}.interlude-art:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 36%,rgba(6,7,11,.12) 56%,rgba(6,7,11,.94) 100%)}.interlude-copy{position:absolute;z-index:3;left:16px;right:16px;bottom:17px}.interlude-copy .eyebrow{font-size:10px;font-weight:950;letter-spacing:.17em;text-transform:uppercase;color:var(--cyan)}.interlude-copy h2{font-size:31px;line-height:1;margin:7px 0 0;letter-spacing:-.045em}.interlude-copy p{margin:9px 0 0;color:#d2d7e1;line-height:1.42;font-size:14px}.interlude-dock{padding:12px 14px calc(14px + var(--safe-bottom));background:#06070b}.axis-row{display:flex;gap:7px;margin-bottom:10px}.axis-chip{flex:1;padding:9px 8px;border-radius:13px;border:1px solid var(--line);background:#10141e}.axis-chip span{display:block;font-size:8px;text-transform:uppercase;letter-spacing:.09em;color:var(--muted)}.axis-chip strong{display:block;font-size:13px;margin-top:2px}.axis-chip:first-child strong{color:var(--pink)}

/* Results */
.result{display:grid;gap:12px}.result-art{height:min(59dvh,650px);border-radius:27px;overflow:hidden;position:relative;border:1px solid var(--line);background:#0a0d14}.result-art img{width:100%;height:100%;object-fit:cover}.result-art:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(6,7,11,.18) 58%,rgba(6,7,11,.96) 100%)}.unlock{position:absolute;z-index:3;left:17px;right:17px;bottom:16px}.eyebrow{font-size:9px;font-weight:950;letter-spacing:.17em;text-transform:uppercase;color:var(--pink)}.unlock h1{font-size:34px;line-height:.98;letter-spacing:-.05em;margin:6px 0 0}.unlock .identity{font-size:12px;color:#d4dae4;margin-top:6px}.result-copy{border:1px solid var(--line);background:#0e131c;border-radius:19px;padding:13px}.result-copy h3{font-size:15px;margin:0 0 7px}.result-copy p{font-size:13px;line-height:1.48;color:#c8cfda;margin:0}.trait-bars{display:grid;gap:7px;margin-top:10px}.trait-bar{display:grid;grid-template-columns:92px 1fr 30px;align-items:center;gap:8px;font-size:10px}.trait-bar span:first-child{color:#d4dae4}.bar{height:5px;background:#1a1f2b;border-radius:99px;overflow:hidden}.bar i{display:block;height:100%;background:linear-gradient(90deg,var(--pink),var(--cyan))}.result-actions{display:grid;gap:8px}.result-actions button{border:1px solid var(--line);background:#111722;border-radius:16px;padding:14px 15px;text-align:left;font-weight:900}.result-actions button:first-child{background:linear-gradient(135deg,rgba(255,46,185,.17),rgba(137,87,255,.09));border-color:rgba(255,46,185,.42)}.ad-anchor{min-height:0}

/* Story */
.story-screen{height:calc(100dvh - 58px - var(--safe-top));display:grid;grid-template-rows:minmax(0,1fr) auto;overflow:hidden}.story-stage{position:relative;overflow:hidden;border-radius:0 0 27px 27px;background:#0b0e15}.story-stage img{width:100%;height:100%;object-fit:cover;display:block}.story-stage:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,4,7,.05),transparent 37%,rgba(5,6,10,.12) 54%,rgba(5,6,10,.94) 100%)}.story-copy{position:absolute;z-index:3;left:15px;right:15px;bottom:15px}.chapter{font-size:9px;color:var(--cyan);font-weight:950;letter-spacing:.15em;text-transform:uppercase}.story-copy h2{font-size:23px;line-height:1.08;letter-spacing:-.035em;margin:6px 0 0}.story-copy p{font-size:12px;line-height:1.4;color:#d2d8e2;margin:7px 0 0}.story-dock{padding:10px 13px calc(13px + var(--safe-bottom));background:#06070b}.story-dock .choices{grid-template-columns:1fr}.story-dock .choice{min-height:49px}.story-dock .choice-copy{font-size:12.5px}

/* Challenge */
.challenge{display:grid;gap:12px}.challenge-head .eyebrow{color:var(--cyan)}.challenge-head h1{font-size:33px;line-height:1;margin:5px 0 6px;letter-spacing:-.05em}.challenge-head p{font-size:13px;color:#c8cfda;line-height:1.4;margin:0}.rival-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.rival-card{position:relative;aspect-ratio:.78;border-radius:21px;overflow:hidden;border:1px solid var(--line);background:#0d1119}.rival-card img{width:100%;height:100%;object-fit:cover}.rival-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(5,6,10,.94))}.rival-label{position:absolute;z-index:3;left:10px;right:10px;bottom:10px}.rival-label strong{font-size:14px}.rival-label span{display:block;font-size:9px;color:#c3cad6;margin-top:2px}.dilemma{border:1px solid var(--line);border-radius:19px;background:#0e131c;padding:13px}.dilemma h3{font-size:16px;line-height:1.25;margin:0 0 10px}.dilemma .choices{grid-template-columns:1fr}

/* Vault */
.section-head{display:flex;align-items:end;justify-content:space-between;margin:7px 0 12px}.section-head h1{font-size:31px;letter-spacing:-.045em;margin:0}.section-head p{margin:4px 0 0;color:var(--muted);font-size:11px}.filters{display:flex;gap:7px;overflow:auto;padding-bottom:9px;scrollbar-width:none}.filters::-webkit-scrollbar{display:none}.filter{white-space:nowrap;padding:8px 10px;border-radius:999px;border:1px solid var(--line);background:#0f141d;font-size:10px;font-weight:900}.filter.active{color:var(--cyan);border-color:rgba(64,231,255,.4)}.vault-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.vault-card{position:relative;aspect-ratio:.79;border-radius:19px;overflow:hidden;border:1px solid var(--line);background:#0d1119}.vault-card img{width:100%;height:100%;object-fit:cover;display:block}.vault-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 54%,rgba(5,6,10,.94))}.vault-label{position:absolute;z-index:3;left:10px;right:10px;bottom:9px}.vault-label strong{font-size:13px}.vault-label span{display:block;font-size:9px;color:#c5ccd8;margin-top:2px}.load-more{display:block;margin:15px auto 0;padding:11px 18px;border-radius:14px;border:1px solid var(--line);background:#111722;font-weight:900}.profile-sheet{display:grid;gap:11px}.profile-art{height:min(66dvh,650px);border-radius:26px;overflow:hidden;border:1px solid var(--line)}.profile-art img{width:100%;height:100%;object-fit:cover}.profile-info{border:1px solid var(--line);background:#0e131c;border-radius:19px;padding:14px}.profile-info h1{font-size:30px;line-height:1;margin:0}.profile-info .meta{font-size:11px;color:var(--cyan);margin-top:5px}.profile-info p{font-size:13px;color:#c8cfda;line-height:1.45;margin:10px 0 0}

/* Small screens */
.noscript{padding:30px;color:white}.hidden{display:none!important}
@media(max-height:700px) and (max-width:759px){.question{font-size:17px}.choice{min-height:51px;padding:8px 9px}.decision-dock{padding-top:8px}.stage-caption{bottom:9px}.landing-copy h1{font-size:32px}.landing-copy p{font-size:12px}.landing-proof{display:none}.interlude-copy h2{font-size:27px}}
@media(min-width:760px){.screen{padding-left:24px;padding-right:24px}.landing,.scan-shell,.story-screen,.interlude{width:min(100%,700px);margin:0 auto}.vault-grid{grid-template-columns:repeat(4,1fr)}.profile-sheet{grid-template-columns:1.05fr .95fr;align-items:start}.profile-art{height:72dvh;position:sticky;top:76px}.challenge{grid-template-columns:.8fr 1.2fr}.challenge-head{grid-column:1/-1}.rival-grid{grid-column:1}.dilemma{grid-column:2}}

/* ==============================
   V12 HOOK-FIRST UX OVERRIDES
   ============================== */
:root{--content-max:1480px}
.topbar{height:calc(64px + var(--safe-top));padding-left:18px;padding-right:18px}.brand{font-size:16px}.icon-btn{width:44px;height:44px;border-radius:15px}
.primary{font-size:16px;min-height:56px;letter-spacing:-.01em;transition:transform .18s ease,filter .18s ease,box-shadow .18s ease}.primary:hover{filter:brightness(1.08);box-shadow:0 16px 44px rgba(255,46,185,.34)}.primary:active{transform:scale(.985)}

/* Landing: image carries the emotional hook, copy stays large and immediate. */
.landing{min-height:calc(100dvh - 64px - var(--safe-top))}.landing-art{min-height:46dvh}.landing-img{object-position:50% 44%}.landing-art:after{background:linear-gradient(180deg,rgba(3,4,7,.03) 0%,rgba(3,4,7,.04) 31%,rgba(3,4,7,.28) 56%,rgba(3,4,7,.91) 88%,#06070b 100%)}
.landing-badge{left:18px;top:17px;font-size:10.5px;padding:9px 12px;box-shadow:0 10px 30px rgba(0,0,0,.25)}
.landing-copy{left:18px;right:18px;bottom:21px}.landing-copy .micro{font-size:11px;margin-bottom:9px}.landing-copy h1{font-size:clamp(39px,10.8vw,68px);line-height:.92;letter-spacing:-.06em;text-shadow:0 3px 22px rgba(0,0,0,.42)}.landing-copy p{font-size:15.5px;line-height:1.42;max-width:680px;color:#edf0f6}
.landing-dock{padding:15px 16px calc(18px + var(--safe-bottom));background:linear-gradient(180deg,#080a0f,#06070b);border-top-color:rgba(255,255,255,.1)}
.dock-hook{display:grid;gap:5px;margin-bottom:12px}.dock-hook span{font-size:10px;font-weight:950;letter-spacing:.17em;color:var(--cyan)}.dock-hook strong{font-size:15px;line-height:1.28;letter-spacing:-.015em}.landing-proof{gap:9px;margin-top:11px}.proof{padding:11px 10px;border-radius:15px}.proof strong{font-size:15px}.proof span{font-size:9.5px}.route-tease{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:9px}.route-tease>div{display:flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:13px;padding:9px;background:rgba(255,255,255,.022)}.route-tease b{font-size:12px;color:var(--pink)}.route-tease span{font-size:10px;color:#cbd2df;line-height:1.1}.landing-subrow{margin-top:10px}.landing-subrow span,.text-link{font-size:11.5px}

/* Scan: larger type, stronger tap targets, explicit route feedback. */
.scan-shell{height:calc(100dvh - 64px - var(--safe-top))}.stage{border-radius:0 0 29px 29px}.stage:after{background:linear-gradient(180deg,rgba(4,5,8,.12),transparent 30%,rgba(4,5,8,.03) 47%,rgba(4,5,8,.82) 100%)}
.stage-top{left:16px;right:16px;top:15px}.step-pill,.signal-pill{font-size:10.5px;padding:8px 11px}.stage-caption{left:17px;right:17px;bottom:15px}.stage-caption strong{font-size:21px}.stage-caption div{font-size:10.5px}
.stage-img.switching{opacity:.16!important;transform:scale(1.035)!important}
.decision-dock{padding:14px 15px calc(16px + var(--safe-bottom));background:linear-gradient(180deg,#0b0e15,#07090e);border-top:1px solid rgba(255,255,255,.1)}.decision-label{font-size:10.5px;margin-bottom:6px}.question{font-size:clamp(23px,6.2vw,30px);line-height:1.07;margin:0 0 7px;letter-spacing:-.04em}.decision-hint{margin:0 0 11px;color:#9fa9bb;font-size:12.5px;line-height:1.34}.choices{gap:9px}.choice{min-height:66px;border-radius:18px;padding:11px 12px;background:linear-gradient(135deg,#111824,#0e141e);border-color:rgba(255,255,255,.13);box-shadow:0 8px 26px rgba(0,0,0,.16)}.choice:hover{border-color:rgba(64,231,255,.52);background:#131b28;transform:translateY(-1px)}.choice-key{width:30px;height:30px;flex-basis:30px;border-radius:10px;font-size:11px}.choice-copy{font-size:15px;line-height:1.18;font-weight:860;letter-spacing:-.01em}.choice-arrow{margin-left:auto;color:#6c7890;font-size:16px;font-weight:900}.choice.selected .choice-arrow{color:var(--pink)}.progress{height:4px;margin-top:11px}
.feedback{font-size:11px;padding:10px 14px;top:calc(76px + var(--safe-top))}

/* Interlude / results / story also use larger, less timid typography. */
.interlude{min-height:calc(100dvh - 64px - var(--safe-top))}.interlude-copy h2{font-size:clamp(34px,9vw,48px)}.interlude-copy p{font-size:15px}.axis-chip span{font-size:9px}.axis-chip strong{font-size:15px}
.unlock h1{font-size:clamp(39px,10vw,56px)}.unlock .identity{font-size:13px}.result-copy{padding:16px}.result-copy h3{font-size:18px}.result-copy p{font-size:15px;line-height:1.52}.result-actions button{font-size:15px;min-height:58px;padding:16px}
.story-screen{height:calc(100dvh - 64px - var(--safe-top))}.story-copy h2{font-size:clamp(27px,7vw,38px)}.story-copy p{font-size:14px}.story-dock .choice{min-height:58px}.story-dock .choice-copy{font-size:14.5px}
.challenge-head h1{font-size:clamp(38px,9vw,58px)}.challenge-head p{font-size:15px}.dilemma h3{font-size:20px}.vault-label strong{font-size:14px}.vault-label span{font-size:10px}.profile-info h1{font-size:36px}.profile-info p{font-size:15px}

/* Compact phones: preserve one-decision-per-screen without shrinking copy into unreadability. */
@media(max-width:759px){
  .landing-art{min-height:48dvh}.landing-copy h1{font-size:clamp(38px,10.3vw,48px)}.landing-copy p{font-size:14.5px}.dock-hook strong{font-size:14px}.route-tease{display:none}
  .scan-shell{grid-template-rows:minmax(43dvh,1fr) auto}.question{font-size:clamp(22px,5.9vw,27px)}.choice{min-height:62px}.choice-copy{font-size:14.4px}.decision-hint{font-size:12px}.stage-caption strong{font-size:19px}
  .choices{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:430px) and (max-height:760px){
  .landing-art{min-height:43dvh}.landing-copy h1{font-size:34px}.landing-copy p{font-size:13px}.dock-hook{display:none}.landing-proof{display:none}
  .scan-shell{grid-template-rows:minmax(39dvh,1fr) auto}.decision-dock{padding-top:10px}.question{font-size:21px}.decision-hint{font-size:11.5px;margin-bottom:8px}.choice{min-height:56px;padding:9px 10px}.choice-copy{font-size:13.5px}.choice-key{width:27px;height:27px;flex-basis:27px}.stage-caption{bottom:10px}
}

/* Desktop: purpose-built two-panel layouts instead of stretched mobile cards. */
@media(min-width:900px){
  .topbar{height:72px;padding:0 30px;max-width:var(--content-max);margin:0 auto;background:linear-gradient(180deg,rgba(6,7,11,.96),rgba(6,7,11,.7),transparent)}.brand{font-size:18px}.icon-btn{width:46px;height:46px}
  .app-shell{background:radial-gradient(1000px 700px at 18% 18%,rgba(255,46,185,.12),transparent 70%),radial-gradient(900px 700px at 86% 54%,rgba(64,231,255,.07),transparent 68%),var(--bg)}
  .landing{width:min(calc(100% - 44px),var(--content-max));height:calc(100dvh - 84px);min-height:650px;margin:0 auto 12px;grid-template-columns:minmax(0,1.34fr) minmax(390px,.66fr);grid-template-rows:1fr;gap:18px;overflow:visible}.landing-art{border-radius:32px;min-height:0;border:1px solid rgba(255,255,255,.12);box-shadow:0 28px 90px rgba(0,0,0,.42)}.landing-art img{object-position:50% 46%}.landing-art:after{background:linear-gradient(90deg,rgba(3,4,7,.03) 0%,rgba(3,4,7,.03) 45%,rgba(3,4,7,.2) 68%,rgba(3,4,7,.66) 100%),linear-gradient(180deg,transparent 45%,rgba(3,4,7,.8) 100%)}.landing-copy{left:34px;right:34px;bottom:34px;max-width:850px}.landing-copy .micro{font-size:12px}.landing-copy h1{font-size:clamp(54px,5.2vw,84px);max-width:920px}.landing-copy p{font-size:18px;max-width:720px}.landing-badge{left:28px;top:26px;font-size:11px}
  .landing-dock{border:1px solid var(--line);border-radius:32px;padding:clamp(28px,3vw,48px);display:flex;flex-direction:column;justify-content:center;align-self:stretch;background:radial-gradient(420px 260px at 50% 0%,rgba(255,46,185,.1),transparent 70%),#090c12;box-shadow:0 24px 80px rgba(0,0,0,.28)}.dock-hook{margin-bottom:22px}.dock-hook span{font-size:11px}.dock-hook strong{font-size:clamp(21px,1.65vw,27px);line-height:1.16}.landing-dock .primary{font-size:18px;min-height:64px}.landing-proof{margin-top:17px}.proof{padding:14px}.proof strong{font-size:18px}.proof span{font-size:10px}.route-tease{margin-top:12px;grid-template-columns:1fr}.route-tease>div{padding:12px 13px}.route-tease b{font-size:14px}.route-tease span{font-size:12px}.landing-subrow{margin-top:14px;align-items:flex-start}.landing-subrow span{font-size:11px;line-height:1.35}

  .scan-shell{width:min(calc(100% - 44px),var(--content-max));height:calc(100dvh - 90px);min-height:650px;margin:0 auto 18px;padding:0;display:grid;grid-template-columns:minmax(0,1.18fr) minmax(470px,.82fr);grid-template-rows:1fr;gap:18px;overflow:visible}.stage{border-radius:32px;border:1px solid rgba(255,255,255,.12);box-shadow:0 28px 90px rgba(0,0,0,.38)}.stage img{position:absolute}.stage-caption{left:28px;right:28px;bottom:25px}.stage-caption strong{font-size:28px}.stage-caption div{font-size:12px}.stage-top{left:25px;right:25px;top:24px}.step-pill,.signal-pill{font-size:11px;padding:10px 13px}
  .decision-dock{border:1px solid var(--line);border-radius:32px;padding:clamp(30px,3vw,48px);display:flex;flex-direction:column;justify-content:center;align-self:stretch;background:radial-gradient(450px 300px at 50% 0%,rgba(137,87,255,.1),transparent 68%),#090c12;box-shadow:0 24px 80px rgba(0,0,0,.26)}.decision-label{font-size:12px;margin-bottom:10px}.question{font-size:clamp(34px,3vw,50px);line-height:1.02;margin-bottom:12px;max-width:620px}.decision-hint{font-size:14px;line-height:1.45;margin-bottom:20px;max-width:600px}.choices{grid-template-columns:1fr 1fr;gap:12px}.choice{min-height:88px;padding:16px;border-radius:20px}.choice-copy{font-size:17px;line-height:1.22}.choice-key{width:34px;height:34px;flex-basis:34px;font-size:12px}.progress{margin-top:18px}
  .feedback{top:86px;font-size:12px}

  .interlude{width:min(calc(100% - 44px),var(--content-max));height:calc(100dvh - 90px);margin:0 auto 18px;grid-template-columns:minmax(0,1.2fr) minmax(430px,.8fr);grid-template-rows:1fr;gap:18px}.interlude-art{border-radius:32px;border:1px solid var(--line)}.interlude-dock{border:1px solid var(--line);border-radius:32px;padding:42px;display:flex;flex-direction:column;justify-content:center}.interlude-copy{left:32px;right:32px;bottom:30px}.interlude-copy h2{font-size:58px;max-width:850px}.interlude-copy p{font-size:18px;max-width:760px}.axis-chip{padding:15px}.axis-chip strong{font-size:18px}

  .story-screen{width:min(calc(100% - 44px),var(--content-max));height:calc(100dvh - 90px);margin:0 auto 18px;display:grid;grid-template-columns:minmax(0,1.18fr) minmax(430px,.82fr);grid-template-rows:1fr;gap:18px;overflow:visible}.story-stage{border-radius:32px;border:1px solid var(--line)}.story-copy{left:30px;right:30px;bottom:28px}.story-copy h2{font-size:44px;max-width:850px}.story-copy p{font-size:16px}.story-dock{border:1px solid var(--line);border-radius:32px;padding:36px;display:flex;flex-direction:column;justify-content:center}.story-dock .choice{min-height:72px}.story-dock .choice-copy{font-size:16px}

  .screen{width:min(calc(100% - 44px),1260px);padding:18px 0 42px}.result{grid-template-columns:minmax(0,1.05fr) minmax(400px,.95fr);grid-template-areas:'art copy' 'art actions' 'art ad';align-items:start;gap:18px}.result-art{grid-area:art;height:calc(100dvh - 112px);max-height:860px;position:sticky;top:86px}.result-copy{grid-area:copy;padding:24px;border-radius:24px}.result-copy h3{font-size:24px}.result-copy p{font-size:17px}.result-actions{grid-area:actions}.result-actions button{font-size:16px;min-height:64px}.ad-anchor{grid-area:ad}
  .challenge{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:18px}.challenge-head h1{font-size:64px;max-width:900px}.rival-card{aspect-ratio:.84}.dilemma{padding:22px;border-radius:24px}.dilemma h3{font-size:26px}
  .vault-grid{grid-template-columns:repeat(5,1fr);gap:12px}.vault-card{border-radius:22px}.section-head h1{font-size:48px}.section-head p{font-size:13px}.filters{padding-bottom:14px}.filter{font-size:12px;padding:10px 13px}.profile-sheet{grid-template-columns:1.08fr .92fr;gap:20px}.profile-info{padding:24px;border-radius:24px}.profile-info h1{font-size:50px}.profile-info p{font-size:17px}
}

@media(min-width:1500px){.landing,.scan-shell,.interlude,.story-screen{width:min(calc(100% - 80px),1540px)}.topbar{max-width:1540px}}

/* SelfVeil — stronger entry hook using the user-selected portrait. */
.entry-hero-wrap{display:block;width:100%;height:100%}.entry-hero{width:100%;height:100%;object-fit:cover;object-position:50% 26%;display:block}
.landing-copy{max-width:720px}.landing-copy h1{max-width:720px}.landing-copy p{max-width:500px;font-weight:650;color:#eef1f7}
.dock-hook span{color:var(--pink);font-weight:950;letter-spacing:.17em}.dock-hook strong{display:block;margin-top:7px}
@media(max-width:759px){.entry-hero{object-position:50% 24%}.landing-art:after{background:linear-gradient(180deg,rgba(3,4,7,.02) 0%,rgba(3,4,7,.02) 42%,rgba(3,4,7,.64) 72%,#06070b 100%)}.landing-copy h1{font-size:clamp(38px,10.8vw,50px);line-height:.93}.landing-copy p{font-size:15px;line-height:1.3}.landing-dock .primary{font-size:16px;min-height:54px}}
@media(min-width:900px){.entry-hero{object-position:50% 31%}.landing-copy{max-width:700px}.landing-copy h1{font-size:clamp(58px,5.35vw,86px);max-width:760px}.landing-copy p{font-size:19px;max-width:570px}.dock-hook strong{font-size:clamp(28px,2vw,34px);max-width:410px;letter-spacing:-.03em}.landing-dock .primary{font-size:19px}}

/* SelfVeil V13 identity */
.selfveil-brand{letter-spacing:.12em}.selfveil-brand b{color:var(--cyan)}
.landing-cta{position:relative;isolation:isolate;overflow:hidden}.landing-cta:after{content:"";position:absolute;inset:-50%;background:linear-gradient(120deg,transparent 38%,rgba(255,255,255,.32) 48%,transparent 58%);transform:translateX(-70%);animation:svShine 3.2s ease-in-out infinite;z-index:-1}@keyframes svShine{0%,62%{transform:translateX(-70%)}82%,100%{transform:translateX(70%)}}
.landing-shadow .landing-art:after{background:linear-gradient(180deg,rgba(3,4,7,.02),rgba(3,4,7,.08) 44%,rgba(35,0,44,.58) 73%,#06070b 100%)}
.landing-future .landing-art:after{background:linear-gradient(180deg,rgba(3,4,7,.03),rgba(3,4,7,.04) 42%,rgba(0,33,49,.56) 72%,#06070b 100%)}
.variant-hero{object-position:50% 40%}.landing-shadow .micro{color:#ff6ee1}.landing-future .micro{color:#6ef2ff}.landing-shadow .landing-cta{background:linear-gradient(135deg,#ff2eb9,#7d2cff)}.landing-future .landing-cta{background:linear-gradient(135deg,#21d4fd,#7a5cff)}
@media(max-width:759px){.variant-hero{object-position:50% 34%}.landing-shadow .variant-hero{object-position:50% 31%}.landing-future .variant-hero{object-position:50% 27%}.landing-copy h1{max-width:95%;text-shadow:0 2px 30px rgba(0,0,0,.38)}.landing-dock{box-shadow:0 -14px 50px rgba(0,0,0,.24)}}
@media(min-width:900px){.landing-shadow .variant-hero,.landing-future .variant-hero{object-position:50% 43%}.landing-dock{position:relative;overflow:hidden}.landing-dock:before{content:"";position:absolute;width:220px;height:220px;border-radius:50%;filter:blur(70px);opacity:.15;right:-50px;top:-50px;background:var(--pink);pointer-events:none}.landing-future .landing-dock:before{background:var(--cyan)}.landing-copy h1{max-width:800px}}
