@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&display=swap";:root{--bg:#f9f8f6;--surface:#fff;--surface-2:#edeae6;--text-1:#1a1a2e;--text-2:#6b7280;--accent:#3b82f6;--border:#e5e7eb;--mit:#ffd156;--deep:#3b82f6;--sched:#f08f48;--danger:#ef4444;--success:#10b981;--overlay:#0000002e;--chip-bg:#f3f4f6;--chip-text:#6b7280;--col-today-bg:#eef2ff;--col-sep:#f0f0f0;--sched-bg:#fff7ed}[data-theme=dark]{--bg:#161616;--surface:#1e1e1e;--surface-2:#222;--text-1:#e8e6e2;--text-2:#666;--accent:#3b82f6;--border:#252525;--mit:#ffd156;--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}
