.landing{--landing-bg: #EDEAE4;--landing-bgAlt: #E5E1DA;--landing-surface: #FFFFFF;--landing-surfaceAlt: #F5F3EE;--landing-text: #1A1A1F;--landing-soft: #5C5C68;--landing-muted: #93939E;--landing-border: #D6D4CF;--landing-borderLight: #E8E6E1;--landing-accent: #5046E5;--landing-accentHover: #3F38CC;--landing-accentDim: #EEEDFC;--landing-accentSoft: #C9C5FA;--landing-success: #16A34A;--landing-successDim: #ECFCE5;--landing-gold: #D97706;--landing-goldDim: #FEF7E6;--landing-danger: #DC2626;background:var(--landing-bg);color:var(--landing-text);font-family:Urbanist,ui-sans-serif,system-ui,sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden;min-height:100vh}.landing *,.landing *:before,.landing *:after{box-sizing:border-box}.landing img,.landing svg{display:block;max-width:100%}.landing a{color:inherit;text-decoration:none}.landing button{font-family:inherit;cursor:pointer}.landing .nav-wrap{position:sticky;top:0;z-index:50;background:color-mix(in oklab,var(--landing-bg) 82%,transparent);backdrop-filter:saturate(160%) blur(12px);-webkit-backdrop-filter:saturate(160%) blur(12px);border-bottom:1px solid transparent;transition:border-color .2s ease,background .2s ease}.landing .nav-wrap.is-scrolled{border-bottom-color:var(--landing-borderLight)}.landing .nav{max-width:1180px;margin:0 auto;padding:18px 28px;display:flex;align-items:center;gap:28px}.landing .nav .brand{display:inline-flex;align-items:center;color:var(--landing-text)}.landing .nav .brand .wordmark{height:26px;width:auto;display:block}.landing .nav .brand .wordmark .dot-accent{stroke:var(--landing-accent);fill:none}.landing .nav .links{display:flex;gap:22px;margin-left:12px}.landing .nav .links a{font-size:14px;font-weight:600;color:var(--landing-soft);transition:color .15s ease}.landing .nav .links a:hover{color:var(--landing-text)}.landing .nav .spacer{flex:1}.landing .nav .nav-cta{display:inline-flex;align-items:center;gap:8px;padding:9px 16px;border-radius:99px;font-size:13px;font-weight:700;background:var(--landing-text);color:var(--landing-bg);border:1px solid var(--landing-text);transition:transform .12s ease,background .15s ease}.landing .nav .nav-cta:hover{background:var(--landing-accent);border-color:var(--landing-accent);color:#fff}.landing .nav .login{font-size:14px;font-weight:600;color:var(--landing-soft);background:transparent;border:none;padding:0}.landing .nav .login:hover{color:var(--landing-text)}@media (max-width: 720px){.landing .nav{padding:14px 20px;gap:12px}.landing .nav .links{display:none}}.landing .hero{position:relative;max-width:1180px;margin:0 auto;padding:48px 28px 80px;display:grid;grid-template-columns:1fr 420px;gap:56px;align-items:center}@media (max-width: 980px){.landing .hero{grid-template-columns:1fr;gap:40px;padding-top:24px;padding-bottom:56px}}.landing .eyebrow{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:99px;background:var(--landing-accentDim);color:var(--landing-accent);font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;margin-bottom:22px}.landing .eyebrow .dot{width:6px;height:6px;border-radius:99px;background:var(--landing-accent);animation:landing-pulse 1.8s ease-in-out infinite}@keyframes landing-pulse{0%,to{opacity:1}50%{opacity:.35}}.landing .hero h1{font-family:Fraunces,Urbanist,serif;font-weight:600;font-size:clamp(44px,7vw,76px);line-height:1.02;letter-spacing:-.035em;margin:0 0 20px;text-wrap:balance;isolation:isolate}.landing .hero h1 em{font-style:italic;color:var(--landing-accent);font-family:Fraunces,serif;font-weight:600}.landing .hero .underline{position:relative;white-space:nowrap}.landing .hero .underline:after{content:"";position:absolute;left:-2%;right:-2%;bottom:4px;height:12px;background:var(--landing-accentSoft);z-index:-1;border-radius:99px;transform:skew(-8deg);opacity:.7}.landing .hero .lede{font-size:19px;line-height:1.55;color:var(--landing-soft);max-width:520px;margin:0 0 32px;font-weight:500;text-wrap:pretty}.landing .cta-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.landing .hero .cta,.landing .final-cta .cta{display:inline-flex;align-items:center;gap:10px;padding:16px 26px;border-radius:14px;background:var(--landing-accent);color:#fff;border:none;font-weight:800;font-size:16px;letter-spacing:-.01em;box-shadow:0 14px 30px -12px color-mix(in oklab,var(--landing-accent) 60%,transparent);transition:transform .12s ease,box-shadow .18s ease,background .15s ease}.landing .hero .cta:hover,.landing .final-cta .cta:hover{transform:translateY(-1px);background:var(--landing-accentHover);box-shadow:0 20px 40px -14px color-mix(in oklab,var(--landing-accent) 70%,transparent)}.landing .hero .cta:active{transform:translateY(0)}.landing .hero .cta svg{width:18px;height:18px}.landing .cta-meta{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:var(--landing-soft);font-weight:600}.landing .cta-meta svg{width:14px;height:14px;color:var(--landing-success)}.landing .trust{display:flex;align-items:center;gap:14px;margin-top:32px;flex-wrap:wrap}.landing .avatars{display:flex}.landing .avatars .av{width:30px;height:30px;border-radius:99px;border:2px solid var(--landing-bg);margin-left:-10px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:11px;flex-shrink:0}.landing .avatars .av:first-child{margin-left:0}.landing .stars{display:inline-flex;color:var(--landing-gold)}.landing .trust-text{font-size:13px;font-weight:600;color:var(--landing-soft);line-height:1.4}.landing .trust-text strong{color:var(--landing-text);font-weight:800}.landing .phone-wrap{position:relative;display:flex;justify-content:center}.landing .phone{position:relative;width:360px;height:740px;border-radius:52px;background:#121218;padding:12px;box-shadow:0 50px 100px -30px #0f0f1e59,0 0 0 2px #1a1a22,inset 0 0 0 1px #2a2a36;transform:rotate(-3deg)}@media (max-width: 980px){.landing .phone{transform:rotate(-2deg) scale(.92);transform-origin:center top}}.landing .phone:before{content:"";position:absolute;top:22px;left:50%;transform:translate(-50%);width:110px;height:28px;background:#0a0a10;border-radius:99px;z-index:3}.landing .phone-screen{position:relative;width:100%;height:100%;border-radius:42px;overflow:hidden;background:var(--landing-bg);font-family:Urbanist,sans-serif;color:var(--landing-text)}.landing .phone-screen .deco{position:absolute;border-radius:50%;pointer-events:none}.landing .phone-screen .deco.d1{top:-40px;right:-30px;width:180px;height:180px;background:color-mix(in oklab,var(--landing-accent) 7%,transparent)}.landing .phone-screen .deco.d2{bottom:-60px;left:-50px;width:200px;height:200px;background:color-mix(in oklab,var(--landing-success) 6%,transparent)}.landing .phone-inner{position:absolute;top:0;right:0;bottom:0;left:0;padding:70px 22px 22px;display:flex;flex-direction:column;gap:16px;overflow:hidden}.landing .phone-topbar{display:flex;align-items:center;justify-content:space-between}.landing .phone-topbar .hello{font-size:24px;font-weight:900;letter-spacing:-.03em;line-height:1}.landing .phone-topbar .hello small{display:block;font-size:12px;font-weight:700;color:var(--landing-soft);letter-spacing:0;margin-top:4px}.landing .phone-pills{display:flex;gap:6px;flex-shrink:0}.landing .phone-pill{display:inline-flex;align-items:center;gap:4px;padding:5px 9px;border-radius:99px;font-size:11px;font-weight:800;background:var(--landing-goldDim);color:var(--landing-gold)}.landing .phone-pill.xp{background:var(--landing-accentDim);color:var(--landing-accent)}.landing .phone-card{background:var(--landing-surface);border:1px solid var(--landing-borderLight);border-radius:18px;padding:16px}.landing .phone-card .label{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--landing-muted);margin-bottom:10px}.landing .phone-card .rank-line{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.landing .phone-card .rank-name{font-size:17px;font-weight:900;letter-spacing:-.02em;color:#7c6aff}.landing .phone-card .rank-xp{font-size:12px;font-weight:700;color:var(--landing-muted)}.landing .phone-card .bar{width:100%;height:8px;border-radius:99px;background:var(--landing-borderLight);overflow:hidden}.landing .phone-card .bar i{display:block;width:68%;height:100%;background:linear-gradient(90deg,#7c6aff,#5046e5);border-radius:99px}.landing .phone-subjects{display:flex;flex-direction:column;gap:10px}.landing .phone-subject{display:flex;align-items:center;gap:12px;background:var(--landing-surface);border:1px solid var(--landing-borderLight);border-radius:16px;padding:12px 14px}.landing .phone-subject .ico{width:38px;height:38px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:900;font-size:15px;flex-shrink:0;letter-spacing:-.02em}.landing .phone-subject .meta{flex:1;min-width:0}.landing .phone-subject .name{font-size:14px;font-weight:800;letter-spacing:-.01em;margin-bottom:4px}.landing .phone-subject .pbar{width:100%;height:5px;border-radius:99px;background:var(--landing-borderLight);overflow:hidden}.landing .phone-subject .pbar i{display:block;height:100%;border-radius:99px}.landing .phone-subject .pct{font-size:11px;font-weight:800;color:var(--landing-soft)}.landing .phone-mascot-chip{display:flex;align-items:center;gap:12px;background:var(--landing-surface);border:1px solid var(--landing-borderLight);border-radius:16px;padding:12px 14px}.landing .phone-mascot-chip .msg{font-size:13px;font-weight:700;letter-spacing:-.005em;line-height:1.35}.landing .phone-mascot-chip .msg small{display:block;font-size:11px;font-weight:600;color:var(--landing-soft);margin-top:2px}.landing .float-chip{position:absolute;z-index:4;background:var(--landing-surface);border:1px solid var(--landing-borderLight);border-radius:14px;padding:10px 13px;font-size:13px;font-weight:800;display:inline-flex;align-items:center;gap:8px;box-shadow:0 16px 30px -14px #00000038;letter-spacing:-.01em}.landing .float-chip .emoji{font-size:18px;line-height:1}.landing .float-chip.one{top:60px;left:-32px;color:var(--landing-gold);background:var(--landing-goldDim);border-color:transparent;transform:rotate(-6deg)}.landing .float-chip.two{bottom:140px;right:-28px;color:var(--landing-success);background:var(--landing-successDim);border-color:transparent;transform:rotate(4deg)}.landing .float-chip.three{bottom:30px;left:-18px;color:var(--landing-accent);background:var(--landing-accentDim);border-color:transparent;transform:rotate(-3deg)}@media (max-width: 980px){.landing .float-chip.one{left:0;top:40px}.landing .float-chip.two{right:0}.landing .float-chip.three{left:10px}}.landing .price-strip{max-width:1180px;margin:0 auto;padding:0 28px 56px}.landing .price-strip-inner{display:grid;grid-template-columns:repeat(4,1fr);gap:2px;background:var(--landing-text);border-radius:20px;overflow:hidden;padding:2px}.landing .price-strip .tile{background:var(--landing-bg);padding:22px;display:flex;flex-direction:column;gap:4px}.landing .price-strip .tile .n{font-family:Fraunces,serif;font-weight:700;font-size:36px;letter-spacing:-.03em;line-height:1}.landing .price-strip .tile .n em{font-style:italic;color:var(--landing-accent)}.landing .price-strip .tile .t{font-size:13px;font-weight:600;color:var(--landing-soft);line-height:1.4}@media (max-width: 780px){.landing .price-strip-inner{grid-template-columns:repeat(2,1fr)}}@media (max-width: 420px){.landing .price-strip-inner{grid-template-columns:1fr}}.landing .section{max-width:1180px;margin:0 auto;padding:80px 28px}.landing .section-head{max-width:720px;margin:0 auto 56px;text-align:center}.landing .section-head .eyebrow-plain{display:inline-block;padding:5px 12px;border-radius:99px;background:var(--landing-surface);color:var(--landing-accent);border:1px solid var(--landing-borderLight);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin-bottom:18px}.landing .section-head h2{font-family:Fraunces,serif;font-weight:600;font-size:clamp(32px,4.5vw,48px);line-height:1.05;letter-spacing:-.03em;margin:0 0 14px;text-wrap:balance}.landing .section-head h2 em{font-style:italic;color:var(--landing-accent);font-weight:600}.landing .section-head p{font-size:17px;line-height:1.55;color:var(--landing-soft);margin:0;font-weight:500;text-wrap:pretty}.landing .steps{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media (max-width: 880px){.landing .steps{grid-template-columns:1fr}}.landing .step-card{background:var(--landing-surface);border:1px solid var(--landing-borderLight);border-radius:22px;padding:28px 26px 30px;position:relative;transition:transform .2s ease,box-shadow .2s ease}.landing .step-card:hover{transform:translateY(-3px);box-shadow:0 20px 50px -28px #14141e40}.landing .step-card .n{font-family:Fraunces,serif;font-style:italic;font-weight:600;font-size:44px;line-height:1;color:var(--landing-accent);margin-bottom:18px;letter-spacing:-.03em}.landing .step-card h3{font-size:20px;font-weight:800;letter-spacing:-.02em;margin:0 0 8px}.landing .step-card p{font-size:15px;line-height:1.5;color:var(--landing-soft);margin:0;font-weight:500;text-wrap:pretty}.landing .feature{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin-bottom:96px}.landing .feature:last-child{margin-bottom:0}.landing .feature.reverse .feature-visual{order:2}.landing .feature.reverse .feature-copy{order:1}@media (max-width: 880px){.landing .feature{grid-template-columns:1fr;gap:32px;margin-bottom:60px}.landing .feature.reverse .feature-visual,.landing .feature.reverse .feature-copy{order:unset}}.landing .feature-copy .tag{display:inline-block;padding:5px 10px;border-radius:99px;background:var(--landing-accentDim);color:var(--landing-accent);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin-bottom:16px}.landing .feature-copy h3{font-family:Fraunces,serif;font-weight:600;font-size:clamp(28px,3.4vw,38px);line-height:1.1;letter-spacing:-.025em;margin:0 0 14px;text-wrap:balance}.landing .feature-copy p{font-size:17px;line-height:1.55;color:var(--landing-soft);margin:0 0 18px;font-weight:500;text-wrap:pretty}.landing .feature-copy ul{list-style:none;padding:0;margin:0}.landing .feature-copy li{display:flex;align-items:flex-start;gap:10px;font-size:15px;font-weight:600;color:var(--landing-text);padding:8px 0}.landing .feature-copy li svg{flex-shrink:0;margin-top:2px;color:var(--landing-success)}.landing .feature-visual{position:relative;border-radius:24px;padding:32px;background:var(--landing-surfaceAlt);border:1px solid var(--landing-borderLight);min-height:320px}.landing .viz-tree{display:flex;flex-direction:column;gap:14px}.landing .viz-tree .topic{background:var(--landing-surface);border:1px solid var(--landing-borderLight);border-radius:16px;padding:14px 16px}.landing .viz-tree .topic .t-head{display:flex;align-items:center;gap:10px;margin-bottom:12px}.landing .viz-tree .topic .t-head .dot{width:12px;height:12px;border-radius:4px}.landing .viz-tree .topic .t-head .name{font-size:13px;font-weight:800;letter-spacing:-.01em;flex:1}.landing .viz-tree .topic .t-head .meta{font-size:11px;font-weight:700;color:var(--landing-muted)}.landing .viz-tree .nodes{display:flex;align-items:flex-start;gap:10px;overflow:hidden}.landing .viz-tree .node{display:flex;flex-direction:column;align-items:center;gap:4px;flex-shrink:0}.landing .viz-tree .node .circle{width:34px;height:34px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:12px;color:#fff}.landing .viz-tree .node .circle.dash{background:var(--landing-surface);border:2px dashed var(--landing-border);color:var(--landing-muted)}.landing .viz-tree .node .lbl{font-size:9px;font-weight:800;letter-spacing:.04em}.landing .viz-tree .join{width:14px;height:2px;margin-top:16px;border-radius:99px;background:var(--landing-border);flex-shrink:0}.landing .viz-tree .join.done{background:var(--landing-success)}.landing .viz-quiz{display:flex;flex-direction:column;gap:12px}.landing .viz-quiz .qhead{display:flex;justify-content:space-between;align-items:center;font-size:12px;font-weight:800;color:var(--landing-muted);letter-spacing:.04em;text-transform:uppercase}.landing .viz-quiz .hearts{display:inline-flex;gap:4px;color:var(--landing-danger)}.landing .viz-quiz .question{font-size:18px;font-weight:800;line-height:1.3;letter-spacing:-.015em;padding:6px 0 10px}.landing .viz-quiz .opt{display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:12px;background:var(--landing-surface);border:1.5px solid var(--landing-borderLight);font-size:14px;font-weight:700}.landing .viz-quiz .opt .letter{width:24px;height:24px;border-radius:7px;background:var(--landing-surfaceAlt);color:var(--landing-soft);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:12px}.landing .viz-quiz .opt.correct{background:var(--landing-successDim);border-color:var(--landing-success);color:var(--landing-text)}.landing .viz-quiz .opt.correct .letter{background:var(--landing-success);color:#fff}.landing .viz-ranks{display:flex;flex-direction:column;gap:14px}.landing .viz-ranks .big-card{background:linear-gradient(135deg,#7c6aff,#5046e5);color:#fff;border-radius:18px;padding:22px;position:relative;overflow:hidden}.landing .viz-ranks .big-card .lbl{font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;opacity:.8}.landing .viz-ranks .big-card .num{font-family:Fraunces,serif;font-size:64px;font-weight:700;letter-spacing:-.03em;line-height:1;margin:4px 0 2px}.landing .viz-ranks .big-card .unit{font-size:16px;font-weight:700;opacity:.85}.landing .viz-ranks .big-card .flame{position:absolute;bottom:-20px;right:-10px;font-size:140px;line-height:1;opacity:.22}.landing .viz-ranks .rank-rows{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.landing .viz-ranks .rank-chip{background:var(--landing-surface);border:1px solid var(--landing-borderLight);border-radius:14px;padding:10px 12px;display:flex;align-items:center;gap:10px}.landing .viz-ranks .rank-chip .lvl{width:28px;height:28px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:900;font-size:12px}.landing .viz-ranks .rank-chip .nm{font-size:12px;font-weight:800}.landing .viz-ranks .rank-chip .sub{font-size:10px;font-weight:700;color:var(--landing-muted)}.landing .exams-section{background:var(--landing-bgAlt);padding:80px 28px}.landing .exams-filters{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin:0 auto 28px}.landing .exams-filters button{font-family:inherit;font-size:13px;font-weight:700;padding:8px 14px;border-radius:99px;background:var(--landing-surface);color:var(--landing-soft);border:1px solid var(--landing-borderLight);cursor:pointer;transition:all .15s ease;letter-spacing:-.005em}.landing .exams-filters button:hover{color:var(--landing-text);border-color:var(--landing-border)}.landing .exams-filters button.on{background:var(--landing-text);color:var(--landing-bg);border-color:var(--landing-text)}.landing .exams-filters button .count{font-weight:700;opacity:.55;margin-left:6px}.landing .marquee{position:relative;overflow:hidden;mask-image:linear-gradient(to right,transparent 0,#000 80px,#000 calc(100% - 80px),transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0,#000 80px,#000 calc(100% - 80px),transparent 100%)}.landing .marquee+.marquee{margin-top:14px}.landing .marquee .track{display:flex;gap:12px;width:max-content;animation:landing-marquee-l 60s linear infinite;will-change:transform}.landing .marquee.reverse .track{animation-name:landing-marquee-r;animation-duration:72s}.landing .marquee:hover .track{animation-play-state:paused}@keyframes landing-marquee-l{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes landing-marquee-r{0%{transform:translate(-50%)}to{transform:translate(0)}}@media (prefers-reduced-motion: reduce){.landing .marquee .track{animation:none}}.landing .exam-pill{flex:0 0 auto;display:inline-flex;align-items:center;gap:12px;padding:12px 18px 12px 12px;background:var(--landing-surface);border:1px solid var(--landing-borderLight);border-radius:999px;transition:transform .2s ease,border-color .2s ease,opacity .25s ease;cursor:pointer}.landing .exam-pill:hover{transform:translateY(-1px);border-color:var(--landing-border)}.landing .exam-pill[data-dim="1"]{opacity:.22}.landing .exam-pill .exico{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:900;font-size:12px;letter-spacing:-.01em;flex-shrink:0}.landing .exam-pill .nm{font-size:14px;font-weight:800;letter-spacing:-.015em;white-space:nowrap}.landing .exam-pill .sub{font-size:11px;font-weight:600;color:var(--landing-muted);white-space:nowrap;margin-top:1px}.landing .exams-foot{margin-top:28px;display:flex;justify-content:center;font-size:13px;font-weight:600;color:var(--landing-soft)}.landing .exams-foot strong{color:var(--landing-text);font-weight:800}.landing .testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media (max-width: 880px){.landing .testimonials{grid-template-columns:1fr}}.landing .quote-card{background:var(--landing-surface);border:1px solid var(--landing-borderLight);border-radius:22px;padding:28px 26px 24px;display:flex;flex-direction:column;gap:18px}.landing .quote-card .stars{display:inline-flex;color:var(--landing-gold);gap:2px}.landing .quote-card .q{font-family:Fraunces,serif;font-weight:400;font-size:19px;line-height:1.4;letter-spacing:-.015em;flex:1;text-wrap:pretty}.landing .quote-card .who{display:flex;align-items:center;gap:10px}.landing .quote-card .who .av{width:36px;height:36px;border-radius:99px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:13px;flex-shrink:0}.landing .quote-card .who .nm{font-size:13px;font-weight:800;line-height:1.2}.landing .quote-card .who .sub{font-size:12px;font-weight:600;color:var(--landing-muted);margin-top:2px}.landing .parent-band{max-width:1180px;margin:0 auto;padding:24px 28px 96px}.landing .parent-card{background:var(--landing-text);color:var(--landing-bg);border-radius:28px;padding:56px 52px;position:relative;overflow:hidden;display:grid;grid-template-columns:1.2fr 1fr;gap:40px;align-items:center}@media (max-width: 880px){.landing .parent-card{grid-template-columns:1fr;padding:40px 32px}}.landing .parent-card:after{content:"";position:absolute;top:-80px;right:-80px;width:280px;height:280px;background:color-mix(in oklab,var(--landing-accent) 80%,transparent);border-radius:50%;filter:blur(4px)}.landing .parent-card .parent-copy{position:relative;z-index:1}.landing .parent-card .tag{display:inline-block;padding:5px 10px;border-radius:99px;background:color-mix(in oklab,white 15%,transparent);color:var(--landing-bg);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin-bottom:18px}.landing .parent-card h3{font-family:Fraunces,serif;font-weight:600;font-size:clamp(28px,3.4vw,40px);line-height:1.1;letter-spacing:-.025em;margin:0 0 16px;text-wrap:balance}.landing .parent-card p{font-size:17px;line-height:1.55;color:color-mix(in oklab,var(--landing-bg) 80%,transparent);margin:0 0 24px;font-weight:500}.landing .parent-card .parent-cta{display:inline-flex;align-items:center;gap:10px;padding:14px 22px;border-radius:12px;background:var(--landing-bg);color:var(--landing-text);border:none;font-weight:800;font-size:15px}.landing .parent-card .parent-cta:hover{background:var(--landing-accent);color:#fff}.landing .parent-stats{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.landing .parent-stats .stat{background:color-mix(in oklab,white 8%,transparent);border:1px solid color-mix(in oklab,white 14%,transparent);border-radius:16px;padding:18px}.landing .parent-stats .stat .n{font-family:Fraunces,serif;font-weight:700;font-size:40px;letter-spacing:-.03em;color:#fff;line-height:1;margin-bottom:4px}.landing .parent-stats .stat .n em{color:var(--landing-accentSoft);font-style:italic}.landing .parent-stats .stat .t{font-size:12px;font-weight:600;color:color-mix(in oklab,var(--landing-bg) 80%,transparent);line-height:1.35}.landing .faq-section{max-width:820px}.landing .faq-list{display:flex;flex-direction:column;gap:10px}.landing .faq-item{background:var(--landing-surface);border:1px solid var(--landing-borderLight);border-radius:16px;overflow:hidden;transition:border-color .15s ease}.landing .faq-item[open]{border-color:var(--landing-border)}.landing .faq-item summary{list-style:none;cursor:pointer;padding:20px 22px;font-size:16px;font-weight:700;letter-spacing:-.01em;display:flex;justify-content:space-between;align-items:center;gap:16px}.landing .faq-item summary::-webkit-details-marker{display:none}.landing .faq-item summary .chev{width:20px;height:20px;flex-shrink:0;color:var(--landing-muted);transition:transform .18s ease}.landing .faq-item[open] summary .chev{transform:rotate(180deg)}.landing .faq-item .answer{padding:0 22px 22px;font-size:15px;line-height:1.55;color:var(--landing-soft);font-weight:500}.landing .final-cta{max-width:1180px;margin:0 auto;padding:40px 28px 96px;text-align:center}.landing .final-cta h2{font-family:Fraunces,serif;font-weight:600;font-size:clamp(40px,6vw,64px);line-height:1.02;letter-spacing:-.03em;margin:0 0 20px;text-wrap:balance}.landing .final-cta h2 em{font-style:italic;color:var(--landing-accent);font-weight:600}.landing .final-cta p{font-size:18px;color:var(--landing-soft);font-weight:500;margin:0 auto 36px;max-width:560px;line-height:1.5}.landing .final-cta .cta{padding:18px 32px;font-size:17px}.landing footer{border-top:1px solid var(--landing-borderLight);padding:40px 28px}.landing .foot{max-width:1180px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.landing .foot .brand{display:flex;align-items:center;color:var(--landing-text)}.landing .foot .brand .wordmark{height:22px;width:auto;display:block}.landing .foot .brand .wordmark .dot-accent{stroke:var(--landing-accent);fill:none}.landing .foot .links{display:flex;gap:20px;flex-wrap:wrap}.landing .foot .links a{font-size:13px;font-weight:600;color:var(--landing-soft)}.landing .foot .links a:hover{color:var(--landing-text)}.landing .foot .cpy{font-size:12px;color:var(--landing-muted);font-weight:600}.legal-page{--lp-bg: #EDEAE4;--lp-surface: #FFFFFF;--lp-surfaceAlt: #F5F3EE;--lp-text: #1A1A1F;--lp-soft: #5C5C68;--lp-muted: #93939E;--lp-border: #D6D4CF;--lp-borderLight: #E8E6E1;--lp-accent: #5046E5;--lp-accentHover: #3F38CC;--lp-accentDim: #EEEDFC;--lp-success: #16A34A;--lp-danger: #DC2626;background:var(--lp-bg);color:var(--lp-text);font-family:Urbanist,ui-sans-serif,system-ui,sans-serif;-webkit-font-smoothing:antialiased;min-height:100vh}.legal-page *,.legal-page *:before,.legal-page *:after{box-sizing:border-box}.legal-page a{color:var(--lp-accent);text-decoration:none}.legal-page a:hover{text-decoration:underline}.legal-page button{font-family:inherit;cursor:pointer}.legal-page .lp-nav{max-width:820px;margin:0 auto;padding:22px 28px 0;display:flex;align-items:center;gap:12px}.legal-page .lp-nav .back{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:99px;background:var(--lp-surface);border:1px solid var(--lp-borderLight);color:var(--lp-soft);font-size:13px;font-weight:700;transition:color .15s ease,border-color .15s ease}.legal-page .lp-nav .back:hover{color:var(--lp-text);border-color:var(--lp-border);text-decoration:none}.legal-page .lp-nav .brand{color:var(--lp-text);margin-left:auto;display:inline-flex}.legal-page .lp-nav .brand .wordmark{height:22px;width:auto;display:block}.legal-page .lp-nav .brand .wordmark .dot-accent{stroke:var(--lp-accent);fill:none}.legal-page .lp-article{max-width:720px;margin:0 auto;padding:40px 28px 80px}.legal-page .lp-article h1{font-family:Fraunces,serif;font-weight:600;font-size:clamp(36px,5vw,52px);line-height:1.05;letter-spacing:-.03em;margin:0 0 6px;text-wrap:balance}.legal-page .lp-article .updated{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--lp-muted);margin:0 0 28px}.legal-page .lp-article aside{background:var(--lp-accentDim);color:var(--lp-text);border-left:3px solid var(--lp-accent);border-radius:12px;padding:16px 18px;margin:0 0 32px;font-size:15px;line-height:1.55;font-weight:500}.legal-page .lp-article aside strong{color:var(--lp-accent);font-weight:800}.legal-page .lp-article h2{font-family:Fraunces,serif;font-weight:600;font-size:24px;letter-spacing:-.02em;line-height:1.15;margin:32px 0 12px;scroll-margin-top:24px}.legal-page .lp-article h3{font-size:16px;font-weight:800;letter-spacing:-.01em;margin:20px 0 8px;color:var(--lp-text)}.legal-page .lp-article p{font-size:15px;line-height:1.65;color:var(--lp-soft);margin:0 0 14px;font-weight:500}.legal-page .lp-article p strong{color:var(--lp-text);font-weight:800}.legal-page .lp-article ul{margin:0 0 16px;padding-left:22px}.legal-page .lp-article li{font-size:15px;line-height:1.6;color:var(--lp-soft);font-weight:500;margin-bottom:6px}.legal-page .lp-article li strong{color:var(--lp-text);font-weight:800}.legal-page .lp-foot{max-width:820px;margin:0 auto;padding:30px 28px 40px;border-top:1px solid var(--lp-borderLight);display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;font-size:12px;color:var(--lp-muted);font-weight:600}.legal-page .lp-foot .links{display:flex;gap:18px;flex-wrap:wrap}.legal-page .lp-foot .links a{color:var(--lp-soft)}.legal-page .lp-foot .links a:hover{color:var(--lp-text)}.legal-page .lp-form{display:flex;flex-direction:column;gap:12px;background:var(--lp-surface);border:1px solid var(--lp-borderLight);border-radius:18px;padding:22px;margin-top:20px}.legal-page .lp-form label{font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--lp-muted);margin-bottom:-4px}.legal-page .lp-form input,.legal-page .lp-form textarea{width:100%;padding:12px 14px;border-radius:10px;background:var(--lp-surfaceAlt);border:1px solid var(--lp-borderLight);font-family:inherit;font-size:15px;font-weight:500;color:var(--lp-text);outline:none;transition:border-color .15s ease}.legal-page .lp-form input:focus,.legal-page .lp-form textarea:focus{border-color:var(--lp-accent)}.legal-page .lp-form textarea{min-height:140px;resize:vertical;line-height:1.5}.legal-page .lp-form .hp{display:none}.legal-page .lp-form .submit{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 22px;background:var(--lp-accent);color:#fff;border:none;border-radius:12px;font-weight:800;font-size:15px;transition:background .15s ease,transform .12s ease;margin-top:6px}.legal-page .lp-form .submit:hover:not(:disabled){background:var(--lp-accentHover);transform:translateY(-1px)}.legal-page .lp-form .submit:disabled{opacity:.5;cursor:not-allowed}.legal-page .lp-form .msg{padding:12px 14px;border-radius:10px;font-size:14px;font-weight:600;line-height:1.5}.legal-page .lp-form .msg.ok{background:#ecfce5;color:var(--lp-success);border-left:3px solid var(--lp-success)}.legal-page .lp-form .msg.err{background:#fee2e2;color:var(--lp-danger);border-left:3px solid var(--lp-danger)}:root{--bg: #EDEAE4;--surface: #FFFFFF;--surfaceAlt: #F5F3EE;--text: #1A1A1F;--soft: #5C5C68;--muted: #93939E;--border: #D6D4CF;--borderLight: #E8E6E1;--accent: #5046E5;--accentHover: #3F38CC;--accentDim: #EEEDFC;--success: #16A34A;--successDim: #ECFCE5;--danger: #DC2626;--dangerDim: #FEF2F2;--gold: #D97706;--goldDim: #FEF7E6;--pad: 28px;--gap-sm: 8px;--gap: 14px;--gap-lg: 24px;--radius-sm: 10px;--radius: 12px;--radius-lg: 16px;--radius-xl: 20px;--fig-stroke: var(--text);--fig-label: var(--text);--fig-accent: var(--accent);--fig-muted: var(--muted);--fig-fill: var(--surfaceAlt)}[data-accent=teal]{--accent: #0891B2;--accentHover: #0E7490;--accentDim: #E0F7FB}[data-accent=emerald]{--accent: #059669;--accentHover: #047857;--accentDim: #DCFCE7}[data-accent=amber]{--accent: #D97706;--accentHover: #B45309;--accentDim: #FEF3C7}[data-accent=rose]{--accent: #E11D48;--accentHover: #BE123C;--accentDim: #FEE2E2}[data-density=compact]{--pad: 20px;--gap-lg: 18px;--gap: 10px}[data-theme=dark]{--bg: #14141A;--surface: #1E1E26;--surfaceAlt: #24242E;--text: #F5F5F7;--soft: #A8A8B4;--muted: #6D6D7A;--border: #2E2E3A;--borderLight: #26262F;--accentDim: #2A2170;--successDim: #0F3A22;--dangerDim: #3A0F0F;--goldDim: #3A280F}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:Urbanist,ui-sans-serif,system-ui,sans-serif;-webkit-font-smoothing:antialiased}body{min-height:100vh;overflow-x:hidden}button{font-family:inherit}.app-stage{position:relative;width:100%;max-width:640px;margin:0 auto;min-height:100vh;padding:24px var(--pad);z-index:1}.bg-deco{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;overflow:hidden}.bg-deco .c{position:absolute;border-radius:50%}.bg-deco .c1{top:-60px;right:-40px;width:260px;height:260px;background:color-mix(in oklab,var(--accent) 6%,transparent)}.bg-deco .c2{bottom:-80px;left:-80px;width:320px;height:320px;background:color-mix(in oklab,var(--success) 5%,transparent)}.bg-deco .c3{top:45%;right:-60px;width:200px;height:200px;background:color-mix(in oklab,var(--gold) 4%,transparent)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:var(--border);border-radius:99px}.confetti{position:fixed;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:1000;overflow:hidden}.confetti span{position:absolute;top:-10px;width:8px;height:14px;border-radius:2px;animation:conf-fall linear forwards}@keyframes conf-fall{0%{transform:translateY(-20px) rotate(0);opacity:1}to{transform:translateY(110vh) rotate(720deg);opacity:.8}}.haptic-tap{transition:transform .12s cubic-bezier(.2,.9,.4,1.2)}.haptic-tap:active{transform:scale(.96)}.screen-enter{animation:screenIn .28s cubic-bezier(.2,.7,.3,1) forwards}@keyframes screenIn{0%{transform:translateY(8px)}to{transform:none}}.tweaks-panel{position:fixed;right:16px;bottom:16px;z-index:2000;background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:14px;width:260px;box-shadow:0 20px 40px -20px #00000026;font-size:13px}.tweaks-panel h4{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin:0 0 10px;font-weight:700}.tweaks-panel .row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.tweaks-panel .row:last-child{margin-bottom:0}.tweaks-panel label{color:var(--soft);font-weight:600;font-size:12px}.tweaks-panel select,.tweaks-panel button.chip{font-family:inherit;font-size:12px;font-weight:700;background:var(--surfaceAlt);border:1px solid var(--border);color:var(--text);border-radius:8px;padding:6px 10px}.tweaks-panel .swatches{display:flex;gap:6px}.tweaks-panel .sw{width:22px;height:22px;border-radius:6px;border:2px solid transparent;cursor:pointer}.tweaks-panel .sw.active{border-color:var(--text)}.tweaks-panel .toggle{width:36px;height:20px;background:var(--borderLight);border-radius:99px;position:relative;cursor:pointer;border:none;padding:0}.tweaks-panel .toggle:after{content:"";position:absolute;top:2px;left:2px;width:16px;height:16px;background:var(--surface);border-radius:50%;transition:transform .18s ease;box-shadow:0 1px 3px #0003}.tweaks-panel .toggle[data-on=true]{background:var(--accent)}.tweaks-panel .toggle[data-on=true]:after{transform:translate(16px)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.fig-wrap{display:flex;justify-content:center;margin:6px 0 22px}.fig-wrap svg{max-width:100%;height:auto;background:var(--fig-fill);border:1px solid var(--borderLight);border-radius:var(--radius);padding:12px}.fig-wrap svg .fig-stroke,.fig-wrap svg [class~=fig-stroke]{stroke:var(--fig-stroke);fill:none}.fig-wrap svg .fig-accent,.fig-wrap svg [class~=fig-accent]{stroke:var(--fig-accent);fill:none}.fig-wrap svg .fig-muted,.fig-wrap svg [class~=fig-muted]{stroke:var(--fig-muted);fill:none}.fig-wrap svg .fig-label,.fig-wrap svg [class~=fig-label]{fill:var(--fig-label);stroke:none;font-family:inherit;font-size:13px;font-weight:600}.fig-wrap svg .fig-fill,.fig-wrap svg [class~=fig-fill]{fill:var(--fig-accent);stroke:none;opacity:.15}.fig-wrap svg .fig-dot,.fig-wrap svg [class~=fig-dot]{fill:var(--fig-stroke);stroke:none}.fig-image{flex-direction:column;align-items:center;margin:6px 0 22px}.fig-image img{max-width:100%;max-height:360px;height:auto;border:1px solid var(--borderLight);border-radius:var(--radius);object-fit:contain;background:var(--fig-fill)}.fig-caption{margin-top:8px;font-size:11px;color:var(--muted);text-align:center;line-height:1.3}
