@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@500;600&family=Syne:wght@500;700;800&display=swap";:root{--brand-primary: #15311A;--brand-secondary: #1F4A2A;--brand-accent: #44E88A;--brand-background: #0C1410;--brand-background-alt: #F4F6F1;--brand-text: #F4F6F1;--brand-text-light: #929C8E;--brand-success: #3B7A4E;--brand-warning: #C89B3E;--brand-error: #B85648;--brand-font-heading: "Syne", "Space Grotesk", "Avenir Next", "Segoe UI", sans-serif;--brand-font-heading-weight: 700;--brand-font-body: "Inter", "Avenir Next", "Segoe UI", system-ui, sans-serif;--brand-font-body-weight: 400;--brand-font-mono: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;--brand-font-mono-weight: 500}:root{--surface-canvas: var(--brand-background);--surface-elevated: rgba(244, 246, 241, .04);--surface-glass: rgba(244, 246, 241, .06);--surface-soft: rgba(255, 255, 255, .02);--surface-paper: var(--brand-background-alt);--surface-paper-strong: #ffffff;--text-primary: var(--brand-text);--text-secondary: rgba(244, 246, 241, .72);--text-muted: var(--brand-text-light);--text-dark: #132018;--text-dark-soft: rgba(19, 32, 24, .72);--line-subtle: rgba(184, 216, 138, .16);--line-strong: rgba(68, 232, 138, .28);--line-dark: rgba(19, 32, 24, .12);--shadow-soft: 0 24px 60px rgba(0, 0, 0, .24);--shadow-card: 0 16px 40px rgba(5, 10, 8, .22);--radius-card: 22px;--radius-pill: 999px;--max-width: 1320px;--section-gap: clamp(4.5rem, 9vw, 8rem)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--brand-font-body);font-weight:var(--brand-font-body-weight);color:var(--text-primary);background:radial-gradient(circle at top center,rgba(77,122,88,.18),transparent 28%),linear-gradient(180deg,#121e16f5,#0c1410 48%,#101914);min-height:100vh}body:before{content:"";position:fixed;inset:0;background-image:linear-gradient(rgba(184,216,138,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(184,216,138,.03) 1px,transparent 1px);background-size:32px 32px;pointer-events:none;opacity:.24;mask-image:linear-gradient(180deg,rgba(0,0,0,.82),rgba(0,0,0,.2) 55%,transparent 100%);z-index:-2}body:after{content:"";position:fixed;inset:0;background:radial-gradient(circle at 50% 0%,rgba(89,137,103,.1),transparent 24%),linear-gradient(180deg,#0000,#04070547);pointer-events:none;opacity:.9;z-index:-1}a{color:inherit}img{max-width:100%;display:block}main{position:relative}.shell{width:min(var(--max-width),calc(100% - 40px));margin:0 auto}.section{padding:var(--section-gap) 0}.reveal-on-scroll{opacity:1;transform:none;transition:opacity .52s ease,transform .52s cubic-bezier(.22,1,.36,1)}.js .reveal-on-scroll,.js .reveal-on-scroll.is-visible{opacity:1;transform:none}.section--paper{position:relative;color:var(--text-dark)}.section--paper:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#f4f6f1f5,#ffffffe0),radial-gradient(circle at top left,rgba(21,49,26,.06),transparent 28%);z-index:-1}.eyebrow{display:inline-flex;align-items:center;gap:12px;font-family:var(--brand-font-mono);font-size:.75rem;text-transform:uppercase;letter-spacing:.18em;color:var(--brand-accent)}.section--paper .eyebrow{color:var(--brand-secondary)}.eyebrow:before{content:"";width:56px;height:1px;background:currentColor}.section-title,.display-title,.card-title,.page-title{font-family:var(--brand-font-heading);font-weight:var(--brand-font-heading-weight);letter-spacing:-.04em}.section-title{margin:18px 0 0;font-size:clamp(2.4rem,4vw,3.6rem);line-height:.96}.section-copy,.lede,.page-intro{color:var(--text-secondary);line-height:1.72;max-width:64ch}.section--paper .section-copy,.section--paper .page-intro,.section--paper .lede{color:var(--text-dark-soft)}.button-row{display:flex;flex-wrap:wrap;gap:14px}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 18px;border-radius:var(--radius-pill);text-decoration:none;border:1px solid var(--line-subtle);transition:transform .22s ease,border-color .22s ease,background-color .22s ease,box-shadow .22s ease}.button:hover{transform:translateY(-1px);border-color:var(--line-strong);box-shadow:0 0 28px #44e88a1f}.button--primary{background:#44e88a14;color:var(--brand-accent)}.button--secondary{background:transparent;color:var(--text-primary)}.section--paper .button--secondary{color:var(--text-dark);border-color:var(--line-dark)}.surface-card{border:1px solid var(--line-subtle);border-radius:var(--radius-card);background:linear-gradient(180deg,#f4f6f10d,#f4f6f105);box-shadow:var(--shadow-card)}.surface-card:hover{border-color:#b8d88a42}.section--paper .surface-card{border-color:var(--line-dark);background:#ffffff9e;box-shadow:0 20px 40px #13201814}.page-hero{padding:8rem 0 4rem}.page-hero__inner{display:grid;gap:22px;max-width:62rem}.page-title{font-size:clamp(3rem,6vw,5.4rem);line-height:.92}.grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.list-reset{list-style:none;margin:0;padding:0}.muted-note{color:var(--text-muted);font-size:.95rem}.section--paper .muted-note{color:#13201894}.prose{color:var(--text-dark-soft);line-height:1.8}.prose p{margin:0 0 1.2rem}.prose h2,.prose h3{font-family:var(--brand-font-heading);letter-spacing:-.03em;color:var(--text-dark)}.prose ul{padding-left:1.2rem}.ambient-zone{position:relative;isolation:isolate;overflow:hidden;--ambient-x: 50%;--ambient-y: 50%}.ambient-zone:before,.ambient-zone:after{content:"";position:absolute;inset:0;pointer-events:none;transition:opacity .26s ease;z-index:-1}.ambient-zone:before{background-image:linear-gradient(rgba(184,216,138,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(184,216,138,.08) 1px,transparent 1px);background-size:34px 34px;opacity:.18}.ambient-zone:after{background:radial-gradient(circle at var(--ambient-x) var(--ambient-y),rgba(68,232,138,.18),transparent 16%),radial-gradient(circle at 50% 0%,rgba(184,216,138,.08),transparent 28%);opacity:.32}.ambient-zone[data-ambient-active=true]:before{animation:zone-grid-drift 18s linear infinite}.ambient-zone[data-pointer=active]:after{opacity:.78}.ambient-zone--deep{background:linear-gradient(135deg,#111c15fa,#0f1813d6),radial-gradient(circle at top left,rgba(68,232,138,.08),transparent 32%);border-top:1px solid rgba(184,216,138,.12);border-bottom:1px solid rgba(184,216,138,.12)}.ambient-zone--deep:before{opacity:.22}.ambient-zone--band{background:linear-gradient(135deg,#121f16f5,#111e18d1),linear-gradient(180deg,rgba(68,232,138,.03),transparent)}@keyframes zone-grid-drift{0%{transform:translateZ(0)}to{transform:translate3d(0,34px,0)}}@media(max-width:900px){.grid-2,.grid-3{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.js .reveal-on-scroll,.js .reveal-on-scroll.is-visible{opacity:1;transform:none;transition:none}.ambient-zone:before{animation:none}.ambient-zone:after{opacity:.2}}.site-header[data-astro-cid-qlfjksao]{position:sticky;top:0;z-index:50;padding:18px 0 0;transition:padding .22s ease}.site-header[data-astro-cid-qlfjksao].is-solid{padding-top:10px}.site-header__inner[data-astro-cid-qlfjksao]{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:14px 18px;border:1px solid rgba(184,216,138,.08);border-radius:999px;background:#0a110d2e;backdrop-filter:blur(12px);transition:background-color .22s ease,border-color .22s ease,box-shadow .22s ease}.site-header[data-astro-cid-qlfjksao].is-solid .site-header__inner[data-astro-cid-qlfjksao]{background:#0a110dd1;border-color:#b8d88a29;box-shadow:0 16px 30px #0206043d}.site-header__brand[data-astro-cid-qlfjksao] img[data-astro-cid-qlfjksao]{width:142px}.site-header__nav[data-astro-cid-qlfjksao]{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:18px}.site-header__nav[data-astro-cid-qlfjksao] a[data-astro-cid-qlfjksao]{text-decoration:none;color:#f4f6f1c2;font-size:.9rem;transition:color .18s ease}.site-header__nav[data-astro-cid-qlfjksao] a[data-astro-cid-qlfjksao].is-active,.site-header__nav[data-astro-cid-qlfjksao] a[data-astro-cid-qlfjksao]:hover{color:var(--brand-accent)}@media(max-width:820px){.site-header__inner[data-astro-cid-qlfjksao]{border-radius:28px;align-items:flex-start;flex-direction:column;padding:16px 18px}.site-header__nav[data-astro-cid-qlfjksao]{justify-content:flex-start;gap:14px}.site-header__nav[data-astro-cid-qlfjksao] a[data-astro-cid-qlfjksao]{font-size:.84rem}}.site-footer[data-astro-cid-35ed7um5]{padding:2rem 0 3.5rem;border-top:1px solid rgba(184,216,138,.14);background:linear-gradient(180deg,#0a100d00,#0a100db8)}.site-footer__grid[data-astro-cid-35ed7um5]{display:grid;grid-template-columns:1.2fr .8fr;gap:28px;padding-top:2rem}.site-footer__brand[data-astro-cid-35ed7um5] img[data-astro-cid-35ed7um5]{width:148px}.site-footer__brand[data-astro-cid-35ed7um5] p[data-astro-cid-35ed7um5]{max-width:54ch;color:#f4f6f1b8;line-height:1.72}.site-footer__note[data-astro-cid-35ed7um5]{color:#929c8ef0;font-size:.95rem}.site-footer__links[data-astro-cid-35ed7um5]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.site-footer__links[data-astro-cid-35ed7um5] h2[data-astro-cid-35ed7um5]{margin:0 0 .9rem;font-family:var(--brand-font-mono);font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;color:var(--brand-accent)}.site-footer__links[data-astro-cid-35ed7um5] li[data-astro-cid-35ed7um5]{margin-bottom:.7rem;color:#f4f6f1b8}.site-footer__links[data-astro-cid-35ed7um5] a[data-astro-cid-35ed7um5]{text-decoration:none}@media(max-width:900px){.site-footer__grid[data-astro-cid-35ed7um5],.site-footer__links[data-astro-cid-35ed7um5]{grid-template-columns:1fr}}
