:root{--bg-deep: #07090d;--bg: #0c1018;--surface: #121826;--surface-elevated: #181f2e;--border: rgba(255, 255, 255, .08);--text: #e8ecf4;--text-muted: #94a3b8;--accent: #38bdf8;--accent-dim: rgba(56, 189, 248, .15);--accent-strong: #7dd3fc;--em: #fbbf24;--warn-bg: #3b2a1a;--warn-text: #fcd9a6;--radius: 12px;--radius-sm: 8px;--font-sans: "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-mono: "IBM Plex Mono", ui-monospace, monospace;--header-h: 64px;--max: 1120px;--narrow: 520px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}}body{margin:0;font-family:var(--font-sans);font-size:1.0625rem;line-height:1.6;color:var(--text);background:var(--bg);min-height:100vh}.skip-link{position:absolute;left:-9999px;top:0;z-index:100;padding:12px 20px;background:var(--accent);color:var(--bg-deep);font-weight:600;text-decoration:none;border-radius:0 0 var(--radius-sm) 0}.skip-link:focus{left:0}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-header{position:sticky;top:0;z-index:50;height:var(--header-h);background:#07090dd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.site-header__inner{max-width:var(--max);margin:0 auto;padding:0 24px;height:100%;display:flex;align-items:center;justify-content:space-between;gap:16px}.brand{font-weight:700;font-size:1.125rem;color:var(--text);text-decoration:none;letter-spacing:-.02em}.brand__suffix{color:var(--accent)}.nav{display:flex;flex-wrap:wrap;align-items:center;gap:8px 20px;font-size:.875rem}.nav a{color:var(--text-muted);text-decoration:none}.nav a:hover{color:var(--text)}.nav a:focus-visible{outline:2px solid var(--accent);outline-offset:4px;border-radius:4px}.nav__cta{color:var(--accent-strong)!important;font-weight:600}.nav-drawer{display:none}.nav-drawer__toggle{list-style:none;cursor:pointer;font-size:.875rem;font-weight:600;color:var(--accent-strong);padding:8px 12px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface)}.nav-drawer__toggle::-webkit-details-marker{display:none}.nav-drawer__panel{position:absolute;right:24px;top:calc(var(--header-h) - 8px);min-width:200px;padding:12px;background:var(--surface-elevated);border:1px solid var(--border);border-radius:var(--radius-sm);box-shadow:0 16px 40px #00000073;display:flex;flex-direction:column;gap:4px}.nav-drawer__panel a{color:var(--text-muted);text-decoration:none;font-size:.875rem;padding:8px 10px;border-radius:6px}.nav-drawer__panel a:hover{color:var(--text);background:var(--bg)}.nav-drawer__cta{color:var(--accent-strong)!important;font-weight:600}.site-header__inner{position:relative}@media (max-width: 900px){.nav{display:none}.nav-drawer{display:block}}.hero{position:relative;padding:48px 24px 72px;overflow:hidden}.hero__glow{position:absolute;inset:-40% -20% auto;height:70%;background:radial-gradient(ellipse 60% 50% at 50% 0%,var(--accent-dim),transparent 70%);pointer-events:none}.hero__inner{position:relative;max-width:var(--max);margin:0 auto}.hero__eyebrow{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--accent);margin:0 0 16px}.hero h1{font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.12;letter-spacing:-.03em;margin:0 0 24px;max-width:18ch}.hero h1 em{font-style:normal;color:var(--em)}.hero__lead{margin:0 0 32px;max-width:62ch;color:var(--text-muted);font-size:1.125rem}.hero__lead strong{color:var(--text)}.hero__actions{display:flex;flex-wrap:wrap;gap:12px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 22px;font-family:inherit;font-size:.9375rem;font-weight:600;border-radius:var(--radius-sm);text-decoration:none;cursor:pointer;border:1px solid transparent;transition:background .15s ease,border-color .15s ease,color .15s ease}.btn--primary{background:var(--accent);color:var(--bg-deep)}.btn--primary:hover{background:var(--accent-strong)}.btn--ghost{background:transparent;color:var(--text);border-color:var(--border)}.btn--ghost:hover{border-color:var(--text-muted);background:var(--surface)}button.btn--primary{border:none}.section{padding:72px 24px}.section--tight{padding-top:32px}.section--surface{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.section--cta{background:linear-gradient(180deg,var(--surface-elevated) 0%,var(--bg) 100%);border-top:1px solid var(--border)}.section__inner{max-width:var(--max);margin:0 auto}.section__inner--narrow{max-width:var(--narrow)}.section__title{font-size:clamp(1.5rem,3vw,1.85rem);font-weight:700;letter-spacing:-.02em;margin:0 0 16px}.section__intro{margin:0 0 32px;color:var(--text-muted);max-width:65ch}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}@media (max-width: 800px){.two-col{grid-template-columns:1fr}}.prose p{margin:0 0 1em;color:var(--text-muted)}.prose p:last-child{margin-bottom:0}.prose strong{color:var(--text)}.checklist{margin:0;list-style:none;border-left:3px solid var(--accent);padding:0 0 0 24px}.checklist li{position:relative;margin-bottom:14px;padding-left:8px;color:var(--text-muted)}.checklist li:last-child{margin-bottom:0}.checklist strong{color:var(--text)}.checklist code{font-family:var(--font-mono);font-size:.9em;background:var(--surface-elevated);padding:2px 6px;border-radius:4px}.cards{display:grid;gap:20px}.cards--3{grid-template-columns:repeat(3,1fr)}@media (max-width: 900px){.cards--3{grid-template-columns:1fr}}.card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:24px}.card__title{font-size:1.0625rem;font-weight:600;margin:0 0 12px;color:var(--accent-strong)}.card__body{margin:0;font-size:.9375rem;color:var(--text-muted)}.card__body strong{color:var(--text)}.grid-benefits{display:grid;grid-template-columns:repeat(2,1fr);gap:28px;margin-bottom:40px}@media (max-width: 700px){.grid-benefits{grid-template-columns:1fr}}.benefit__icon{display:block;font-size:1.25rem;color:var(--accent);margin-bottom:8px;opacity:.9}.benefit__title{font-size:1.0625rem;font-weight:600;margin:0 0 10px}.benefit p{margin:0;font-size:.9375rem;color:var(--text-muted)}.benefit strong{color:var(--text)}.callout{margin:0;padding:20px 24px;background:var(--bg-deep);border:1px solid var(--border);border-radius:var(--radius);font-size:.9375rem;color:var(--text-muted)}.callout strong{color:var(--text)}.callout em{font-style:normal;color:var(--accent-strong)}.feature-list{margin:0;padding-left:1.25rem;color:var(--text-muted);max-width:70ch}.feature-list li{margin-bottom:10px}.feature-list code{font-family:var(--font-mono);font-size:.88em;background:var(--bg);padding:2px 6px;border-radius:4px}.code-frame{margin:0}.code-sample{margin:0;padding:24px;overflow-x:auto;font-family:var(--font-mono);font-size:.8125rem;line-height:1.55;background:var(--bg-deep);border:1px solid var(--border);border-radius:var(--radius);color:var(--text-muted)}.code-sample:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.tok-dir{color:#c084fc}.tok-kw{color:var(--accent-strong)}.tok-str{color:#86efac}.tok-ev{color:#fcd34d}.tok-task{color:var(--text)}.tok-type{color:#94a3b8}.tok-flow{color:#f472b6}.tok-msg{color:#a5b4fc}.tok-gw{color:#fbbf24}.cta__text{margin:0 0 24px;color:var(--text-muted);font-size:.9375rem}.banner-warn{background:var(--warn-bg);color:var(--warn-text);padding:14px 16px;border-radius:var(--radius-sm);font-size:.875rem;margin-bottom:20px;border:1px solid rgba(252,217,166,.2)}.banner-warn code{font-family:var(--font-mono);font-size:.85em}.hidden{display:none!important}.mc-form__label{display:block;font-size:.8125rem;font-weight:600;margin-bottom:8px;color:var(--text-muted)}.mc-form__row{display:flex;flex-wrap:wrap;gap:10px}.mc-form input[type=email]{flex:1;min-width:200px;padding:12px 14px;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);color:var(--text);font-family:inherit;font-size:1rem}.mc-form input[type=email]:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.mc-form__legal{margin:16px 0 0;font-size:.75rem;color:var(--text-muted);line-height:1.5}.mc-form__legal a{color:var(--accent-strong)}.mc-form__status{font-size:.875rem;margin-bottom:16px;padding:12px 14px;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);color:var(--text-muted)}.mc-form__status--loading{color:var(--text-muted)}.mc-form__status--ok{color:#86efac;border-color:#86efac59;background:#16653433}.mc-form__status--err{color:#fca5a5;border-color:#fca5a559;background:#7f1d1d40}.site-footer{padding:32px 24px 40px;border-top:1px solid var(--border);background:var(--bg-deep)}.site-footer__inner{max-width:var(--max);margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;gap:12px 24px;font-size:.8125rem;color:var(--text-muted)}.site-footer__brand{font-weight:700;color:var(--text)}.site-footer__meta{flex:1;min-width:200px}.site-footer__links{display:flex;gap:20px}.site-footer__links a{color:var(--text-muted);text-decoration:none}.site-footer__links a:hover{color:var(--accent-strong)}
