:root{--v: 2;--bg: #f4f5f7;--surface: #ffffff;--surface2: #f0f1f3;--border: #dde1e7;--text: #1a1d23;--text-muted: #6b7280;--primary: #2563eb;--primary-h: #1d4ed8;--danger: #dc2626;--sidebar-bg: #1e2330;--sidebar-fg: #c9d1e0;--sidebar-active: #2563eb;font-family:system-ui,-apple-system,sans-serif;font-size:14px}[data-theme=dark]{--bg: #111318;--surface: #1a1d24;--surface2: #22262f;--border: #2e3341;--text: #e2e6ee;--text-muted: #8b95a7;--sidebar-bg: #0d0f14;--sidebar-fg: #a0aab8}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);min-height:100vh;line-height:1.5}.layout{display:flex;min-height:100vh}.sidebar{width:220px;background:var(--sidebar-bg);color:var(--sidebar-fg);display:flex;flex-direction:column;flex-shrink:0;position:fixed;top:0;left:0;bottom:0}.sidebar-header{padding:1.5rem 1.25rem 1rem;border-bottom:1px solid rgba(255,255,255,.06)}.logo{font-size:1.25rem;font-weight:700;color:#fff;letter-spacing:.05em}.nav-links{list-style:none;padding:.5rem 0;flex:1}.nav-links li a{display:block;padding:.65rem 1.25rem;color:var(--sidebar-fg);text-decoration:none;border-radius:6px;margin:2px .5rem;transition:background .15s,color .15s}.nav-links li a:hover{background:#ffffff12;color:#fff}.nav-links li a.active{background:var(--sidebar-active);color:#fff;font-weight:600}.sidebar-footer{padding:1rem 1.25rem;border-top:1px solid rgba(255,255,255,.06);display:flex;flex-direction:column;gap:.5rem}.theme-toggle{background:#ffffff12;border:none;color:var(--sidebar-fg);padding:.4rem .75rem;border-radius:6px;cursor:pointer;font-size:.8rem;text-align:left}.theme-toggle:hover{background:#ffffff1f}.user-info{font-size:.8rem;color:var(--sidebar-fg)}.user-info span{display:block;margin-bottom:.25rem}.logout-btn{background:none;border:1px solid rgba(255,255,255,.15);color:var(--sidebar-fg);padding:.3rem .75rem;border-radius:6px;cursor:pointer;font-size:.8rem;width:100%}.logout-btn:hover{background:#ffffff12}.main-content{margin-left:220px;flex:1;min-height:100vh;background:var(--bg)}.page{padding:2rem}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.page-header h2{font-size:1.4rem;font-weight:700}.header-actions{display:flex;gap:.5rem}.import-result{padding:.6rem 1rem;border-radius:6px;margin-bottom:1rem;font-size:.875rem}.import-success{background:#d1fae5;color:#065f46;border:1px solid #6ee7b7}.import-error{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.section{margin:1.5rem 0}.section h3{font-size:1rem;font-weight:600;margin-bottom:.75rem}.filters{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.25rem}.filters select,.filters input{background:var(--surface);border:1px solid var(--border);color:var(--text);padding:.45rem .75rem;border-radius:6px;font-size:.85rem}.table-wrapper{background:var(--surface);border:1px solid var(--border);border-radius:8px;overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:.85rem}thead{background:var(--surface2)}th{padding:.75rem 1rem;text-align:left;font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);border-bottom:1px solid var(--border);white-space:nowrap}td{padding:.7rem 1rem;border-bottom:1px solid var(--border);vertical-align:middle}tbody tr:last-child td{border-bottom:none}tbody tr:hover{background:var(--surface2)}td.actions{display:flex;gap:.4rem}.badge{display:inline-block;padding:.2rem .55rem;border-radius:999px;font-size:.7rem;font-weight:600;text-transform:capitalize}.badge-active{background:#dcfce7;color:#166534}.badge-inactive{background:#fee2e2;color:#991b1b}.badge-ambulatory{background:#dbeafe;color:#1e40af}.badge-wheelchair{background:#ede9fe;color:#5b21b6}.badge-stretcher{background:#fef9c3;color:#854d0e}.badge-status-scheduled{background:#fef3c7;color:#92400e}.badge-status-will_call{background:#fde68a;color:#78350f}.badge-status-in_progress{background:#dbeafe;color:#1e40af}.badge-status-arrived{background:#e0e7ff;color:#3730a3}.badge-status-picked_up{background:#fce7f3;color:#9d174d}.badge-status-completed{background:#dcfce7;color:#166534}.badge-status-cancelled{background:#f3f4f6;color:#6b7280}.badge-status-no_show,.badge-role-admin{background:#fee2e2;color:#991b1b}.badge-role-dispatcher{background:#dbeafe;color:#1e40af}.badge-role-driver{background:#dcfce7;color:#166534}.btn-primary,.btn-secondary,.btn-sm,.btn-danger{border:none;border-radius:6px;cursor:pointer;font-size:.85rem;font-weight:500;padding:.5rem 1rem;transition:background .15s}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-h)}.btn-secondary{background:var(--surface2);color:var(--text);border:1px solid var(--border)}.btn-secondary:hover{background:var(--border)}.btn-sm{background:var(--surface2);color:var(--text);border:1px solid var(--border);padding:.3rem .7rem;font-size:.8rem}.btn-sm:hover{background:var(--border)}.btn-danger{background:var(--danger);color:#fff}.btn-enable{background:#16a34a;color:#fff}.btn-enable:hover{background:#15803d}.inline-form{display:flex;flex-wrap:wrap;gap:.5rem;align-items:flex-end;background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1rem;margin-bottom:1.25rem}.inline-form input,.inline-form select{background:var(--bg);border:1px solid var(--border);color:var(--text);padding:.45rem .75rem;border-radius:6px;font-size:.85rem;min-width:140px}.error{color:var(--danger);font-size:.8rem;width:100%}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg)}.login-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:2.5rem;width:100%;max-width:380px}.login-card h1{font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.subtitle{color:var(--text-muted);font-size:.85rem;margin-bottom:1.5rem}.login-card label{display:block;font-size:.8rem;font-weight:600;margin-bottom:.25rem;margin-top:.75rem}.login-card input{width:100%;background:var(--bg);border:1px solid var(--border);color:var(--text);padding:.6rem .85rem;border-radius:6px;font-size:.9rem}.login-card button[type=submit]{width:100%;margin-top:1.25rem;background:var(--primary);color:#fff;border:none;border-radius:6px;padding:.7rem;font-size:.95rem;font-weight:600;cursor:pointer}.login-card button[type=submit]:hover{background:var(--primary-h)}.modal-overlay{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000}.modal{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1.5rem;min-width:320px}.modal h3{margin-bottom:.25rem;font-size:1rem;font-weight:700}.modal-sub{color:var(--text-muted);font-size:.8rem;margin-bottom:1rem}.modal-wide{min-width:min(720px,95vw);max-height:90vh;overflow-y:auto}.modal input,.modal select{width:100%;background:var(--bg);border:1px solid var(--border);color:var(--text);padding:.55rem .75rem;border-radius:6px;font-size:.85rem;margin-bottom:.6rem}.modal label{display:block;font-size:.75rem;font-weight:600;color:var(--text-muted);margin-bottom:.2rem}.modal h4{font-size:.85rem;font-weight:700;margin-bottom:.75rem;padding-bottom:.4rem;border-bottom:1px solid var(--border)}.modal-hint{font-size:.75rem;color:var(--text-muted);margin-bottom:.75rem}.modal-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1rem}.modal-section{display:flex;flex-direction:column}.modal-actions{display:flex;gap:.5rem;padding-top:.5rem;border-top:1px solid var(--border)}.inline-driver-select{background:var(--surface);border:1px solid var(--border);color:var(--text);padding:.3rem .5rem;border-radius:6px;font-size:.8rem;max-width:160px}.loading{display:flex;align-items:center;justify-content:center;height:100vh;font-size:1rem;color:var(--text-muted)}
