@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&display=swap";:root{--bg:#fff;--surface:#fff;--surface-2:#f5f5f5;--text-1:#1a1a1a;--text-2:#8a8a8a;--accent:#3b82f6;--border:#e8e8e8;--mit:#3b82f6;--deep:#3b82f6;--sched:#3b82f6;--danger:#ef4444;--success:#10b981;--overlay:#00000026;--chip-bg:#f5f5f5;--chip-text:#8a8a8a;--col-today-bg:#f8faff;--col-sep:#eee;--sched-bg:#f5f5f5}[data-theme=dark]{--bg:#161616;--surface:#1e1e1e;--surface-2:#222;--text-1:#e8e6e2;--text-2:#666;--accent:#3b82f6;--border:#252525;--mit:#3b82f6;--deep:#3b82f6;--sched:#f08f48;--danger:#ef4444;--success:#7bc67e;--overlay:#00000080;--chip-bg:#2a2a2a;--chip-text:#666;--col-today-bg:#1a1f2e;--col-sep:#252525;--sched-bg:#2a1f0f}.duration-slider::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#fff;border:2px solid #3b82f6;border-radius:50%;width:16px;height:16px;box-shadow:0 1px 4px #3b82f64d}.duration-slider::-moz-range-thumb{cursor:pointer;background:#fff;border:2px solid #3b82f6;border-radius:50%;width:16px;height:16px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--bg);height:100%;color:var(--text-1);-webkit-font-smoothing:antialiased;font-family:DM Sans,sans-serif;font-size:16px}#root{flex-direction:column;height:100%;display:flex}button{cursor:pointer;font-family:inherit}input,textarea{font-family:inherit}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}
