.master-live-dialog{width:min(1180px,calc(100vw - 30px));height:min(760px,calc(100vh - 30px));max-height:none;padding:0;border:0;border-radius:22px;background:var(--surface);color:var(--text);box-shadow:0 24px 80px rgba(7,35,26,.28)}.master-live-dialog::backdrop{background:rgba(5,28,21,.58);backdrop-filter:blur(3px)}.master-live-shell{height:100%;box-sizing:border-box;padding:18px;display:flex;flex-direction:column;overflow:hidden}.master-live-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:14px;flex:0 0 auto}.master-live-head h2{margin:2px 0 4px;font:800 24px var(--font-display)}.master-live-head p{margin:0;color:var(--muted);font-size:11px}.master-live-actions{display:flex;gap:8px;flex-wrap:wrap}#masterFleetLiveBody{min-height:0;flex:1;display:grid;grid-template-rows:auto minmax(300px,1fr) 168px auto;gap:0}.master-live-summary{display:grid;grid-template-columns:repeat(4,minmax(130px,1fr));gap:10px;margin-bottom:12px}.master-live-summary b{display:block;font:800 22px var(--font-display)}.master-live-summary span{font-size:9px;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.master-live-map{height:auto;min-height:300px;border:1px solid var(--border);border-radius:16px;overflow:hidden;background:var(--surface-2);margin-bottom:12px}.master-live-map>.control-empty{height:100%;display:grid;place-items:center}.master-live-list{display:grid;align-content:start;gap:8px;height:168px;max-height:none;overflow:auto}.master-live-list>.control-empty{height:100%;display:grid;place-items:center}.master-live-driver{display:grid;grid-template-columns:minmax(180px,1.2fr) auto minmax(130px,.8fr) minmax(110px,.6fr);gap:10px;align-items:center;padding:10px 11px;border:1px solid var(--border);border-radius:13px;background:var(--surface-2)}.master-live-driver strong{font:800 11px var(--font-display)}.master-live-driver small{display:block;margin-top:2px;color:var(--muted);font-size:9px}.master-live-driver>span:not(.master-live-state) b{display:block;font-size:10px}.master-live-state{display:inline-flex;align-items:center;justify-content:center;min-width:92px;min-height:26px;padding:5px 9px;border-radius:999px;font:800 9px var(--font-display)}.master-live-state.available{background:#DDF3E8;color:#0D6B43}.master-live-state.occupied{background:#F8E9B7;color:#6F5100}.master-live-state.offline{background:#ECEFF1;color:#61706A}.master-live-marker-wrap{background:transparent;border:0}.master-live-marker{display:block;width:20px;height:20px;border-radius:50%;border:3px solid #fff;box-shadow:0 2px 8px rgba(0,0,0,.28)}.master-live-marker.available{background:#118A57}.master-live-marker.occupied{background:#D4A62A}.master-live-marker.offline{background:#7B8580}.master-live-updated{margin-top:9px;text-align:right;color:var(--muted);font-size:9px}.control-fleet-live-row .btn{white-space:nowrap}@media(max-width:780px){.master-live-dialog{height:min(92vh,760px)}.master-live-shell{overflow:auto}#masterFleetLiveBody{display:block}.master-live-summary{grid-template-columns:repeat(2,minmax(120px,1fr))}.master-live-driver{grid-template-columns:1fr auto}.master-live-map{height:300px;min-height:300px}.master-live-list{height:168px;margin-bottom:8px}.master-live-head{flex-direction:column}}