:root{--bg:#0B0C0E;--surface:#131519;--surface-2:#1A1D22;--surface-3:#22262C;--border:#282D34;--border-strong:#383E47;--text:#F2F4F6;--muted:#99A2AD;--faint:#626B75;--brand:#F7871F;--brand-bright:#FDB022;--brand-deep:#EF6C13;--brand-soft:rgba(247,135,31,0.13);--brand-line:rgba(247,135,31,0.30);--on-brand:#1B0E01;--good:#35C08A;--good-soft:rgba(53,192,138,0.14);--warn:#E8B43A;--warn-soft:rgba(232,180,58,0.14);--crit:#E5544A;--crit-soft:rgba(229,84,74,0.14);--grad:linear-gradient(135deg,var(--brand-bright),var(--brand-deep));--shadow:0 1px 2px rgba(0,0,0,0.4),0 18px 44px -22px rgba(0,0,0,0.75);--radius:14px;--sans:"Manrope",system-ui,-apple-system,"Segoe UI",sans-serif;--display:"Sora",var(--sans);--mono:"IBM Plex Mono",ui-monospace,Menlo,monospace;color-scheme:dark}@media (prefers-color-scheme:light){:root:not([data-theme=dark]){--bg:#F6F6F3;--surface:#FFFFFF;--surface-2:#F2F2EE;--surface-3:#EAEAE4;--border:#E5E4DE;--border-strong:#D3D2CA;--text:#191B1E;--muted:#5B626A;--faint:#8A9099;--brand:#DD6E0C;--brand-bright:#F59324;--brand-deep:#C25907;--brand-soft:rgba(221,110,12,0.10);--brand-line:rgba(221,110,12,0.28);--on-brand:#FFFFFF;--good:#1E9C6A;--good-soft:rgba(30,156,106,0.12);--warn:#B4820F;--warn-soft:rgba(180,130,15,0.14);--crit:#CE4436;--crit-soft:rgba(206,68,54,0.12);--shadow:0 1px 2px rgba(20,22,25,0.05),0 14px 34px -18px rgba(20,22,25,0.18);color-scheme:light}}:root[data-theme=light]{--bg:#F6F6F3;--surface:#FFFFFF;--surface-2:#F2F2EE;--surface-3:#EAEAE4;--border:#E5E4DE;--border-strong:#D3D2CA;--text:#191B1E;--muted:#5B626A;--faint:#8A9099;--brand:#DD6E0C;--brand-bright:#F59324;--brand-deep:#C25907;--brand-soft:rgba(221,110,12,0.10);--brand-line:rgba(221,110,12,0.28);--on-brand:#FFFFFF;--good:#1E9C6A;--good-soft:rgba(30,156,106,0.12);--warn:#B4820F;--warn-soft:rgba(180,130,15,0.14);--crit:#CE4436;--crit-soft:rgba(206,68,54,0.12);--shadow:0 1px 2px rgba(20,22,25,0.05),0 14px 34px -18px rgba(20,22,25,0.18);color-scheme:light}*{box-sizing:border-box}body,html{padding:0;margin:0}body{background:var(--bg);color:var(--text);font-family:var(--sans);font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased;min-height:100vh}a{color:var(--brand);text-decoration:none}svg{display:block}.ico{width:20px;height:20px;stroke:currentColor;stroke-width:1.75;fill:none;stroke-linecap:round;stroke-linejoin:round;flex:none}.mono{font-family:var(--mono)}.ico-sm{width:16px;height:16px}.ico-xs{width:13px;height:13px;stroke-width:2}.tnum{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.icon-btn{width:36px;height:36px;border-radius:10px;border:1px solid var(--border);background:var(--surface);color:var(--muted);display:grid;place-items:center;cursor:pointer}.icon-btn:hover{color:var(--text);border-color:var(--border-strong)}:focus-visible{outline:2px solid var(--brand);outline-offset:2px}