.dispatch-board{height:calc(100vh - var(--nav-h,72px));grid-template-rows:1fr auto;grid-template-columns:1.5fr 1fr;display:grid;position:relative;overflow:hidden}.dispatch-hero{z-index:7;color:#faf7f2;background:#1c1917e0;border:1px solid #c8a97e59;border-radius:10px;max-width:360px;padding:10px 14px;position:absolute;top:24px;left:24px}.dispatch-hero h1{margin:0;font-size:16px;font-weight:700;line-height:1.25}.dispatch-hero p{color:#d6d3d1;margin:4px 0 0;font-size:12px;line-height:1.4}.dispatch-board .map-panel{grid-area:1/1;min-height:0;position:relative}.dispatch-board .schedule-panel{color:#fafaf9;background:#1c1917;grid-area:1/2;overflow-y:auto}.dispatch-board .summary-bar{grid-area:2/1/auto/-1}.truck-marker{color:#fff;white-space:nowrap;cursor:pointer;border-radius:20px;align-items:center;gap:4px;padding:4px 8px 4px 6px;font-size:11px;font-weight:600;transition:opacity .3s,transform .2s;display:flex;transform:translate(-50%,-50%);box-shadow:0 2px 8px #0000004d}.truck-marker:hover{z-index:10;transform:translate(-50%,-50%)scale(1.1)}.truck-marker.faded{opacity:.2}.job-marker{cursor:pointer;border:2px solid;border-radius:50%;width:12px;height:12px;transition:opacity .3s,transform .2s;transform:translate(-50%,-50%)}.job-marker:hover{transform:translate(-50%,-50%)scale(1.4)}.job-marker.faded{opacity:.2}.job-marker.filled{background:var(--job-color);border-color:var(--job-color)}.job-marker.hollow{border-color:var(--job-color);opacity:.5;background:0 0}.job-marker.pulse{z-index:5;animation:2s ease-in-out infinite marker-pulse;position:relative}@keyframes marker-pulse{0%,to{box-shadow:0 0 0 0 var(--job-color)}50%{box-shadow:0 0 0 8px #0000}}@keyframes border-pulse{0%,to{border-left-color:var(--job-color);box-shadow:-2px 0 8px -2px var(--job-color)}50%{box-shadow:none;border-left-color:#0000}}.schedule-panel::-webkit-scrollbar{width:6px}.schedule-panel::-webkit-scrollbar-track{background:#292524}.schedule-panel::-webkit-scrollbar-thumb{background:#57534e;border-radius:3px}.schedule-panel::-webkit-scrollbar-thumb:hover{background:#78716c}.map-fallback{color:#64748b;text-align:center;background:#f1f5f9;justify-content:center;align-items:center;height:100%;padding:2rem;font-size:14px;display:flex}@media (max-width:1023px){.dispatch-board{grid-template-rows:50vh 1fr auto;grid-template-columns:1fr}.dispatch-hero{max-width:none;top:20px;left:20px;right:20px}.dispatch-board .map-panel{grid-column:1}.dispatch-board .schedule-panel{grid-area:2/1}.dispatch-board .summary-bar{grid-area:3/1}}
