:root,[data-theme=dark]{color-scheme:dark;--bg:#0a0a0b;--bg-elevated:#111113;--bg-card:#161618;--border:#27272a;--border-focus:#3f3f46;--text:#fafafa;--text-muted:#a1a1aa;--text-dim:#71717a;--accent:#22d3ee;--accent-dim:#0891b2;--accent-muted:#67e8f9;--success:#34d399;--error:#f87171;--on-accent:#0a0a0b;--focus-ring:rgba(34,211,238,0.2);--table-row-hover:rgba(255,255,255,0.03);--header-bg:rgba(10,10,11,0.85);--gradient-from:color-mix(in srgb,var(--accent-dim) 26%,var(--accent) 74%);--gradient-to:color-mix(in srgb,var(--accent-dim) 18%,var(--accent) 82%);--radius:6px;--radius-sm:4px;--shadow:0 4px 24px rgba(0,0,0,0.4);--page-glow-a:color-mix(in srgb,var(--accent) 16%,transparent);--page-glow-b:color-mix(in srgb,var(--accent) 8%,transparent);--page-glow-c:color-mix(in srgb,var(--accent) 7%,transparent);--page-glow-d:color-mix(in srgb,var(--accent) 5%,transparent);--page-veil:color-mix(in srgb,var(--border) 14%,transparent);--parallax-rect-edge:color-mix(in srgb,var(--border) 20%,transparent);--parallax-rect-fill:color-mix(in srgb,var(--border) 5%,transparent);--font-sans:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",sans-serif;--font-mono:ui-monospace,"SF Mono","Cascadia Mono","Consolas",monospace}[data-theme=light]{color-scheme:light;--bg:#f4f4f5;--bg-elevated:#e4e4e7;--bg-card:#ffffff;--border:#d4d4d8;--border-focus:#a1a1aa;--text:#18181b;--text-muted:#52525b;--text-dim:#71717a;--accent:#0e7490;--accent-dim:#155e75;--accent-muted:#06b6d4;--success:#059669;--error:#dc2626;--on-accent:#fafafa;--focus-ring:rgba(14,116,144,0.22);--table-row-hover:rgba(0,0,0,0.04);--header-bg:rgba(255,255,255,0.88);--gradient-from:color-mix(in srgb,var(--accent-dim) 32%,var(--accent) 68%);--gradient-to:color-mix(in srgb,var(--accent-dim) 22%,var(--accent) 78%);--shadow:0 4px 24px rgba(0,0,0,0.08);--page-glow-a:color-mix(in srgb,var(--accent) 10%,transparent);--page-glow-b:color-mix(in srgb,var(--accent) 5%,transparent);--page-glow-c:color-mix(in srgb,var(--accent) 5%,transparent);--page-glow-d:color-mix(in srgb,var(--accent) 4%,transparent);--page-veil:color-mix(in srgb,var(--border) 18%,transparent);--parallax-rect-edge:color-mix(in srgb,var(--border) 24%,transparent);--parallax-rect-fill:color-mix(in srgb,var(--border) 7%,transparent)}*{box-sizing:border-box;padding:0;margin:0}html{scroll-behavior:smooth}@keyframes pageAmbienceDrift{0%{background-position:50% 0,100% 8%,0 92%,72% 78%,28% 40%;opacity:1}50%{background-position:48% 6%,96% 14%,5% 86%,65% 68%,38% 48%;opacity:.94}to{background-position:52% 3%,102% 5%,-3% 96%,80% 85%,22% 35%;opacity:1}}body{position:relative;font-family:var(--font-sans);color:var(--text);line-height:1.6;min-height:100vh;-webkit-font-smoothing:antialiased;background-color:var(--bg)}body:before{content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;background:radial-gradient(ellipse 120% 90% at 50% -28%,var(--page-glow-a),transparent 58%),radial-gradient(ellipse 72% 58% at 108% 10%,var(--page-glow-b),transparent 52%),radial-gradient(ellipse 68% 52% at -10% 90%,var(--page-glow-c),transparent 50%),radial-gradient(ellipse 48% 40% at 78% 72%,var(--page-glow-d),transparent 46%),radial-gradient(ellipse 55% 45% at 18% 38%,var(--page-veil),transparent 55%);background-size:100% 100%,100% 100%,100% 100%,135% 135%,120% 120%;background-position:50% 0,100% 8%,0 92%,72% 78%,28% 40%;background-repeat:no-repeat;animation:pageAmbienceDrift 72s ease-in-out infinite alternate}@media (prefers-reduced-motion:reduce){body:before{animation:none}}@keyframes parallaxDriftA{0%{transform:rotate(var(--pr-rot,0deg)) translateZ(0)}to{transform:rotate(calc(var(--pr-rot, 0deg) + 1.5deg)) translate3d(2.5%,-3%,0)}}@keyframes parallaxDriftB{0%{transform:rotate(var(--pr-rot,0deg)) translateZ(0)}to{transform:rotate(calc(var(--pr-rot, 0deg) - 1deg)) translate3d(-3%,2.5%,0)}}@keyframes parallaxDriftC{0%{transform:rotate(var(--pr-rot,0deg)) translateZ(0)}to{transform:rotate(calc(var(--pr-rot, 0deg) + .8deg)) translate3d(1.8%,2.2%,0)}}.pageParallax{position:fixed;inset:-12%;z-index:-2;pointer-events:none;overflow:hidden}.pageParallax__rect{position:absolute;box-sizing:border-box;border:1px solid var(--parallax-rect-edge);background:var(--parallax-rect-fill);border-radius:3px;opacity:.55;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}.pageParallax__rect--1{--pr-rot:-11deg;top:6%;left:-4%;width:min(38vw,280px);height:140px;animation-name:parallaxDriftA;animation-duration:48s;animation-delay:-4s}.pageParallax__rect--2{--pr-rot:7deg;top:18%;right:-6%;width:min(28vw,200px);height:220px;animation-name:parallaxDriftB;animation-duration:62s;animation-delay:-18s}.pageParallax__rect--3{--pr-rot:-4deg;top:42%;left:8%;width:min(52vw,400px);height:96px;animation-name:parallaxDriftC;animation-duration:55s;animation-delay:-9s;opacity:.4}.pageParallax__rect--4{--pr-rot:14deg;bottom:22%;right:4%;width:min(34vw,260px);height:160px;animation-name:parallaxDriftA;animation-duration:71s;animation-delay:-22s;opacity:.45}.pageParallax__rect--5{--pr-rot:-8deg;bottom:-2%;left:22%;width:min(44vw,320px);height:118px;animation-name:parallaxDriftB;animation-duration:54s;animation-delay:-31s}.pageParallax__rect--6{--pr-rot:5deg;top:58%;right:18%;width:min(22vw,160px);height:200px;animation-name:parallaxDriftC;animation-duration:66s;animation-delay:-12s;opacity:.38}.pageParallax__rect--7{--pr-rot:-6deg;top:-2%;left:38%;width:min(24vw,180px);height:72px;animation-name:parallaxDriftB;animation-duration:58s;animation-delay:-40s;opacity:.42}@media (prefers-reduced-motion:reduce){.pageParallax__rect{animation:none!important}}@media print{.pageParallax{display:none}}button,input,textarea{font-family:inherit}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.mono,code{font-family:var(--font-mono)}