@import "https://fonts.googleapis.com/css2?family=Geist:wght@300;400;500;600;700&display=swap";:root{--bg-body:#f5f5f5;--bg-card:#fff;--bg-sidebar:#111;--bg-nav:#fff;--bg-nav-active:#328e6e;--bg-nav-hover:#f0fdf4;--text-primary:#000;--text-secondary:#6b7280;--text-nav:#374151;--text-nav-active:#fff;--border:#e5e7eb;--accent:#328e6e;--accent-dark:#1e6b4d;--accent-light:#d1fae5;--status-work:#d1fae5;--status-work-text:#065f46;--status-off:#f3f4f6;--status-off-text:#6b7280;--status-al:#dbeafe;--status-al-text:#1e40af;--status-short:#fee2e2;--status-short-text:#991b1b;--font:"Geist", system-ui, -apple-system, sans-serif;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--shadow-sm:0 1px 3px #0000000f, 0 1px 2px #0000000a;--shadow-md:0 4px 12px #00000014;--shadow-lg:0 8px 24px #0000001a}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;overflow:hidden}body{font-family:var(--font);background:var(--bg-body);color:var(--text-primary);-webkit-font-smoothing:antialiased;font-size:14px;line-height:1.5}button{font-family:var(--font);cursor:pointer;border:none;outline:none}input{font-family:var(--font);outline:none}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#9ca3af}
