@font-face{font-family:Poppins;src:url(/assets/fonts/Poppins-Regular.woff2)format("woff2");font-weight:400;font-display:swap}@font-face{font-family:Poppins;src:url(/assets/fonts/Poppins-Medium.woff2)format("woff2");font-weight:500;font-display:swap}@font-face{font-family:Poppins;src:url(/assets/fonts/Poppins-SemiBold.woff2)format("woff2");font-weight:600;font-display:swap}@font-face{font-family:Poppins;src:url(/assets/fonts/Poppins-Bold.woff2)format("woff2");font-weight:700;font-display:swap}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#fff8ee;--bg-2:#fffdf9;--ink:#071127;--muted:#687083;--surface:#ffffffd1;--solid:#fff;--line:#1022421c;--navy:#030817;--blue:#1a6eff;--orange:#ff8a00;--coral:#ff612e;--green:#13c66b;--shadow:0 22px 65px #2315051f;--soft-shadow:0 12px 32px #19130817;--header:84px;font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#030817;--bg-2:#071126;--ink:#f7f9ff;--muted:#9aa8c5;--surface:#08142bd6;--solid:#0b1730;--line:#799fde33;--shadow:0 24px 75px #00000061;--soft-shadow:0 12px 35px #00000047}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px;overflow-x:clip}body{background:var(--bg);min-width:320px;color:var(--ink);margin:0;overflow-x:hidden}body:before{content:"";pointer-events:none;opacity:.16;z-index:-1;background-image:radial-gradient(#1a6eff33 .65px,#0000 .65px);background-size:18px 18px;position:fixed;top:0;bottom:0;left:0;right:0;-webkit-mask-image:linear-gradient(#000,#0000 70%);mask-image:linear-gradient(#000,#0000 70%)}button,a{font:inherit}button{color:inherit}button:focus-visible{outline:3px solid var(--orange);outline-offset:4px}a:focus-visible{outline:3px solid var(--orange);outline-offset:4px}summary:focus-visible{outline:3px solid var(--orange);outline-offset:4px}[tabindex]:focus-visible{outline:3px solid var(--orange);outline-offset:4px}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}h1,h2,h3,p{margin-top:0}h1,h2,h3{text-wrap:balance;letter-spacing:-.045em}p{text-wrap:pretty}em{color:var(--blue);font-style:normal}:root[data-theme=dark] em{color:#70a7ff}.container{width:min(1180px,100% - 48px);margin-inline-start:auto;margin-inline-end:auto}.section{padding:120px 0}.page-transition{min-height:60vh}.skip-link{z-index:999;background:var(--ink);color:var(--bg);border-radius:12px;padding:12px 18px;transition:transform .2s;position:fixed;top:10px;left:16px;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--blue);align-items:center;gap:9px;font-size:12px;font-weight:700;display:inline-flex}.eyebrow:before{content:"";background:linear-gradient(90deg,var(--orange),var(--coral));border-radius:3px;width:19px;height:3px}.text-link{align-items:center;gap:10px;min-height:44px;font-weight:700;display:inline-flex}.text-link svg{width:21px;height:21px;transition:transform .2s}.text-link:hover svg{transform:translate(5px)}.route-loader{min-height:70vh;color:var(--muted);align-content:center;place-items:center;gap:15px;display:grid}.route-loader span{border:3px solid var(--line);border-top-color:var(--orange);border-radius:50%;width:30px;height:30px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.site-header{z-index:100;height:var(--header);border-bottom:1px solid #0000;transition:height .25s,background-color .25s,border-color .25s,box-shadow .25s;position:fixed;top:0;bottom:auto;left:0;right:0}.site-header.scrolled{background:color-mix(in srgb,var(--bg) 84%,transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-color:var(--line);height:72px;box-shadow:0 8px 30px #0711270f}.nav-shell{align-items:center;gap:38px;height:100%;display:flex}.brand-link{place-items:center;width:130px;height:64px;display:grid}.brand-link img{width:118px;height:auto}.desktop-nav{align-items:center;gap:5px;margin-left:auto;display:flex}.desktop-nav a{min-height:44px;color:var(--muted);align-items:center;padding:0 16px;font-size:13px;font-weight:600;display:flex;position:relative}.desktop-nav a:after{content:"";background:var(--orange);border-radius:2px;height:2px;transition:transform .2s;position:absolute;bottom:3px;left:16px;right:16px;transform:scaleX(0)}.desktop-nav a:hover,.desktop-nav a.active{color:var(--ink)}.desktop-nav a.active:after{transform:scaleX(1)}.nav-actions{align-items:center;gap:10px;display:flex}.theme-toggle,.menu-button{border:1px solid var(--line);background:var(--surface);cursor:pointer;width:44px;height:44px;box-shadow:var(--soft-shadow);border-radius:15px;place-items:center;display:grid}.theme-toggle svg{width:20px;height:20px}.menu-button{display:none;position:relative}.menu-button span{background:currentColor;border-radius:3px;width:18px;height:2px;transition:transform .25s,top .25s;position:absolute}.menu-button span:first-child{top:17px}.menu-button span:last-child{top:24px}.menu-button[aria-expanded=true] span:first-child{top:21px;transform:rotate(45deg)}.menu-button[aria-expanded=true] span:last-child{top:21px;transform:rotate(-45deg)}.mobile-menu{z-index:-1;background:var(--bg);opacity:0;visibility:hidden;padding:120px 24px 40px;transition:opacity .25s,transform .25s,visibility .25s;position:fixed;top:0;bottom:0;left:0;right:0;transform:translateY(-10px)}.mobile-menu.open{opacity:1;visibility:visible;transform:none}.mobile-menu nav{display:grid}.mobile-menu a{border-bottom:1px solid var(--line);letter-spacing:-.05em;align-items:baseline;gap:20px;padding:17px 4px;font-size:clamp(2rem,10vw,3.6rem);font-weight:700;display:flex}.mobile-menu a span{letter-spacing:.1em;color:var(--orange);font-size:11px}.download-button{background:linear-gradient(135deg,var(--orange),var(--coral));color:#fff;cursor:pointer;border:0;border-radius:18px;justify-content:center;align-items:center;gap:10px;min-height:54px;padding:0 22px;font-weight:700;transition:box-shadow .2s,transform .2s;display:inline-flex;box-shadow:0 12px 27px #ff6a2a47}.download-button:hover{box-shadow:0 17px 34px #ff6a2a61}.download-button svg{flex:none;width:20px;height:20px}.download-button.compact{border-radius:14px;min-height:44px;padding:0 16px;font-size:12px}.download-button.unavailable{background:var(--line);box-shadow:none;color:var(--muted);cursor:not-allowed}.download-button.inverse{color:#0c1730;background:#fff}.play-badge{border:1px solid var(--line);background:var(--surface);border-radius:18px;align-items:center;gap:9px;min-height:58px;padding:7px 100px 7px 14px;display:flex;position:relative}.play-badge svg{width:26px;height:26px}.play-badge span{font-size:14px;font-weight:600;line-height:1.12;display:grid}.play-badge small{letter-spacing:.12em;font-size:7px}.play-badge strong{color:#4c3300;text-transform:uppercase;letter-spacing:.06em;background:#ffd85e;border-radius:8px;padding:6px 8px;font-size:8px;position:absolute;top:50%;right:10px;transform:translateY(-50%)rotate(-2deg)}.play-badge.inverse{color:#fff;background:#ffffff14;border-color:#ffffff38}.home-hero{min-height:850px;padding:calc(var(--header) + 50px) 0 40px;isolation:isolate;background:radial-gradient(circle at 72% 28%,#1a6eff40,#0000 30%),linear-gradient(145deg,#fff9f0,#f8fbff 50%,#dfeaff);position:relative;overflow:hidden}:root[data-theme=dark] .home-hero{background:radial-gradient(circle at 72% 28%,#1a6eff57,#0000 34%),linear-gradient(145deg,#030817,#071329 58%,#0a1c3b)}.pointer-glow{pointer-events:none;z-index:-1;background:radial-gradient(circle,#ff8a0029,#0000 66%);border-radius:50%;width:520px;height:520px;position:absolute;transform:translate(-50%,-50%)}.hero-noise{opacity:.2;z-index:-1;background-image:linear-gradient(115deg,#0000 46%,#ffffff73 48%,#0000 50%);background-size:18px 18px;position:absolute;top:0;bottom:0;left:0;right:0;-webkit-mask-image:linear-gradient(90deg,#0000,#000 55%,#0000);mask-image:linear-gradient(90deg,#0000,#000 55%,#0000)}.hero-stage{grid-template-columns:.88fr 1.12fr;align-items:center;gap:25px;min-height:720px;display:grid}.hero-copy{z-index:4;padding-bottom:24px;position:relative}.hero-kicker{color:#12499f;letter-spacing:.1em;text-transform:uppercase;background:#ffffff8f;border:1px solid #1a6eff40;border-radius:999px;padding:9px 14px;font-size:11px;font-weight:700;display:inline-block}:root[data-theme=dark] .hero-kicker{color:#9cc2ff;background:#071329b3}.hero-copy h1{margin:25px 0 22px;font-size:clamp(4rem,6.6vw,7.2rem);line-height:.88}.hero-copy h1>span{display:block;overflow:hidden}.gradient-text{background:linear-gradient(100deg,var(--blue),#6757ff 50%,var(--orange));color:#0000;-webkit-background-clip:text;background-clip:text}.hero-copy>p{max-width:590px;color:var(--muted);margin-bottom:28px;font-size:17px;line-height:1.75}.hero-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.hero-meta{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:10px;margin-top:16px;font-size:10px;font-weight:600;display:flex}.hero-meta i,.cta-meta i{background:var(--orange);border-radius:50%;width:3px;height:3px}.hero-text-link{align-items:center;gap:8px;min-height:44px;margin-top:24px;font-size:12px;font-weight:700;display:inline-flex}.hero-text-link svg{width:19px}.hero-collage{align-self:stretch;min-height:690px;position:relative}.collage-blob{border-radius:44% 56% 64% 36%/49% 43% 57% 51%;position:absolute}.blob-one{background:linear-gradient(145deg,#126bff,#003ecc);width:540px;height:540px;top:85px;right:0;transform:rotate(-9deg);box-shadow:0 55px 100px #0949bc57}.blob-two{opacity:.9;background:linear-gradient(135deg,#ffb300,#ff5c29);width:330px;height:330px;bottom:70px;left:80px;transform:rotate(20deg)}.hero-mascots{z-index:3;filter:drop-shadow(0 25px 32px #001f5b40);border-radius:48px;width:410px;height:auto;position:absolute;bottom:-180px;right:30px}.mascot-prompt{z-index:7;text-align:center;color:#fff;width:240px;display:grid;position:absolute;top:183px;right:93px}.mascot-prompt strong{letter-spacing:-.04em;font-size:27px}.mascot-prompt span{letter-spacing:.08em;text-transform:uppercase;color:#d9e7ff;font-size:9px}.hero-phone{z-index:2;background:#071127;border-radius:33px;width:205px;padding:8px;position:absolute;overflow:hidden;box-shadow:0 35px 65px #02081761}.hero-phone img{object-fit:cover;object-position:top;border-radius:26px;width:100%;height:425px}.phone-dark{top:66px;right:355px}.phone-light{z-index:4;width:170px;bottom:18px;right:15px}.phone-light img{height:350px}.floating-sticker{z-index:6;position:absolute;box-shadow:0 10px 25px #0308172b}.scene-sticker{color:#17213a;text-align:center;background:#ffd44d;border-radius:50%;padding:15px 17px;font-size:14px;font-weight:800;line-height:.9;top:30px;right:75px}.live-sticker{color:#111c31;letter-spacing:.07em;background:#fff;border-radius:999px;padding:10px 14px;font-size:10px;font-weight:800;top:270px;left:25px}.live-sticker i{background:var(--green);border-radius:50%;width:8px;height:8px;margin-right:4px;display:inline-block}.message-sticker{color:#17213a;background:#fff;border-radius:18px 18px 5px;padding:13px 15px;font-size:11px;font-weight:700;bottom:28px;right:175px}.message-sticker span{color:var(--blue);margin-left:7px}.hero-side-label{writing-mode:vertical-rl;color:#07112759;letter-spacing:.25em;font-size:8px;position:absolute;top:50%;right:18px}:root[data-theme=dark] .hero-side-label{color:#ffffff4d}.ticker{background:var(--navy);color:#fff;align-items:center;height:73px;display:flex;overflow:hidden;transform:rotate(-1deg)scale(1.02);box-shadow:0 15px 35px #03081740}.ticker-track{white-space:nowrap;will-change:transform;width:max-content;display:flex}.ticker span{letter-spacing:.08em;align-items:center;gap:28px;padding-right:28px;font-size:18px;font-weight:700;display:flex}.ticker i{background:linear-gradient(135deg,var(--orange),var(--coral));border-radius:4px;width:12px;height:12px;transform:rotate(45deg)}.section-intro{max-width:850px;margin-bottom:80px}.section-intro h2,.gallery-toolbar h2{margin:16px 0 18px;font-size:clamp(2.8rem,5.2vw,5.3rem);line-height:1}.section-intro p{max-width:610px;color:var(--muted);line-height:1.75}.story-stack{gap:120px;display:grid}.story-row{grid-template-columns:.8fr 1.2fr;align-items:center;gap:85px;display:grid}.story-row.reverse{grid-template-columns:1.2fr .8fr}.story-row.reverse .story-copy{order:2}.story-row.reverse .story-visual{order:1}.story-title-line{align-items:center;gap:18px;display:flex}.story-title-line img{object-fit:contain;filter:drop-shadow(0 8px 10px #002a712e);width:74px;height:74px}.story-copy h2{margin:7px 0 0;font-size:clamp(2.4rem,4vw,4.2rem);line-height:1}.story-copy>p{color:var(--muted);margin:28px 0;font-size:16px;line-height:1.8}.story-index{letter-spacing:.12em;color:var(--muted);font-size:10px}.story-visual{border:1px solid var(--line);background:linear-gradient(145deg,color-mix(in srgb,var(--solid) 86%,#dcebff),var(--solid));min-height:590px;box-shadow:var(--shadow);border-radius:52px;position:relative;overflow:hidden}:root[data-theme=dark] .story-visual{background:linear-gradient(145deg,#0b1c3b,#071126)}.visual-grid{background-image:linear-gradient(var(--line) 1px,transparent 1px),linear-gradient(90deg,var(--line) 1px,transparent 1px);background-size:42px 42px;position:absolute;top:0;bottom:0;left:0;right:0;-webkit-mask-image:linear-gradient(#000,#0000 85%);mask-image:linear-gradient(#000,#0000 85%)}.story-phone{background:#071127;border-radius:42px;width:310px;height:625px;padding:9px;position:absolute;top:65px;left:50%;overflow:hidden;transform:translate(-50%)rotate(5deg);box-shadow:0 32px 65px #03081759}.story-phone img{object-fit:cover;object-position:top;border-radius:34px;width:100%;height:100%}.reverse .story-phone{transform:translate(-50%)rotate(-5deg)}.activity-tag{z-index:3;background:var(--solid);box-shadow:var(--soft-shadow);border-radius:999px;align-items:center;gap:7px;padding:10px 14px;font-size:10px;font-weight:700;display:flex;position:absolute;top:28px;left:30px}.activity-tag i{background:var(--green);border-radius:50%;width:8px;height:8px}.story-stamp{z-index:3;border:2px solid var(--ink);color:#14203a;text-transform:uppercase;background:#ffd44d;border-radius:13px;padding:13px 15px;font-size:10px;font-weight:800;position:absolute;bottom:28px;right:22px;transform:rotate(-5deg)}.community-break{background:var(--bg-2);border-block:1px solid var(--line);min-height:660px;padding-top:80px;position:relative;overflow:hidden}.community-word{color:#0000;-webkit-text-stroke:1px color-mix(in srgb,var(--ink) 12%,transparent);letter-spacing:-.09em;font-size:min(25vw,390px);font-weight:700;line-height:1;position:absolute;bottom:-.28em;left:-2vw}.community-layout{grid-template-columns:.8fr 1.2fr;align-items:center;min-height:580px;display:grid}.community-copy{z-index:3;padding-bottom:60px;position:relative}.community-copy h2{margin:16px 0 18px;font-size:clamp(3rem,5.5vw,5.5rem);line-height:.98}.community-copy p{max-width:540px;color:var(--muted);line-height:1.8}.community-mascots{align-self:end}.community-mascots img{object-fit:contain;object-position:center top;mix-blend-mode:multiply;width:100%;max-height:570px}:root[data-theme=dark] .community-mascots{background:0 0;border-radius:150px 150px 0 0;padding:20px 0 0}:root[data-theme=dark] .community-mascots img{mix-blend-mode:normal}.gallery-toolbar{justify-content:space-between;align-items:end;gap:35px;margin-bottom:50px;display:flex}.gallery-toolbar h2{max-width:760px;margin-bottom:0}.filter-tabs{border:1px solid var(--line);background:var(--surface);border-radius:999px;gap:5px;padding:5px;display:flex}.filter-tabs button{min-width:64px;min-height:44px;color:var(--muted);cursor:pointer;text-transform:capitalize;background:0 0;border:0;border-radius:999px;padding:0 14px;font-size:11px;font-weight:700}.filter-tabs button.active{background:var(--ink);color:var(--bg)}.screen-reel{overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;scrollbar-width:none;gap:26px;margin-inline-start:calc(50% - 50vw);margin-inline-end:calc(50% - 50vw);padding:30px 8vw 60px;display:flex;overflow-x:auto}.screen-reel::-webkit-scrollbar{display:none}.reel-item{scroll-snap-align:center;flex:0 0 285px}.reel-item.tilt-0{transform:rotate(-2deg)}.reel-item.tilt-2{transform:rotate(2deg)}.screen-card{width:100%;color:var(--ink);text-align:left;cursor:pointer;background:0 0;border:0;padding:0;position:relative}.screen-card>.mode-pill{z-index:3;position:absolute;top:30px;right:-8px}.phone-frame{background:#0a1020;border-radius:42px;height:545px;padding:9px;transition:transform .28s,box-shadow .28s;position:relative;overflow:hidden;box-shadow:0 25px 48px #0208174d}.screen-card:hover .phone-frame{transform:translateY(-10px)scale(1.015);box-shadow:0 35px 65px #02081761}.phone-frame>img{object-fit:cover;object-position:top;border-radius:34px;width:100%;height:100%}.phone-speaker{z-index:2;background:#00000061;border-radius:99px;width:50px;height:5px;position:absolute;top:14px;left:50%;transform:translate(-50%)}.mode-pill{color:#17213a;box-shadow:var(--soft-shadow);letter-spacing:.08em;text-transform:uppercase;background:#fff;border-radius:999px;padding:7px 10px;font-size:8px;font-weight:800;display:inline-flex}.mode-pill.dark{color:#cde0ff;background:#0a1832;border:1px solid #294774}.screen-card-copy{gap:6px;padding:20px 6px 0;display:grid}.screen-card-copy strong{font-size:18px}.screen-card-copy small{color:var(--muted);font-size:11px;line-height:1.55}.gallery-more{text-align:center;margin-top:15px}.screen-modal{z-index:500;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);overscroll-behavior:contain;background:#01050ed1;place-items:center;padding:20px;display:grid;position:fixed;top:0;bottom:0;left:0;right:0}.modal-card{color:#fff;background:#061127;border:1px solid #23406c;border-radius:38px;grid-template-columns:.75fr 1.25fr;align-items:center;gap:30px;width:min(900px,100%);height:min(720px,100vh - 40px);padding:45px;display:grid;position:relative;box-shadow:0 40px 100px #000}.modal-info h2{margin:18px 0 10px;font-size:38px}.modal-info p{color:#9fadd0;line-height:1.7}.modal-info>small{color:#7182a7;font-size:9px}.modal-phone{background:#02050d;border-radius:40px;justify-self:center;max-width:330px;height:100%;padding:9px;overflow:hidden}.modal-phone img{object-fit:contain;border-radius:32px;width:100%;height:100%}.modal-close,.modal-arrow{z-index:4;color:#fff;cursor:pointer;background:#0b1a36;border:1px solid #29436b;border-radius:50%;place-items:center;width:48px;height:48px;display:grid;position:absolute}.modal-close{font-size:26px;top:18px;right:18px}.modal-arrow{font-size:20px;top:50%}.modal-arrow.previous{left:12px}.modal-arrow.next{right:12px}.safety-teaser{color:#fff;background:linear-gradient(145deg,#061128,#0a2148)}.safety-teaser-grid,.safety-main-grid{grid-template-columns:.75fr 1.25fr;align-items:center;gap:85px;display:grid}.safety-teaser-copy h2,.safety-main h2{margin:15px 0 20px;font-size:clamp(3rem,5vw,5rem);line-height:1}.safety-teaser-copy p,.safety-main p{color:#a8b8d6;line-height:1.8}.safety-teaser .text-link{color:#fff}.safety-flow{min-height:590px;padding-top:75px;position:relative}.reported-message{z-index:1;color:#fff;background:#0b1b39;border:1px solid #243c65;border-radius:22px;grid-template-columns:46px 1fr 44px;align-items:center;gap:12px;max-width:520px;padding:17px;display:grid;position:relative;box-shadow:0 24px 55px #0000004d}.avatar-mark{background:linear-gradient(135deg,#805cff,#1a6eff);border-radius:50%;place-items:center;width:46px;height:46px;font-weight:700;display:grid}.reported-message small{color:#96abd0}.reported-message p{color:#fff;margin:3px 0 0}.reported-message button{color:#aebddd;cursor:pointer;background:#132a50;border:0;border-radius:50%;width:44px;height:44px}.moderation-sheet{z-index:2;color:#fff;background:linear-gradient(145deg,#10274b,#07152e);border:1px solid #2c4c7d;border-radius:30px;width:min(430px,82%);padding:14px 22px 24px;position:absolute;top:165px;right:0;box-shadow:0 34px 70px #00000073}.sheet-handle{background:#415a81;border-radius:5px;width:48px;height:5px;margin:0 auto 17px}.sheet-label{text-transform:uppercase;letter-spacing:.12em;color:#94a9cc;font-size:11px}.control-list{margin-top:12px;display:grid}.control-list>div{border-top:1px solid #203b64;align-items:center;gap:14px;padding:12px 3px;display:flex}.control-list img{object-fit:contain;width:52px;height:52px}.control-list span{display:grid}.control-list small{color:#94a9cc}.resolved-chip{z-index:3;color:#fff;background:#072c27;border:1px solid #2ded9159;border-radius:18px;align-items:center;gap:10px;padding:13px 17px;display:flex;position:absolute;bottom:60px;left:30px;box-shadow:0 18px 35px #0000004d}.resolved-chip img{width:44px;height:44px}.resolved-chip span{display:grid}.resolved-chip small{color:#7adbb0}.safety-flow.compact{min-height:540px}.safety-main{background:var(--navy);color:#fff}.safety-main-grid>div:first-child p{max-width:500px}.safety-principles{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.principle{border:1px solid var(--line);background:var(--surface);border-radius:36px;min-height:340px;padding:36px;position:relative}.principle-number{color:var(--muted);font-size:10px;position:absolute;top:25px;right:28px}.principle img{object-fit:contain;width:72px;height:72px;margin-bottom:36px}.principle h2{font-size:28px}.principle p{color:var(--muted);line-height:1.7}.community-rules{color:#fff;background:linear-gradient(120deg,#ff8020,#ff5b2a);padding:110px 0}.rules-grid{grid-template-columns:1fr 1fr;gap:90px;display:grid}.rules-grid h2{font-size:clamp(3rem,5vw,5rem);line-height:1}.rules-grid em{color:#141d34}.rules-grid p{color:#ffffffe0;font-size:16px;line-height:1.8}.download-cta{color:#fff;background:linear-gradient(130deg,#075af1,#1b75ff 52%,#5b4dff);border-radius:55px;grid-template-columns:260px 1fr;align-items:center;gap:40px;min-height:480px;padding:65px 75px;display:grid;position:relative;overflow:hidden;box-shadow:0 35px 90px #155add4d}.download-cta.compact{min-height:400px}.cta-orb{border:1px solid #fff3;border-radius:50%;position:absolute}.orb-a{width:420px;height:420px;top:-170px;right:-80px}.orb-b{width:220px;height:220px;bottom:-80px;left:-80px}.cta-icon{z-index:2;position:relative}.cta-icon img{object-fit:contain;filter:drop-shadow(0 25px 30px #001a6359);width:230px;height:230px}.cta-copy{z-index:2;position:relative}.cta-copy .eyebrow{color:#d7e7ff}.cta-copy h2{margin:12px 0 16px;font-size:clamp(3rem,5vw,5rem);line-height:.98}.cta-copy h2 em{color:#ffd85e}.cta-copy p{color:#dbe8ff}.cta-actions{flex-wrap:wrap;align-items:center;gap:12px;margin-top:24px;display:flex}.cta-meta{color:#c5d9ff;letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:10px;margin-top:18px;font-size:9px;display:flex}.page-hero{min-height:570px;padding:calc(var(--header) + 90px) 0 90px;color:#fff;align-items:end;display:flex;position:relative;overflow:hidden}.page-hero.tone-blue{background:linear-gradient(135deg,#0759e9,#1a74ff 58%,#6958ff)}.page-hero.tone-orange{background:linear-gradient(135deg,#ff9224,#ff5b2d)}.page-hero.tone-navy{background:radial-gradient(circle at 75% 30%,#12356d,#0000 38%),#030817}.page-hero-grid{background-image:linear-gradient(#ffffff14 1px,#0000 1px),linear-gradient(90deg,#ffffff14 1px,#0000 1px);background-size:60px 60px;position:absolute;top:0;bottom:0;left:0;right:0;-webkit-mask-image:linear-gradient(90deg,#0000,#000);mask-image:linear-gradient(90deg,#0000,#000)}.page-hero-inner{position:relative}.page-hero .eyebrow{color:#fff}.page-hero h1{max-width:980px;margin:18px 0;font-size:clamp(4rem,8vw,8.2rem);line-height:.88}.page-hero h1 em{color:#ffd85e}.page-hero p{color:#ffffffc7;max-width:690px;font-size:18px;line-height:1.75}.page-hero-actions{flex-wrap:wrap;align-items:center;gap:12px;margin-top:28px;display:flex}.download-details-grid{grid-template-columns:.8fr 1.2fr;gap:25px;display:grid}.download-product,.release-card{border:1px solid var(--line);background:var(--surface);box-shadow:var(--soft-shadow);border-radius:38px}.download-product{align-items:center;gap:30px;padding:36px;display:flex}.download-product img{object-fit:contain;width:160px;height:160px}.download-product span{letter-spacing:.14em;color:var(--blue);font-size:9px}.download-product h2{margin:7px 0;font-size:33px}.download-product p{color:var(--muted);margin:0}.release-card{grid-template-columns:1fr 1fr;padding:30px;display:grid}.release-card>div{gap:6px;padding:15px;display:grid}.release-card small{color:var(--muted)}.release-card strong{font-size:24px}.release-card .checksum{border-top:1px solid var(--line);grid-column:1/-1}.checksum code{word-break:break-all;color:var(--muted);font-size:11px;line-height:1.7}.checksum button{border:1px solid var(--line);background:var(--solid);cursor:pointer;border-radius:12px;justify-self:start;min-height:44px;padding:0 14px}.install-section{background:var(--bg-2)}.install-steps{gap:12px;margin:0;padding:0;list-style:none;display:grid}.install-steps li{border:1px solid var(--line);background:var(--surface);border-radius:28px;grid-template-columns:55px 80px 1fr;align-items:center;gap:20px;padding:24px 30px;display:grid}.install-steps li>span{letter-spacing:.1em;color:var(--orange);font-size:11px}.install-steps img{object-fit:contain;width:68px;height:68px}.install-steps strong{font-size:20px}.install-steps p{color:var(--muted);margin:4px 0 0;line-height:1.65}.faq-grid{grid-template-columns:.65fr 1.35fr;gap:90px;display:grid}.faq-grid h2{font-size:clamp(3rem,5vw,5rem);line-height:1}.support-link{color:var(--blue);margin-top:20px;font-weight:700;display:inline-flex}.support-note{color:var(--muted)}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{cursor:pointer;grid-template-columns:1fr 40px;align-items:center;gap:20px;min-height:70px;font-weight:600;list-style:none;display:grid}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{border:1px solid var(--line);border-radius:50%;place-items:center;width:36px;height:36px;font-size:20px;transition:transform .2s;display:grid}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details p{color:var(--muted);padding:0 60px 24px 0;line-height:1.8}.theme-lab{background:var(--navy);color:#fff;overflow:hidden}.theme-lab-grid{grid-template-columns:.8fr 1.2fr;align-items:center;gap:80px;display:grid}.theme-lab-copy h2{font-size:clamp(3rem,5vw,5.5rem);line-height:1}.theme-lab-copy p{color:#9fb1d1;line-height:1.8}.theme-switch{border:1px solid #29436b;border-radius:999px;margin-top:20px;padding:5px;display:inline-flex}.theme-switch button{color:#9fb1d1;cursor:pointer;background:0 0;border:0;border-radius:999px;min-height:44px;padding:0 17px}.theme-switch button.active{color:#071127;background:#fff}.theme-preview{background:linear-gradient(145deg,#fff8ee,#e8efff);border-radius:60px;place-items:center;height:670px;transition:background-color .35s;display:grid;position:relative;overflow:hidden}.theme-preview.dark{background:linear-gradient(145deg,#071126,#0b2145)}.theme-preview img{z-index:2;object-fit:cover;object-position:top;border:10px solid #020611;border-radius:44px;width:320px;height:690px;position:absolute;top:60px;box-shadow:0 30px 70px #00000059}.theme-sun{color:#07112712;font-size:140px;font-weight:700;position:absolute;transform:rotate(-90deg)}.theme-preview.dark .theme-sun{color:#ffffff0d}.about-story-grid{grid-template-columns:1.2fr .8fr;align-items:center;gap:75px;display:grid}.about-art{box-shadow:var(--shadow);background:#fff;border-radius:55px;padding:30px;position:relative}.about-art img{mix-blend-mode:multiply}.about-bubble{z-index:2;background:var(--blue);color:#fff;border-radius:20px 20px 3px;padding:14px 18px;font-size:12px;font-weight:700;position:absolute;top:25px;right:30px;transform:rotate(3deg)}.about-copy h2{font-size:clamp(3rem,5vw,5rem);line-height:1}.about-copy p{color:var(--muted);line-height:1.8}.values-section{background:var(--bg-2);border-block:1px solid var(--line);padding:100px 0}.values-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.values-grid>div{border-left:1px solid var(--line);padding:34px}.values-grid strong{color:var(--orange);font-size:11px}.values-grid h2{margin:45px 0 15px;font-size:28px}.values-grid p{color:var(--muted);line-height:1.7}.about-blue{color:#fff;background:#0868f5;height:680px;overflow:hidden}.about-blue .container,.about-blue .container>div{height:100%}.about-blue .container>div{grid-template-columns:1.1fr .9fr;align-items:center;display:grid}.about-blue img{align-self:start;width:460px;margin-top:30px}.about-blue span,.about-blue strong{letter-spacing:-.06em;font-size:clamp(3.4rem,7vw,7rem);font-weight:700;line-height:.9;display:block}.about-blue strong{color:#ffd85e}.about-blue p{color:#d8e7ff;margin-top:24px;font-size:18px}.legal-page section{border-bottom:1px solid var(--line);padding:36px 0}.legal-page h2{font-size:26px}.legal-page p{color:var(--muted);font-size:15px;line-height:1.9}.not-found{color:#fff;background:linear-gradient(145deg,#071b42,#06266b);grid-template-columns:1fr 1fr;align-items:center;min-height:900px;padding:130px 8vw 50px;display:grid;position:relative;overflow:hidden}.not-found-code{color:#ffffff09;letter-spacing:-.1em;font-size:40vw;font-weight:700;line-height:1;position:absolute;top:70px;left:0}.not-found>img{z-index:2;justify-self:center;width:430px;margin-bottom:-580px;position:relative}.not-found>div:last-child{z-index:3;position:relative}.not-found h1{font-size:clamp(4rem,7vw,7rem);line-height:.9}.not-found p{color:#a9badb}.not-found .download-button{margin-top:20px}.site-footer{background:var(--navy);color:#fff;padding:85px 0 25px}.footer-grid{grid-template-columns:1.4fr repeat(3,1fr);gap:50px;display:grid}.footer-brand img{width:135px}.footer-brand span,.footer-grid>div:not(.footer-brand)>span{color:#647698;font-size:11px}.footer-grid>div:not(.footer-brand){align-content:start;gap:13px;display:grid}.footer-grid strong{letter-spacing:.12em;text-transform:uppercase;color:#7794c6;margin-bottom:8px;font-size:11px}.footer-grid a{color:#d8e4fa;font-size:13px}.footer-grid a:hover{color:#ffb13d}.footer-bottom{color:#647698;border-top:1px solid #ffffff1f;justify-content:space-between;gap:20px;margin-top:65px;padding-top:22px;font-size:10px;display:flex}@media (max-width:1050px){.hero-stage{grid-template-columns:.9fr 1.1fr}.hero-copy h1{font-size:5.4rem}.hero-collage{transform-origin:100%;transform:scale(.9)}.story-row,.story-row.reverse{gap:45px}.story-visual{min-height:540px}.story-phone{width:270px;height:560px}.community-layout{grid-template-columns:1fr 1.25fr}.safety-teaser-grid,.safety-main-grid{gap:45px}.download-cta{padding:55px}.about-story-grid{gap:45px}}@media (max-width:820px){:root{--header:74px}.container{width:min(100% - 30px,700px)}.section{padding:90px 0}.desktop-nav,.nav-actions>.download-button{display:none}.nav-actions{margin-left:auto}.menu-button{display:grid}.home-hero{min-height:1180px;padding-top:115px}.hero-stage{grid-template-columns:1fr;align-content:start}.hero-copy{text-align:center}.hero-copy>p{margin-inline-start:auto;margin-inline-end:auto}.hero-actions,.hero-meta{justify-content:center}.hero-collage{min-height:650px;transform:none}.blob-one{right:50%;transform:translate(50%)rotate(-9deg)}.blob-two{left:15px}.hero-mascots{width:390px;margin-left:-195px;left:50%;right:auto}.phone-dark{left:25px;right:auto}.phone-light{right:20px}.scene-sticker{right:18px}.live-sticker{left:3px}.message-sticker{right:20px}.hero-side-label{display:none}.story-stack{gap:80px}.story-row,.story-row.reverse{grid-template-columns:1fr;gap:35px}.story-row.reverse .story-copy,.story-row.reverse .story-visual{order:initial}.story-visual{min-height:590px}.community-break{padding-top:70px}.community-layout{grid-template-columns:1fr}.community-copy{text-align:center;padding-bottom:0}.community-copy p{margin-inline-start:auto;margin-inline-end:auto}.community-mascots{margin-top:20px}.community-mascots img{max-height:430px}.gallery-toolbar{flex-direction:column;align-items:flex-start}.screen-reel{padding-inline-start:40px;padding-inline-end:40px}.reel-item{flex-basis:270px}.safety-teaser-grid,.safety-main-grid{grid-template-columns:1fr}.safety-flow{min-height:570px}.safety-teaser-copy{text-align:center}.safety-teaser-copy p{margin-inline-start:auto;margin-inline-end:auto}.download-cta{grid-template-columns:170px 1fr;padding:45px 35px}.cta-icon img{width:170px;height:170px}.page-hero{min-height:520px}.page-hero h1{font-size:5.4rem}.theme-lab-grid,.about-story-grid,.download-details-grid,.faq-grid{grid-template-columns:1fr}.theme-preview{height:600px}.about-copy{order:-1}.safety-principles{grid-template-columns:1fr 1fr}.rules-grid{grid-template-columns:1fr;gap:25px}.values-grid{grid-template-columns:1fr}.values-grid>div{border-left:0;border-top:1px solid var(--line)}.about-blue .container>div{grid-template-columns:1fr 1fr}.about-blue img{width:390px}.footer-grid{grid-template-columns:1.4fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2}}@media (max-width:560px){.container{width:calc(100% - 24px)}.section{padding:72px 0}.brand-link{width:102px}.brand-link img{width:98px}.site-header.scrolled{height:66px}.home-hero{min-height:1050px;padding-top:104px}.hero-copy h1{font-size:clamp(3.5rem,17vw,5.1rem)}.hero-copy>p{font-size:14px;line-height:1.65}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions>*{width:100%}.play-badge{justify-content:center}.hero-meta{font-size:8px}.hero-collage{min-height:565px}.collage-blob.blob-one{width:390px;height:390px;top:100px}.collage-blob.blob-two{width:240px;height:240px;bottom:45px}.hero-mascots{width:315px;margin-left:-157.5px;bottom:-120px}.hero-phone{border-radius:25px;width:145px;padding:6px}.hero-phone img{border-radius:20px;height:310px}.phone-dark{top:95px;left:2px}.phone-light{width:125px;bottom:20px;right:0}.phone-light img{height:265px}.mascot-prompt{width:180px;top:190px;left:50%;right:auto;transform:translate(-50%)}.mascot-prompt strong{font-size:21px}.scene-sticker{font-size:11px;top:55px}.message-sticker{bottom:0}.live-sticker{top:385px}.ticker{height:60px}.ticker span{font-size:13px}.section-intro{margin-bottom:55px}.section-intro h2,.gallery-toolbar h2{font-size:2.75rem}.story-stack{gap:72px}.story-title-line{align-items:flex-start}.story-title-line img{width:56px;height:56px}.story-copy h2{font-size:2.45rem}.story-copy>p{font-size:14px}.story-visual{border-radius:34px;min-height:480px}.story-phone{border-radius:32px;width:225px;height:470px;top:55px}.story-phone img{border-radius:25px}.activity-tag{top:16px;left:13px}.story-stamp{bottom:16px;right:12px}.community-break{min-height:570px}.community-copy h2{font-size:3rem}.community-mascots img{object-fit:contain;width:max(100%,401px);height:auto;min-height:0}.community-word{font-size:42vw}.filter-tabs{width:100%}.filter-tabs button{flex:1}.screen-reel{width:100%;margin-inline-start:0;margin-inline-end:0;padding-inline-start:12px;padding-inline-end:12px}.reel-item{flex-basis:245px}.phone-frame{height:470px}.screen-modal{padding:8px}.modal-card{border-radius:26px;grid-template-columns:1fr;height:calc(100vh - 16px);padding:62px 36px 18px}.modal-info{display:none}.modal-phone{max-width:300px;height:100%}.modal-arrow.previous{left:4px}.modal-arrow.next{right:4px}.safety-teaser-copy h2,.safety-main h2{font-size:3rem}.safety-flow{min-height:520px;padding-top:35px}.reported-message{grid-template-columns:42px 1fr 40px;font-size:12px}.moderation-sheet{width:92%;padding-inline-start:16px;padding-inline-end:16px;top:150px}.resolved-chip{bottom:20px;left:4px}.safety-principles{grid-template-columns:1fr}.principle{min-height:290px}.rules-grid h2{font-size:3rem}.download-cta,.download-cta.compact{text-align:center;border-radius:35px;grid-template-columns:1fr;min-height:620px;padding:42px 23px}.cta-icon img{width:150px;height:150px;margin-inline-start:auto;margin-inline-end:auto}.cta-actions{flex-direction:column;align-items:stretch}.cta-actions>*{width:100%}.cta-meta{justify-content:center}.cta-copy h2{font-size:3rem}.page-hero{min-height:500px;padding-top:130px}.page-hero h1{font-size:3.7rem}.page-hero p{font-size:15px}.page-hero-actions{flex-direction:column;align-items:stretch}.page-hero-actions>*{width:100%}.theme-lab-grid{gap:50px}.theme-lab-copy h2{font-size:3rem}.theme-preview{border-radius:35px;height:520px}.theme-preview img{width:245px;height:540px}.theme-sun{font-size:95px}.download-product{flex-direction:column;align-items:flex-start}.download-product img{width:120px;height:120px}.release-card{grid-template-columns:1fr}.release-card .checksum{grid-column:auto}.install-steps li{grid-template-columns:42px 55px 1fr;gap:10px;padding:18px 14px}.install-steps img{width:52px;height:52px}.install-steps strong{font-size:16px}.install-steps p{font-size:12px}.faq-grid{gap:35px}.about-story-grid{gap:45px}.about-art{border-radius:35px;padding:10px}.about-bubble{top:10px;right:10px}.about-copy h2{font-size:3rem}.about-blue{height:630px}.about-blue .container>div{text-align:center;grid-template-columns:1fr;align-content:center}.about-blue img{object-fit:cover;object-position:top;width:290px;height:320px;margin:0 auto}.about-blue span,.about-blue strong{font-size:3.6rem}.legal-page{padding-block-start:70px;padding-block-end:70px}.not-found{text-align:center;grid-template-columns:1fr;min-height:800px;padding-top:120px}.not-found>img{object-fit:cover;object-position:top;width:280px;height:330px;margin:0 auto -40px}.not-found h1{font-size:4rem}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-grid>div:last-child{grid-column:auto}.footer-bottom{flex-direction:column;align-items:flex-start}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.pointer-glow{display:none}.ticker,.screen-card:hover .phone-frame{transform:none}}@media (pointer:coarse){.pointer-glow{display:none}.download-button:hover{transform:none}}@media (forced-colors:active){.download-button,.play-badge,.filter-tabs button.active{border:2px solid}.mode-pill{border:1px solid}}.migration-alert{color:#fff;background:linear-gradient(90deg,#ff6a2a,#ff8a00)}.migration-alert .container{grid-template-columns:auto 1fr;align-items:center;gap:28px;padding-block-start:24px;padding-block-end:24px;display:grid}.migration-alert strong{white-space:nowrap;font-size:18px}.migration-alert p{margin:0;font-size:13px;line-height:1.65}.architecture-section{background:var(--bg-2)}.architecture-section .section-intro p{max-width:620px;color:var(--muted);line-height:1.75}.architecture-grid{grid-template-columns:1.08fr .92fr;gap:24px;display:grid}.architecture-card{border:1px solid var(--line);background:var(--surface);box-shadow:var(--soft-shadow);border-radius:34px;gap:24px;padding:32px;display:grid;position:relative;overflow:hidden}.architecture-card.recommended{border-color:color-mix(in srgb,var(--blue) 48%,var(--line))}.architecture-card.recommended:before{content:"";background:linear-gradient(90deg,var(--blue),#35b8ff);height:5px;position:absolute;top:0;bottom:auto;left:0;right:0}.architecture-card-head{justify-content:space-between;gap:25px;display:flex}.architecture-card-head span{letter-spacing:.15em;color:var(--orange);font-size:9px;font-weight:700}.architecture-card-head h3{margin:7px 0 5px;font-size:27px}.architecture-card-head p{color:var(--muted);margin:0;font-size:13px}.architecture-card-head>strong{background:var(--bg-2);height:34px;color:var(--blue);white-space:nowrap;border-radius:999px;place-items:center;padding:0 12px;font-size:11px;display:grid}.architecture-card .download-button{justify-self:start}.architecture-card dl{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:1fr 1fr;margin:0;display:grid}.architecture-card dl div{gap:4px;padding:16px 0;display:grid}.architecture-card dt,.architecture-checksum small{color:var(--muted);text-transform:uppercase;letter-spacing:.12em;font-size:10px}.architecture-card dd{margin:0;font-size:18px;font-weight:700}.architecture-checksum{gap:8px;display:grid}.architecture-checksum code{word-break:break-all;min-height:42px;color:var(--muted);font-size:10px;line-height:1.55}.architecture-checksum button{border:1px solid var(--line);background:var(--solid);min-height:44px;color:var(--ink);cursor:pointer;border-radius:12px;justify-self:start;padding:0 14px}.architecture-checksum button:disabled{cursor:not-allowed;opacity:.45}.architecture-help{border:1px dashed var(--line);border-radius:20px;align-items:baseline;gap:12px;margin-top:22px;padding:20px 24px;display:flex}.architecture-help p{color:var(--muted);margin:0;font-size:13px}.download-button.secondary{background:var(--solid);color:var(--ink);border:1px solid var(--line);box-shadow:none}@media (max-width:760px){.migration-alert .container{grid-template-columns:1fr;gap:8px}.migration-alert strong{white-space:normal}.architecture-grid{grid-template-columns:1fr}.architecture-card{border-radius:27px;padding:24px}.architecture-card-head,.architecture-help{flex-direction:column;align-items:flex-start}.architecture-card .download-button{width:100%}}button,a,summary{touch-action:manipulation;-webkit-tap-highlight-color:#1a6eff2e}:where(h1,h2,h3,section)[id]{scroll-margin-top:calc(var(--header) + 24px)}.mobile-menu{overscroll-behavior:contain;padding-top:calc(120px + env(safe-area-inset-top));padding-right:calc(24px + env(safe-area-inset-right));padding-bottom:calc(40px + env(safe-area-inset-bottom));padding-left:calc(24px + env(safe-area-inset-left))}.screen-modal{padding-top:max(20px,env(safe-area-inset-top));padding-right:max(20px,env(safe-area-inset-right));padding-bottom:max(20px,env(safe-area-inset-bottom));padding-left:max(20px,env(safe-area-inset-left))}.site-footer{padding-bottom:calc(25px + env(safe-area-inset-bottom))}.screen-card:focus-visible .phone-frame{transform:translateY(-6px)scale(1.01);box-shadow:0 32px 62px #02081766}.architecture-card dd,.architecture-checksum code{font-variant-numeric:tabular-nums}.copy-status{min-height:18px;color:var(--muted);font-size:11px;line-height:1.5}.copy-status.error{color:#d9472c}:root[data-theme=dark] .copy-status.error{color:#ff987f}@media (max-width:560px){.mobile-menu{padding-top:calc(105px + env(safe-area-inset-top))}.screen-modal{padding-top:max(8px,env(safe-area-inset-top));padding-right:max(8px,env(safe-area-inset-right));padding-bottom:max(8px,env(safe-area-inset-bottom));padding-left:max(8px,env(safe-area-inset-left))}}:root{--muted:#5b6578;scrollbar-color:var(--orange) color-mix(in srgb,var(--bg-2) 88%,var(--orange));scrollbar-width:thin}:root[data-theme=dark]{--muted:#a8b7d2}::selection{color:#071127;background:#ffb13d}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background:color-mix(in srgb,var(--bg-2) 88%,var(--orange))}::-webkit-scrollbar-thumb{border:3px solid color-mix(in srgb,var(--bg-2) 88%,var(--orange));background:linear-gradient(180deg,var(--orange),var(--coral));border-radius:999px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(#ff9f24,#ff4f23)}body{font-size:16px;line-height:1.55}.site-header.over-color:not(.scrolled){background:linear-gradient(#030817a8,#0308172e 72%,#0000);border-color:#ffffff1f}.site-header.over-color:not(.scrolled) .desktop-nav a{color:#dbe7ff;text-shadow:0 1px 12px #0308176b}.site-header.over-color:not(.scrolled) .desktop-nav a:hover,.site-header.over-color:not(.scrolled) .desktop-nav a.active{color:#fff}.site-header.over-color:not(.scrolled) .theme-toggle{color:#fff;background:#0a1730;border-color:#ffffff40}.site-header.over-color:not(.scrolled) .download-button{color:#071127;text-shadow:none;background:#fff;border-color:#fff;box-shadow:0 12px 28px #0308173d}.download-button{isolation:isolate;text-shadow:0 1px 1px #5b20002e;border:1px solid #ffffff38;position:relative}.download-button:hover{transform:translateY(-2px)}.download-button:active{transform:translateY(0)scale(.98)}.download-button.inverse{color:#071127;text-shadow:none;background:#fff;border-color:#fff;box-shadow:0 14px 32px #0308173d}.download-button.inverse:hover{box-shadow:0 18px 38px #0308174d}.download-button.secondary{border:2px solid color-mix(in srgb,var(--blue) 45%,var(--line));background:var(--solid);color:var(--ink);text-shadow:none}.play-badge,.play-badge.inverse{color:#fff;cursor:not-allowed;-webkit-user-select:none;user-select:none;background:#071127;border:1px solid #2b4269;box-shadow:0 12px 28px #03081738}.play-badge.inverse{border-color:#ffffff5c}.play-badge span{color:#fff}.play-badge small{color:#b9c8e3}.play-badge strong{box-shadow:0 4px 10px #0000002e}.page-hero p{color:#ffffffe6}.page-hero h1 em{display:block}.page-hero.tone-orange h1 em{color:#071127}:root[data-theme=dark] .page-hero.tone-blue h1 em,:root[data-theme=dark] .page-hero.tone-navy h1 em{color:#ffd85e}:root[data-theme=dark] .page-hero.tone-orange h1 em{color:#071127}.page-hero.tone-orange .eyebrow:before{background:#fff}.release-trust{color:#fff;letter-spacing:.035em;flex-wrap:wrap;align-items:center;gap:9px 20px;margin-top:22px;font-size:11px;font-weight:600;display:flex}.release-trust span{align-items:center;gap:8px;display:inline-flex}.release-trust span:before{content:"";background:#22d77d;border:2px solid #ffffffb3;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 4px #22d77d29}.page-subnav{z-index:70;border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--bg) 92%,transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);position:sticky;top:72px;box-shadow:0 10px 30px #0711270f}.page-subnav-inner{align-items:center;gap:32px;min-height:62px;display:flex}.page-subnav-inner>span{color:var(--orange);letter-spacing:.13em;text-transform:uppercase;flex:none;font-size:10px;font-weight:700}.page-subnav-inner>div{scrollbar-width:none;align-items:center;gap:8px;display:flex;overflow-x:auto}.page-subnav-inner>div::-webkit-scrollbar{display:none}.page-subnav a{min-height:44px;color:var(--muted);white-space:nowrap;align-items:center;padding:0 14px;font-size:12px;font-weight:600;display:inline-flex;position:relative}.page-subnav a:after{content:"";background:var(--orange);transform-origin:0;border-radius:9px;height:2px;transition:transform .2s;position:absolute;bottom:5px;left:14px;right:14px;transform:scaleX(0)}.page-subnav a:hover{color:var(--ink)}.page-subnav a:hover:after{transform:scaleX(1)}.page-subnav a:focus-visible:after{transform:scaleX(1)}.architecture-card{border-color:color-mix(in srgb,var(--ink) 16%,transparent);background:color-mix(in srgb,var(--solid) 94%,var(--blue));box-shadow:0 18px 50px #0711271a}.architecture-card.recommended{border-color:color-mix(in srgb,var(--blue) 62%,var(--line));box-shadow:0 22px 60px #1a6eff24}.architecture-card-head p,.architecture-help p,.install-steps p,.faq-list details p{font-size:14px}.architecture-checksum code{border:1px solid var(--line);background:var(--bg-2);color:var(--ink);border-radius:12px;padding:11px 12px;font-size:11px}.architecture-checksum button{border-color:color-mix(in srgb,var(--blue) 32%,var(--line));font-weight:600}.architecture-checksum button:hover{border-color:var(--blue);color:var(--blue)}.install-steps li{border-color:color-mix(in srgb,var(--ink) 15%,transparent);box-shadow:0 10px 28px #0711270e}.install-steps li>span{background:color-mix(in srgb,var(--orange) 14%,var(--solid));border-radius:50%;place-items:center;width:42px;height:42px;font-weight:700;display:grid}.faq-list{gap:8px;display:grid}.faq-list details{border:1px solid #0000;border-bottom-color:var(--line);border-radius:18px;padding-inline-start:18px;padding-inline-end:18px;transition:background-color .2s,border-color .2s}.faq-list details[open]{border-color:var(--line);background:var(--surface)}.faq-list summary{font-size:16px}.faq-list summary span{border-color:color-mix(in srgb,var(--blue) 35%,var(--line));color:var(--blue)}.legal-page{max-width:780px;padding-block-start:100px;padding-block-end:100px}.legal-page section{padding:42px 0}.legal-page h2{letter-spacing:-.025em;margin-bottom:15px;font-size:clamp(1.45rem,2.2vw,1.8rem);line-height:1.25}.legal-page p{max-width:68ch;color:var(--muted);font-size:16px;line-height:1.85}.rules-grid p{color:#fff}.footer-brand p{color:#c5d3ea}.footer-brand span,.footer-grid>div:not(.footer-brand)>span,.footer-bottom{color:#a6b7d4}.footer-grid strong{color:#a9c2eb}.not-found{grid-template-columns:420px 1fr;align-items:center;gap:5rem;display:grid}.not-found-mascot{aspect-ratio:1;justify-content:center;align-items:center;width:530px;display:flex}.not-found-mascot img{object-fit:contain;width:100%;height:100%}@media (max-width:768px){.not-found{text-align:center;grid-template-columns:1fr;gap:2rem}.not-found-mascot{width:min(320px,85vw);margin:auto}.not-found-mascot img{width:90%;height:90%}.not-found h1{font-size:2.6rem;line-height:1}}@media (max-width:820px){.page-subnav{top:66px}.page-subnav-inner{gap:14px}.page-subnav-inner>span{display:none}.page-subnav-inner>div{width:100%}.page-subnav a:first-child{padding-left:0}.page-subnav a:first-child:after{left:0}}@media (max-width:560px){::-webkit-scrollbar{width:8px;height:8px}.page-hero-actions .download-button.inverse{min-height:58px}.release-trust{grid-template-columns:1fr 1fr;gap:12px 16px;font-size:10px;display:grid}.architecture-card-head p,.architecture-help p,.install-steps p,.faq-list details p{font-size:13px}.faq-list details{padding-inline-start:14px;padding-inline-end:14px}.legal-page p{font-size:15px;line-height:1.8}}@media (prefers-reduced-motion:reduce){.download-button:hover,.download-button:active{transform:none}.page-subnav a:after{transition:none}}
