:root{--bg: #050708;--bg-elev: #0a0d0f;--bg-elev-2: #0f1418;--line: #14191c;--line-bright: #1f272b;--text: #d4dde0;--text-dim: #8c969c;--text-faint: #6b7479;--accent: #00e5ff;--accent-bright: #4dfaff;--accent-dim: #0099aa;--warn: #ffb547;--danger: #ff3860;--ok: #3ee07f;--mono: "JetBrains Mono", "Courier New", monospace;--display: "JetBrains Mono", "Courier New", monospace;--max-width: 1280px;--topbar-height: 44px}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--bg);color:var(--text);font-family:var(--mono);font-size:14px;line-height:1.5;min-height:100vh;overflow-x:hidden;-webkit-font-smoothing:antialiased}body:before{content:"";position:fixed;inset:0;pointer-events:none;background-image:repeating-linear-gradient(0deg,rgba(0,229,255,.015) 0px,rgba(0,229,255,.015) 1px,transparent 1px,transparent 3px);z-index:100;mix-blend-mode:screen}body:after{content:"";position:fixed;inset:0;pointer-events:none;background:radial-gradient(ellipse at top,transparent 0%,rgba(0,0,0,.4) 80%),radial-gradient(ellipse at center,transparent 50%,rgba(0,0,0,.6) 100%);z-index:99}a{color:var(--text);text-decoration:none;transition:color .15s}a:hover{color:var(--accent)}::selection{background:var(--accent);color:var(--bg)}.container{max-width:var(--max-width);margin:0 auto;padding:0 24px}.page-pad{padding-top:calc(var(--topbar-height) + 64px);padding-bottom:96px}.section-label{font-size:11px;color:var(--text-faint);letter-spacing:.2em;text-transform:uppercase;margin-bottom:16px}.section-label span{color:var(--accent)}.section-title{font-family:var(--display);font-size:clamp(40px,6vw,72px);line-height:.95;letter-spacing:-.02em;font-weight:700;color:var(--text);margin-bottom:24px}.section-title .accent{color:var(--accent)}.section-intro{font-size:16px;color:var(--text-dim);line-height:1.6;max-width:640px;margin-bottom:64px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.btn{display:inline-flex;align-items:center;gap:8px;background:var(--accent);border:none;color:var(--bg);padding:14px 24px;font-family:var(--mono);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;cursor:pointer;transition:background .15s,transform .1s;text-decoration:none}.btn:hover{background:var(--accent-bright);color:var(--bg)}.btn:active{transform:translateY(1px)}.btn-ghost{background:transparent;color:var(--text);border:1px solid var(--line-bright)}.btn-ghost:hover{background:transparent;color:var(--accent);border-color:var(--accent)}.card{border:1px solid var(--line-bright);background:var(--bg-elev);padding:28px;position:relative;transition:border-color .2s}.card:hover{border-color:var(--line-bright)}.card.accent:before{content:"";position:absolute;top:0;left:0;width:40px;height:1px;background:var(--accent);box-shadow:0 0 8px var(--accent)}.text-dim{color:var(--text-dim)}.text-faint{color:var(--text-faint)}.text-accent{color:var(--accent)}.text-ok{color:var(--ok)}.text-warn{color:var(--warn)}.text-danger{color:var(--danger)}.eyebrow{font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--text-faint)}.divider{border-top:1px solid var(--line);margin:64px 0}@media (max-width: 900px){.container{padding:0 18px}.page-pad{padding-top:calc(var(--topbar-height) + 32px);padding-bottom:64px}}:root{--sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}html[data-theme=soft]{--bg: #0f151c;--bg-elev: #161e27;--bg-elev-2: #1d2731;--line: #263039;--line-bright: #33414e;--text: #e8eef3;--text-dim: #a7b4c0;--text-faint: #74828f;--accent: #14c8e6;--accent-bright: #45e2f7;--accent-dim: #0e94a8;--display: var(--sans)}html[data-theme=soft] body{font-family:var(--sans);letter-spacing:0;-webkit-font-smoothing:antialiased}html[data-theme=soft] .wordmark,html[data-theme=soft] .brand-mini .wm{font-family:var(--mono)}html[data-theme=soft] body:before,html[data-theme=soft] body:after{display:none!important}html[data-theme=soft] body{background:radial-gradient(1200px 480px at 50% -160px,rgba(20,200,230,.06),transparent 70%),var(--bg);background-attachment:fixed}html[data-theme=soft] .wordmark .nine{text-shadow:0 0 18px rgba(20,200,230,.25)}html[data-theme=soft] .topbar{background:#0f151cd1;border-bottom-color:var(--line)}html[data-theme=soft] .btn,html[data-theme=soft] .btn-ghost,html[data-theme=soft] .card,html[data-theme=soft] input,html[data-theme=soft] textarea,html[data-theme=soft] select,html[data-theme=soft] button{border-radius:8px}html[data-theme=soft] .section-title,html[data-theme=soft] .section-h2{letter-spacing:-.025em;font-weight:800}html[data-theme=soft] .what-grid{border-radius:10px;overflow:hidden}html[data-theme=soft] .btn:not(.btn-ghost){color:#04202a;box-shadow:0 1px 2px #00000040}html[data-theme=soft] .btn:not(.btn-ghost):hover{box-shadow:0 4px 14px #14c8e638}html[data-theme=soft] .btn-ghost{color:var(--text)}html[data-theme=soft] .btn-ghost:hover{color:var(--accent)}:root{--host-sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}html[data-theme=host],html:not([data-theme]){--bg: #ffffff;--bg-elev: #f8fafc;--bg-elev-2: #eef2f7;--line: #e6eaf1;--line-bright: #d6dde7;--text: #0f172a;--text-dim: #4a5568;--text-faint: #8190a5;--accent: #0aa1bf;--accent-bright: #0891b2;--accent-dim: #0e7490;--display: var(--host-sans);--host-tint: #ecfbff;--host-ink: #0b1220;--host-shadow: 0 1px 2px rgba(15,23,42,.05), 0 10px 30px rgba(15,23,42,.06);--host-shadow-lg: 0 2px 4px rgba(15,23,42,.06), 0 18px 50px rgba(15,23,42,.1)}html:not([data-theme=soft]):not([data-theme=operator]) .page-cyber,html:not([data-theme=soft]):not([data-theme=operator]) .topbar-cyber,html:not([data-theme=soft]):not([data-theme=operator]) .footer-cyber{display:none!important}html[data-theme=soft] .page-host,html[data-theme=operator] .page-host,html[data-theme=soft] .topbar-host,html[data-theme=operator] .topbar-host,html[data-theme=soft] .footer-host,html[data-theme=operator] .footer-host{display:none!important}html[data-theme=host] .r9hex path[stroke="#00e5ff"]{stroke:var(--accent-bright)!important}html[data-theme=host] .r9hex text{fill:var(--host-ink)!important}html[data-theme=host] .r9hex text+text{fill:var(--accent-bright)!important}html[data-theme=host],html[data-theme=host] body,html:not([data-theme]) body{background:#fff;color:var(--text);font-family:var(--host-sans)}html[data-theme=host] body:before,html[data-theme=host] body:after{display:none!important}html[data-theme=host] a:not(.btn-host){color:var(--accent-dim)}html[data-theme=host] a:not(.btn-host):hover{color:var(--accent-bright)}html[data-theme=host] main{padding-top:64px}.topbar-host{position:fixed;top:0;left:0;right:0;height:64px;z-index:50;background:#ffffffd9;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}.topbar-host .th-inner{max-width:var(--max-width);margin:0 auto;height:100%;display:flex;align-items:center;gap:28px;padding:0 24px}.topbar-host .th-brand{display:flex;align-items:center;gap:10px}.topbar-host .th-brand .wm{font-weight:800;font-size:18px;letter-spacing:-.01em;color:var(--host-ink)}.topbar-host .th-brand .wm .n{color:var(--accent-bright)}.topbar-host .th-nav{display:flex;gap:22px;margin-left:8px}.topbar-host .th-nav a{font-size:14px;font-weight:500;color:var(--text-dim)}.topbar-host .th-nav a:hover{color:var(--host-ink)}.topbar-host .th-actions{margin-left:auto;display:flex;align-items:center;gap:14px}.topbar-host .th-signin{font-size:14px;font-weight:600;color:var(--text-dim)}.topbar-host .th-signin:hover{color:var(--host-ink)}.topbar-host .th-toggle{font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--text-faint);background:transparent;border:1px solid var(--line-bright);border-radius:999px;padding:5px 10px;cursor:pointer}.topbar-host .th-toggle:hover{color:var(--accent-bright);border-color:var(--accent)}.btn-host{display:inline-flex;align-items:center;gap:8px;background:var(--accent-dim);color:#fff;border:1px solid var(--accent-dim);font-family:var(--host-sans);font-size:15px;font-weight:600;padding:12px 22px;border-radius:10px;cursor:pointer;text-decoration:none;box-shadow:0 1px 2px #0891b240;transition:background .15s,transform .1s,box-shadow .15s}.btn-host:hover{background:#0a5e72;border-color:#0a5e72;color:#fff;box-shadow:0 6px 18px #0891b247;transform:translateY(-1px)}.btn-host.secondary{background:#fff;color:var(--host-ink);border-color:var(--line-bright);box-shadow:var(--host-shadow)}.btn-host.secondary:hover{color:var(--accent-dim);border-color:var(--accent);background:#fff}.btn-host.lg{font-size:16px;padding:14px 28px}.page-host{overflow:hidden}.host-section{max-width:var(--max-width);margin:0 auto;padding:84px 24px}.host-eyebrow{font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--accent-dim);margin-bottom:14px}.host-h2{font-size:clamp(28px,4vw,40px);font-weight:800;letter-spacing:-.02em;color:var(--host-ink);line-height:1.1;margin-bottom:16px}.host-lead{font-size:17px;line-height:1.7;color:var(--text-dim);max-width:640px}.host-center{text-align:center}.host-center .host-lead{margin-left:auto;margin-right:auto}.host-hero{position:relative;background:linear-gradient(180deg,var(--host-tint) 0%,#fff 70%);border-bottom:1px solid var(--line)}.host-hero-inner{max-width:var(--max-width);margin:0 auto;padding:72px 24px 64px;display:grid;grid-template-columns:1.1fr .9fr;gap:56px;align-items:center}.host-hero h1{font-size:clamp(34px,5vw,56px);font-weight:800;letter-spacing:-.03em;line-height:1.05;color:var(--host-ink);margin-bottom:18px}.host-hero h1 .hl{color:var(--accent-bright)}.host-hero p.sub{font-size:18px;line-height:1.7;color:var(--text-dim);max-width:540px;margin-bottom:28px}.host-hero .host-ctas{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:26px}.host-badges{display:flex;flex-wrap:wrap;gap:10px 22px}.host-badge{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:var(--text-dim);font-weight:500}.host-badge .ic{color:var(--accent-bright);font-weight:800}.host-hero-card{background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--host-shadow-lg);padding:22px}.host-hero-card .hc-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:14px;border-bottom:1px solid var(--line);margin-bottom:14px}.host-hero-card .hc-title{font-weight:700;color:var(--host-ink)}.host-hero-card .hc-pill{font-size:12px;font-weight:600;color:var(--accent-dim);background:var(--host-tint);border-radius:999px;padding:4px 10px}.host-hero-card .hc-row{display:flex;align-items:center;justify-content:space-between;padding:11px 0;border-bottom:1px solid var(--line);font-size:14px}.host-hero-card .hc-row:last-child{border-bottom:0}.host-hero-card .hc-row .k{color:var(--text-dim)}.host-hero-card .hc-row .v{color:var(--host-ink);font-weight:600}.host-hero-card .hc-row .v.ok{color:#15a34a}.host-hero-visual{display:flex;align-items:center;justify-content:center}.host-hero-visual img{width:100%;height:auto;display:block;filter:drop-shadow(0 24px 48px rgba(8,145,178,.16))}.host-prods{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:8px}.host-prod{background:#fff;border:1px solid var(--line);border-radius:16px;padding:26px;box-shadow:var(--host-shadow);transition:transform .15s,box-shadow .15s,border-color .15s}.host-prod:hover{transform:translateY(-3px);box-shadow:var(--host-shadow-lg);border-color:var(--line-bright)}.host-prod .ic-chip{width:46px;height:46px;border-radius:12px;background:var(--host-tint);color:var(--accent-bright);display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:16px}.host-prod .prod-img{width:160px;height:160px;display:block;margin:-8px 0 4px -10px}.host-prod h3{font-size:19px;font-weight:700;color:var(--host-ink);margin-bottom:8px}.host-prod p{font-size:14.5px;line-height:1.65;color:var(--text-dim);margin-bottom:16px}.host-prod .from{font-size:13px;color:var(--text-faint);margin-bottom:16px}.host-prod .from b{color:var(--host-ink);font-size:18px}.host-prod .plink{font-size:14px;font-weight:600;color:var(--accent-dim)}.host-prod .plink:hover{color:var(--accent-bright)}.host-features-wrap{background:var(--bg-elev);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.host-features{display:grid;grid-template-columns:repeat(3,1fr);gap:28px 32px;margin-top:12px}.host-feat .ic{color:var(--accent-bright);margin-bottom:12px}.host-prod .ic-chip svg,.host-feat .ic svg{width:24px;height:24px;display:block}.host-feat .ic svg{width:26px;height:26px}.host-feat h4{font-size:16px;font-weight:700;color:var(--host-ink);margin-bottom:6px}.host-feat p{font-size:14px;line-height:1.6;color:var(--text-dim)}.host-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:12px}.host-step{text-align:center;padding:8px}.host-step .num{width:44px;height:44px;margin:0 auto 14px;border-radius:999px;background:var(--accent-bright);color:#fff;font-weight:800;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 16px #0891b240}.host-step h4{font-size:17px;font-weight:700;color:var(--host-ink);margin-bottom:6px}.host-step p{font-size:14px;line-height:1.6;color:var(--text-dim)}.host-stats-wrap{background:var(--host-ink)}.host-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.host-stat{text-align:center;color:#fff}.host-stat .big{font-size:clamp(26px,3.4vw,38px);font-weight:800;color:#fff;letter-spacing:-.02em}.host-stat .lbl{font-size:13px;color:#aebbcd;margin-top:4px}.host-plans{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:12px}.host-plan{background:#fff;border:1px solid var(--line);border-radius:16px;padding:26px;box-shadow:var(--host-shadow);position:relative}.host-plan.featured{border-color:var(--accent);box-shadow:0 0 0 3px #0aa1bf1f,var(--host-shadow-lg)}.host-plan .tag{position:absolute;top:-12px;left:26px;background:var(--accent-bright);color:#fff;font-size:12px;font-weight:700;padding:4px 10px;border-radius:999px}.host-plan h3{font-size:17px;font-weight:700;color:var(--host-ink);margin-bottom:4px}.host-plan .sub{font-size:13.5px;color:var(--text-dim);margin-bottom:14px}.host-plan .price{font-size:34px;font-weight:800;color:var(--host-ink);letter-spacing:-.02em}.host-plan .price span{font-size:14px;font-weight:500;color:var(--text-faint)}.host-plan ul{list-style:none;margin:16px 0 20px;padding:0}.host-plan li{font-size:14px;color:var(--text-dim);padding:6px 0 6px 24px;position:relative}.host-plan li:before{content:"✓";position:absolute;left:0;color:#15a34a;font-weight:800}.host-plan .btn-host{width:100%;justify-content:center}.host-faq{max-width:820px;margin:0 auto}.host-faq details{border:1px solid var(--line);border-radius:12px;background:#fff;margin-bottom:12px;box-shadow:var(--host-shadow)}.host-faq summary{list-style:none;cursor:pointer;padding:18px 20px;font-weight:600;color:var(--host-ink);font-size:16px;display:flex;justify-content:space-between;align-items:center}.host-faq summary::-webkit-details-marker{display:none}.host-faq summary:after{content:"+";color:var(--accent-bright);font-size:22px;font-weight:400}.host-faq details[open] summary:after{content:"–"}.host-faq .ans{padding:0 20px 18px;font-size:14.5px;line-height:1.7;color:var(--text-dim)}.host-cta-wrap{background:linear-gradient(135deg,var(--accent-bright),var(--accent-dim))}.host-cta{text-align:center}.host-cta h2{font-size:clamp(26px,3.6vw,40px);font-weight:800;color:#fff;letter-spacing:-.02em;margin-bottom:12px}.host-cta p{font-size:17px;color:#ffffffe6;margin-bottom:26px}.host-cta .btn-host{background:#fff;color:var(--accent-dim);border-color:#fff}.host-cta .btn-host:hover{background:#f0fdff;color:var(--accent-dim)}.footer-host{background:var(--bg-elev);border-top:1px solid var(--line)}.footer-host .fh-inner{max-width:var(--max-width);margin:0 auto;padding:56px 24px 28px}.footer-host .fh-top{display:grid;grid-template-columns:1.4fr 3fr;gap:48px;padding-bottom:36px;border-bottom:1px solid var(--line)}.footer-host .fh-brand .wm{font-size:18px;font-weight:800;color:var(--host-ink)}.footer-host .fh-brand .wm .n{color:var(--accent-bright)}.footer-host .fh-brand p{font-size:14px;color:var(--text-dim);margin-top:10px;max-width:280px;line-height:1.6}.footer-host .fh-cols{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.footer-host .fh-col .t{font-size:13px;font-weight:700;color:var(--host-ink);margin-bottom:12px}.footer-host .fh-col a{display:block;font-size:14px;color:var(--text-dim);margin-bottom:9px}.footer-host .fh-col a:hover{color:var(--accent-dim)}.footer-host .fh-bottom{padding-top:22px;font-size:13px;color:var(--text-faint);display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap}.host-exclusives{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:12px}.host-excl{position:relative;background:#fff;border:1px solid var(--line);border-radius:16px;padding:28px 28px 28px 32px;box-shadow:var(--host-shadow);overflow:hidden;transition:transform .15s,box-shadow .15s}.host-excl:hover{transform:translateY(-3px);box-shadow:var(--host-shadow-lg)}.host-excl:before{content:"";position:absolute;top:0;bottom:0;left:0;width:4px;background:linear-gradient(var(--accent),var(--accent-dim))}.host-excl .excl-badge{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--accent-dim);background:var(--host-tint);border-radius:999px;padding:4px 11px;margin-bottom:16px}.host-excl .excl-game{font-size:13px;font-weight:600;color:var(--text-faint);margin-bottom:4px}.host-excl h3{font-size:26px;font-weight:800;color:var(--host-ink);letter-spacing:-.01em;margin-bottom:10px}.host-excl p{font-size:14.5px;line-height:1.65;color:var(--text-dim);margin-bottom:16px}.host-excl .plink{font-size:14px;font-weight:600}.footer-host .fh-bottom{align-items:center}.footer-host .theme-pick{display:inline-flex;align-items:center;gap:8px;color:var(--text-faint);font-size:13px}.footer-host .theme-picker{font-family:var(--host-sans);font-size:13px;color:var(--text);background:#fff;border:1px solid var(--line-bright);border-radius:8px;padding:6px 10px;cursor:pointer}.footer-host .theme-picker:hover{border-color:var(--accent)}@media (max-width: 960px){.host-hero-inner{grid-template-columns:1fr;gap:36px}.host-prods,.host-features,.host-plans,.host-exclusives{grid-template-columns:1fr}.host-steps,.host-stats{grid-template-columns:repeat(2,1fr)}.footer-host .fh-top{grid-template-columns:1fr;gap:28px}.footer-host .fh-cols{grid-template-columns:repeat(2,1fr)}.topbar-host .th-nav{display:none}}@media (max-width: 560px){.host-stats{grid-template-columns:1fr 1fr}.host-section{padding:56px 20px}}.r9hex--hero[data-astro-cid-xulx57az]{filter:drop-shadow(0 0 24px rgba(0,229,255,.15))}.topbar[data-astro-cid-axxsutmj]{position:fixed;top:0;left:0;right:0;height:var(--topbar-height);border-bottom:1px solid var(--line);background:#050708e6;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;padding:0 20px;z-index:50;font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--text-dim);gap:24px}.brand-mini[data-astro-cid-axxsutmj]{display:flex;align-items:center;gap:10px;color:var(--text)}.brand-mini[data-astro-cid-axxsutmj]:hover{color:var(--text)}.brand-mini[data-astro-cid-axxsutmj] .wm[data-astro-cid-axxsutmj]{font-weight:700;letter-spacing:.05em}.brand-mini[data-astro-cid-axxsutmj] .wm[data-astro-cid-axxsutmj] .n[data-astro-cid-axxsutmj]{color:var(--accent)}.divider[data-astro-cid-axxsutmj]{width:1px;height:16px;background:var(--line-bright)}.status[data-astro-cid-axxsutmj]{display:flex;align-items:center;gap:10px}.dot[data-astro-cid-axxsutmj]{width:8px;height:8px;border-radius:50%;background:var(--ok);box-shadow:0 0 8px var(--ok);animation:pulse 2s infinite}.nav[data-astro-cid-axxsutmj]{margin-left:auto;display:flex;gap:24px}.nav[data-astro-cid-axxsutmj] a[data-astro-cid-axxsutmj]{color:var(--text-dim);transition:color .15s}.nav[data-astro-cid-axxsutmj] a[data-astro-cid-axxsutmj]:hover,.nav[data-astro-cid-axxsutmj] a[data-astro-cid-axxsutmj][aria-current=page]{color:var(--accent)}.meta[data-astro-cid-axxsutmj]{padding-left:24px;border-left:1px solid var(--line-bright)}.meta[data-astro-cid-axxsutmj] span[data-astro-cid-axxsutmj]:before{content:"// ";color:var(--text-faint)}.theme-toggle[data-astro-cid-axxsutmj]{display:inline-flex;align-items:center;gap:7px;background:transparent;border:1px solid var(--line-bright);color:var(--text-dim);font-family:inherit;font-size:inherit;text-transform:uppercase;letter-spacing:.08em;line-height:1;padding:5px 9px;cursor:pointer;transition:color .15s,border-color .15s}.theme-toggle[data-astro-cid-axxsutmj]:hover{color:var(--accent);border-color:var(--accent)}.theme-toggle[data-astro-cid-axxsutmj] .tg-ico[data-astro-cid-axxsutmj]{color:var(--accent);font-size:12px}@media (max-width: 900px){.topbar[data-astro-cid-axxsutmj]{font-size:9px;gap:12px;padding:0 14px}.nav[data-astro-cid-axxsutmj]{gap:14px}.nav[data-astro-cid-axxsutmj] a[data-astro-cid-axxsutmj]:not(:first-child){display:none}.meta[data-astro-cid-axxsutmj],.divider[data-astro-cid-axxsutmj],.status[data-astro-cid-axxsutmj]{display:none}}.footer[data-astro-cid-sz7xmlte]{border-top:1px solid var(--line);margin-top:96px;background:var(--bg)}.footer-inner[data-astro-cid-sz7xmlte]{padding-top:64px;padding-bottom:32px}.footer-top[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:1fr 2fr;gap:64px;padding-bottom:48px;border-bottom:1px solid var(--line)}.footer-brand[data-astro-cid-sz7xmlte] .brand-row[data-astro-cid-sz7xmlte]{display:flex;align-items:center;gap:16px;margin-bottom:16px}.footer-brand[data-astro-cid-sz7xmlte] .wm[data-astro-cid-sz7xmlte]{font-size:18px;font-weight:700;color:var(--text);letter-spacing:.05em}.footer-brand[data-astro-cid-sz7xmlte] .wm[data-astro-cid-sz7xmlte] .n[data-astro-cid-sz7xmlte]{color:var(--accent)}.footer-brand[data-astro-cid-sz7xmlte] .callsign[data-astro-cid-sz7xmlte]{font-size:10px;color:var(--text-faint);letter-spacing:.2em;text-transform:uppercase;margin-top:4px}.footer-brand[data-astro-cid-sz7xmlte] .tagline[data-astro-cid-sz7xmlte]{font-size:13px;color:var(--text-dim);font-style:italic;margin-top:8px}.footer-cols[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.col[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:10px}.col-title[data-astro-cid-sz7xmlte]{font-size:10px;color:var(--accent);letter-spacing:.2em;text-transform:uppercase;margin-bottom:4px}.col[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{font-size:12px;color:var(--text-dim)}.col[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--text)}.footer-bottom[data-astro-cid-sz7xmlte]{display:flex;justify-content:space-between;align-items:center;padding-top:24px;font-size:10px;color:var(--text-faint);letter-spacing:.15em;text-transform:uppercase}.footer-cyber[data-astro-cid-sz7xmlte] .theme-pick[data-astro-cid-sz7xmlte]{display:inline-flex;align-items:center;gap:8px;color:var(--text-faint)}.footer-cyber[data-astro-cid-sz7xmlte] .theme-picker[data-astro-cid-sz7xmlte]{font-family:var(--mono);font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--text-dim);background:var(--bg-elev);border:1px solid var(--line-bright);border-radius:0;padding:5px 8px;cursor:pointer}.footer-cyber[data-astro-cid-sz7xmlte] .theme-picker[data-astro-cid-sz7xmlte]:hover{border-color:var(--accent);color:var(--accent)}@media (max-width: 900px){.footer-top[data-astro-cid-sz7xmlte]{grid-template-columns:1fr;gap:40px}.footer-cols[data-astro-cid-sz7xmlte]{grid-template-columns:repeat(2,1fr);gap:24px}.footer-bottom[data-astro-cid-sz7xmlte]{flex-direction:column;gap:12px;text-align:center}}
