.ops-container{display:flex;min-height:100vh;background:#f5f7fb}.ops-sidebar{width:250px;background:#eef2f7;display:flex;flex-direction:column;padding:16px 0;border-right:1px solid #dbe4f0}.ops-nav-section{margin-bottom:24px}.ops-nav-title{font-size:12px;font-weight:700;letter-spacing:.08em;color:#475569;padding:0 24px 8px}.ops-nav-link{padding:10px 24px;display:block;color:#1f2937;opacity:.75;font-weight:500}.ops-nav-link:hover{background:#2563eb1f;opacity:1}.ops-nav-link.active{background:#2563eb2e;opacity:1;color:#1e3a8a;font-weight:600}.ops-notes-link{margin-top:auto;padding-top:16px;border-top:1px solid #d1d5db}.ops-main{flex:1;display:flex;flex-direction:column}.ops-toolbar{background:var(--navy-900);color:#fff;display:flex;align-items:center;padding:0 24px;height:72px;gap:16px;position:sticky;top:0;z-index:10}.ops-toolbar .company-title-container{display:flex;align-items:center;gap:12px;font-size:20px;font-weight:700}.truck-logo{color:#4caf50;font-size:44px}.ops-toolbar .spacer{flex:1}.ops-content{padding:24px;flex:1;overflow-y:auto}.ops-customer-button{background:var(--accent-600);color:var(--accent-contrast);padding:8px 14px;border-radius:6px;font-weight:600}.ops-customer-button:hover{background:var(--accent-700)}.ops-role-switcher{display:flex;align-items:center;gap:8px;color:#e2e8f0;font-size:14px}.ops-user-chip{display:flex;align-items:center;gap:8px;background:#0f172a99;border:1px solid rgba(255,255,255,.2);border-radius:999px;padding:6px 12px}.ops-user-initials{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;background:#4f46e54d;color:#fff;font-weight:700}.ops-user-meta{display:flex;flex-direction:column;line-height:1.2}.ops-user-meta strong{color:#f8fafc;font-size:14px}.ops-user-role{color:#cbd5f5;font-size:12px;text-transform:capitalize}.ops-role-switcher .button-stroked{border-color:#fff6;color:#e2e8f0}.ops-role-switcher .button-stroked:hover{background:#ffffff14}.ops-stack{display:flex;flex-direction:column;gap:24px}.metrics-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.metric-number{font-size:36px;font-weight:800;margin:6px 0}.dashboard-grid{grid-template-columns:minmax(0,2fr) minmax(0,1fr);align-items:start}.queue-list{display:flex;flex-direction:column;gap:16px}.queue-item{display:flex;align-items:center;justify-content:space-between;gap:16px}.tab-header{display:flex;gap:8px;margin-bottom:16px}.tab{padding:8px 16px;border-radius:999px;border:1px solid #cbd5f5;background:#f8f9ff;color:#475569;font-weight:600}.tab:disabled{opacity:.5;cursor:not-allowed}.tab--active{background:#3f51b5;color:#fff;border-color:#3f51b5}.drivers-summary{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.drivers-roster-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.route-layout{grid-template-columns:minmax(320px,380px) minmax(0,1fr);align-items:start}.form-grid{display:grid;gap:12px}.form-field{display:flex;flex-direction:column;gap:6px}.form-field input,.form-field select{padding:10px;border-radius:8px;border:1px solid #d1d5db;font-size:14px}.form-field input:focus,.form-field select:focus{outline:none;border-color:#3f51b5;box-shadow:0 0 0 2px #3f51b526}.form-label{font-size:13px;font-weight:600;color:#475569}.form-actions{display:flex;gap:12px;flex-wrap:wrap}.route-map-placeholder,.live-map{min-height:420px;display:flex;align-items:center;justify-content:center;color:#64748b;font-weight:700}.stops{margin-top:4px}.stops-stack{display:flex;flex-direction:column;gap:12px}.stop-row{background:#f8fafc;border-radius:10px;padding:14px 16px;border-left:6px solid #dbeafe}.stop-title{font-weight:700;margin-bottom:6px}.stop-sub{color:#64748b;display:flex;align-items:center;gap:6px}.queue-actions{text-align:right}.queue-card-stack{display:flex;flex-direction:column;gap:12px}.queue-card{display:flex;align-items:center;justify-content:space-between;gap:16px}.queue-card-title{font-weight:700}.queue-card-actions{display:flex;gap:8px;flex-shrink:0}.live-layout{grid-template-columns:minmax(0,2fr) minmax(0,1fr)}.live-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.billing-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.hero{border-radius:12px;background:linear-gradient(90deg,#6e7cf1,#7f5af0);color:#fff;padding:36px 28px;display:flex;align-items:center;justify-content:center;min-height:120px;text-align:center}.hero-subtitle{color:#e9eafc;margin:0}.option-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.card-option{border-radius:12px;background:#fff;padding:18px;border:2px solid transparent;cursor:pointer;text-align:center;box-shadow:0 2px 10px #0000000f;display:flex;flex-direction:column;gap:8px;transition:border-color .2s ease,box-shadow .2s ease}.card-option:hover{border-color:#c7d2fe}.card-option.active{border-color:#3f51b5;box-shadow:0 0 0 3px #3f51b526}.card-option-icon{font-size:40px}.card-option-title{font-weight:700}.sizes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}.size-pill{background:#f7f9fc;border:2px solid transparent;border-radius:10px;padding:16px;text-align:left;cursor:pointer;display:flex;flex-direction:column;gap:6px;transition:border-color .2s ease,background-color .2s ease}.size-pill.active{border-color:#3f51b5;background:#eef2ff}.size-title{font-weight:700}.selected-summary{margin-top:12px}@media (max-width: 960px){.dashboard-grid,.live-layout,.route-layout{grid-template-columns:minmax(0,1fr)}.queue-item,.queue-card{flex-direction:column;align-items:stretch}.queue-card-actions{width:100%;flex-wrap:wrap}.queue-card-actions button{flex:1}}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a7a;display:flex;align-items:center;justify-content:center;padding:24px;z-index:1000}.modal-container{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0f172a40;max-height:90vh;overflow:hidden;display:flex;flex-direction:column}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e2e8f0}.modal-header h2{margin:0;font-size:18px}.modal-close{background:transparent;border:none;font-size:24px;line-height:1;cursor:pointer;padding:0;color:#475569}.modal-close:hover{color:#1e3a8a}.modal-body{padding:20px;overflow-y:auto;max-height:calc(90vh - 80px)}.modal-body form{display:flex;flex-direction:column;gap:16px}.modal-body label{display:flex;flex-direction:column;gap:6px;font-size:14px;color:#1f2937}.modal-body input,.modal-body select,.modal-body textarea{border:1px solid #d1d5db;border-radius:8px;padding:10px 12px;font-size:14px;font-family:inherit}.modal-body textarea{resize:vertical;min-height:80px}.modal-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:8px}.button-danger{background:#c62828;color:#fff;border:1px solid #b71c1c;border-radius:8px;padding:8px 12px;font-weight:600;cursor:pointer;transition:transform .02s ease,background .15s ease}.button-danger:hover{background:#b71c1c}.button-danger:active{transform:translateY(1px)}.button-danger:disabled{opacity:.6;cursor:not-allowed}.site-card{background:#fff;color:#000;border-radius:12px;padding:14px;box-shadow:0 1px 2px #00000026}.nested.card>ul.list>li{background:#2c3e50;background:#fff;color:#000;border-radius:12px;padding:14px;box-shadow:0 1px 2px #00000026}.site-card .muted,.nested.card>ul.list>li .muted{color:#0007}.site-card .button-stroked,.nested.card>ul.list>li .button-stroked{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.7)}.site-card .button-stroked:hover,.nested.card>ul.list>li .button-stroked:hover{border-color:#fff}.site-card .list.two-col>li,.nested.card>ul.list>li .list.two-col>li{background:#2c3e50;border:1px solid rgba(255,255,255,.12);border-radius:10px;padding:10px 12px}.site-card .button-danger,.nested.card>ul.list>li .button-danger{background:#c62828;border-color:#b71c1c;color:#fff}.mutedService{color:#fff}.he-wrap{display:grid;gap:8px}.he-head{display:flex;align-items:center;justify-content:space-between}.he-title{font-weight:600;color:#111}.he-link{background:none;border:none;color:#2563eb;font-size:12px;cursor:pointer}.he-grid{display:grid;grid-template-columns:280px 1fr;gap:16px}.he-days{background:#0f172a;color:#e5e7eb;border-radius:12px;padding:8px}.he-day{width:100%;display:grid;grid-template-columns:48px 1fr;align-items:center;padding:10px 12px;gap:12px;border:none;background:transparent;cursor:pointer;border-radius:10px;color:#e5e7eb}.he-day:hover{background:#111827}.he-day.is-active{outline:2px solid #2563eb;background:#0b1220}.he-dayname{font-weight:700;letter-spacing:.25px}.he-summary{color:#a7b0bd;font-size:12px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.he-panel{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:14px;box-shadow:0 1px 2px #0000000a;min-height:158.5px}.he-panel-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.he-panel-day{font-weight:700;letter-spacing:.3px;color:#0f172a}.he-btn{background:#2563eb;color:#fff;border:none;padding:8px 10px;border-radius:8px;font-size:12px;cursor:pointer}.he-btn:hover{filter:brightness(.95)}.he-empty{color:#6b7280;font-size:13px;padding:8px}.he-list{display:grid;gap:10px}.he-row{display:flex;align-items:center;gap:8px;background:#f8fafc;border:1px solid #e5e7eb;padding:8px;border-radius:10px}.he-dash{color:#64748b;font-weight:600;margin-bottom:-17.5px}.he-timefield{display:grid;gap:4px}.he-label{font-size:11px;color:#6b7280}.he-timeinputs{display:flex;align-items:center;gap:4px;background:#fff;border:1px solid #d1d5db;border-radius:10px;padding:4px 6px}.he-num{width:2.7rem;border:none;outline:none;text-align:center;font-variant-numeric:tabular-nums;font-size:13px;color:#111827}.he-colon{color:#6b7280;font-size:15px}.he-ap{border:none;background:#f3f4f6;padding:2px 6px;border-radius:8px;font-size:12px;color:#111827}.he-iconbtn{margin-left:auto;border:none;background:#ef4444;color:#fff;width:28px;height:28px;border-radius:50%;cursor:pointer}.he-iconbtn:hover{filter:brightness(.95)}.he-grid.he-vertical{display:flex;flex-direction:column;gap:16px}@media (max-width: 900px){.he-grid{grid-template-columns:1fr}.he-panel{order:2}.he-days{order:1}}.hours{font-size:12px;line-height:1.15}.hours__row{display:flex;align-items:baseline}.hours__day{min-width:2.8rem;font-weight:600;font-size:12.5px;letter-spacing:.2px;color:#1b1b1b}.hours__time{font-size:11.5px;font-weight:500;color:#222}.list{display:grid;gap:8px;padding:0;margin:0;list-style:none}.list>li{background:var(--card-bg, #fff);border:1px solid color-mix(in oklab,currentColor 12%,transparent);border-radius:12px;padding:10px 12px;box-shadow:0 1px 2px #0000000f;transition:box-shadow .14s ease,border-color .14s ease,transform .12s ease;contain:content}.list>li:hover{box-shadow:0 4px 16px #0000001a;border-color:color-mix(in oklab,currentColor 18%,transparent)}.list>li:has(.link.active){border-color:color-mix(in oklab,var(--brand, #1a73e8) 55%,currentColor 10%);background-color:#475569;box-shadow:0 6px 18px #1a73e824}.list>li .link{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;padding:6px 0;font:600 14px/1.2 system-ui,-apple-system,Segoe UI,Roboto,Inter,Arial,sans-serif;color:var(--text-strong, #0b0f16);cursor:pointer;letter-spacing:.2px;text-align:left}.list>li .link.active{color:#fff}.list>li .link:focus-visible{outline:2px solid color-mix(in oklab,var(--brand, #1a73e8) 65%,#fff 0%);outline-offset:2px;border-radius:6px}.list>li .tiny{margin-left:12px;padding:4px 8px;border:1px solid color-mix(in oklab,currentColor 15%,transparent);border-radius:8px;background:color-mix(in oklab,#fff 92%,currentColor 8%);font:500 12px/1 system-ui,-apple-system,Segoe UI,Roboto,Inter,Arial,sans-serif;color:var(--text-muted, #4a5568);cursor:pointer;transition:background .12s ease,border-color .12s ease,transform 80ms ease}.list>li .tiny:hover{background:color-mix(in oklab,#fff 86%,currentColor 14%)}.list>li .tiny:active{transform:translateY(1px)}.list>li .tiny[aria-expanded=true]{color:var(--brand, #1a73e8);border-color:color-mix(in oklab,var(--brand, #1a73e8) 40%,transparent)}.stops{margin-top:10px;padding-top:10px;border-top:1px dashed color-mix(in oklab,currentColor 22%,transparent);display:grid;gap:8px}.stop{display:grid;gap:6px;padding:10px;border:1px solid color-mix(in oklab,currentColor 12%,transparent);border-radius:10px;background:color-mix(in oklab,#fff 95%,currentColor 5%);transition:border-color .12s ease,background .12s ease}.stop:hover{border-color:color-mix(in oklab,currentColor 20%,transparent);background:color-mix(in oklab,#fff 92%,currentColor 8%)}.stop .stop-link{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;padding:0;text-align:left;cursor:pointer;font:600 13px/1.25 system-ui,-apple-system,Segoe UI,Roboto,Inter,Arial,sans-serif;color:var(--text-strong, #0b0f16)}.stop .stop-link:focus-visible{outline:2px solid color-mix(in oklab,var(--brand, #1a73e8) 65%,#fff 0%);outline-offset:2px;border-radius:6px}.stop .muted{margin-top:2px;font:500 12px/1.3 system-ui,-apple-system,Segoe UI,Roboto,Inter,Arial,sans-serif;color:var(--text-muted, #606a79)}.slot{width:100%;justify-self:start;margin-top:6px;padding:8px 10px;border:1px dashed color-mix(in oklab,var(--brand, #1a73e8) 55%,transparent);border-radius:10px;background:color-mix(in oklab,#fff 92%,var(--brand, #1a73e8) 8%);color:var(--brand, #1a73e8);font:600 12px/1 system-ui,-apple-system,Segoe UI,Roboto,Inter,Arial,sans-serif;cursor:pointer;transition:background .12s ease,border-color .12s ease,transform 80ms ease}.slot:hover{background:color-mix(in oklab,#fff 86%,var(--brand, #1a73e8) 14%)}.slot:active{transform:translateY(1px)}.list[style*=overflow]::-webkit-scrollbar{height:10px;width:10px}.list[style*=overflow]::-webkit-scrollbar-thumb{background:color-mix(in oklab,currentColor 30%,transparent);border-radius:20px;border:2px solid transparent;background-clip:padding-box}.list[style*=overflow]::-webkit-scrollbar-track{background:transparent}.stop.selected{background-color:#1a73e81a;border-left:4px solid #1a73e8;transition:background-color .2s ease,border-color .2s ease}.stop.selected .stop-link{font-weight:600;color:#fff}.mutedSelected{color:#fff9}@media (prefers-reduced-motion: reduce){.list>li,.tiny,.slot{transition:none}}.auth-wrapper{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#1e3a8a,#2563eb);padding:24px}.auth-card{background:#fff;border-radius:16px;box-shadow:0 24px 60px #0f172a40;padding:40px;width:min(420px,100%);display:flex;flex-direction:column;gap:16px}.auth-card h1{margin:0;color:#1e3a8a;font-size:28px}.auth-form{display:flex;flex-direction:column;gap:16px}.auth-form label{display:flex;flex-direction:column;gap:6px;font-size:14px;color:#1f2937}.auth-form input{border-radius:8px;border:1px solid #d1d5db}.auth-form input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb33}.auth-footnote{font-size:13px;color:#64748b;margin:5px 0 0;text-align:center}@media (max-width: 640px){.auth-card{padding:28px}}.driver-wrapper{padding:32px;min-height:calc(100vh - 72px);display:flex;align-items:flex-start;justify-content:center}.driver-card{background:#fff;border-radius:16px;box-shadow:0 12px 36px #0f172a14;padding:32px;max-width:640px;width:100%}.driver-card h1{margin-top:0;color:#1e3a8a}.driver-card p{color:#334155;font-size:16px;line-height:1.6}.signup-wrapper{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#1e3a8a,#2563eb);padding:24px}.signup-card{background:#fff;border-radius:16px;box-shadow:0 24px 60px #0f172a40;padding:40px;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:16px}.signup-card label{display:flex;flex-direction:column;gap:6px;font-size:14px;color:#1f2937}.signup-wrapper h1{margin:0;color:#fff;font-size:28px;border:1px solid white;border-radius:5px 5px 0 0;padding:5px}.col1{grid-column:1}.col2{grid-column:2}.signup-form{display:flex;flex-direction:column;gap:16px}.signup-form{width:min(840px,100%)}.signup-form input{border-radius:8px;border:1px solid #d1d5db;width:340px}.signup-form input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb33}.signup-footnote{font-size:13px;color:#64748b;margin:5px 0 0;text-align:center}.signup-card .chip,.signup-card .button-primary{grid-column:1 / -1}.button-secondary{color:var(--accent-600);background:var(--accent-contrast);padding:4px 8px;font-weight:600}.button-secondary:hover{color:var(--accent-contrast);background:var(--accent-700)}.signup-btn{width:340px;margin-left:auto;margin-right:auto}@media (max-width: 640px){.signup-card{padding:28px}}:root{color-scheme:light;font-family:Roboto,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;background-color:#f5f7fb;color:#1f2933;--navy-900: #2c3e50;--accent-600: #1d4ed8;--accent-700: #1e3a8a;--accent-contrast: #ffffff}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:var(--background, #f5f7fb)}input,select,textarea{font-family:inherit;border:1px solid #d1d5db;border-radius:8px;padding:10px 12px;font-size:14px;transition:border-color .2s ease,box-shadow .2s ease}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--accent-600);box-shadow:0 0 0 3px #2563eb26}#root{min-height:100vh}a{color:inherit;text-decoration:none}a:hover{text-decoration:none}h1,h2,h3,h4,h5,h6{color:#0f172a;margin:0 0 12px}p{margin:0 0 12px}.card{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0f172a14;padding:16px}.grid{display:grid;gap:16px}.muted{color:#6b7280}.chip{display:inline-block;padding:2px 10px;border-radius:999px;font-weight:600;font-size:12px}.chip--ok{background:#e9f7ef;color:#2e7d32}.chip--warn{background:#fff4e5;color:#a15c00}.chip--info{background:#e6f2ff;color:#0b62a4}.chip--bad{background:#fdecee;color:#a50e2d}.table{width:100%;border-collapse:collapse}.table thead{background:#f0f4f8;text-transform:uppercase;font-size:12px;letter-spacing:.05em;color:#475569}.table th,.table td{padding:12px;text-align:left;border-bottom:1px solid #e5e7eb}button{font-family:inherit;cursor:pointer;border-radius:6px;border:none}.button-muted{background:transparent;border:1px solid #cbd5e1;color:#475569;padding:6px 12px}.button-muted:hover{background:#f1f5f9}.button-primary{background:var(--accent-600);color:var(--accent-contrast);padding:8px 16px;font-weight:600}.button-primary:hover{background:var(--accent-700)}.button-stroked{border:1px solid #d1d5db;background:transparent;padding:6px 12px;font-weight:600;color:#334155}.button-stroked:hover{background:#f3f4f6}.badge{display:inline-block;padding:4px 8px;border-radius:999px;font-size:11px;font-weight:600;color:#1f2937;background:#e5e7eb}.tag{padding:2px 8px;background:#e0e7ff;border-radius:12px;font-size:11px;font-weight:600;color:#3730a3}.section-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.section-title h2{margin:0}.pill{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:600;background:#e2e8f0;color:#1f2937}.muted-divider{height:1px;background:#e2e8f0;margin:16px 0}.empty-state{text-align:center;padding:32px 16px;color:#64748b}
