:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;--bg:#eef2f9;--surface:#fff;--surface-alt:#f1f5fd;--text:#1b2434;--text-muted:#5b6675;--border:#d6deec;--brand:#1d4ed8;--brand-strong:#1a3fb0;--brand-ink:#16225a;--accent:#2563eb;--focus:#2563eb;--danger:#b42318;--danger-bg:#fef3f2;--danger-border:#fecdca;--radius:8px;--shadow:0 1px 2px #1018280f, 0 1px 3px #1018281a;--sans:system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;font-family:var(--sans);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;font-size:16px;line-height:1.5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--bg:#0f1420;--surface:#171d2b;--surface-alt:#1e2637;--text:#e7ebf3;--text-muted:#9aa6b8;--border:#2b3446;--brand:#4f7dfb;--brand-strong:#6b93ff;--brand-ink:#10162c;--accent:#6b93ff;--focus:#6b93ff;--danger:#ff9c92;--danger-bg:#2b1512;--danger-border:#5b241d;--shadow:0 1px 2px #0000004d, 0 1px 3px #0006}}*{box-sizing:border-box}body{margin:0}#root{flex-direction:column;min-height:100svh;display:flex}header{background:var(--brand-ink);color:#fff;z-index:10;flex-wrap:wrap;align-items:center;gap:.75rem 1.25rem;padding:.75rem 1.25rem;display:flex;position:sticky;top:0}header .brand{color:#fff;align-items:center;gap:.5rem;font-size:1.05rem;font-weight:700;text-decoration:none;display:inline-flex}header .brand img{border-radius:5px;width:26px;height:26px}header nav{flex-wrap:wrap;gap:.25rem 1rem;display:flex}header nav a{color:#ffffffc7;border-bottom:2px solid #0000;padding:.2rem 0;text-decoration:none}header nav a:hover{color:#fff}header nav a.active{color:#fff;border-bottom-color:currentColor}header .header-actions{align-items:center;gap:.6rem;margin-left:auto;display:flex}header .whoami{color:#ffffffb8;font-size:.88rem}header select,header button{color:#fff;background:#ffffff1f;border:1px solid #ffffff47;width:auto}header select option{color:#1b2434}main{flex:1;width:100%;max-width:1040px;margin:0 auto;padding:1.75rem 1.25rem 3rem}#root>main:only-child{align-self:center;max-width:26rem;padding-top:4rem}h1{margin:0 0 1rem;font-size:1.6rem}h2{margin:1.75rem 0 .5rem;font-size:1.15rem}h3,h4{margin:1.25rem 0 .4rem;font-size:1rem}a{color:var(--brand)}a:hover{text-decoration:underline}main>section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);margin-bottom:1.25rem;padding:1.25rem}main>section>:first-child{margin-top:0}form{flex-direction:column;gap:.9rem;max-width:32rem;margin:1rem 0 0;display:flex}form:first-child{margin-top:0}label{color:var(--text-muted);flex-direction:column;gap:.3rem;font-weight:500;display:flex}:is(label:has(>input[type=checkbox]),label:has(>input[type=radio])){color:var(--text);flex-direction:row;align-items:center;gap:.5rem;font-weight:400}input,select,textarea{font:inherit;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:6px;width:100%;padding:.5rem .6rem}input[type=checkbox],input[type=radio],main>select{width:auto}input:focus-visible,select:focus-visible,textarea:focus-visible,button:focus-visible,a:focus-visible{outline:2px solid var(--focus);outline-offset:1px}button{font:inherit;cursor:pointer;background:var(--brand);color:#fff;border:1px solid #0000;border-radius:6px;align-self:flex-start;padding:.55rem 1.05rem;font-weight:600}button:hover:not(:disabled){background:var(--brand-strong)}button:disabled{opacity:.55;cursor:default}li button,p button,td button{align-self:auto;margin-left:.5rem}table{border-collapse:collapse;width:100%;margin:1rem 0 0;font-size:.95rem}th,td{text-align:left;border-bottom:1px solid var(--border);vertical-align:top;padding:.5rem .65rem}thead th{background:var(--surface-alt);border-bottom-width:2px;font-weight:600}tbody tr:hover{background:var(--surface-alt)}td select{width:auto;min-width:10rem}main ul{margin:.75rem 0;padding-left:1.25rem}main li{margin:.35rem 0}[role=alert]{background:var(--danger-bg);border:1px solid var(--danger-border);color:var(--danger);border-radius:6px;margin:.75rem 0;padding:.6rem .8rem}@media (width<=640px){header{gap:.5rem .9rem}header .header-actions{flex-wrap:wrap;width:100%;margin-left:0}main{padding:1.25rem .9rem 2.5rem}}@media print{header,button{display:none}main{max-width:none;padding:0}main>section{box-shadow:none;border:none;padding:0}a{color:inherit;text-decoration:none}}
