:root{--bg: #0b0e13;--bg-elev: #121722;--bg-elev-hi: #171d2a;--fg: #e6edf5;--fg-muted: #8893a4;--fg-dim: #58606e;--accent: #7bd88f;--accent-dim: #4a8a59;--accent-glow: rgba(123, 216, 143, .18);--warn: #f6c95f;--border: #1a1f28;--border-hi: #262d3a;--grid-line: rgba(255, 255, 255, .014);--mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;--sans: "Inter", system-ui, sans-serif}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--fg);font-family:var(--mono);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background-color:var(--bg);background-image:radial-gradient(ellipse 80% 50% at 20% -10%,rgba(123,216,143,.07),transparent 60%),radial-gradient(ellipse 60% 40% at 90% 0%,rgba(104,168,255,.05),transparent 55%),linear-gradient(var(--grid-line) 1px,transparent 1px),linear-gradient(90deg,var(--grid-line) 1px,transparent 1px);background-size:auto,auto,48px 48px,48px 48px;background-attachment:fixed;min-height:100vh}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.muted{color:var(--fg-muted)}.dim{color:var(--fg-dim)}.warn{color:var(--warn)}@keyframes dbt-rise{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}main>*{animation:dbt-rise .42s cubic-bezier(.2,.8,.2,1) both}main>:nth-child(1){animation-delay:0ms}main>:nth-child(2){animation-delay:60ms}main>:nth-child(3){animation-delay:.12s}main>:nth-child(4){animation-delay:.18s}main>:nth-child(5){animation-delay:.24s}main>:nth-child(6){animation-delay:.3s}main>:nth-child(7){animation-delay:.36s}main>:nth-child(8){animation-delay:.42s}main>:nth-child(9){animation-delay:.48s}main>:nth-child(10){animation-delay:.54s}@media(prefers-reduced-motion:reduce){main>*{animation:none}}@media(max-width:960px){main{padding:16px}h1{font-size:28px}}@media(max-width:600px){main{padding:12px}h1{font-size:24px}table{font-size:12px}code{font-size:11px}body{background-size:auto,auto,32px 32px,32px 32px}}
