
:root{--accent:#e96824;--accent2:#7aa64b;--bg:#f3f1e9;--surface:#fffdf8;--ink:#253024;--muted:color-mix(in srgb,var(--ink) 62%,transparent);--line:color-mix(in srgb,var(--ink) 14%,transparent);--soft:color-mix(in srgb,var(--accent) 8%,var(--surface));--shadow:0 26px 80px color-mix(in srgb,var(--ink) 15%,transparent);--radius:28px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:300px;margin:0;background:var(--bg);color:var(--ink);font-family:Inter,Avenir,-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit}button,a{-webkit-tap-highlight-color:transparent}.page-glow{position:fixed;inset:0;z-index:-2;pointer-events:none;background:radial-gradient(circle at 86% 9%,color-mix(in srgb,var(--accent2) 14%,transparent),transparent 31%),radial-gradient(circle at 8% 36%,color-mix(in srgb,var(--accent) 10%,transparent),transparent 29%)}.section-shell,.site-header{width:min(1180px,calc(100% - 40px));margin-inline:auto}.site-header{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;min-height:88px;border-bottom:1px solid var(--line)}.brand-lockup{display:flex;align-items:center;gap:11px;width:max-content;text-decoration:none}.brand-mark{display:grid;width:44px;height:44px;place-items:center;border-radius:14px;background:var(--accent);color:var(--bg);font-size:.78rem;font-weight:950;letter-spacing:-.04em;box-shadow:0 10px 30px color-mix(in srgb,var(--accent) 22%,transparent)}.brand-lockup>span:last-child{display:grid;gap:3px}.brand-lockup strong{font-size:.98rem;line-height:1}.brand-lockup small{color:var(--muted);font-size:.57rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.site-header nav{display:flex;gap:30px}.site-header nav a{position:relative;color:var(--muted);font-size:.82rem;font-weight:760;text-decoration:none}.site-header nav a:after{position:absolute;right:0;bottom:-7px;left:0;height:1px;background:var(--accent);content:"";transform:scaleX(0);transform-origin:right;transition:transform .25s ease}.site-header nav a:hover:after{transform:scaleX(1);transform-origin:left}.header-cta{justify-self:end;padding:10px 15px;border:1px solid var(--line);border-radius:999px;background:var(--surface);font-size:.76rem;font-weight:850;text-decoration:none}.header-cta span,.button span{display:inline-block;margin-left:8px;transition:transform .22s ease}.hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(400px,.95fr);gap:clamp(42px,7vw,94px);align-items:center;min-height:680px;padding-block:76px 90px}.hero-copy{max-width:650px}.eyebrow{display:flex;align-items:center;gap:9px;margin:0 0 18px;color:var(--muted);font-size:.68rem;font-weight:900;letter-spacing:.15em}.eyebrow i{width:26px;height:1px;background:var(--accent)}.intent-label{display:inline-flex;margin-bottom:18px;padding:7px 11px;border:1px solid color-mix(in srgb,var(--accent) 28%,transparent);border-radius:999px;background:color-mix(in srgb,var(--accent) 7%,transparent);color:var(--accent);font-size:.72rem;font-weight:850}.hero h1,.section-heading h2,.status h2,.final-cta h2{margin:0;letter-spacing:-.045em;text-wrap:balance}.hero h1{max-width:690px;font-size:clamp(3rem,6vw,5.7rem);font-weight:900;line-height:.98}.hero-lede{max-width:610px;margin:25px 0 0;color:var(--muted);font-size:clamp(1rem,1.6vw,1.18rem);font-weight:520;line-height:1.8}.hero-actions{display:flex;gap:12px;margin-top:30px}.button{display:inline-flex;min-height:52px;align-items:center;justify-content:center;padding:13px 20px;border:1px solid transparent;border-radius:999px;font-size:.84rem;font-weight:900;text-decoration:none;transition:transform .22s ease,box-shadow .22s ease,filter .22s ease}.button.primary{background:var(--accent);color:var(--bg);box-shadow:0 14px 34px color-mix(in srgb,var(--accent) 22%,transparent)}.button.secondary{border-color:var(--line);background:var(--surface);color:var(--ink)}.hero-notes{display:flex;flex-wrap:wrap;gap:9px 18px;margin-top:25px;color:var(--muted);font-size:.7rem;font-weight:760}.hero-notes span:before{display:inline-block;width:5px;height:5px;margin-right:7px;border-radius:50%;background:var(--accent);content:"";vertical-align:1px}.hero-visual{position:relative;min-height:480px;overflow:hidden;border:1px solid var(--line);border-radius:calc(var(--radius) + 8px);background:linear-gradient(150deg,color-mix(in srgb,var(--accent) 10%,var(--surface)),var(--surface));box-shadow:var(--shadow);transform-style:preserve-3d}.visual-label{position:absolute;top:26px;right:26px;left:26px;display:flex;align-items:center;justify-content:space-between}.visual-label>span{display:grid;width:34px;height:34px;place-items:center;border:1px solid var(--line);border-radius:11px;font-size:.65rem;font-weight:950}.visual-label small{color:var(--muted);font-size:.61rem;font-weight:850;letter-spacing:.09em;text-transform:uppercase}.telemetry{position:absolute;right:22px;bottom:22px;left:22px;display:flex;align-items:center;justify-content:space-between;padding:15px 17px;border:1px solid var(--line);border-radius:15px;background:color-mix(in srgb,var(--surface) 82%,transparent);backdrop-filter:blur(12px);font-size:.65rem;font-weight:850;letter-spacing:.04em}.telemetry span:first-child{display:flex;align-items:center;gap:8px}.telemetry i{width:7px;height:7px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 5px color-mix(in srgb,var(--accent) 12%,transparent)}.experience,.downloads,.faq{padding-block:100px}.section-heading{max-width:660px;margin-bottom:38px}.section-heading h2,.status h2,.final-cta h2{font-size:clamp(2rem,4vw,3.7rem);line-height:1.04}.section-heading>p:last-child,.status-intro>p:last-child,.final-cta p{max-width:620px;margin:18px 0 0;color:var(--muted);font-size:.93rem;line-height:1.75}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.feature-card{min-height:235px;padding:27px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:0 16px 45px color-mix(in srgb,var(--ink) 7%,transparent);transform-style:preserve-3d}.feature-card>span{display:grid;width:40px;height:40px;place-items:center;border-radius:12px;background:var(--soft);color:var(--accent);font-size:.72rem;font-weight:950}.feature-card h3{margin:52px 0 10px;font-size:1.12rem}.feature-card p{margin:0;color:var(--muted);font-size:.82rem;line-height:1.7}.status{display:grid;grid-template-columns:.72fr 1.28fr;gap:clamp(35px,6vw,80px);align-items:center;padding-block:80px}.status-board{display:grid;grid-template-columns:repeat(2,1fr);overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow);transform-style:preserve-3d}.status-board>div{display:grid;min-height:164px;align-content:space-between;padding:24px;border-bottom:1px solid var(--line)}.status-board>div:nth-child(odd){border-right:1px solid var(--line)}.status-board>div:nth-child(n+3){border-bottom:0}.status-board span{color:var(--muted);font-size:.65rem;font-weight:850;letter-spacing:.06em}.status-board strong{font-size:1rem}.status-board small,.status-board a{color:var(--muted);font-size:.7rem;font-weight:700;text-decoration:none}.status-board a{color:var(--accent)}.split-heading{display:grid;grid-template-columns:1fr .65fr;gap:50px;max-width:none;align-items:end}.device-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.device-card{display:grid;grid-template-columns:54px 1fr auto;align-items:center;gap:15px;min-height:94px;padding:17px 20px;border:1px solid var(--line);border-radius:21px;background:var(--surface);text-decoration:none;transition:border-color .22s ease,background-color .22s ease,transform .22s ease,box-shadow .22s ease}.device-card:last-child{grid-column:1/-1}.device-code{display:grid;width:54px;height:54px;place-items:center;border-radius:16px;background:var(--soft);color:var(--accent);font-size:.63rem;font-weight:950}.device-copy{display:grid;gap:5px}.device-copy strong{font-size:.94rem}.device-copy small{color:var(--muted);font-size:.69rem}.device-arrow{color:var(--accent);font-size:.7rem;font-weight:850;white-space:nowrap}.faq{display:grid;grid-template-columns:.72fr 1.28fr;gap:clamp(35px,7vw,100px);align-items:start}.faq-list{border-top:1px solid var(--line)}details{border-bottom:1px solid var(--line)}summary{display:grid;grid-template-columns:1fr auto;gap:20px;align-items:center;padding:23px 0;cursor:pointer;font-size:.92rem;font-weight:850;list-style:none}summary::-webkit-details-marker{display:none}summary span{color:var(--accent);font-size:1.2rem;font-weight:400;transition:transform .2s ease}details[open] summary span{transform:rotate(45deg)}details p{max-width:680px;margin:-5px 0 24px;color:var(--muted);font-size:.82rem;line-height:1.8}.final-cta{display:grid;grid-template-columns:1fr auto;gap:40px;align-items:center;margin-block:30px 100px;padding:48px;border:1px solid var(--line);border-radius:calc(var(--radius) + 6px);background:linear-gradient(130deg,var(--soft),var(--surface));box-shadow:var(--shadow)}footer{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:30px;padding-block:30px 44px;border-top:1px solid var(--line);color:var(--muted);font-size:.72rem}.mobile-cta{display:none}.reveal{opacity:0;transform:translateY(20px);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.75,.25,1)}body.is-ready .reveal{opacity:1;transform:none}.reveal:nth-child(2){transition-delay:.08s}
@media(hover:hover) and (pointer:fine){.magnetic:hover,.button:hover{filter:saturate(1.08);transform:translateY(-3px);box-shadow:0 17px 38px color-mix(in srgb,var(--accent) 20%,transparent)}.magnetic:hover span,.button:hover span{transform:translate(2px,-2px)}.device-card:hover{border-color:color-mix(in srgb,var(--accent) 45%,transparent);background:var(--soft);box-shadow:0 15px 35px color-mix(in srgb,var(--accent) 10%,transparent);transform:translateY(-3px)}.feature-card:hover{border-color:color-mix(in srgb,var(--accent) 42%,transparent)}}
@media(max-width:900px){.site-header{grid-template-columns:1fr auto}.site-header nav{display:none}.hero{grid-template-columns:1fr;min-height:0;padding-block:70px}.hero-copy{max-width:720px}.hero-visual{min-height:420px}.status,.faq{grid-template-columns:1fr}.split-heading{grid-template-columns:1fr;gap:0}.feature-grid{grid-template-columns:1fr}.feature-card{min-height:auto}.feature-card h3{margin-top:30px}.final-cta{grid-template-columns:1fr}.device-grid{grid-template-columns:1fr}.device-card:last-child{grid-column:auto}}
@media(max-width:560px){.section-shell,.site-header{width:min(100% - 24px,1180px)}.site-header{min-height:72px}.brand-mark{width:39px;height:39px;border-radius:12px}.brand-lockup small{font-size:.5rem}.header-cta{padding:9px 12px}.hero{gap:38px;padding-block:54px 70px}.hero h1{font-size:clamp(2.55rem,14vw,4.2rem)}.hero-lede{font-size:.92rem}.hero-actions{display:grid;grid-template-columns:1fr 1fr}.button{padding-inline:13px}.hero-notes{gap:8px 12px}.hero-visual{min-height:360px;border-radius:26px}.experience,.downloads,.faq{padding-block:70px}.section-heading h2,.status h2,.final-cta h2{font-size:2.2rem}.status{padding-block:60px}.status-board{grid-template-columns:1fr}.status-board>div{min-height:138px}.status-board>div:nth-child(odd){border-right:0}.status-board>div:nth-child(n+3){border-bottom:1px solid var(--line)}.status-board>div:last-child{border-bottom:0}.device-card{grid-template-columns:48px 1fr;padding:14px}.device-code{width:48px;height:48px}.device-arrow{grid-column:2}.final-cta{margin-bottom:84px;padding:31px 25px}footer{grid-template-columns:1fr;padding-bottom:100px}.mobile-cta{position:fixed;right:12px;bottom:max(12px,env(safe-area-inset-bottom));left:12px;z-index:20;display:flex;min-height:54px;align-items:center;justify-content:space-between;padding:12px 18px;border:1px solid color-mix(in srgb,var(--accent) 40%,transparent);border-radius:18px;background:var(--accent);box-shadow:0 18px 48px color-mix(in srgb,var(--ink) 30%,transparent);color:var(--bg);font-size:.86rem;font-weight:900;text-decoration:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.magnetic,.button,.device-card,.tilt-card{transition:none!important;transform:none!important}.orbit,.bubble,.speed-lines i{animation:none!important}}
.reveal{opacity:1;transform:none}.js .reveal{opacity:0;transform:translateY(20px)}.js body.is-ready .reveal{opacity:1;transform:none}
.section-shell,.site-header{width:calc(100% - 96px);max-width:1180px;margin-inline:auto}
main>section+section{margin-top:0}
.experience,.downloads,.faq,.status{padding-block:56px}
.feature-grid,.device-grid{gap:12px}
@media(max-width:900px){.section-shell,.site-header{width:calc(100% - 48px)}}
@media(max-width:560px){.section-shell,.site-header{width:calc(100% - 28px)}main>section+section{margin-top:0}.experience,.downloads,.faq,.status{padding-block:46px}.feature-grid,.device-grid{gap:12px}}

/* Cyber Guard */
body[data-theme="shield"] .site-header{border-color:rgba(255,255,255,.1)}body[data-theme="shield"] .hero-visual:before{position:absolute;inset:0;background:linear-gradient(rgba(109,243,190,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(109,243,190,.045) 1px,transparent 1px);background-size:34px 34px;content:"";mask-image:linear-gradient(to bottom,black,transparent 86%)}.shield-core{position:absolute;top:50%;left:50%;width:230px;transform:translate(-50%,-52%)}.shield-core svg{overflow:visible;filter:drop-shadow(0 24px 48px rgba(109,243,190,.18))}.shield-core path:first-child{fill:rgba(109,243,190,.08);stroke:var(--accent);stroke-width:2}.shield-core path:last-child{fill:none;stroke:var(--accent);stroke-linecap:round;stroke-linejoin:round;stroke-width:9;stroke-dasharray:85;stroke-dashoffset:85;animation:draw 1.2s .35s forwards}.shield-core:before,.shield-core:after{position:absolute;top:50%;left:50%;border:1px solid rgba(109,243,190,.18);border-radius:50%;content:"";transform:translate(-50%,-50%)}.shield-core:before{width:300px;height:300px}.shield-core:after{width:370px;height:370px}@keyframes draw{to{stroke-dashoffset:0}}
/* Infini Port */
body[data-theme="port"]{--radius:22px}.port-map{position:absolute;top:50%;left:50%;width:310px;height:310px;transform:translate(-50%,-53%)}.port-core{position:absolute;top:50%;left:50%;display:grid;width:102px;height:102px;place-items:center;border-radius:30px;background:var(--accent);box-shadow:0 22px 50px rgba(49,94,231,.25);color:white;font-size:3rem;font-weight:400;transform:translate(-50%,-50%)}.orbit{position:absolute;inset:0;border:1px solid rgba(49,94,231,.2);border-radius:50%;animation:spin 14s linear infinite}.orbit-b{inset:44px;border-style:dashed;animation-direction:reverse;animation-duration:18s}.dot{position:absolute;width:13px;height:13px;border:3px solid white;border-radius:50%;background:var(--accent2);box-shadow:0 5px 18px rgba(53,200,180,.4)}.dot-a{top:28px;left:82px}.dot-b{right:33px;bottom:76px}.dot-c{bottom:35px;left:52px}@keyframes spin{to{transform:rotate(360deg)}}
/* CoCo Duck */
body[data-theme="duck"]{--radius:36px}.duck-scene{position:absolute;top:50%;left:50%;width:340px;height:300px;transform:translate(-50%,-54%)}.duck-scene svg{position:absolute;inset:55px 48px;width:240px;filter:drop-shadow(0 24px 35px rgba(108,87,217,.14))}.duck-body,.duck-head{fill:var(--accent2)}.duck-beak{fill:#ff8c42}.duck-eye{fill:var(--ink)}.duck-wing{fill:color-mix(in srgb,var(--accent2) 77%,white)}.bubble{position:absolute;border:1px solid rgba(108,87,217,.2);border-radius:50%;background:rgba(255,255,255,.4);animation:float 4s ease-in-out infinite}.b1{top:20px;left:22px;width:68px;height:68px}.b2{top:75px;right:3px;width:42px;height:42px;animation-delay:.6s}.b3{right:45px;bottom:15px;width:86px;height:86px;animation-delay:1.1s}@keyframes float{50%{transform:translateY(-10px)}}
/* CitrusLab */
body[data-theme="lab"]{--radius:8px}.lab-grid{position:absolute;top:50%;left:50%;width:330px;height:310px;background:linear-gradient(rgba(37,48,36,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(37,48,36,.07) 1px,transparent 1px);background-size:32px 32px;transform:translate(-50%,-52%)}.cell{position:absolute;display:grid;width:42px;height:42px;place-items:center;border:1px solid var(--line);border-radius:50%;background:var(--surface);color:var(--muted);font-size:.58rem;font-weight:900}.c1{top:8px;left:28px}.c2{top:40px;right:5px}.c3{bottom:12px;left:5px}.citrus{position:absolute;top:50%;left:50%;width:180px;height:180px;border:4px solid var(--accent);border-radius:50%;background:rgba(233,104,36,.06);box-shadow:0 20px 50px rgba(233,104,36,.17);transform:translate(-50%,-50%)}.citrus:before,.citrus:after,.citrus b{position:absolute;top:50%;left:50%;background:var(--accent);content:""}.citrus:before{width:4px;height:100%;transform:translate(-50%,-50%)}.citrus:after{width:100%;height:4px;transform:translate(-50%,-50%)}.citrus b{width:68%;height:68%;border:3px solid var(--accent);border-radius:50%;background:transparent;transform:translate(-50%,-50%)}.citrus i{position:absolute;top:50%;left:50%;width:4px;height:100%;background:var(--accent);transform:translate(-50%,-50%) rotate(45deg)}.citrus i:nth-child(2){transform:translate(-50%,-50%) rotate(-45deg)}.citrus i:nth-child(n+3){display:none}
/* Brand mascots */
.mascot-scene{position:absolute;top:50%;left:50%;width:340px;height:310px;transform:translate(-50%,-53%)}.mascot-scene>svg{position:absolute;top:50%;left:50%;width:250px;filter:drop-shadow(0 24px 35px color-mix(in srgb,var(--accent) 18%,transparent));transform:translate(-50%,-50%)}
.guardian-scene .dog-head,.guardian-scene .dog-ear{fill:color-mix(in srgb,var(--accent) 65%,var(--surface));stroke:var(--accent);stroke-width:2}.guardian-scene .dog-eye,.guardian-scene .dog-nose{fill:var(--ink)}.guardian-scene .dog-muzzle{fill:color-mix(in srgb,var(--surface) 90%,white)}.guardian-scene .guard-shield{fill:var(--surface);stroke:var(--accent);stroke-width:3}.guardian-scene .guard-check{fill:none;stroke:var(--accent2);stroke-linecap:round;stroke-linejoin:round;stroke-width:8}.mascot-orbit{position:absolute;inset:-4px;border:1px solid color-mix(in srgb,var(--accent) 20%,transparent);border-radius:50%}.mascot-orbit:after{position:absolute;inset:38px;border:1px dashed color-mix(in srgb,var(--accent) 18%,transparent);border-radius:50%;content:""}
.whale-scene .whale-body,.whale-scene .whale-tail{fill:var(--accent)}.whale-scene .whale-belly{fill:color-mix(in srgb,var(--accent) 58%,white)}.whale-scene .whale-eye{fill:var(--ink)}.whale-scene .whale-smile,.whale-scene .whale-spray{fill:none;stroke:white;stroke-linecap:round;stroke-width:5}.whale-scene .whale-fin{fill:var(--accent2)}.whale-scene .orbit{inset:4px}.whale-scene .orbit-b{inset:48px}.whale-scene .dot-a{top:18px}.whale-scene .dot-b{right:8px}.whale-scene .dot-c{bottom:20px}
body[data-theme="cat"]{--radius:32px}.cat-scene .cat-head,.cat-scene .cat-body,.cat-scene .cat-tail{fill:color-mix(in srgb,var(--accent) 76%,white);stroke:var(--accent);stroke-width:2}.cat-scene .cat-inner{fill:var(--accent2)}.cat-scene .cat-eye,.cat-scene .cat-nose{fill:var(--ink)}.cat-scene .cat-smile{fill:none;stroke:var(--ink);stroke-linecap:round;stroke-width:3}.cat-scene .cat-chest{fill:color-mix(in srgb,var(--surface) 85%,white)}.petal{position:absolute;width:19px;height:12px;border-radius:80% 15% 80% 15%;background:color-mix(in srgb,var(--accent) 55%,white);animation:float 4s ease-in-out infinite}.p1{top:25px;left:18px;transform:rotate(25deg)}.p2{top:62px;right:20px;animation-delay:.7s;transform:rotate(-18deg)}.p3{right:48px;bottom:19px;animation-delay:1.1s;transform:rotate(42deg)}
.citrus-scene{background:linear-gradient(rgba(37,48,36,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(37,48,36,.06) 1px,transparent 1px);background-size:32px 32px}.citrus-scene .citrus-body{fill:color-mix(in srgb,var(--accent) 20%,var(--surface));stroke:var(--accent);stroke-width:6}.citrus-scene .citrus-leaf{fill:var(--accent2)}.citrus-scene .citrus-slice{fill:none;stroke:color-mix(in srgb,var(--accent) 55%,transparent);stroke-width:2}.citrus-scene .citrus-eye{fill:var(--ink)}.citrus-scene .citrus-smile{fill:none;stroke:var(--ink);stroke-linecap:round;stroke-width:4}.citrus-scene .lab-glasses{fill:none;stroke:var(--accent2);stroke-width:4}.citrus-scene .cell{z-index:2}.citrus-scene .c1{top:8px;left:22px}.citrus-scene .c2{top:38px;right:2px}.citrus-scene .c3{bottom:8px;left:3px}
@media(max-width:560px){.mascot-scene{width:280px;height:260px}.mascot-scene>svg{width:210px}}
