:root{--bg: #f5f6f8;--surface: #ffffff;--surface-2: #f0f2f5;--border: #e3e6eb;--text: #16191f;--text-2: #5b6472;--accent: #1f5eff;--accent-soft: #e8eeff;--accent-text: #ffffff;--green: #0f8a4f;--green-soft: #e3f5ec;--amber: #a45d00;--amber-soft: #fdf1dc;--red: #c42b2b;--red-soft: #fde8e8;--blue: #1f5eff;--blue-soft: #e8eeff;--purple: #6d3fd1;--purple-soft: #f0e9ff;--shadow: 0 1px 2px rgba(16, 24, 40, .06), 0 1px 3px rgba(16, 24, 40, .08);--shadow-lg: 0 12px 32px rgba(16, 24, 40, .18);--radius: 10px;color-scheme:light}@media(prefers-color-scheme:dark){:root{--bg: #0f1216;--surface: #171b21;--surface-2: #1e232b;--border: #2a3039;--text: #e8ebf0;--text-2: #97a1b0;--accent: #5b8cff;--accent-soft: #1c2745;--accent-text: #0b0e13;--green: #4cc98a;--green-soft: #13301f;--amber: #f0b453;--amber-soft: #33260f;--red: #ff7a7a;--red-soft: #3a1717;--blue: #7aa2ff;--blue-soft: #1a2442;--purple: #b39bff;--purple-soft: #261d42;--shadow: 0 1px 2px rgba(0,0,0,.4);--shadow-lg: 0 12px 32px rgba(0,0,0,.5);color-scheme:dark}}*{box-sizing:border-box}html,body{margin:0;height:100%}body{background:var(--bg);color:var(--text);font:14px/1.45 Inter,system-ui,-apple-system,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased}h1,h2,h3{margin:0;letter-spacing:-.01em}h1{font-size:20px;font-weight:700}h2{font-size:16px;font-weight:600;margin-bottom:12px}h3{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-2);margin:20px 0 8px}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.muted{color:var(--text-2)}.small{font-size:12px}.mono{font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:12.5px}.break{word-break:break-all}.bad{color:var(--red)!important}input,select,textarea,button{font:inherit;color:inherit}input,select,textarea{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:8px 10px;min-height:36px;width:100%}input:focus,select:focus,textarea:focus{outline:2px solid var(--accent);outline-offset:-1px;border-color:transparent}input[type=checkbox]{width:16px;height:16px;min-height:0;padding:0;accent-color:var(--accent);cursor:pointer}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:36px;padding:0 14px;border-radius:8px;border:1px solid var(--border);background:var(--surface);font-weight:500;cursor:pointer;white-space:nowrap}.btn:hover:not(:disabled){background:var(--surface-2)}.btn:disabled{opacity:.55;cursor:default}.btn.primary{background:var(--accent);border-color:var(--accent);color:var(--accent-text)}.btn.primary:hover:not(:disabled){filter:brightness(1.08);background:var(--accent)}.btn.danger-ghost{color:var(--red);border-color:transparent}.btn.wide{width:100%}.link{background:none;border:none;color:var(--accent);cursor:pointer;padding:0;font-weight:500}.link:hover{text-decoration:underline}.icon-btn{width:34px;height:34px;border-radius:8px;border:1px solid var(--border);background:var(--surface);cursor:pointer;font-size:20px;line-height:1;display:grid;place-items:center;flex:none}.icon-btn:hover{background:var(--surface-2)}.badge{display:inline-flex;align-items:center;height:20px;padding:0 7px;border-radius:999px;font-size:11.5px;font-weight:600;background:var(--surface-2);color:var(--text-2);white-space:nowrap}.badge.green{background:var(--green-soft);color:var(--green)}.badge.amber{background:var(--amber-soft);color:var(--amber)}.badge.red{background:var(--red-soft);color:var(--red)}.badge.blue{background:var(--blue-soft);color:var(--blue)}.badge.purple{background:var(--purple-soft);color:var(--purple)}.badge.broker{background:transparent;border:1px solid var(--border);color:var(--text-2)}.shell{display:grid;grid-template-columns:216px 1fr;min-height:100vh}.sidebar{background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;padding:18px 12px;position:sticky;top:0;height:100vh}.brand{display:flex;align-items:center;gap:10px;font-weight:700;font-size:16px;padding:0 8px 18px}.brand.big{font-size:22px;padding:0 0 4px}.brand-mark{width:30px;height:30px;border-radius:8px;background:var(--accent);color:var(--accent-text);display:grid;place-items:center;font-weight:800}.sidebar nav{display:flex;flex-direction:column;gap:2px}.sidebar nav a{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:8px;color:var(--text-2);font-weight:500;text-decoration:none}.sidebar nav a:hover{background:var(--surface-2);color:var(--text)}.sidebar nav a.active{background:var(--accent-soft);color:var(--accent)}.sidebar-foot{margin-top:auto;padding:12px 8px 0;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:8px;align-items:flex-start}.who{display:flex;flex-direction:column;font-size:13px}.who span{color:var(--text-2)}.main{min-width:0;padding:20px 24px 40px}.page-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px;flex-wrap:wrap}.page-head p{margin:4px 0 0}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.card{padding:20px;margin-bottom:16px;max-width:860px}.banner{padding:10px 14px;border-radius:8px;margin-bottom:12px;font-size:13.5px}.banner.error{background:var(--red-soft);color:var(--red)}.banner.info{background:var(--accent-soft);color:var(--text)}.empty{padding:40px 20px;text-align:center;display:flex;flex-direction:column;gap:6px}.pad{padding:40px;display:grid;place-items:center}.spinner{width:26px;height:26px;border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.center-screen{height:100vh;display:grid;place-items:center}.date-nav{display:flex;align-items:center;gap:10px}.date-title{display:flex;flex-direction:column;min-width:230px}.date-title .link{font-size:12px;align-self:flex-start}.date-input{width:150px}.sync{display:flex;align-items:center;gap:12px}.sync-state{display:inline-flex;align-items:center;gap:6px;color:var(--text-2);font-size:13px}.sync-state .dot{width:8px;height:8px;border-radius:50%;background:var(--green)}.sync-state.bad .dot{background:var(--red)}.board-grid{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:16px;align-items:start}.toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-bottom:1px solid var(--border);flex-wrap:wrap}.tabs{display:flex;gap:4px;flex-wrap:wrap}.tabs button{border:none;background:none;padding:6px 10px;border-radius:7px;cursor:pointer;color:var(--text-2);font-weight:500;display:inline-flex;align-items:center;gap:6px}.tabs button:hover{background:var(--surface-2)}.tabs button.active{background:var(--surface-2);color:var(--text)}.count{font-size:11.5px;background:var(--surface-2);padding:0 6px;border-radius:999px;min-width:20px;text-align:center}.tabs button.active .count{background:var(--surface)}.count.hot{background:var(--amber-soft)!important;color:var(--amber);font-weight:700}.search{max-width:260px}.filter-note{padding:8px 14px;background:var(--accent-soft);display:flex;gap:10px;font-size:13px}.bulk-bar{display:flex;align-items:center;gap:10px;padding:10px 12px;background:var(--accent-soft);border-bottom:1px solid var(--border);flex-wrap:wrap}.bulk-bar select{width:auto;min-width:150px}.trip-table{display:flex;flex-direction:column}.trip-row{display:grid;grid-template-columns:32px 80px minmax(160px,1.1fr) minmax(200px,1.6fr) 70px 200px;gap:12px;align-items:center;padding:10px 12px;border-bottom:1px solid var(--border);cursor:pointer}.trip-row:last-child{border-bottom:none}.trip-row:hover:not(.head){background:var(--surface-2)}.trip-row.head{cursor:default;font-size:11.5px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-2);padding-top:8px;padding-bottom:8px;background:var(--surface);position:sticky;top:0;z-index:1}.trip-row.selected{background:var(--accent-soft)}.trip-row.closed{opacity:.6}.trip-row .time{font-weight:600;font-variant-numeric:tabular-nums}.member{display:flex;flex-direction:column;gap:4px;min-width:0}.member strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.member .sub{display:flex;gap:4px;flex-wrap:wrap}.route{display:flex;flex-direction:column;gap:3px;min-width:0;font-size:13px}.stop{display:flex;align-items:center;gap:7px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pin{width:8px;height:8px;border-radius:50%;flex:none;display:inline-block}.pin.a{background:var(--green)}.pin.b{background:var(--red)}.driver-cell{display:flex;align-items:center;gap:6px}.driver-select{height:32px;min-height:32px;padding:4px 8px;font-size:13px;border-left-width:4px}.driver-select:not(.set){color:var(--amber);font-weight:600;background:var(--amber-soft);border-color:transparent}.warn{width:20px;height:20px;border-radius:50%;background:var(--red-soft);color:var(--red);display:grid;place-items:center;font-weight:800;font-size:12px;flex:none;cursor:help}.drivers-panel{padding:12px;position:sticky;top:16px}.drivers-panel h3{margin:4px 4px 10px}.driver-card{display:flex;align-items:center;gap:10px;width:100%;padding:8px;border:none;background:none;border-radius:8px;cursor:pointer;text-align:left}.driver-card:hover{background:var(--surface-2)}.driver-card.active{background:var(--accent-soft)}.driver-info{display:flex;flex-direction:column;min-width:0;flex:1;font-size:13px}.driver-info .muted{font-size:12px}.avatar{width:32px;height:32px;border-radius:50%;color:#fff;display:inline-grid;place-items:center;font-size:12px;font-weight:700;flex:none}.avatar.sm{width:24px;height:24px;font-size:10px;vertical-align:middle;margin-right:6px}.trip-count{font-weight:700;font-variant-numeric:tabular-nums;min-width:22px;text-align:right}.drawer-backdrop{position:fixed;inset:0;background:#0a0e1459;display:flex;justify-content:flex-end;z-index:50;animation:fade .12s ease-out}.drawer{width:min(460px,100vw);height:100%;background:var(--surface);box-shadow:var(--shadow-lg);display:flex;flex-direction:column;animation:slide .16s ease-out}@keyframes fade{0%{opacity:0}}@keyframes slide{0%{transform:translate(24px);opacity:0}}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--border)}.drawer-head h2{margin:0}.drawer-body{padding:16px 20px 32px;overflow-y:auto}.detail-badges{display:flex;gap:6px;align-items:center;flex-wrap:wrap;margin-bottom:16px}.timeline{list-style:none;padding:0;margin:0 0 16px;display:flex;flex-direction:column;gap:14px}.timeline li{display:flex;gap:12px}.timeline .pin{margin-top:6px}.timeline li div{display:flex;flex-direction:column;gap:1px}.timeline em{font-style:normal;background:var(--amber-soft);color:var(--amber);padding:2px 6px;border-radius:5px;font-size:12.5px;margin-top:4px;align-self:flex-start}.facts{display:grid;grid-template-columns:110px 1fr;gap:6px 12px;margin:0 0 12px;font-size:13.5px}.facts dt{color:var(--text-2)}.facts dd{margin:0}.assign-box{background:var(--surface-2);border-radius:var(--radius);padding:14px;display:flex;flex-direction:column;gap:10px}.assign-box h3{margin:0}.history{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px;font-size:13px}.history li{display:grid;grid-template-columns:110px 1fr;gap:8px}.form{display:flex;flex-direction:column;gap:12px}.form label,.assign-box label,.field{display:flex;flex-direction:column;gap:5px;font-size:13px;font-weight:500}.field>span{font-weight:500}label.check{flex-direction:row!important;align-items:center;gap:8px;font-weight:400}label.check.small{margin:0 0 10px;font-size:13px}.two{display:grid;grid-template-columns:1fr 1fr;gap:12px}.three{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;align-items:end}.hint{font-weight:400;color:var(--text-2);font-size:12px}.row-actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.form-error{background:var(--red-soft);color:var(--red);padding:8px 10px;border-radius:8px;font-size:13px}.swatches,.chips{display:flex;gap:8px;flex-wrap:wrap}.swatch{width:26px;height:26px;border-radius:50%;border:2px solid transparent;cursor:pointer}.swatch.on{outline:2px solid var(--text);outline-offset:2px}.chip{border:1px solid var(--border);background:var(--surface);border-radius:999px;padding:5px 12px;cursor:pointer;font-size:13px}.chip.on{background:var(--accent-soft);border-color:var(--accent);color:var(--accent);font-weight:600}.table{width:100%;border-collapse:collapse}.table th{text-align:left;font-size:11.5px;text-transform:uppercase;letter-spacing:.04em;color:var(--text-2);font-weight:600;padding:10px 14px;border-bottom:1px solid var(--border)}.table td{padding:10px 14px;border-bottom:1px solid var(--border);vertical-align:middle}.table tr:last-child td{border-bottom:none}.table tr.inactive td{opacity:.5}.table .actions{text-align:right;white-space:nowrap}.table .actions .link+.link{margin-left:14px}.table td.wrap>*{margin:2px 4px 2px 0}.table.compact td{padding:8px 4px}.status-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:12px}.status-grid div{display:flex;flex-direction:column;gap:2px;background:var(--surface-2);padding:10px 12px;border-radius:8px}.status-grid .muted{font-size:12px}.sub-card{border-top:1px solid var(--border);padding-top:14px;margin-top:6px;display:flex;flex-direction:column;gap:8px;align-items:flex-start}.sub-card h3,.sub-card p{margin:0}.inline-form{flex-direction:row;flex-wrap:wrap;margin-top:12px}.inline-form input,.inline-form select{flex:1 1 150px;width:auto}.login-wrap{min-height:100vh;display:grid;place-items:center;padding:16px}.login-card{width:min(380px,100%);background:var(--surface);border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow);padding:28px;display:flex;flex-direction:column;gap:12px}.login-card label{display:flex;flex-direction:column;gap:5px;font-weight:500;font-size:13px}.login-card p{margin:0 0 6px}.toasts{position:fixed;bottom:20px;right:20px;display:flex;flex-direction:column;gap:8px;z-index:100;align-items:flex-end}.stop-name{font-weight:500}@media(max-width:760px){.toasts{right:50%;transform:translate(50%);align-items:center}}.toast{background:var(--text);color:var(--bg);padding:10px 16px;border-radius:8px;box-shadow:var(--shadow-lg);font-weight:500;max-width:90vw}.toast.error{background:var(--red);color:#fff}@media(max-width:1100px){.board-grid{grid-template-columns:1fr}.drivers-panel{position:static;order:-1;display:flex;gap:6px;overflow-x:auto}.drivers-panel h3{display:none}.driver-card{width:auto;flex:none}}@media(max-width:760px){.shell{grid-template-columns:1fr}.sidebar{position:static;height:auto;flex-direction:row;align-items:center;padding:8px 12px;gap:8px;overflow-x:auto}.brand{padding:0 8px 0 0}.brand span:last-child{display:none}.sidebar nav{flex-direction:row}.sidebar nav a span{display:none}.sidebar-foot{display:none}.main{padding:14px 16px 40px}.date-title{min-width:0}.date-title h1{font-size:16px}.date-input{display:none}.trip-row{grid-template-columns:24px 64px 1fr;grid-template-areas:"c t m" ". r r" ". d d";row-gap:6px}.trip-row.head{display:none}.trip-row>:nth-child(1){grid-area:c}.trip-row>:nth-child(2){grid-area:t}.trip-row>:nth-child(3){grid-area:m}.trip-row>:nth-child(4){grid-area:r}.trip-row>:nth-child(5){display:none}.trip-row>:nth-child(6){grid-area:d}.search{max-width:none}.two,.three,.status-grid{grid-template-columns:1fr}.table th:nth-child(3),.table td:nth-child(3),.table th:nth-child(4),.table td:nth-child(4){display:none}}.card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;flex-wrap:wrap;margin-bottom:8px}.card-head h2{margin-bottom:2px}.card-head p{margin:0}.card-head select{width:auto;min-width:200px}.broker-card{border:1px solid var(--border);border-radius:var(--radius);padding:14px 16px;margin-top:12px;display:flex;flex-direction:column;gap:12px}.broker-head{display:flex;flex-direction:column;gap:4px}.broker-title{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:15px}.broker-pick{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:500}.progress-box{border:1px solid var(--border);border-radius:var(--radius);padding:14px;margin-bottom:14px;display:flex;flex-direction:column;gap:10px}.progress-box h3,.progress-box p{margin:0}.steps{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.steps li{display:flex;flex-direction:column;gap:2px;font-size:12.5px;font-weight:500;position:relative;padding-top:14px}.steps li .dot{position:absolute;top:0;left:0;width:10px;height:10px;border-radius:50%;background:var(--border)}.steps li.done .dot{background:var(--green)}.steps li .muted{font-weight:400;font-size:12px}.sub-panel{background:var(--surface-2);border-radius:8px;padding:12px;display:flex;flex-direction:column;gap:10px}.sub-panel label{display:flex;flex-direction:column;gap:5px;font-size:13px;font-weight:500}.btn.danger{background:var(--red);border-color:var(--red);color:#fff}.sigpad{border:1px solid var(--border);border-radius:8px;overflow:hidden;background:#fff}.sigpad canvas{width:100%;display:block;touch-action:none;cursor:crosshair}.sigpad-foot{display:flex;justify-content:space-between;padding:6px 10px;border-top:1px dashed var(--border);background:var(--surface)}.sig-view{display:flex;flex-direction:column;gap:4px}.sig-view img{max-width:260px;border:1px solid var(--border);border-radius:6px;background:#fff}.driver-app{max-width:560px;margin:0 auto;padding:12px 16px 60px}.driver-head{display:flex;justify-content:space-between;align-items:center;padding:8px 0 12px;border-bottom:1px solid var(--border);margin-bottom:12px}.driver-head>div{display:flex;flex-direction:column}.driver-head-right{align-items:flex-end;gap:4px}.gps{font-size:12px;font-weight:600;padding:2px 8px;border-radius:999px;background:var(--surface-2);color:var(--text-2)}.gps.on{background:var(--green-soft);color:var(--green)}.gps.denied{background:var(--red-soft);color:var(--red)}.driver-sub{font-size:14px;margin:16px 0 8px;color:var(--text-2);font-weight:600}.driver-trip{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:14px;margin-bottom:12px;display:flex;flex-direction:column;gap:8px;box-shadow:var(--shadow)}.driver-trip.active{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-soft)}.dt-top{display:flex;justify-content:space-between;align-items:center}.dt-time{font-size:20px;font-weight:700;font-variant-numeric:tabular-nums}.dt-member{font-size:17px}.dt-badges{display:flex;gap:4px;flex-wrap:wrap}.dt-stop{display:flex;gap:10px;align-items:flex-start;color:var(--text);text-decoration:none;padding:8px;border-radius:8px;background:var(--surface-2);font-size:14px}.dt-stop .pin{margin-top:6px}.dt-note{font-style:normal;background:var(--amber-soft);color:var(--amber);padding:4px 8px;border-radius:6px;font-size:13px}.dt-call{font-weight:600}.dt-actions{display:flex;flex-direction:column;gap:6px}.btn.big{height:52px;font-size:16px;border-radius:10px}.driver-done{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid var(--border);font-size:14px}.sheet-backdrop{position:fixed;inset:0;background:#0a0e1473;display:flex;align-items:flex-end;justify-content:center;z-index:60}.sheet{background:var(--surface);width:min(560px,100%);border-radius:16px 16px 0 0;padding:18px 16px 28px;display:flex;flex-direction:column;gap:12px}.sheet h2,.sheet p{margin:0}
