:root{--font-ui:system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;--font-mono:"SFMono-Regular","Cascadia Code",ui-monospace,"Consolas",monospace;--bg:#eef1f4;--surface:#ffffff;--surface-2:#f6f8fa;--ink:#191d21;--ink-2:#5a636c;--ink-3:#8b959e;--line:#d6dce2;--line-strong:#b9c2cb;--accent:#2f6db5;--accent-ink:#ffffff;--accent-soft:#e3edf8;--green:#1f9d57;--green-bg:#e3f5ea;--amber:#c98007;--amber-bg:#fbeed6;--red:#cf3a29;--red-bg:#fadedb;--slate-bg:#eceff2;--duty:#6b58b8;--duty-bg:#ece8f8;--duty-line:#c9bfe8;--radius:7px;--shadow:0 1px 2px rgba(20,30,40,0.06),0 2px 8px rgba(20,30,40,0.05)}@media (prefers-color-scheme:dark){:root{--bg:#101317;--surface:#191d22;--surface-2:#202630;--ink:#e8ebee;--ink-2:#a3adb6;--ink-3:#6f7982;--line:#2c333c;--line-strong:#3a424c;--accent:#5aa0e6;--accent-ink:#0b1017;--accent-soft:#1b2c40;--green:#46c483;--green-bg:#143026;--amber:#e0a53c;--amber-bg:#33280f;--red:#ef6a58;--red-bg:#3a1a16;--slate-bg:#232a33;--duty:#9b8ae0;--duty-bg:#221d38;--duty-line:#453a70;--shadow:0 1px 2px rgba(0,0,0,0.4),0 2px 10px rgba(0,0,0,0.3)}}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font-ui);font-size:14px;line-height:1.45;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{margin:0;text-wrap:balance}.mono{font-family:var(--font-mono);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}