@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);overflow:hidden}.coin-ribbon-head{margin-bottom:18px}.coin-ribbon .eyebrow{text-align:center;color:var(--muted);font-size:9px;letter-spacing:.13em}.coin-marquee{width:100%;overflow:hidden;position:relative;mask-image:linear-gradient(90deg,transparent 0,#000 5%,#000 95%,transparent 100%);-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 5%,#000 95%,transparent 100%)}.coin-track{display:flex;width:max-content;will-change:transform;animation:coin-marquee-flow 32s linear infinite}.coin-group{display:flex;align-items:center;gap:72px;flex:0 0 auto;padding:8px 72px 12px 0}.coin-item{display:flex;align-items:center;justify-content:center;gap:10px;white-space:nowrap;min-width:126px}.coin-item .crypto-token{gap:8px}.coin-item .crypto-token>span{display:none}.coin-item img{width:29px;height:29px}.coin-name{font-size:16px;font-weight:600;letter-spacing:-.025em}.coin-note{font-size:9px;color:var(--muted);text-align:center;margin-top:12px}.coin-marquee:hover .coin-track{animation-play-state:paused}@keyframes coin-marquee-flow{from{transform:translate3d(0,0,0)}to{transform:translate3d(-20%,0,0)}}
.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-group{gap:52px;padding-right:52px}.coin-track{animation-duration:29s}.coin-item{min-width:116px}.coin-name{font-size:13px}.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-head{margin-bottom:13px}.coin-ribbon .eyebrow{font-size:7px;line-height:1.7}.coin-marquee{mask-image:linear-gradient(90deg,transparent 0,#000 8%,#000 92%,transparent 100%);-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 8%,#000 92%,transparent 100%)}.coin-group{gap:34px;padding:6px 34px 9px 0}.coin-track{animation-duration:24s}.coin-item{min-width:96px;gap:6px}.coin-item img{width:23px;height:23px}.coin-name{font-size:11px}.coin-note{font-size:7px;margin-top:9px}.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}

/* Knowledge navigation + editorial pages + Data API marketing */
@layer layout{
.nav-group{position:relative}.nav-group>summary{list-style:none;cursor:pointer;padding:12px 18px 12px 0;position:relative;white-space:nowrap}.nav-group>summary::-webkit-details-marker{display:none}.nav-group>summary:after{content:"⌄";position:absolute;right:0;top:11px;font-size:12px;color:var(--muted)}.nav-group[open]>summary{color:var(--accent)}.nav-dropdown{position:absolute;top:44px;left:-22px;width:310px;padding:10px;background:var(--surface);border:1px solid var(--line);border-radius:14px;box-shadow:0 20px 55px #0d172026;display:grid;z-index:60}.nav-dropdown a{display:grid;gap:4px;padding:13px 14px;border-radius:10px}.nav-dropdown a:hover{background:var(--quiet)}.nav-dropdown b{font-size:12px;font-weight:700;color:var(--ink)}.nav-dropdown span{font-size:10px;line-height:1.5;color:var(--muted)}.nav-api{display:flex;align-items:center;gap:6px}.nav-api>span{font:700 8px ui-monospace,monospace;letter-spacing:.08em;padding:3px 5px;border:1px solid currentColor;border-radius:4px;color:var(--accent)}
.home-page .nav-dropdown{background:#101c2e;border-color:#ffffff1e;box-shadow:0 22px 50px #0008}.home-page .nav-dropdown b{color:#eef3fc}.home-page .nav-dropdown span{color:#91a5c3}.home-page .nav-dropdown a:hover{background:#ffffff08}.home-page .nav-group>summary:after{color:#91a5c3}
.data-api-home{background:linear-gradient(180deg,var(--surface),var(--paper));border-block:1px solid var(--line)}.data-api-home-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);gap:70px;align-items:center}.data-api-home-copy h2{font-size:clamp(2.5rem,4.2vw,4.1rem);margin:18px 0 22px;max-width:620px}.data-api-home-copy .lead{font-size:16px;line-height:1.85;max-width:590px}.data-api-home-copy ul{list-style:none;padding:0;margin:28px 0 30px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 20px}.data-api-home-copy li{display:flex;gap:9px;align-items:flex-start;font-size:12px;line-height:1.6;color:var(--muted)}.data-api-home-copy li .icon{width:16px;height:18px;color:var(--accent);flex:none}.data-api-home-visual{min-height:430px;border-radius:24px;overflow:hidden;position:relative;background:#0c1524;box-shadow:0 35px 80px -45px #17355f99;border:1px solid var(--line)}.data-api-home-visual>img{width:100%;height:100%;min-height:430px;object-fit:cover;display:block;filter:saturate(.78) contrast(1.02)}.data-api-home-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,#07101fd9)}.api-overlay{position:absolute;left:24px;right:24px;bottom:22px;z-index:2;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;align-items:center;padding:14px 16px;border:1px solid #ffffff24;border-radius:12px;background:#0b1422db;backdrop-filter:blur(12px);color:#e5edf9}.api-overlay>span{font:800 9px ui-monospace,monospace;color:#78d6aa}.api-overlay code{font:11px ui-monospace,monospace;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.api-overlay small{font:8px ui-monospace,monospace;color:#9eb1cc;letter-spacing:.08em}
.resource-page{background:var(--paper)}.resource-hero{padding:72px 0 54px;background:linear-gradient(180deg,var(--surface),var(--paper));border-bottom:1px solid var(--line)}.resource-hero-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(420px,1.05fr);gap:70px;align-items:center}.resource-hero h1{font-size:clamp(3.2rem,5.6vw,5.8rem);line-height:.97;letter-spacing:-.06em;margin:22px 0}.resource-hero .lead{font-size:17px;line-height:1.8;color:var(--muted);max-width:650px}.resource-hero-actions{display:flex;align-items:center;gap:18px;margin-top:30px}.resource-hero figure{margin:0;position:relative}.resource-hero figure img{display:block;width:100%;height:430px;object-fit:cover;border-radius:24px;border:1px solid var(--line);box-shadow:0 30px 70px -45px #17355f88}.resource-hero figcaption{font:9px ui-monospace,monospace;color:var(--muted);margin-top:9px}.resource-intro{padding:58px 0 20px}.resource-intro>p{font-size:clamp(1.35rem,2.3vw,2.1rem);line-height:1.55;letter-spacing:-.025em;max-width:1040px}.resource-body{padding:30px 0 90px}.resource-section{display:grid;grid-template-columns:86px minmax(0,1fr);gap:30px;padding:45px 0;border-top:1px solid var(--line)}.resource-number{font:11px ui-monospace,monospace;color:var(--accent);padding-top:9px}.resource-section h2{font-size:clamp(2rem,3.2vw,3.2rem);margin:0 0 17px;letter-spacing:-.045em}.resource-section>div:last-child>p{font-size:15px;line-height:1.9;color:var(--muted);max-width:820px}.resource-section ul{list-style:none;padding:0;margin:24px 0 0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 22px;max-width:900px}.resource-section li{display:flex;gap:10px;align-items:flex-start;font-size:12px;line-height:1.7;color:var(--muted)}.resource-section li .icon{width:16px;height:18px;color:var(--accent);flex:none}.resource-code{margin:24px 0 0;padding:32px;border:1px solid var(--line);border-radius:20px;background:#0e192a;color:#e8eef8}.resource-code .eyebrow{color:#93add3}.resource-code pre{overflow:auto;margin:18px 0;background:#08111e;border:1px solid #ffffff12;border-radius:12px;padding:18px}.resource-code code{font:13px/1.8 ui-monospace,SFMono-Regular,Consolas,monospace}.resource-code p{font-size:11px;color:#9fb0c8}.resource-next{padding:60px 0 70px;background:var(--surface);border-top:1px solid var(--line)}.resource-links{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:22px}.resource-links a{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:92px;padding:20px 22px;border:1px solid var(--line);border-radius:14px;background:var(--paper);font-size:15px;font-weight:650}.resource-links a:hover{border-color:color-mix(in srgb,var(--accent) 50%,var(--line));transform:translateY(-2px)}.resource-links .icon{width:18px;color:var(--accent)}
}
@layer components{
@media(max-width:1150px){.main-nav{gap:13px;font-size:12px}.nav-dropdown{width:285px}.data-api-home-grid,.resource-hero-grid{gap:40px}.data-api-home-grid{grid-template-columns:minmax(0,1fr) minmax(360px,.9fr)}.resource-hero-grid{grid-template-columns:1fr 1fr}}
@media(max-width:850px){.nav-group{width:100%}.nav-group>summary{min-height:44px;display:flex;align-items:center;padding:12px 20px 12px 0}.nav-group>summary:after{right:8px;top:13px}.nav-dropdown,.home-page .nav-dropdown{position:static;width:100%;box-shadow:none;border:0;border-left:1px solid var(--line);border-radius:0;margin:0 0 8px 8px;padding:2px 0 2px 12px;background:transparent}.home-page .nav-dropdown{border-left-color:#ffffff25}.nav-dropdown a{padding:10px 12px}.data-api-home-grid,.resource-hero-grid{grid-template-columns:1fr}.data-api-home-visual{min-height:350px}.data-api-home-visual>img{min-height:350px}.resource-hero figure img{height:390px}.resource-links{grid-template-columns:1fr}.resource-section ul{grid-template-columns:1fr}}
@media(max-width:540px){.data-api-home-copy ul{grid-template-columns:1fr}.data-api-home-visual{min-height:290px;border-radius:18px}.data-api-home-visual>img{min-height:290px}.api-overlay{left:12px;right:12px;bottom:12px;grid-template-columns:auto minmax(0,1fr);padding:11px}.api-overlay small{display:none}.resource-hero{padding:44px 0 34px}.resource-hero h1{font-size:clamp(2.8rem,12vw,4rem)}.resource-hero figure img{height:300px;border-radius:17px}.resource-hero-actions{align-items:flex-start;flex-direction:column}.resource-intro{padding-top:40px}.resource-section{grid-template-columns:1fr;gap:10px;padding:34px 0}.resource-section h2{font-size:2rem}.resource-code{padding:20px}.resource-links a{min-height:72px;padding:16px}.nav-api>span{font-size:7px}}
}


/* Public live market ticker */
.market-ticker{height:34px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;padding:0 max(12px,calc((100vw - 1240px)/2));background:var(--paper);border-bottom:1px solid var(--line);color:var(--ink);overflow:hidden;position:relative;z-index:31;font-size:10px;line-height:1}.market-ticker-live{display:flex;align-items:center;gap:7px;white-space:nowrap;font:750 9px/1 ui-monospace,monospace;letter-spacing:.09em;color:var(--muted)}.market-ticker-live i{width:6px;height:6px;border-radius:50%;background:#98a2b3}.market-ticker.is-live .market-ticker-live i{background:#18a77a;box-shadow:0 0 0 3px #18a77a22}.market-ticker-window{overflow:hidden;min-width:0;mask-image:linear-gradient(90deg,transparent,#000 18px,#000 calc(100% - 18px),transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 18px,#000 calc(100% - 18px),transparent)}.market-ticker-track{display:flex;width:max-content;will-change:transform;animation:marketTickerFlow 54s linear infinite}.market-ticker-group{display:flex;align-items:center;flex:none}.market-ticker-item{height:33px;display:flex;align-items:center;gap:5px;padding:0 14px;border-right:1px solid var(--line);white-space:nowrap}.market-ticker-item b{font-size:10px}.market-ticker-price{font-variant-numeric:tabular-nums}.market-ticker-change{min-width:48px;font-variant-numeric:tabular-nums}.market-ticker-change.positive{color:#10956e}.market-ticker-change.negative{color:#d14b52}.market-ticker-change.flat{color:var(--muted)}.market-ticker-coin{width:16px;height:16px;border-radius:50%;display:grid;place-items:center;overflow:hidden;background:var(--quiet);flex:none}.market-ticker-coin img{width:16px;height:16px;object-fit:contain}.market-ticker-coin i{font:800 7px/1 ui-monospace,monospace;color:var(--muted);font-style:normal}.market-ticker-source{font:650 8px/1 ui-monospace,monospace;letter-spacing:.07em;color:var(--muted);white-space:nowrap}.market-ticker:hover .market-ticker-track{animation-play-state:paused}html[data-motion=paused] .market-ticker-track,.page-hidden .market-ticker-track{animation-play-state:paused}@keyframes marketTickerFlow{from{transform:translateX(0)}to{transform:translateX(-50%)}}@media(max-width:850px){.market-ticker{grid-template-columns:minmax(0,1fr);padding:0;height:32px}.market-ticker-live,.market-ticker-source{display:none}.market-ticker-item{height:31px;padding:0 11px}.market-ticker-track{animation-duration:44s}}@media(prefers-reduced-motion:reduce){.market-ticker-track{animation:none!important;transform:none!important}.market-ticker-window{overflow-x:auto;scrollbar-width:none}.market-ticker-group[aria-hidden=true]{display:none}}


/* Knowledge hub and article system */
.knowledge-mega-panel{width:min(1080px,calc(100vw - 48px));padding:18px 20px 20px}.knowledge-mega-head{display:flex;align-items:end;justify-content:space-between;gap:30px;padding:6px 8px 18px;border-bottom:1px solid var(--line);margin-bottom:12px}.knowledge-mega-head>div{display:grid;gap:5px}.knowledge-mega-head b{font-size:15px}.knowledge-mega-head span{font-size:11px;color:var(--muted)}.knowledge-mega-head>a{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:700;color:var(--accent)}.knowledge-mega-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px 20px}.knowledge-mega-grid section{padding:9px 8px}.knowledge-mega-grid h3{font:750 10px/1.3 ui-monospace,monospace;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:7px}.knowledge-mega-grid a{display:block;padding:6px 0;font-size:11px;color:var(--ink)}.knowledge-mega-grid a:hover{color:var(--accent);background:none}.home-page .knowledge-mega-grid a{color:#eef3fc}.home-page .knowledge-mega-head{border-color:#ffffff1e}.home-page .knowledge-mega-head span,.home-page .knowledge-mega-grid h3{color:#91a5c3}.home-page .knowledge-mega-head b{color:#fff}.knowledge-hub-hero,.knowledge-category-hero{padding:78px 0 70px;background:linear-gradient(180deg,var(--surface),var(--paper));border-bottom:1px solid var(--line)}.knowledge-hub-hero h1,.knowledge-category-hero h1{font-size:clamp(3.4rem,6vw,6.5rem);line-height:.95;letter-spacing:-.065em;margin:20px 0}.knowledge-hub-hero h1 span{color:var(--accent)}.knowledge-hub-hero .lead,.knowledge-category-hero .lead{max-width:820px;font-size:17px;line-height:1.8;color:var(--muted)}.knowledge-hub-stats{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.knowledge-hub-stats span,.knowledge-count{border:1px solid var(--line);border-radius:999px;padding:9px 13px;font-size:11px;color:var(--muted);background:var(--surface)}.knowledge-hub-stats b{color:var(--ink);margin-right:3px}.knowledge-categories{padding-top:70px;padding-bottom:10px}.knowledge-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.knowledge-category-grid>a{min-height:215px;padding:23px;border:1px solid var(--line);border-radius:16px;background:var(--surface);display:flex;flex-direction:column;transition:.2s ease}.knowledge-category-grid>a:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:color-mix(in srgb,var(--accent) 45%,var(--line))}.knowledge-category-grid>a>span{font:10px ui-monospace,monospace;color:var(--accent)}.knowledge-category-grid h3{font-size:21px;margin:26px 0 9px}.knowledge-category-grid p{font-size:12px;line-height:1.7;color:var(--muted);flex:1}.knowledge-category-grid b{display:flex;align-items:center;gap:7px;font-size:10px;margin-top:16px}.knowledge-category-grid .icon{width:14px;color:var(--accent)}.knowledge-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.knowledge-card{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:var(--surface);display:flex;flex-direction:column;min-width:0}.knowledge-card-image{height:220px;overflow:hidden;background:var(--quiet);display:block}.knowledge-card-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.knowledge-card:hover .knowledge-card-image img{transform:scale(1.025)}.knowledge-card-body{padding:23px;display:flex;flex-direction:column;flex:1}.knowledge-card-meta{display:flex;justify-content:space-between;gap:12px;font:9px ui-monospace,monospace;color:var(--muted);text-transform:uppercase;letter-spacing:.06em}.knowledge-card h2{font-size:22px;line-height:1.18;letter-spacing:-.035em;margin:14px 0 11px}.knowledge-card p{font-size:12px;line-height:1.75;color:var(--muted)}.knowledge-card ul{list-style:none;padding:0;margin:17px 0;display:grid;gap:7px}.knowledge-card li{display:flex;gap:8px;font-size:10px;line-height:1.55;color:var(--muted)}.knowledge-card li .icon{width:14px;height:16px;color:var(--accent);flex:none}.knowledge-read{display:flex;align-items:center;gap:8px;margin-top:auto;font-size:11px;font-weight:700;color:var(--accent)}.knowledge-read .icon{width:15px}.knowledge-card.compact .knowledge-card-image{height:150px}.knowledge-card.compact .knowledge-card-body{padding:18px}.knowledge-card.compact ul{display:none}.knowledge-card.compact h2{font-size:18px}.breadcrumbs{display:flex;gap:8px;align-items:center;flex-wrap:wrap;font-size:10px;color:var(--muted)}.breadcrumbs a:hover{color:var(--accent)}.article-breadcrumbs{padding:22px 0 0}.knowledge-article-hero{padding:52px 0 55px}.knowledge-article-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,.9fr);gap:65px;align-items:center}.knowledge-article-hero h1{font-size:clamp(3rem,5vw,5.3rem);line-height:.98;letter-spacing:-.06em;margin:18px 0 22px}.knowledge-article-hero .lead{font-size:17px;line-height:1.8;color:var(--muted);max-width:720px}.knowledge-article-hero figure{margin:0}.knowledge-article-hero figure img{width:100%;height:430px;object-fit:cover;border-radius:23px;border:1px solid var(--line);box-shadow:0 28px 60px -40px #17355f88}.knowledge-article-hero figcaption{font:9px ui-monospace,monospace;color:var(--muted);margin-top:8px}.article-meta{display:flex;gap:8px;flex-wrap:wrap;margin-top:24px}.article-meta span{font:9px ui-monospace,monospace;padding:7px 9px;border:1px solid var(--line);border-radius:999px;color:var(--muted)}.article-layout{display:grid;grid-template-columns:minmax(0,820px) minmax(220px,1fr);gap:80px;padding-top:25px;padding-bottom:90px;align-items:start}.article-main{max-width:820px}.article-intro{font-size:21px;line-height:1.65;letter-spacing:-.018em;margin:25px 0 38px}.article-takeaways,.article-warning{border:1px solid var(--line);border-radius:16px;padding:24px;background:var(--surface);margin:0 0 36px}.article-takeaways ul{list-style:none;padding:0;margin:15px 0 0;display:grid;gap:10px}.article-takeaways li{display:flex;gap:10px;color:var(--muted);font-size:13px}.article-takeaways .icon{width:16px;color:var(--accent);flex:none}.article-section{padding:38px 0;border-top:1px solid var(--line)}.article-section-num{font:10px ui-monospace,monospace;color:var(--accent)}.article-section h2{font-size:clamp(2rem,3.2vw,3rem);letter-spacing:-.045em;margin:10px 0 18px}.article-section p{font-size:16px;line-height:1.95;color:var(--muted)}.article-warning{background:#fff7ec;border-color:#e8d5b6}.article-warning b{font-size:13px}.article-warning p{font-size:13px;line-height:1.8;color:#6e5d43;margin-top:8px}.article-hostuvo{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center;padding:31px;border-radius:18px;background:#14253c;color:#eef3fc;margin-top:40px}.article-hostuvo h2{font-size:27px;margin:9px 0}.article-hostuvo p{font-size:12px;line-height:1.75;color:#b9c8dc;max-width:590px}.article-hostuvo .eyebrow{color:#9dbbf0}.article-aside{position:sticky;top:115px}.article-aside-card{border-top:2px solid var(--accent);padding:22px 0;display:grid;gap:13px}.article-aside-card>span{font:9px ui-monospace,monospace;color:var(--accent);text-transform:uppercase}.article-aside-card>b{font-size:16px;line-height:1.5}.article-aside-card>a{display:flex;align-items:center;gap:7px;font-size:11px;color:var(--accent)}.article-aside-card .icon{width:14px}.knowledge-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:23px}
@media(min-width:851px){.knowledge-mega .knowledge-mega-panel{position:fixed;left:50%;transform:translateX(-50%);top:118px}.inner-page .knowledge-mega .knowledge-mega-panel{top:84px}}
@media(max-width:1150px){.knowledge-card-grid{grid-template-columns:repeat(2,1fr)}.knowledge-category-grid{grid-template-columns:repeat(2,1fr)}.knowledge-mega-grid{grid-template-columns:repeat(3,1fr)}.knowledge-article-hero-grid{grid-template-columns:1fr 1fr;gap:40px}.article-layout{gap:45px}}
@media(max-width:850px){.knowledge-mega-panel{width:100%;padding:0 0 10px}.knowledge-mega-head{display:none}.knowledge-mega-grid{grid-template-columns:1fr 1fr;gap:4px 12px}.knowledge-mega-grid section{padding:8px 0}.knowledge-card-grid,.knowledge-related-grid{grid-template-columns:1fr 1fr}.knowledge-article-hero-grid,.article-layout{grid-template-columns:1fr}.article-aside{position:static}.knowledge-article-hero figure img{height:360px}.article-layout{padding-top:0}.knowledge-category-grid{grid-template-columns:1fr 1fr}}
@media(max-width:540px){.knowledge-hub-hero,.knowledge-category-hero{padding:50px 0}.knowledge-hub-hero h1,.knowledge-category-hero h1{font-size:3.1rem}.knowledge-card-grid,.knowledge-related-grid,.knowledge-category-grid{grid-template-columns:1fr}.knowledge-card-image{height:190px}.knowledge-mega-grid{grid-template-columns:1fr}.knowledge-article-hero{padding-top:35px}.knowledge-article-hero h1{font-size:3rem}.knowledge-article-hero figure img{height:280px}.article-meta span:last-child{display:none}.article-intro{font-size:18px}.article-section p{font-size:15px}.article-hostuvo{grid-template-columns:1fr}.article-hostuvo .button{width:100%}}


.knowledge-home{background:linear-gradient(180deg,var(--paper),var(--surface))}.knowledge-home-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.knowledge-home-grid article{border:1px solid var(--line);border-radius:17px;overflow:hidden;background:var(--paper)}.knowledge-home-image{height:180px;display:block;overflow:hidden;background:var(--quiet)}.knowledge-home-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.knowledge-home-grid article:hover img{transform:scale(1.025)}.knowledge-home-grid article>div{padding:20px}.knowledge-home-grid span{font:9px ui-monospace,monospace;color:var(--accent);text-transform:uppercase;letter-spacing:.06em}.knowledge-home-grid h3{font-size:20px;line-height:1.2;margin:11px 0 9px}.knowledge-home-grid p{font-size:11px;line-height:1.75;color:var(--muted);margin-bottom:15px}.knowledge-home-grid article>div>a{display:flex;align-items:center;gap:7px;font-size:10px;font-weight:700;color:var(--accent)}.knowledge-home-grid .icon{width:14px}.knowledge-home-actions{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:25px}.knowledge-home-actions>span{font:10px ui-monospace,monospace;color:var(--muted)}@media(max-width:850px){.knowledge-home-grid{grid-template-columns:repeat(2,1fr)}.knowledge-home-actions{align-items:flex-start;flex-direction:column}}@media(max-width:540px){.knowledge-home-grid{grid-template-columns:1fr}.knowledge-home-image{height:200px}.knowledge-home-actions .button{width:100%}}


/* Knowledge category hero v2: compact, denser and useful above the fold */
.knowledge-category-hero{padding:34px 0 30px;background:linear-gradient(180deg,var(--surface),var(--paper));border-bottom:1px solid var(--line)}
.knowledge-category-hero .breadcrumbs{margin-bottom:16px}
.knowledge-category-heading{display:grid;grid-template-columns:minmax(0,1fr) 190px;gap:52px;align-items:end;max-width:1040px}
.knowledge-category-heading .eyebrow{margin:0 0 8px}
.knowledge-category-hero h1{font-size:clamp(3rem,4.7vw,4.8rem);line-height:.96;letter-spacing:-.058em;margin:7px 0 10px}
.knowledge-category-hero .lead{max-width:720px;font-size:15px;line-height:1.6;margin:0;color:var(--muted)}
.knowledge-category-metric{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:end;border-left:1px solid var(--line);padding:4px 0 5px 22px;color:var(--muted)}
.knowledge-category-metric b{font-size:38px;line-height:.9;letter-spacing:-.06em;color:var(--accent);font-weight:650}
.knowledge-category-metric span{font:9px/1.45 ui-monospace,monospace;letter-spacing:.06em;text-transform:uppercase}
.knowledge-category-list{padding-top:38px!important;padding-bottom:76px!important}
.knowledge-article-hero figcaption a,.resource-hero figcaption a{color:inherit;text-decoration:none}.knowledge-article-hero figcaption a:hover,.resource-hero figcaption a:hover{color:var(--accent)}
@media(max-width:850px){.knowledge-category-heading{grid-template-columns:1fr auto;gap:24px}.knowledge-category-metric{grid-template-columns:1fr;border-left:0;border-top:1px solid var(--line);padding:10px 0 0;min-width:92px}.knowledge-category-metric b{font-size:30px}.knowledge-category-hero{padding:28px 0 24px}.knowledge-category-list{padding-top:28px!important}}
@media(max-width:540px){.knowledge-category-heading{grid-template-columns:1fr}.knowledge-category-metric{display:flex;align-items:center;gap:9px;border-top:0;padding:0}.knowledge-category-metric b{font-size:24px}.knowledge-category-metric span br{display:none}.knowledge-category-hero h1{font-size:3rem}.knowledge-category-hero .lead{font-size:14px}.knowledge-category-list{padding-top:22px!important}}

/* HOSTuvo Aktualności */
.news-mega-panel{width:min(760px,calc(100vw - 48px));padding:18px 20px 20px}.news-mega-head{display:flex;align-items:end;justify-content:space-between;gap:28px;padding:6px 8px 16px;border-bottom:1px solid var(--line);margin-bottom:12px}.news-mega-head>div{display:grid;gap:5px}.news-mega-head b{font-size:15px}.news-mega-head span{font-size:11px;color:var(--muted)}.news-mega-head>a{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:700;color:var(--accent)}.news-mega-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.news-mega-grid>a{display:grid;gap:5px;padding:14px;border-radius:12px}.news-mega-grid>a:hover{background:var(--quiet)}.news-mega-grid b{font-size:12px}.news-mega-grid span{font-size:10px;line-height:1.55;color:var(--muted)}.home-page .news-mega-panel{background:#101c2e;border-color:#ffffff1e}.home-page .news-mega-head{border-color:#ffffff1e}.home-page .news-mega-head b,.home-page .news-mega-grid b{color:#eef3fc}.home-page .news-mega-head span,.home-page .news-mega-grid span{color:#91a5c3}.home-page .news-mega-grid>a:hover{background:#ffffff08}
.news-hub-hero{padding:68px 0 60px;background:linear-gradient(180deg,var(--surface),var(--paper));border-bottom:1px solid var(--line)}.news-hub-hero h1{font-size:clamp(3.4rem,5.7vw,6.1rem);line-height:.96;letter-spacing:-.062em;margin:20px 0}.news-hub-hero h1 span{color:var(--accent)}.news-hub-hero .lead{max-width:860px;font-size:17px;line-height:1.8;color:var(--muted)}.news-hub-stats{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}.news-hub-stats span{border:1px solid var(--line);border-radius:999px;padding:9px 13px;font-size:11px;color:var(--muted);background:var(--surface)}.news-hub-stats b{color:var(--ink);margin-right:3px}.news-categories{padding-top:58px;padding-bottom:6px}.news-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.news-category-grid>a{min-height:205px;padding:23px;border:1px solid var(--line);border-radius:16px;background:var(--surface);display:flex;flex-direction:column;transition:.2s ease}.news-category-grid>a:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:color-mix(in srgb,var(--accent) 45%,var(--line))}.news-category-grid>a>span{font:10px ui-monospace,monospace;color:var(--accent)}.news-category-grid h3{font-size:21px;margin:26px 0 9px}.news-category-grid p{font-size:12px;line-height:1.7;color:var(--muted);flex:1}.news-category-grid b{display:flex;align-items:center;gap:7px;font-size:10px;margin-top:16px}.news-category-grid .icon{width:14px;color:var(--accent)}
.news-category-hero{padding:34px 0 30px;background:linear-gradient(180deg,var(--surface),var(--paper));border-bottom:1px solid var(--line)}.news-category-hero .breadcrumbs{margin-bottom:16px}.news-category-heading{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:50px;align-items:end}.news-category-hero h1{font-size:clamp(3rem,4.7vw,4.8rem);line-height:.96;letter-spacing:-.058em;margin:7px 0 10px}.news-category-hero .lead{max-width:720px;font-size:15px;line-height:1.6;margin:0;color:var(--muted)}.news-category-metric{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:end;border-left:1px solid var(--line);padding-left:24px;min-width:150px}.news-category-metric b{font-size:38px;line-height:1;color:var(--ink);letter-spacing:-.05em}.news-category-metric span{font-size:9px;line-height:1.45;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.news-category-list{padding-top:36px!important}
.news-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.news-card{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:var(--surface);display:flex;flex-direction:column;min-width:0}.news-card-image{height:220px;overflow:hidden;background:var(--quiet);display:block}.news-card-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.news-card:hover .news-card-image img{transform:scale(1.025)}.news-card-body{padding:23px;display:flex;flex-direction:column;flex:1}.news-card-meta{display:flex;justify-content:space-between;gap:12px;font:9px ui-monospace,monospace;color:var(--muted);text-transform:uppercase;letter-spacing:.06em}.news-card h2{font-size:22px;line-height:1.18;letter-spacing:-.035em;margin:14px 0 11px}.news-card p{font-size:12px;line-height:1.75;color:var(--muted)}.news-card-author{font:9px ui-monospace,monospace;color:var(--muted);margin-top:16px}.news-read{display:flex;align-items:center;gap:8px;margin-top:18px;font-size:11px;font-weight:700;color:var(--accent)}.news-read .icon{width:15px}.news-card.compact .news-card-image{height:150px}.news-card.compact .news-card-body{padding:18px}.news-card.compact h2{font-size:18px}.news-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:23px}
.news-article-hero{padding:52px 0 55px}.news-article-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,.9fr);gap:65px;align-items:center}.news-article-hero h1{font-size:clamp(3rem,5vw,5.2rem);line-height:.98;letter-spacing:-.06em;margin:18px 0 22px}.news-article-hero .lead{font-size:17px;line-height:1.8;color:var(--muted);max-width:720px}.news-article-hero figure{margin:0}.news-article-hero figure img{width:100%;height:430px;object-fit:cover;border-radius:23px;border:1px solid var(--line);box-shadow:0 28px 60px -40px #17355f88}.news-article-hero figcaption{font:9px ui-monospace,monospace;color:var(--muted);margin-top:8px}
.news-home{background:linear-gradient(180deg,var(--paper),var(--surface))}.news-home-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.news-home-grid article{border:1px solid var(--line);border-radius:16px;overflow:hidden;background:var(--paper)}.news-home-grid article>a{display:block;height:185px;overflow:hidden}.news-home-grid img{width:100%;height:100%;object-fit:cover;display:block}.news-home-grid article>div{padding:18px}.news-home-grid span{font:9px ui-monospace,monospace;color:var(--accent);text-transform:uppercase}.news-home-grid h3{font-size:18px;line-height:1.22;margin:10px 0}.news-home-grid p{font-size:11px;line-height:1.65;color:var(--muted)}
.footer-bottom>div{display:grid;gap:7px}.footer-bottom>div p:first-child{font-size:9px;line-height:1.6;color:var(--muted)}
@media(min-width:851px){.news-mega .news-mega-panel{position:fixed;left:50%;transform:translateX(-50%);top:118px}.inner-page .news-mega .news-mega-panel{top:84px}}
@media(max-width:1150px){.news-card-grid{grid-template-columns:repeat(2,1fr)}.news-category-grid{grid-template-columns:repeat(2,1fr)}.news-home-grid{grid-template-columns:repeat(2,1fr)}.news-article-hero-grid{grid-template-columns:1fr 1fr;gap:40px}}
@media(max-width:850px){.news-mega-panel{width:100%;padding:0 0 10px}.news-mega-head{display:none}.news-mega-grid{grid-template-columns:1fr 1fr}.news-card-grid,.news-related-grid{grid-template-columns:1fr 1fr}.news-category-heading{grid-template-columns:1fr auto;gap:24px}.news-category-metric{grid-template-columns:1fr;border-left:0;border-top:1px solid var(--line);padding:10px 0 0;min-width:92px}.news-category-metric b{font-size:30px}.news-category-hero{padding:28px 0 24px}.news-category-list{padding-top:28px!important}.news-article-hero-grid{grid-template-columns:1fr}.news-article-hero figure img{height:360px}}
@media(max-width:540px){.news-hub-hero{padding:50px 0}.news-hub-hero h1{font-size:3.1rem}.news-category-grid,.news-card-grid,.news-related-grid,.news-home-grid{grid-template-columns:1fr}.news-card-image{height:190px}.news-mega-grid{grid-template-columns:1fr}.news-category-heading{grid-template-columns:1fr}.news-category-metric{display:flex;align-items:center;gap:9px;border-top:0;padding:0}.news-category-metric b{font-size:24px}.news-category-metric span br{display:none}.news-category-hero h1{font-size:3rem}.news-category-hero .lead{font-size:14px}.news-category-list{padding-top:22px!important}.news-article-hero{padding-top:35px}.news-article-hero h1{font-size:3rem}.news-article-hero figure img{height:280px}.news-home-grid article>a{height:180px}}
.news-intelligence-section{background:#0f1d30;color:#eef4ff;border-top:1px solid #29415f;border-bottom:1px solid #29415f}.news-intelligence-section .eyebrow{color:#8fb0f2}.news-intelligence-section h2{color:#f7faff}.news-intelligence-section .lead{color:#aebed4}.news-intelligence-toolbar{display:flex;gap:8px;flex-wrap:wrap;margin:-8px 0 22px}.news-intelligence-toolbar>span{font:9px ui-monospace,monospace;border:1px solid #36506f;border-radius:999px;padding:7px 10px;color:#9fb1ca}.news-intelligence-toolbar .live-pill{color:#bfe8d8;border-color:#315e52}.news-intelligence-toolbar .live-pill i{display:inline-block;width:6px;height:6px;border-radius:50%;background:#5dd39e;margin-right:6px}.news-intelligence-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.news-intel-row{background:#14263e;border:1px solid #2f4765;border-radius:15px;padding:19px;display:grid;gap:12px}.news-intel-top{display:flex;justify-content:space-between;gap:15px;align-items:start}.news-intel-top>div:first-child{display:flex;gap:7px;flex-wrap:wrap;align-items:center}.news-impact{font:800 8px ui-monospace,monospace;padding:5px 7px;border-radius:5px;letter-spacing:.06em}.news-impact.high{background:#5d2230;color:#ffd8df}.news-impact.medium{background:#5b4b22;color:#ffeab1}.news-impact.low{background:#233b55;color:#d4e8ff}.news-time,.news-source{font:9px ui-monospace,monospace;color:#8fa2bd}.news-score{font:800 14px ui-monospace,monospace;color:#dbe7fb}.news-intel-row h3{font-size:17px;line-height:1.25;margin:0}.news-intel-row h3 a:hover{color:#9fbdff}.news-intel-tags{display:flex;gap:6px;flex-wrap:wrap}.news-intel-tags span{font:8px ui-monospace,monospace;border:1px solid #36506f;padding:5px 7px;border-radius:999px;color:#a9bad0}.news-intel-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;border-top:1px solid #2e4662;padding-top:11px}.news-intel-grid span{font-size:9px;color:#91a5bf}.news-intel-grid b{display:block;margin-top:4px;font-size:10px;color:#eaf1fb}.news-intel-grid b.positive{color:#6fd7ad}.news-intel-grid b.negative{color:#ff8f9b}.news-intel-grid b.neutral{color:#d9e0e9}.news-intel-row>p{font-size:10px;line-height:1.55;color:#8fa3be;margin:0}.news-intelligence-loading{padding:28px;border:1px dashed #36506f;border-radius:14px;color:#9fb1ca;font-size:12px}.news-intelligence-section .page-note{color:#788ca7;margin-top:17px}
@media(max-width:850px){.news-intelligence-list{grid-template-columns:1fr}.news-intel-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:540px){.news-intel-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.news-intel-row{padding:16px}.news-intel-row h3{font-size:16px}}

/* Automatic 72h live-news cards */
.auto-news-section{background:var(--surface);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.auto-news-meta{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin:-12px 0 26px}.auto-news-meta span,.auto-news-meta a{font:10px ui-monospace,monospace;border:1px solid var(--line);border-radius:999px;padding:8px 10px;color:var(--muted);background:var(--paper)}.auto-news-meta a{color:var(--accent);margin-left:auto}
.auto-news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.auto-news-card{border:1px solid var(--line);border-radius:17px;overflow:hidden;background:var(--paper);display:flex;flex-direction:column}.auto-news-image{display:block;height:190px;overflow:hidden;background:var(--quiet)}.auto-news-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.auto-news-card:hover .auto-news-image img{transform:scale(1.025)}.auto-news-body{padding:20px;display:flex;flex-direction:column;gap:12px;flex:1}.auto-news-top{display:flex;justify-content:space-between;gap:8px;font:9px ui-monospace,monospace;color:var(--muted);text-transform:uppercase}.auto-news-card h3{font-size:19px;line-height:1.25;letter-spacing:-.028em}.auto-news-card p{font-size:12px;line-height:1.72;color:var(--muted)}.auto-news-foot{display:flex;justify-content:space-between;gap:12px;align-items:end;margin-top:auto;font-size:10px;color:var(--muted)}.auto-news-foot a{font-weight:700;color:var(--accent);white-space:nowrap}
@media(max-width:1050px){.auto-news-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){.auto-news-grid{grid-template-columns:1fr}.auto-news-meta a{margin-left:0}.auto-news-image{height:210px}}

/* Direct, always-visible News entry in the primary navigation. */
.nav-news-live{display:inline-flex!important;align-items:center;gap:6px;white-space:nowrap;font-weight:700!important;color:var(--ink)}
.nav-news-live i{width:6px;height:6px;border-radius:50%;background:#22b07d;box-shadow:0 0 0 4px color-mix(in srgb,#22b07d 16%,transparent);flex:none}
.nav-news-live b{font:800 8px/1 ui-monospace,monospace;letter-spacing:.08em;padding:4px 5px;border-radius:999px;background:#eaf8f2;color:#147454}
.home-page .nav-news-live{color:#eef3fc}.home-page .nav-news-live b{background:#173a31;color:#82e0bb}.home-page .nav-news-live i{background:#56d7a3}
@media(max-width:1150px){.nav-news-live b{display:none}.nav-news-live{gap:5px}}
@media(max-width:850px){.nav-news-live{display:flex!important;min-height:44px}.nav-news-live b{display:inline-block}}

.news-intel-actions{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:14px;padding-top:12px;border-top:1px solid var(--line)}.news-intel-actions .knowledge-read{margin:0}.news-source-link{font-size:10px;color:var(--muted);white-space:nowrap}.news-source-link:hover{color:var(--accent)}@media(max-width:540px){.news-intel-actions{align-items:flex-start;flex-direction:column}}
.news-fresh-row{display:flex;gap:7px;align-items:center;flex-wrap:wrap}
.news-fresh{display:inline-flex;align-items:center;border-radius:999px;padding:6px 8px;font:800 9px/1 ui-monospace,monospace;letter-spacing:.06em}
.news-fresh.hot{background:#e53b37;color:#fff}
.news-fresh.today{background:#dfeaff;color:#145ed4}
.simple-news .news-simple-lead{margin:10px 0 16px;color:var(--muted);font-size:13px;line-height:1.7}
.news-intel-grid.simple{grid-template-columns:repeat(4,minmax(0,1fr))}
@media(max-width:850px){.news-intel-grid.simple{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* Prestige editorial treatment for HOSTuvo news */
.prestige-news-hub{background:var(--paper)}
.prestige-news-hero{padding:58px 0 46px;border-bottom:1px solid var(--line);background:linear-gradient(180deg,var(--surface),var(--paper))}
.prestige-news-kicker{display:flex;align-items:center;gap:10px;font:800 9px/1 ui-monospace,monospace;letter-spacing:.09em;color:var(--muted)}
.prestige-news-kicker .live-dot{width:7px;height:7px;border-radius:50%;background:#e33f39;box-shadow:0 0 0 4px #e33f3918}
.prestige-news-kicker span:last-child{padding-left:10px;border-left:1px solid var(--line)}
.prestige-news-hero h1{font-size:clamp(3.5rem,6.2vw,6.7rem);line-height:.92;letter-spacing:-.067em;margin:18px 0 20px;max-width:1080px}
.prestige-news-hero h1 span{color:var(--accent)}
.prestige-news-hero .lead{max-width:760px;font-size:18px;line-height:1.75;color:var(--muted)}
.prestige-live-section{padding:44px 0 66px}
.prestige-section-head{display:flex;align-items:end;justify-content:space-between;gap:35px;margin-bottom:28px}
.prestige-section-head h2{font-size:clamp(2.4rem,4.2vw,4rem);letter-spacing:-.055em;margin-top:8px}
.prestige-section-head .lead{max-width:520px;font-size:14px;line-height:1.75;color:var(--muted)}
.prestige-live-note{display:flex;align-items:center;gap:9px;font:10px ui-monospace,monospace;color:var(--muted);white-space:nowrap}
.prestige-live-note i{width:7px;height:7px;border-radius:50%;background:#20a879;box-shadow:0 0 0 4px #20a87916}
.prestige-live-note a{margin-left:8px;color:var(--accent);font-weight:800}
.prestige-live-lead{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.75fr);gap:20px}
.prestige-feature{border-radius:24px;overflow:hidden;background:#0d1727;position:relative;min-height:610px;display:flex;align-items:end}
.prestige-feature:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 27%,#07111edb 76%,#07111ef7);pointer-events:none}
.prestige-feature-image{position:absolute;inset:0;display:block}.prestige-feature-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease}
.prestige-feature:hover .prestige-feature-image img{transform:scale(1.018)}
.prestige-feature-copy{position:relative;z-index:2;color:#f5f8fc;padding:38px 40px;max-width:820px}
.prestige-feature-copy h2{font-size:clamp(2.25rem,3.4vw,3.65rem);line-height:1.02;letter-spacing:-.05em;margin:13px 0 15px}
.prestige-feature-copy p{max-width:700px;font-size:14px;line-height:1.75;color:#c8d3e2}
.prestige-story-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font:9px ui-monospace,monospace;color:var(--muted);text-transform:uppercase;letter-spacing:.055em}
.prestige-feature .prestige-story-meta{color:#b7c6d8}
.prestige-feature .news-fresh.today{background:#e8f1ff;color:#175dc7}.prestige-feature .news-fresh.hot{background:#e13d38;color:#fff}
.prestige-read{display:inline-flex;margin-top:18px;font-size:11px;font-weight:800;color:var(--accent)}
.prestige-feature .prestige-read{color:#bad0ff}
.prestige-side-stories{display:grid;grid-template-rows:1fr 1fr;gap:20px}
.prestige-story-card{border:1px solid var(--line);border-radius:20px;overflow:hidden;background:var(--surface);display:grid;grid-template-rows:190px 1fr}
.prestige-story-image{display:block;overflow:hidden;background:var(--quiet)}.prestige-story-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.prestige-story-card:hover img{transform:scale(1.025)}
.prestige-story-copy{padding:20px 21px 22px;display:flex;flex-direction:column}
.prestige-story-copy h3{font-size:21px;line-height:1.18;letter-spacing:-.035em;margin:11px 0 9px}
.prestige-story-copy p{font-size:12px;line-height:1.68;color:var(--muted)}
.prestige-story-copy .prestige-read{margin-top:auto;padding-top:13px}
.prestige-more-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:20px}
.prestige-more-grid .prestige-story-card{grid-template-rows:180px 1fr}
.prestige-editorial-strip{padding:52px 0;background:#10203a;color:#f4f7fb;border-block:1px solid #29415f}
.prestige-editorial-strip .wrap{display:grid;grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);gap:70px;align-items:end}
.prestige-editorial-strip .eyebrow{color:#9ebcff}.prestige-editorial-strip h2{font-size:clamp(2.5rem,4.5vw,4.4rem);line-height:1;letter-spacing:-.055em;margin-top:11px}
.prestige-editorial-strip p{font-size:15px;line-height:1.85;color:#bac8d9;max-width:680px}
.prestige-categories{padding-top:58px}.prestige-analysis-section{padding-top:60px}
.prestige-analysis-section .news-card{box-shadow:0 12px 30px -28px #1f395b88}
@media(max-width:1100px){.prestige-live-lead{grid-template-columns:1fr}.prestige-side-stories{grid-template-columns:1fr 1fr;grid-template-rows:none}.prestige-more-grid{grid-template-columns:repeat(2,1fr)}.prestige-feature{min-height:540px}}
@media(max-width:760px){.prestige-news-hero{padding:42px 0 36px}.prestige-news-hero h1{font-size:clamp(3rem,12vw,4.8rem)}.prestige-section-head{align-items:flex-start;flex-direction:column}.prestige-live-note{white-space:normal}.prestige-side-stories,.prestige-more-grid{grid-template-columns:1fr}.prestige-feature{min-height:500px}.prestige-feature-copy{padding:28px 25px}.prestige-feature-copy h2{font-size:2.35rem}.prestige-story-card{grid-template-columns:145px 1fr;grid-template-rows:none}.prestige-story-image{height:100%;min-height:190px}.prestige-editorial-strip .wrap{grid-template-columns:1fr;gap:25px}}
@media(max-width:540px){.prestige-feature{min-height:470px}.prestige-story-card{grid-template-columns:1fr;grid-template-rows:190px 1fr}.prestige-story-image{min-height:0}.prestige-feature-copy p{font-size:13px}}
