@layer reset,base,layout,components;
@layer reset{*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0}button,input,a{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{font:inherit}img,svg{display:block}img{max-width:100%}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin:0}button{cursor:pointer}button:disabled{cursor:not-allowed}summary{cursor:pointer}button::-moz-focus-inner{border:0}}
@layer base{:root{color-scheme:light;--paper:#f6f7f9;--surface:#fff;--ink:#121e31;--muted:#586779;--line:#dce2e9;--accent:#2158df;--soft:#eaf0fd;--quiet:#eff2f6;--shadow:0 28px 80px -35px #152b5366;--radius:22px}html[data-theme=dark]{color-scheme:dark;--paper:#0c1420;--surface:#131f2f;--ink:#eff3fa;--muted:#a9b7ca;--line:#2b3a4f;--accent:#9bb8ff;--soft:#1c3052;--quiet:#162436;--shadow:0 28px 80px -35px #000c}body{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.65;background:var(--paper);color:var(--ink);-webkit-font-smoothing:antialiased}::selection{background:#2158df;color:white}:focus-visible{outline:3px solid var(--accent);outline-offset:5px;border-radius:4px}h1,h2,h3{font-weight:600;line-height:1.06;letter-spacing:-.055em}h1{font-size:clamp(3rem,6.6vw,6.3rem);max-width:1100px;margin:auto}h2{font-size:clamp(2.3rem,4.4vw,4.3rem)}h3{font-size:1.4rem;letter-spacing:-.035em;line-height:1.22}.eyebrow{font:600 11px/1.5 ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:.12em;color:var(--accent);text-transform:uppercase}.muted{color:var(--muted)}.lead{color:var(--muted);font-size:18px;line-height:1.7;max-width:620px}.text-link{color:var(--accent);font-weight:600;display:inline-flex;gap:10px;align-items:center;min-height:44px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}.skip{position:fixed;z-index:1000;top:10px;left:20px;padding:12px;background:var(--surface);transform:translateY(-160%)}.skip:focus{transform:none}.wrap{max-width:1280px;width:calc(100% - 96px);margin-inline:auto}.section{padding-block:112px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:60px;margin-bottom:52px}.section-head h2{margin-top:18px}.section-head .lead{max-width:370px;font-size:16px}.rule{border-top:1px solid var(--line)}.button{display:inline-flex;justify-content:center;align-items:center;gap:18px;padding:15px 23px;border:1px solid var(--line);border-radius:9px;font-size:14px;font-weight:600;min-height:52px;line-height:1.3;transition:background .18s,transform .18s;background:var(--surface);color:var(--ink)}.button:hover{background:var(--quiet);transform:translateY(-2px)}.button.primary{background:var(--ink);border-color:var(--ink);color:var(--paper)}.button.primary:hover{opacity:.9}.button svg{width:17px;height:17px;flex-shrink:0}.button:disabled{opacity:.48;transform:none}.actions{display:flex;gap:12px;flex-wrap:wrap}.icon{width:23px;height:23px;stroke:currentColor;fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.brand{font-size:23px;font-weight:780;letter-spacing:-1px;display:flex;align-items:center;gap:10px;white-space:nowrap}.brand-mark{width:25px;height:25px;color:var(--accent)}.theme-dark{display:none}html[data-theme=dark] .theme-dark{display:block}html[data-theme=dark] .theme-light{display:none}.page-note{font-size:12px;line-height:1.6;color:var(--muted)}}
@layer layout{.site-header{position:sticky;top:0;z-index:30;background:var(--paper);border-bottom:1px solid var(--line)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;height:84px}.main-nav{display:flex;gap:24px;font-size:13px;font-weight:550}.main-nav a{padding-block:12px}.main-nav a:hover{color:var(--accent)}.header-tools{display:flex;align-items:center;gap:14px}.header-tools>a{font-size:13px;white-space:nowrap}.header-tools .button{min-height:42px;padding:10px 16px;font-size:12px}.tool{width:44px;height:44px;border:1px solid var(--line);border-radius:9px;display:grid;place-items:center;background:var(--surface);color:var(--ink);font-size:12px;font-weight:700}.tool svg{width:18px;height:18px}.menu-button{display:none}.hero{text-align:center;padding-top:76px;overflow:hidden;position:relative}.hero:before{content:"";position:absolute;inset:0;z-index:-1;background:radial-gradient(ellipse at 50% 80%,var(--soft),transparent 65%)}.hero h1{margin-top:23px}.hero h1 span{color:var(--accent)}.hero .lead{margin:29px auto 0;max-width:710px;font-size:18px}.hero .actions{justify-content:center;margin-top:30px}.hero-note{font-size:12px;color:var(--muted);margin:17px auto 34px}.hero-frame{max-width:1176px;margin:0 auto;border:1px solid var(--line);border-radius:16px 16px 0 0;padding:8px 8px 0;background:var(--surface);box-shadow:var(--shadow);position:relative;overflow:hidden}.window-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;font:10px/1.4 ui-monospace,monospace;letter-spacing:.07em;color:var(--muted);padding:10px 13px 16px}.window-dots{display:flex;gap:5px}.window-dots i{width:6px;height:6px;border:1px solid var(--muted);border-radius:50%}.window-bar .pill{display:flex;gap:6px;align-items:center}.status-dot{width:5px;height:5px;border-radius:50%;background:#2a9b76}.hero-frame picture{display:block;height:510px;overflow:hidden;border:1px solid var(--line);border-bottom:0;border-radius:7px 7px 0 0}.hero-frame img{width:100%;height:auto}.hero .screen-note{margin:19px auto 0}.screen-note{color:var(--muted);font:11px/1.7 ui-monospace,monospace}.proof-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:36px;margin-top:38px;padding:30px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);text-align:left}.proof-strip>div{display:flex;align-items:center;gap:16px}.proof-strip svg{color:var(--accent);flex-shrink:0}.proof-strip b{font-size:13px;display:block}.proof-strip span{font-size:12px;color:var(--muted)}.reason-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:42px 46px}.reason{border-top:1px solid var(--line);padding-top:22px}.reason-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.reason-top .num{color:var(--muted);font:11px ui-monospace,monospace}.reason-top .icon{color:var(--accent)}.reason h3{max-width:280px;margin-bottom:13px;font-size:21px}.reason p{font-size:14px;color:var(--muted);line-height:1.85}.modules-section{background:var(--surface)}.module-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.module{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:var(--paper);display:grid;grid-template-columns:1fr}.module-visual{height:145px;overflow:hidden;position:relative;display:grid;place-items:center;background:var(--quiet);border-bottom:1px solid var(--line)}.micro{width:100%;height:100%;color:var(--accent);opacity:.8}.module-visual .micro-tag{position:absolute;top:15px;left:20px;color:var(--muted);font:10px ui-monospace,monospace;letter-spacing:.09em}.module-visual .micro-caption{position:absolute;bottom:14px;right:20px;color:var(--muted);font:9px ui-monospace,monospace}.module-body{padding:29px 30px 24px}.module-name{display:flex;align-items:center;gap:10px;margin-bottom:12px;font-size:12px;font-weight:650;color:var(--accent)}.module-name svg{width:20px;height:20px}.module h3{font-size:25px;max-width:370px}.module dl{margin:23px 0 0;display:grid;gap:12px}.module dl>div{display:grid;grid-template-columns:110px 1fr;gap:16px;border-top:1px solid var(--line);padding-top:12px}.module dt{font-size:11px;font-weight:650;color:var(--muted)}.module dd{margin:0;font-size:12px;line-height:1.8}.workflow{display:grid;grid-template-columns:repeat(6,1fr);border:1px solid var(--line);border-radius:16px;overflow:hidden;margin-top:46px;background:var(--surface)}.step{padding:25px 17px;border-right:1px solid var(--line);position:relative}.step:last-child{border:0;background:var(--soft)}.step i{display:block;font:11px ui-monospace,monospace;color:var(--accent);margin-bottom:24px}.step strong{font-size:13px;display:block;line-height:1.5}.step .icon{margin:15px 0;color:var(--muted)}.flow-note{max-width:680px;margin-top:22px;font-size:13px;color:var(--muted)}.no-section{background:#14253c;color:#f3f6fb}.no-layout{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.no-section .eyebrow{color:#99b8fb}.no-section h2{margin:18px 0 25px}.no-section .lead{color:#b7c5d7;font-size:16px}.no-section ul{padding:0;list-style:none;margin:25px 0 0}.no-section li{padding:9px 0;display:flex;gap:12px;font-size:13px;color:#c2cedd}.no-section li .icon{width:16px;flex-shrink:0;color:#8daceb}.hold-visual{border:1px solid #45607e;border-radius:20px;padding:34px;position:relative;background:#192f4a;box-shadow:0 28px 65px #07122544}.hold-visual:before{content:"";position:absolute;inset:18px -16px -18px 16px;border:1px solid #45607e;border-radius:20px;z-index:0;pointer-events:none}.hold-top{display:flex;justify-content:space-between;font:10px ui-monospace,monospace;color:#9bafd0}.hold-word{font-size:94px;line-height:1.2;font-weight:500;letter-spacing:-.07em;margin:25px 0 8px;color:#c4d6f6}.hold-lines{display:flex;gap:4px;margin-top:28px}.hold-lines i{height:4px;flex:1;background:#657c9d;border-radius:2px}.hold-lines i:nth-child(3n){background:#c4d6f6}.hold-caption{font-size:13px;line-height:1.8;max-width:290px;color:#b7c5d7}.hold-check{display:flex;justify-content:space-between;font:10px ui-monospace,monospace;padding:12px 0;border-top:1px solid #45607e;margin-top:15px;color:#bccce2}.gallery-tabs{display:flex;gap:8px;overflow-x:auto;padding:3px 3px 17px;scrollbar-width:thin}.gallery-tabs button{white-space:nowrap;padding:11px 17px;border:1px solid var(--line);border-radius:7px;background:transparent;color:var(--muted);font-size:12px;min-height:44px}.gallery-tabs button[aria-pressed=true]{background:var(--ink);color:var(--paper);border-color:var(--ink)}.gallery-stage{background:var(--quiet);border:1px solid var(--line);border-radius:20px;padding:30px;height:620px;display:grid;place-items:center;position:relative;overflow:hidden}.gallery-stage img{width:100%;height:100%;object-fit:contain;min-height:0}.gallery-stage .enlarge{position:absolute;bottom:16px;right:16px;background:var(--surface);color:var(--ink);box-shadow:0 4px 20px #10243d33}.gallery-caption{display:flex;justify-content:space-between;gap:20px;margin-top:16px;align-items:start}.gallery-caption strong{font-size:13px;white-space:nowrap}.gallery-caption p{max-width:600px;text-align:right}.pricing-layout{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.pricing-layout h2{margin:20px 0 25px}.pricing-layout .lead{max-width:390px;font-size:16px}.price-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:30px}.price-tags span{font:10px ui-monospace,monospace;padding:8px 10px;border:1px solid var(--line);border-radius:5px;color:var(--muted)}.price-card{padding:35px;border:1px solid var(--line);border-radius:20px;background:var(--surface);box-shadow:var(--shadow)}.price-card-top{display:flex;align-items:center;justify-content:space-between}.price-card-top>span{font-size:11px;color:var(--muted)}.price-value{font-size:70px;letter-spacing:-.055em;line-height:1.2;font-weight:550;margin:25px 0 0}.price-value small{font-size:13px;letter-spacing:0;font-weight:400;color:var(--muted)}.price-currency{font-size:11px;color:var(--muted);margin-bottom:25px}.price-card ul{list-style:none;padding:24px 0 10px;border-top:1px solid var(--line);margin:0}.price-card li{font-size:13px;display:flex;gap:12px;align-items:start;padding:7px 0}.price-card li .icon{width:16px;height:20px;flex-shrink:0;color:var(--accent)}.price-card .button{width:100%;margin-top:16px}.price-status{font-size:12px;line-height:1.7;margin-top:20px;padding:13px;background:var(--quiet);border-radius:8px;color:var(--muted)}.price-status b{display:block;color:var(--ink);margin-bottom:6px;font-weight:600}.price-card .page-note{font-size:10px;margin-top:14px}.faq-layout{display:grid;grid-template-columns:1fr 1.3fr;gap:100px}.faq-layout h2{margin-top:20px;position:sticky;top:120px}.faq-list details{border-bottom:1px solid var(--line);padding:0}.faq-list summary{list-style:none;display:flex;justify-content:space-between;align-items:center;gap:24px;padding:22px 0;font-size:15px;font-weight:550;min-height:65px}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";font-size:24px;font-weight:300;color:var(--muted)}.faq-list details[open] summary:after{content:"−"}.faq-list details p{font-size:14px;color:var(--muted);line-height:1.9;padding:0 30px 24px 0}.final-cta{text-align:center;padding:100px 0;background:var(--soft);border-top:1px solid var(--line)}.final-cta h2{font-size:clamp(2.1rem,4.1vw,4rem);max-width:920px;margin:0 auto}.final-cta p{margin:25px auto;color:var(--muted);font-size:15px;max-width:550px}.final-cta .actions{justify-content:center}.footer-main{display:flex;justify-content:space-between;gap:50px;padding:50px 0 36px}.footer-main .brand{font-size:24px}.footer-main p{font-size:12px;margin-top:8px;color:var(--muted)}.footer-links{display:flex;gap:30px;font-size:12px;align-items:start;flex-wrap:wrap}.footer-bottom{display:flex;gap:70px;justify-content:space-between;padding:24px 0 30px;border-top:1px solid var(--line);color:var(--muted);font-size:10px}.footer-bottom p{max-width:750px}.footer-bottom span{white-space:nowrap}.launch-page{padding:80px 0 110px;min-height:70vh}.launch-page h1{text-align:left;margin:20px 0 28px;font-size:clamp(2.5rem,5vw,5rem)}.launch-page .actions{margin-top:28px}.launch-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin:45px 0 30px}.launch-card{padding:28px;background:var(--surface);border:1px solid var(--line);border-radius:16px}.launch-card h2{font-size:22px;letter-spacing:-.03em;margin:20px 0 12px}.launch-card p{font-size:14px;color:var(--muted)}.launch-card span{font:11px ui-monospace,monospace;color:var(--accent)}.prose{max-width:750px;font-size:18px;color:var(--muted);line-height:1.9}.lightbox{border:1px solid var(--line);border-radius:16px;width:calc(100vw - 48px);max-width:1600px;height:calc(100dvh - 60px);padding:60px 25px 25px;background:var(--surface);color:var(--ink)}.lightbox::backdrop{background:#081321db}.lightbox img{width:100%;height:100%;object-fit:contain}.lightbox .close{position:absolute;right:15px;top:10px}.noscript-info{font-size:12px;color:var(--muted);margin-top:10px}[hidden]{display:none!important}}
@layer components{@media(min-width:1600px){.hero-frame picture{height:570px}}@media(max-width:1150px){.wrap{width:calc(100% - 56px)}.main-nav{gap:17px}.header-tools{gap:8px}.header-tools .login-link{display:none}.section{padding-block:85px}.no-layout,.pricing-layout,.faq-layout{gap:50px}.hero-frame picture{height:420px}.reason-grid{gap:36px}.workflow{grid-template-columns:repeat(3,1fr)}.step:nth-child(3){border-right:0}.step:nth-child(-n+3){border-bottom:1px solid var(--line)}}@media(max-width:850px){.header-inner{height:72px;gap:10px}.menu-button{display:grid}.main-nav{display:none;position:absolute;top:72px;left:0;right:0;padding:16px 28px 24px;background:var(--surface);border-bottom:1px solid var(--line);box-shadow:0 16px 25px #0d172017;flex-direction:column;gap:0}.main-nav.is-open{display:flex}.main-nav a{min-height:44px}.header-tools .button{display:none}.hero{padding-top:55px}.hero .lead{font-size:16px;max-width:600px}.hero-frame picture{height:345px}.proof-strip{gap:15px}.proof-strip>div{align-items:start;gap:10px}.proof-strip svg{width:18px}.proof-strip b{font-size:12px}.proof-strip span{font-size:10px}.section-head{gap:25px;align-items:start;flex-direction:column;margin-bottom:35px}.section-head .lead{max-width:560px}.reason-grid{grid-template-columns:repeat(2,1fr)}.module-body{padding:24px}.module dl>div{grid-template-columns:1fr;gap:4px}.module h3{font-size:23px}.no-layout,.pricing-layout,.faq-layout{grid-template-columns:1fr;gap:45px}.hold-visual{max-width:530px;width:calc(100% - 18px)}.price-card{max-width:600px;width:100%}.gallery-stage{height:470px;padding:20px}.faq-layout h2{position:static}.launch-grid{grid-template-columns:1fr}.footer-main{flex-direction:column;gap:25px}.footer-bottom{gap:25px}.hero-frame{border-radius:12px 12px 0 0}.lightbox{width:calc(100vw - 24px);height:calc(100dvh - 30px);padding:60px 10px 15px}}@media(max-width:540px){.wrap{width:calc(100% - 36px)}.brand{font-size:21px;gap:7px}.brand-mark{width:22px}.header-tools{gap:6px}.tool{width:44px;min-height:44px}.hero{padding-top:43px}.eyebrow{font-size:9px;letter-spacing:.1em}.hero h1{font-size:clamp(2.8rem,10.6vw,3.6rem);letter-spacing:-.055em;margin-top:23px}.hero .lead{font-size:15px;line-height:1.8;margin-top:23px}.hero .actions{flex-direction:column;gap:10px;margin-top:25px}.hero .button{width:100%;min-height:50px}.hero-note{font-size:10px;max-width:260px;margin:16px auto 30px}.hero-frame{padding:5px 5px 0}.window-bar{padding:8px 6px 11px;font-size:8px}.window-bar .pill{display:none}.hero-frame picture{height:240px}.hero-frame img{width:680px;max-width:none;transform:translateX(-5px)}.screen-note{font-size:9px}.hero .screen-note{max-width:290px}.proof-strip{grid-template-columns:1fr;margin-top:28px;gap:20px;padding:25px 0}.proof-strip>div{align-items:center;gap:15px}.proof-strip b{font-size:12px}.proof-strip span{font-size:11px}.section{padding-block:64px}h2{font-size:2.45rem;letter-spacing:-.05em}.section-head{gap:20px}.reason-grid{gap:30px 24px}.reason h3{font-size:18px;line-height:1.3}.reason p{font-size:12px;line-height:1.85}.reason-top{margin-bottom:18px}.module-grid{grid-template-columns:1fr;gap:18px}.module-visual{height:122px}.module dl>div{grid-template-columns:90px 1fr;gap:12px}.module h3{font-size:25px}.module-body{padding:24px}.workflow{grid-template-columns:repeat(2,1fr)}.step{padding:20px}.step:nth-child(3){border-right:1px solid var(--line)}.step:nth-child(even){border-right:0}.step:nth-child(4){border-bottom:1px solid var(--line)}.step i{margin-bottom:10px}.flow-note{font-size:12px}.no-layout{gap:35px}.hold-visual{padding:25px}.hold-word{font-size:80px}.gallery-stage{height:320px;padding:12px}.gallery-caption{flex-direction:column;gap:8px}.gallery-caption p{text-align:left}.gallery-tabs button{font-size:11px;padding:10px 14px}.enlarge{font-size:10px;min-height:44px;padding:10px}.price-card{padding:26px 23px}.price-value{font-size:61px}.price-card li{font-size:12px}.price-card-top>span{font-size:10px}.price-card-top .brand{font-size:19px}.faq-layout{gap:25px}.faq-list summary{font-size:14px;line-height:1.6}.faq-list details p{font-size:13px;padding-right:0}.final-cta{padding:70px 0}.final-cta h2{font-size:2.2rem}.final-cta .actions{flex-direction:column}.footer-links{gap:13px 24px}.footer-bottom{flex-direction:column;gap:15px}.launch-page{padding:45px 0 65px}.launch-page h1{font-size:2.8rem}.launch-page .actions{flex-direction:column}.prose{font-size:16px}.header-tools .signed-link{max-width:85px;overflow:hidden;text-overflow:ellipsis}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}}

/* Premium public candidate: code-native artwork, no animation dependency. */
@layer components{
.home-page .site-header{background:#080e1b;border-color:#ffffff12;color:#eef3fc}.home-page .site-header .brand-mark{color:#acc7ff}.home-page .site-header .tool{background:#ffffff06;border-color:#ffffff20;color:#dce6f8}.home-page .site-header .button.primary{background:#dce7ff;border-color:#dce7ff;color:#14213a}.home-page .main-nav a:hover{color:#b9d0ff}
.hero-premium{background:#080e1b;color:#f5f7fc;text-align:left;padding-top:35px;isolation:isolate}.hero-premium:before{display:none}.hero-atmosphere{position:absolute;inset:0;overflow:hidden;z-index:-1;background:radial-gradient(ellipse at 75% 40%,#142c534a,transparent 60%),linear-gradient(135deg,#080e1b,#0d182b)}.hero-atmosphere:after{content:"";position:absolute;inset:0;background-image:linear-gradient(#b4cfff05 1px,transparent 1px),linear-gradient(90deg,#b4cfff05 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(90deg,transparent,#000)}.hero-atmosphere i{position:absolute;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,#538ce720,transparent 65%);left:55%;top:-150px;animation:ambient-drift 14s ease-in-out infinite alternate}.hero-atmosphere i+i{left:80%;top:200px;background:radial-gradient(circle,#d8bd7720,transparent 65%);animation-delay:-7s}.hero-grid{display:grid;grid-template-columns:1fr 1.05fr;align-items:center;gap:10px;min-height:625px}.hero-copy{position:relative;z-index:2;padding:30px 0 48px}.hero-premium .eyebrow{display:flex;align-items:center;gap:12px;color:#b5c6e5;font-size:10px;letter-spacing:.15em}.tiny-diamond{width:6px;height:6px;transform:rotate(45deg);background:#cdbb8d;box-shadow:0 0 15px #d9c69466}.hero-premium h1{font-size:clamp(2.7rem,4.65vw,4.2rem);letter-spacing:-.055em;line-height:1.06;margin:29px 0 0;font-weight:540}.hero-premium h1 span{color:#adbfdc;background:linear-gradient(100deg,#edf3ff,#a6bcde 55%,#d7caab);background-clip:text;-webkit-text-fill-color:transparent}.hero-premium .lead{font-size:16px;line-height:1.85;color:#a8b8d0;max-width:465px;margin:26px 0 0}.hero-premium .actions{justify-content:flex-start;margin-top:30px;gap:10px}.hero-premium .button{font-size:13px;padding:16px 20px;border-radius:8px}.hero-premium .button.primary{background:linear-gradient(115deg,#ecf2ff,#bcd0f7);color:#11203a;border-color:#d6e3fd;box-shadow:0 5px 26px #8cbbff1a}.hero-premium .hero-secondary{background:#ffffff04;border-color:#ffffff22;color:#d7e1f1}.hero-premium .hero-secondary:hover{background:#ffffff0d}.hero-premium .hero-note{display:flex;gap:9px;align-items:center;margin:18px 0 0;color:#8195b3;font-size:10px;max-width:none}.hero-note .icon{width:14px;height:16px;flex-shrink:0}.hero-minis{display:flex;align-items:center;gap:16px;margin-top:36px;color:#768aa8;font:9px ui-monospace,monospace;letter-spacing:.12em}.hero-minis i{height:3px;width:3px;border-radius:50%;background:#586c8b}.hero-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid #ffffff13;min-height:66px}.hero-bottom-caption{font:9px ui-monospace,monospace;letter-spacing:.12em;color:#8396b3;display:flex;gap:14px;align-items:center}.small-cross{font-size:20px;color:#bcae8b}.motion-control{display:flex;align-items:center;gap:10px;min-height:44px;border:0;background:none;color:#9db0cc;font-size:10px;padding:8px}.motion-control:hover{color:white}.motion-control:disabled{opacity:.7}
.intelligence-scene{width:100%;aspect-ratio:660/550;position:relative;isolation:isolate;font-family:ui-monospace,SFMono-Regular,Consolas,monospace}.scene-stars{position:absolute;inset:0;background:radial-gradient(circle at 24% 15%,#adc9ff88 1px,transparent 2px),radial-gradient(circle at 79% 60%,#b8ccff88 1px,transparent 2px),radial-gradient(circle at 56% 84%,#c8b89888 1px,transparent 2px),radial-gradient(circle at 50% 42%,#3165a426,transparent 50%)}.terrain,.scene-connections{position:absolute;inset:0;width:100%;height:100%}.scene-connections{opacity:.55}.flow-packets{stroke-dasharray:15 700;animation:flow-travel 9s linear infinite}.scene-label-top{position:absolute;left:38%;top:4%;display:flex;gap:9px;align-items:center;color:#94a8c7;font-size:8px;letter-spacing:.15em}.scene-label .status-dot{background:#bacbea}.scene-core{position:absolute;left:37%;top:26%;width:30%;height:31%;animation:core-float 7s ease-in-out infinite}.core-halo{position:absolute;inset:-50%;background:radial-gradient(ellipse,#679bd525,transparent 63%)}.core-plate,.core-face{position:absolute;inset:0;border-radius:28px;transform:rotateX(32deg) rotateZ(-23deg);border:1px solid #86aee95e;background:linear-gradient(145deg,#233c5b,#101c30 70%);box-shadow:inset 0 0 22px #9dc5ff08,12px 18px 30px #0003}.core-plate-bottom{translate:0 30px;background:#0d1b2f;border-color:#6b91c552}.core-plate-middle{translate:0 15px;background:#1b2d49}.core-face{display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(140deg,#345072,#1b2b44 55%,#1c2837);box-shadow:inset 1px 1px 0 #bbd5ff40,inset -1px -1px 0 #020a19,10px 25px 35px #0004}.core-face .brand-mark{width:43px;height:43px;color:#cce0ff;filter:drop-shadow(0 0 12px #a1cdff44)}.core-face>span{font:650 clamp(12px,1.5vw,20px) system-ui;letter-spacing:-.04em;color:#d8e7ff;margin-top:10px}.core-face>small{font-size:5px;letter-spacing:.12em;color:#90a8c8;margin-top:9px}.scene-coin{position:absolute;padding:12px 14px 10px;border:1px solid #7e9cce33;border-radius:13px;background:linear-gradient(140deg,#20334ddd,#111e33ee);box-shadow:0 12px 30px #0003;animation:coin-float 8s ease-in-out infinite;min-width:88px}.crypto-token{display:flex;align-items:center;gap:10px}.crypto-token img{width:30px;height:30px}.crypto-token>span{font-size:12px;color:inherit;letter-spacing:.02em;font-weight:600}.scene-coin small{display:block;font-size:6px;letter-spacing:.12em;color:#8d9fbd;margin-top:8px}.coin-position-0{left:10%;top:11%;transform:rotate(-8deg)}.coin-position-1{right:3%;top:11%;animation-delay:-2s;transform:rotate(8deg)}.coin-position-2{left:4%;top:46%;animation-delay:-4s;transform:rotate(5deg)}.coin-position-3{right:0;top:48%;animation-delay:-6s;transform:rotate(-5deg)}.analysis-glass{position:absolute;left:18%;top:68%;width:41%;padding:16px;border:1px solid #819ac338;border-radius:12px;background:linear-gradient(130deg,#21354eed,#13223bec);box-shadow:0 20px 40px #0003;transform:rotate(-3deg)}.analysis-title{display:flex;gap:7px;align-items:center;font-size:6px;letter-spacing:.09em;color:#c0cfe6;margin-bottom:13px}.analysis-title .icon{width:12px;height:12px}.glass-dot{width:4px;height:4px;background:#b9c9a9;border-radius:50%;margin-left:auto}.analysis-row{display:grid;grid-template-columns:1fr 38%;align-items:center;gap:5px;margin-top:9px;color:#90a4c4;font-size:7px}.analysis-meter{height:3px;background:#a1c3ff14;border-radius:3px;overflow:hidden}.analysis-meter i{display:block;width:var(--meter);height:100%;background:linear-gradient(90deg,#729ad4,#b9cde9);transform-origin:left;animation:layer-breathe 5s ease-in-out var(--delay) infinite alternate}.scene-result{position:absolute;right:-1%;top:80%;display:flex;align-items:center;gap:9px;padding:13px 12px;background:linear-gradient(130deg,#2e3a42,#1d2935);border:1px solid #c6bf963f;border-radius:10px;box-shadow:0 12px 28px #0003;transform:rotate(3deg)}.scene-result .icon{width:16px;height:18px;color:#cfc4a1}.scene-result>.icon:last-child{width:11px}.scene-result small{display:block;font-size:5px;letter-spacing:.13em;color:#a99f87}.scene-result strong{display:block;font:500 9px system-ui;color:#e1dfd7;margin-top:3px}.scene-disclaimer{position:absolute;bottom:-4%;right:2%;font-size:7px;color:#8195b3}
.coin-ribbon{padding:32px 0 26px;background:var(--surface);border-bottom:1px solid var(--line)}.coin-ribbon .eyebrow{text-align:center;color:var(--muted);font-size:9px;letter-spacing:.13em}.coin-list{display:grid;grid-template-columns:repeat(6,1fr);gap:18px;margin:26px auto 21px;max-width:1080px}.coin-list>div{display:flex;align-items:center;justify-content:center;gap:9px}.coin-list .crypto-token{gap:8px}.coin-list .crypto-token>span{display:none}.coin-list img{width:27px;height:27px}.coin-name{font-size:16px;font-weight:600;letter-spacing:-.025em}.coin-note{font-size:9px;color:var(--muted);text-align:center}
.about-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:85px}.about-grid h2{margin-top:22px}.about-copy>p{font-size:14px;line-height:1.85;color:var(--muted);margin-bottom:18px}.about-copy .about-lead{font-size:19px;line-height:1.7;color:var(--ink)}.about-tags{display:flex;gap:10px 20px;flex-wrap:wrap;margin-top:26px}.about-tags>span{display:flex;align-items:center;gap:6px;font-size:10px;color:var(--muted)}.about-tags .icon{height:14px;width:14px;color:var(--accent)}.scope-panel{margin-top:58px;border:1px solid #324257;border-radius:24px;background:radial-gradient(ellipse at 80% 50%,#254367,#111d30 60%);display:grid;grid-template-columns:1fr 1fr;align-items:center;overflow:hidden;color:#e6edf9;min-height:320px}.scope-copy{padding:44px 50px}.scope-copy .eyebrow{font-size:9px;color:#9fbadf}.scope-copy h3{font-size:32px;margin:17px 0}.scope-copy p{font-size:14px;line-height:1.85;color:#a5b7d0;max-width:460px}.scope-art{height:320px;position:relative;isolation:isolate}.scope-ring{position:absolute;border:1px solid #9cc3ff32;border-radius:50%;left:50%;top:50%;translate:-50% -50%;transform:rotate(-20deg);width:330px;height:180px}.ring-two{width:250px;height:260px;transform:rotate(40deg);border-color:#a9c9ff18}.ring-three{width:360px;height:120px;transform:rotate(30deg);border-color:#d2c39244}.scope-centre{position:absolute;left:50%;top:50%;translate:-50% -50%;width:94px;height:94px;display:grid;place-items:center;border:1px solid #b0c9ef50;background:linear-gradient(145deg,#35557d,#182b45);border-radius:25px;box-shadow:0 0 70px #73a9ee22;transform:rotate(-10deg);animation:core-float 8s ease-in-out infinite}.scope-centre .brand-mark{width:38px;height:38px;color:#c7dfff}.scope-tag{position:absolute;padding:8px 12px;font:8px ui-monospace,monospace;letter-spacing:.1em;background:#16293f;border:1px solid #a1c2f633;border-radius:6px;color:#afc5e3;animation:coin-float 9s ease-in-out infinite}.scope-tag-0{left:10%;top:18%}.scope-tag-1{right:6%;top:30%;animation-delay:-2s}.scope-tag-2{left:7%;bottom:24%;animation-delay:-4s}.scope-tag-3{right:9%;bottom:18%;animation-delay:-6s}
.use-section{background:var(--surface);border-block:1px solid var(--line)}.use-workspace{display:grid;grid-template-columns:370px minmax(0,1fr);gap:36px;align-items:center}.use-controls{display:grid;gap:8px}.use-case{display:block;text-align:left;padding:22px 24px;border:1px solid transparent;border-radius:14px;background:transparent;color:var(--ink);transition:background .2s,border-color .2s}.use-case:hover{background:var(--paper)}.use-case[aria-pressed=true]{background:var(--paper);border-color:var(--line);box-shadow:0 7px 20px #091a3310}.use-case-head{display:flex;align-items:center;gap:10px;font-size:11px;color:var(--muted)}.use-case-head>.icon{margin-left:auto;width:15px;height:15px;color:var(--accent);transition:transform .2s}.use-case[aria-pressed=true] .use-case-head>.icon{transform:rotate(-35deg)}.use-index{font:9px ui-monospace,monospace;color:var(--accent)}.use-case>strong{display:block;font-size:18px;line-height:1.3;font-weight:550;letter-spacing:-.025em;margin-top:10px}.use-description,.use-gain{display:block;font-size:12px;line-height:1.75;color:var(--muted);margin-top:12px}.use-gain{font-size:10px;color:var(--accent)}.use-case[aria-pressed=false] .use-description,.use-case[aria-pressed=false] .use-gain{display:none}.use-preview{border:1px solid var(--line);border-radius:16px;background:var(--paper);box-shadow:0 30px 75px -40px #172c5266;overflow:hidden}.use-preview-top,.use-preview-bottom{display:flex;align-items:center;gap:13px;padding:17px 20px;font:8px/1.6 ui-monospace,monospace;color:var(--muted)}.use-preview-bottom{border-top:1px solid var(--line);font-size:8px;min-height:50px}.use-preview-bottom .status-dot{flex-shrink:0;background:#8a9ab1}.use-image{height:415px;padding:10px 12px 22px;display:grid;place-items:center}.use-image img{width:100%;height:100%;object-fit:contain;border-radius:7px;min-height:0}.audience-line{display:flex;justify-content:center;align-items:center;gap:12px;margin-top:38px;color:var(--muted);font-size:12px}.audience-line .icon{flex-shrink:0;width:18px;height:18px}
.terminal-showcase{overflow:hidden;background:radial-gradient(ellipse at 50% 90%,var(--soft),transparent 65%)}.terminal-showcase .section-head h2{font-size:clamp(2.3rem,4vw,3.8rem)}.terminal-perspective{position:relative;perspective:1800px;padding:25px 10px 0;margin-top:20px}.terminal-backplate{position:absolute;inset:5px 40px 20px;background:linear-gradient(135deg,var(--soft),var(--surface));border:1px solid var(--line);border-radius:20px;transform:rotate(-2deg)}.terminal-frame{transform:rotateX(7deg);transform-origin:center bottom;border-radius:16px;box-shadow:0 45px 90px -45px #16356a99}.terminal-frame picture{height:500px;border-bottom:1px solid var(--line);border-radius:7px}.terminal-chip{position:absolute;bottom:24px;right:-5px;display:flex;align-items:center;gap:12px;padding:17px 22px;border:1px solid var(--line);border-radius:12px;background:var(--surface);box-shadow:var(--shadow);transform:rotate(-3deg);font-size:12px}.terminal-chip .icon{color:var(--accent)}.terminal-showcase .screen-note{text-align:center;margin-top:30px}.module{transition:transform .25s,border-color .25s,box-shadow .25s}.module:hover{transform:translateY(-4px);border-color:#7899ce;box-shadow:0 20px 45px -30px #20457866}.module-visual{background:radial-gradient(ellipse at 50% 110%,#35537d,#142238);border-color:#ffffff16;color:#c5d9fc;height:165px}.module-visual .micro{color:#aac8ff;opacity:.95}.module-visual .micro-tag,.module-visual .micro-caption{color:#9db3d2}.reason-top .icon{width:34px;height:34px;padding:6px;border-radius:9px;background:var(--soft)}.no-section{background:radial-gradient(ellipse at 80% 50%,#243b59,#101d30 75%)}.price-card{position:relative;border-color:#98afd0;box-shadow:0 25px 70px -30px #24487955}.price-card:before{content:"";height:2px;background:linear-gradient(90deg,transparent,#9ab8f0,#b5a479,transparent);position:absolute;top:-1px;left:22px;right:22px}.final-cta{background:radial-gradient(ellipse at 50% 0%,#203a60,#0d192a 75%);color:#e5edf9}.final-cta p{color:#a0b4d0}.final-cta .button.primary{color:#17263e;background:#dce8ff;border-color:#dce8ff}.final-cta .button:not(.primary){background:transparent;border-color:#50627e;color:#bdcce3}
[data-motion-zone] *{animation-play-state:paused}.in-view[data-motion-zone] *{animation-play-state:running}html[data-motion=paused] *,html.page-hidden *{animation-play-state:paused!important}.revealed{animation:section-arrive .6s ease-out both}
@keyframes ambient-drift{to{transform:translate(-60px,60px)}}@keyframes flow-travel{to{stroke-dashoffset:-715}}@keyframes core-float{0%,100%{translate:0 0}50%{translate:0 -9px}}@keyframes coin-float{0%,100%{translate:0 0}50%{translate:0 -7px}}@keyframes layer-breathe{from{transform:scaleX(.77);opacity:.65}to{transform:scaleX(1);opacity:1}}@keyframes section-arrive{from{transform:translateY(15px);opacity:.7}to{transform:translateY(0);opacity:1}}
@media(min-width:1500px){.hero-grid{min-height:680px}.hero-premium h1{font-size:73px}.hero-premium .lead{font-size:17px}.intelligence-scene{scale:1.04}}
@media(max-width:1150px){.hero-grid{grid-template-columns:1fr 1fr;min-height:575px;gap:0}.hero-premium h1{font-size:clamp(2.5rem,4.7vw,3.6rem)}.hero-premium .lead{font-size:14px}.hero-premium .button{font-size:11px;padding:14px}.scene-coin{padding:10px;min-width:70px}.scene-coin .crypto-token img{width:24px;height:24px}.scene-coin .crypto-token>span{font-size:10px}.analysis-glass{padding:12px}.analysis-row{font-size:6px}.scene-result{padding:10px;gap:6px}.scene-result strong{font-size:7px}.scene-result>.icon:last-child{display:none}.about-grid{gap:40px}.about-copy .about-lead{font-size:17px}.scope-copy{padding:32px}.scope-ring{max-width:95%}.use-workspace{grid-template-columns:310px minmax(0,1fr);gap:20px}.use-image{height:350px}.coin-name{font-size:13px}.terminal-frame picture{height:420px}}
@media(max-width:850px){.home-page .main-nav{background:#0f1b2e;border-color:#ffffff22}.hero-premium{padding-top:30px}.hero-grid{grid-template-columns:1fr;gap:0}.hero-copy{padding-bottom:10px;max-width:630px}.hero-premium h1{font-size:clamp(3rem,6.8vw,4.5rem)}.hero-premium .lead{max-width:550px;font-size:16px}.hero-premium .button{font-size:13px;padding:16px 22px}.hero-minis{margin-top:25px}.intelligence-scene{width:90%;max-width:620px;margin:-10px auto 45px}.scene-coin{padding:12px 14px;min-width:90px}.scene-coin .crypto-token img{width:30px;height:30px}.scene-coin .crypto-token>span{font-size:12px}.core-face>span{font-size:18px}.analysis-glass{padding:16px}.analysis-row{font-size:8px}.scene-result strong{font-size:9px}.scene-result{padding:14px}.scene-disclaimer{font-size:8px}.hero-bottom-caption{font-size:8px;letter-spacing:.06em}.coin-list{grid-template-columns:repeat(3,1fr);gap:22px}.coin-list>div{justify-content:flex-start}.coin-list{max-width:500px}.about-grid{grid-template-columns:1fr;gap:28px}.scope-panel{grid-template-columns:1fr 1fr}.scope-copy{padding:30px}.scope-copy h3{font-size:26px}.scope-copy p{font-size:12px}.scope-tag{font-size:6px;padding:6px 8px}.scope-centre{width:75px;height:75px}.use-workspace{grid-template-columns:1fr}.use-controls{grid-template-columns:repeat(3,1fr);gap:8px;align-items:start}.use-case{padding:16px}.use-case>strong{font-size:15px}.use-description{font-size:11px}.use-gain{font-size:9px}.use-image{height:410px}.terminal-frame picture{height:360px}.terminal-chip{font-size:10px;padding:12px 16px;right:0}.terminal-showcase .section-head h2{font-size:2.8rem}}
@media(max-width:540px){.hero-premium{padding-top:18px}.hero-copy{padding-top:20px}.hero-premium .eyebrow{font-size:8px;letter-spacing:.1em}.hero-premium h1{font-size:clamp(2.6rem,10.9vw,3.7rem);line-height:1.09;margin-top:24px}.hero-premium .lead{font-size:14px;line-height:1.85;margin-top:22px}.hero-premium .actions{flex-direction:row;gap:8px;margin-top:24px}.hero-premium .button{font-size:11px;width:auto;flex:1;padding:13px 10px;gap:8px}.hero-premium .button svg{width:14px;height:14px}.hero-premium .hero-note{font-size:9px;line-height:1.6;margin-top:16px}.hero-minis{font-size:8px;gap:13px}.intelligence-scene{width:100%;margin:25px auto 40px}.scene-coin{padding:8px 9px;min-width:61px;border-radius:9px}.scene-coin .crypto-token{gap:6px}.scene-coin .crypto-token img{width:23px;height:23px}.scene-coin .crypto-token>span{font-size:9px}.scene-coin small{font-size:5px;margin-top:6px}.scene-label-top{font-size:6px;gap:6px;top:1%}.core-face,.core-plate{border-radius:17px}.core-face .brand-mark{width:29px;height:29px}.core-face>span{font-size:13px;margin-top:6px}.core-face>small{font-size:3.4px;margin-top:5px}.core-plate-bottom{translate:0 20px}.core-plate-middle{translate:0 10px}.analysis-glass{padding:10px;width:48%;left:9%;border-radius:8px}.analysis-title{font-size:5px;gap:4px;margin-bottom:7px}.analysis-title .icon{width:9px;height:9px}.analysis-row{font-size:5.5px;margin-top:7px}.analysis-meter{height:2px}.scene-result{gap:6px;padding:9px 7px;right:0;border-radius:7px;top:82%}.scene-result strong{font-size:6.5px}.scene-result small{font-size:4px}.scene-result .icon{width:12px;height:14px}.scene-disclaimer{font-size:6px;bottom:-8%}.hero-bottom{gap:10px;min-height:60px}.hero-bottom-caption{font-size:6px;gap:7px;max-width:150px}.motion-control{font-size:8px;gap:6px;padding-inline:0;white-space:nowrap}.coin-ribbon{padding:27px 0 23px}.coin-ribbon .eyebrow{font-size:7px;line-height:1.7}.coin-list{gap:20px 10px;margin:22px 0}.coin-list img{width:22px;height:22px}.coin-name{font-size:11px}.coin-list>div{gap:6px}.coin-note{font-size:7px}.about-grid h2{font-size:2.5rem}.about-copy .about-lead{font-size:16px}.about-copy>p{font-size:13px}.about-tags{gap:10px}.about-tags>span{font-size:9px}.scope-panel{grid-template-columns:1fr;margin-top:35px;border-radius:18px}.scope-copy{padding:29px 25px 0}.scope-copy h3{font-size:28px}.scope-copy p{font-size:13px}.scope-art{height:245px}.scope-ring{width:270px;height:155px}.ring-two{width:200px;height:220px}.ring-three{width:290px;height:105px}.scope-tag{font-size:6px;padding:7px 9px}.scope-tag-0{top:18%;left:7%}.scope-tag-1{right:4%}.scope-tag-2{left:4%;bottom:20%}.scope-tag-3{right:4%;bottom:14%}.use-controls{grid-template-columns:1fr;gap:5px}.use-case{padding:18px}.use-case>strong{font-size:17px}.use-case-head{font-size:10px}.use-description{font-size:12px}.use-gain{font-size:10px}.use-image{height:270px;padding:8px}.use-preview-top,.use-preview-bottom{padding:13px 12px;font-size:6px;gap:9px}.audience-line{align-items:flex-start;font-size:11px;line-height:1.8;margin-top:26px}.terminal-perspective{padding:15px 0 0}.terminal-frame picture{height:250px}.terminal-frame img{width:680px;max-width:none}.terminal-showcase .section-head h2{font-size:2.4rem}.terminal-chip{padding:10px 12px;font-size:9px;bottom:16px;right:-4px;gap:8px}.terminal-chip .icon{width:17px;height:17px}.terminal-backplate{inset:5px 10px 20px}.terminal-showcase .screen-note{font-size:8px}.module-visual{height:145px}}
@media(prefers-reduced-motion:reduce){.revealed{animation:none}.motion-control{cursor:default}}
}
@layer components{
.learning-feature{padding:82px 0;background:radial-gradient(ellipse at 15% 50%,#273e5d,#101c2e 60%);color:#e5edf9;border-block:1px solid #3d526c;overflow:hidden}.learning-layout{display:grid;grid-template-columns:1fr 1.5fr;align-items:center;gap:90px}.learning-emblem{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;aspect-ratio:1;max-width:330px;width:100%;margin:auto;isolation:isolate}.learning-emblem:before,.learning-emblem:after,.learning-orbit{content:"";position:absolute;inset:10%;border:1px solid #9cbff32b;border-radius:50%;z-index:-1}.learning-emblem:after{inset:0;border-style:dashed;border-color:#9cbff324;animation:learning-spin 70s linear infinite}.learning-orbit{inset:20%;border-color:#b6a67755;box-shadow:0 0 65px #90b5f315,inset 0 0 40px #80b8ff10}.learning-orbit:before{content:"";position:absolute;top:5%;left:25%;width:6px;height:6px;background:#c4b58e;border-radius:50%;box-shadow:0 0 15px #d5c59688}.learning-emblem>.icon{width:34px;height:34px;color:#abc9f5;margin-bottom:8px}.learning-emblem>span{font:450 72px/1.2 system-ui;letter-spacing:-.075em;color:#d4e2f8}.learning-emblem>span>span{font-weight:200;color:#738eaf;font-size:50px;margin:0 4px}.learning-emblem>small{font:7px ui-monospace,monospace;letter-spacing:.13em;color:#8da6c7;margin-top:12px}.learning-copy .eyebrow{color:#b5c9e7}.learning-copy h2{font-size:clamp(2rem,3.2vw,3rem);margin:20px 0 24px;line-height:1.15}.learning-copy>p:not(.eyebrow){color:#adbed5;font-size:14px;line-height:1.85}.learning-steps{display:flex;align-items:center;gap:20px;margin:26px 0}.learning-steps>span{font-size:12px;color:#d3e0f2}.learning-steps small{font:8px ui-monospace,monospace;color:#a89b7c;margin-right:9px}.learning-steps>.icon{width:15px;height:15px;color:#708aaa}.learning-copy>p.learning-note{font-size:10px;line-height:1.85;color:#8299b8;border-top:1px solid #ffffff14;padding-top:18px;max-width:590px}@keyframes learning-spin{to{transform:rotate(360deg)}}
@media(max-width:850px){.learning-layout{gap:35px;grid-template-columns:1fr 1.6fr}.learning-steps{gap:12px}.learning-steps>span{font-size:10px}}
@media(max-width:540px){.learning-feature{padding:45px 0 55px}.learning-layout{grid-template-columns:1fr;gap:25px}.learning-emblem{max-width:230px}.learning-emblem>span{font-size:56px}.learning-emblem>span>span{font-size:40px}.learning-emblem>.icon{width:27px;height:27px}.learning-emblem>small{font-size:6px}.learning-copy h2{font-size:2.1rem}.learning-copy>p:not(.eyebrow){font-size:13px}.learning-copy>p.learning-note{font-size:9px}.learning-steps{justify-content:space-between;gap:5px}}
}
@layer components{
/* Pausing decoration must never leave newly revealed text dimmed. */
html[data-motion=paused] .revealed{animation:none!important;opacity:1;transform:none}.scope-centre{animation-name:scope-float}@keyframes scope-float{0%,100%{translate:-50% -50%}50%{translate:-50% calc(-50% - 9px)}}
}
@layer components{
.public-language{display:flex;min-width:0}.public-language select{min-height:44px;max-width:160px;width:150px;border:1px solid var(--line);border-radius:9px;background:var(--surface);color:var(--ink);font:500 12px system-ui;padding:8px 10px;cursor:pointer}.home-page .public-language select{background:#111e32;border-color:#ffffff25;color:#e0eafa}.language-fallback{position:relative}.language-fallback a{display:block;padding:8px}.language-fallback[open]{position:absolute;top:70px;right:20px;background:var(--surface);color:var(--ink);padding:15px;max-height:70vh;overflow:auto}.hero-copy,.section-head>div{min-width:0}.hero-premium h1{overflow-wrap:normal}.scene-result{max-width:44%}.scene-result strong{overflow-wrap:anywhere}.hero-bottom-caption{max-width:65%;line-height:1.5}.module-visual .micro-caption{max-width:85%;text-align:right}.use-case-head{overflow-wrap:anywhere}.about-tags>span{line-height:1.6}
@media(max-width:1150px){.header-inner{gap:14px}.header-tools .login-link{display:none}.main-nav{gap:14px}.public-language select{width:116px;font-size:11px}}
@media(max-width:950px){.main-nav{gap:10px;font-size:11px}.header-tools .button{display:none}}
@media(max-width:540px){.public-language select{width:96px;font-size:10px;padding:8px 3px}.header-inner{gap:6px}.header-tools{gap:4px}.header-tools .tool{width:38px}.brand{font-size:19px;gap:5px}.brand-mark{width:18px}.hero-premium h1{font-size:clamp(2.25rem,9.6vw,3.5rem);overflow-wrap:anywhere}.hero-premium .button{font-size:10px}.hero-premium .hero-note{font-size:8px}.hero-bottom-caption{font-size:6px;max-width:56%}.motion-control{font-size:7px}.learning-steps>span{font-size:9px}.learning-steps small{margin-right:4px}.scene-result strong{font-size:5.5px}.scope-tag{max-width:46%;overflow-wrap:anywhere}}
}

/* Localized headings must shrink and wrap inside narrow flex columns. */
.section-head>div{max-width:100%;width:100%}.section-head h2{overflow-wrap:anywhere}
/* Long native words must stay within the text column at 320px. */
h1,h2,h3,.hero-premium h1{overflow-wrap:anywhere;hyphens:auto}p,li,summary{overflow-wrap:break-word}
