:root{--brand-sky:#b0c4de;--brand-deep:#174688;--brand-amber:#ffbf00;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--font-sans:ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}:root,[data-theme=light]{--bg:#f5f7fa;--surface:#fff;--surface-2:#eef2f7;--border:#d8e0ea;--text:#15233b;--text-muted:#5a6b85;--primary:var(--brand-deep);--primary-contrast:#fff;--accent:var(--brand-amber);--accent-contrast:#15233b;--focus-ring:#174688;--danger:#c0322b;--success:#1e7a3c;--overlay:rgba(10,18,32,.6);--sidebar-bg:var(--surface);--sidebar-border:var(--border);--sidebar-text:var(--text);--sidebar-muted:var(--text-muted);--sidebar-item-text:var(--text);--sidebar-item-hover-bg:var(--surface-2);--sidebar-active-bg:color-mix(in srgb,var(--primary) 16%,transparent);--sidebar-active-text:var(--primary);--main-gradient:none;--app-bg-image:none}[data-theme=dark]{--bg:#0c1320;--surface:#141d2e;--surface-2:#1d2940;--border:#2a3850;--text:#e6edf6;--text-muted:#9bacc6;--primary:var(--brand-sky);--primary-contrast:#0c1320;--accent:var(--brand-amber);--accent-contrast:#15233b;--focus-ring:#b0c4de;--danger:#ff6b61;--success:#4ade80;--overlay:rgba(0,0,0,.7)}[data-theme=high-contrast]{--bg:#000;--surface:#0a0a0a;--surface-2:#161616;--border:#fff;--text:#fff;--text-muted:#d0d0d0;--primary:var(--brand-amber);--primary-contrast:#000;--accent:var(--brand-sky);--accent-contrast:#000;--focus-ring:#ffbf00;--danger:#ff5b50;--success:#4ade80;--overlay:rgba(0,0,0,.85)}[data-theme=classic-care]{--bg:#f5f7fa;--surface:#fff;--surface-2:#eef2f7;--border:#d8e0ea;--text:#15233b;--text-muted:#5a6b85;--primary:var(--brand-deep);--primary-contrast:#fff;--accent:var(--brand-amber);--accent-contrast:#15233b;--focus-ring:#174688;--danger:#c0322b;--success:#1e7a3c;--overlay:rgba(10,18,32,.6);--sidebar-bg:#174688;--sidebar-border:#103a73;--sidebar-text:#fff;--sidebar-muted:hsla(0,0%,100%,.65);--sidebar-item-text:hsla(0,0%,100%,.92);--sidebar-item-hover-bg:hsla(0,0%,100%,.12);--sidebar-active-bg:hsla(0,0%,100%,.18);--sidebar-active-text:#fff;--main-gradient:linear-gradient(270deg,rgba(23,70,136,.14),rgba(23,70,136,0) 16.7%)}[data-theme="8bit"],[data-theme=cozy-paper],[data-theme=floral],[data-theme=synth]{--sidebar-border:rgba(0,0,0,.2);--sidebar-text:#fff;--sidebar-muted:hsla(0,0%,100%,.65);--sidebar-item-text:hsla(0,0%,100%,.92);--sidebar-item-hover-bg:hsla(0,0%,100%,.12);--sidebar-active-bg:hsla(0,0%,100%,.18);--sidebar-active-text:#fff}[data-theme=floral]{--sidebar-bg:#828938;--app-bg-image:url(/brand/floral.png)}[data-theme="8bit"]{--sidebar-bg:#1f70bc;--app-bg-image:url(/brand/8-bit.png)}[data-theme=synth]{--sidebar-bg:#9c347a;--app-bg-image:url(/brand/synthwave.png)}[data-theme=cozy-paper]{--sidebar-bg:#a27524;--app-bg-image:url(/brand/cozy-paper.png)}@media (prefers-color-scheme:dark){:root:not([data-theme]){--bg:#0c1320;--surface:#141d2e;--surface-2:#1d2940;--border:#2a3850;--text:#e6edf6;--text-muted:#9bacc6;--primary:var(--brand-sky);--primary-contrast:#0c1320;--focus-ring:#b0c4de;--danger:#ff6b61;--success:#4ade80;--overlay:rgba(0,0,0,.7)}}*{box-sizing:border-box}body,html{padding:0;margin:0}body{background-color:var(--bg);background-image:var(--app-bg-image);background-size:cover;background-position:50%;background-attachment:fixed;background-repeat:no-repeat;color:var(--text);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;line-height:1.5}a{color:var(--primary)}button,input,select,textarea{font-family:inherit}:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}input[type=checkbox],input[type=radio]{accent-color:var(--primary)}