:root{color-scheme:dark;--kestrel-color-bg:#0a0e13;--kestrel-color-bg-raised:#10161d;--kestrel-color-bg-panel:#131a22;--kestrel-color-bg-panel-header:#182029;--kestrel-color-bg-hover:#1b232d;--kestrel-color-bg-pressed:#212b36;--kestrel-color-overlay:rgba(4,7,10,0.72);--kestrel-color-border:#232c37;--kestrel-color-border-strong:#34404d;--kestrel-color-border-focus:#2fd4c8;--kestrel-color-text:#e7edf3;--kestrel-color-text-muted:#93a3b3;--kestrel-color-text-faint:#5c6b7a;--kestrel-color-text-on-accent:#04211f;--kestrel-color-accent:#2fd4c8;--kestrel-color-accent-strong:#52e5da;--kestrel-color-accent-muted:#1a4a47;--kestrel-color-accent-wash:rgba(47,212,200,0.1);--kestrel-color-signal-critical:#f0464b;--kestrel-color-signal-critical-wash:rgba(240,70,75,0.12);--kestrel-color-signal-warning:#f2a93b;--kestrel-color-signal-warning-wash:rgba(242,169,59,0.12);--kestrel-color-signal-success:#3fb968;--kestrel-color-signal-success-wash:rgba(63,185,104,0.12);--kestrel-color-signal-info:#4c9be8;--kestrel-color-signal-info-wash:rgba(76,155,232,0.12);--kestrel-color-signal-neutral:#93a3b3;--kestrel-color-signal-neutral-wash:rgba(147,163,179,0.1);--kestrel-space-1:2px;--kestrel-space-2:4px;--kestrel-space-3:8px;--kestrel-space-4:12px;--kestrel-space-5:16px;--kestrel-space-6:20px;--kestrel-space-7:28px;--kestrel-space-8:40px;--kestrel-space-9:56px;--kestrel-font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--kestrel-font-mono:ui-monospace,"SFMono-Regular","Consolas","Liberation Mono",monospace;--kestrel-font-size-2xs:10.5px;--kestrel-font-size-xs:11.5px;--kestrel-font-size-sm:12.5px;--kestrel-font-size-md:13.5px;--kestrel-font-size-lg:15px;--kestrel-font-size-xl:19px;--kestrel-font-size-2xl:25px;--kestrel-line-height-tight:1.2;--kestrel-line-height-normal:1.5;--kestrel-letter-spacing-label:0.06em;--kestrel-radius-sm:3px;--kestrel-radius-md:5px;--kestrel-radius-lg:7px;--kestrel-radius-full:999px;--kestrel-duration-fast:100ms;--kestrel-duration-normal:160ms;--kestrel-ease:cubic-bezier(0.2,0,0,1);--kestrel-shadow-panel:0 1px 0 rgba(0,0,0,0.45);--kestrel-shadow-overlay:0 12px 32px rgba(0,0,0,0.5);--kestrel-focus-ring:0 0 0 2px var(--kestrel-color-bg),0 0 0 4px var(--kestrel-color-accent)}*,:after,:before{box-sizing:border-box}body,html{padding:0;margin:0}body{background:var(--kestrel-color-bg);color:var(--kestrel-color-text);font-family:var(--kestrel-font-sans);font-size:var(--kestrel-font-size-md);line-height:var(--kestrel-line-height-normal);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}h1,h2,h3,h4,p{margin:0}a{color:inherit}button{font-family:inherit}:focus-visible{outline:none;box-shadow:var(--kestrel-focus-ring);border-radius:var(--kestrel-radius-sm)}::selection{background:var(--kestrel-color-accent-muted);color:var(--kestrel-color-text)}