:root{--c-accent: #3b82f6;--c-accent-dim: #1d4ed8;--c-accent-mute: rgba(59,130,246,.12);--c-danger: #ef4444;--c-success: #22c55e;--c-warning: #f59e0b;--c-bg-0: #0d0e11;--c-bg-1: #13151a;--c-bg-2: #1c1f27;--c-bg-3: #252933;--c-bg-4: #2e3340;--c-border: rgba(255,255,255,.07);--c-border-mid: rgba(255,255,255,.12);--c-border-hi: rgba(255,255,255,.2);--c-text-1: #f1f3f5;--c-text-2: #8b92a0;--c-text-3: #555d6b;--c-text-inv: #0d0e11;--status-1-bg: #414e64;--status-1-txt: #fcfdfd;--status-2-bg: #3e60d1;--status-2-txt: #070707;--status-3-bg: #20ce09;--status-3-txt: #030303;--status-4-bg: #990707;--status-4-txt: #fffefe;--status-5-bg: #fcca03;--status-5-txt: #070707;--status-20-bg: #b8561d;--status-20-txt:#070707;--status-21-bg: #1b7e77;--status-21-txt:#070707;--status-22-bg: #5b1a97;--status-22-txt:#fbfbfc;--status-23-bg: #3b5708;--status-23-txt:#fbfcf9;--status-30-bg: #1e3a5f;--status-30-txt:#afe4fc;--font-ui: "DM Sans", system-ui, sans-serif;--font-mono: "DM Mono", "Fira Code", monospace;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--sched-row-h: 48px;--sched-col-w: 160px;--sched-time-w: 39px;--sched-header-h: 44px;--sched-grid-line: rgba(255,255,255,.05);--sched-avail-bg: rgb(206, 189, 142);--sched-unavail-bg: rgb(143, 139, 128);--ease: cubic-bezier(.16, 1, .3, 1);--dur-fast: .1s;--dur-mid: .2s;--dur-slow: .35s;--nav-w: 220px;--topbar-h: 52px;--mobile-bp: 768px;--bottom-bar-h: 49px;--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px)}[data-theme=light]{--c-bg-0: #f0f2f5;--c-bg-1: #ffffff;--c-bg-2: #f8f9fb;--c-bg-3: #eef0f4;--c-bg-4: #e5e7eb;--c-border: rgba(0,0,0,.07);--c-border-mid: rgba(0,0,0,.12);--c-border-hi: rgba(0,0,0,.2);--c-text-1: #111827;--c-text-2: #4b5563;--c-text-3: #9ca3af;--c-text-inv: #ffffff;--sched-grid-line: rgba(0,0,0,.06)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:14px;-webkit-font-smoothing:antialiased;height:-webkit-fill-available;height:100dvh}body{font-family:var(--font-ui);background:var(--c-bg-1);color:var(--c-text-1);line-height:1.5;overflow:hidden;height:-webkit-fill-available;height:100dvh}#root{height:100%;display:flex;flex-direction:column}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--c-border-mid);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--c-border-hi)}.text-1{color:var(--c-text-1)}.text-2{color:var(--c-text-2)}.text-3{color:var(--c-text-3)}.mono{font-family:var(--font-mono)}.label{font-size:11px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--c-text-2)}:focus-visible{outline:2px solid var(--c-accent);outline-offset:2px}
