.smart-dispatch-alert-banner{position:sticky;top:0;z-index:200;display:flex;align-items:center;gap:12px;padding:12px 24px;color:#fff;background:linear-gradient(135deg,#7f1d1d,#dc2626,#991b1b);box-shadow:0 4px 12px #dc26264d,inset 0 1px #ffffff1a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid rgba(255,255,255,.08)}.smart-dispatch-alert-banner__icon{flex-shrink:0;animation:icon-pulse 1.5s ease-in-out infinite}@keyframes icon-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.smart-dispatch-alert-banner__title{font-size:var(--font-size-sm);font-weight:800;letter-spacing:.5px;text-shadow:0 1px 2px rgba(0,0,0,.2)}.smart-dispatch-alert-banner__jobs{display:flex;flex:1 1 auto;flex-wrap:wrap;gap:6px}.smart-dispatch-alert-banner__job-button{border-color:#ffffff4d;color:#fff;background:#ffffff1f;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:all .15s ease}.smart-dispatch-alert-banner__job-button:hover,.smart-dispatch-alert-banner__job-button:focus-visible{border-color:#ffffff80;background:#ffffff38;color:#fff;transform:translateY(-1px)}.smart-dispatch-alert-banner__job-button.is-breached{background:#fff;color:#dc2626;border-color:#fffc;font-weight:800;animation:sla-breach-pulse 1.5s ease-in-out infinite}.smart-dispatch-alert-banner__job-time{opacity:.85;font-variant-numeric:tabular-nums}.smart-dispatch-alert-banner__dismiss{color:#fff;opacity:.6;transition:opacity .15s}.smart-dispatch-alert-banner__dismiss:hover,.smart-dispatch-alert-banner__dismiss:focus-visible{opacity:1;color:#fff}.smart-dispatch-view-toggle{min-width:5.25rem;transition:all .2s ease}.smart-dispatch-view-toggle.is-active{box-shadow:0 1px 3px #00000014,0 0 0 1px #1e3a8a26}.smart-dispatch-schedule-slot-action{min-height:100%;color:var(--brand-info);border-color:color-mix(in srgb,var(--brand-primary) 24%,var(--border-light));background:transparent;transition:all .15s ease}.smart-dispatch-schedule-slot-action:hover,.smart-dispatch-schedule-slot-action:focus-visible{background:color-mix(in srgb,var(--brand-primary) 8%,var(--bg-surface));transform:scale(1.02)}.smart-dispatch-board{width:100%;overflow-x:auto;overflow-y:hidden;padding-bottom:8px;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.12) transparent}.smart-dispatch-board::-webkit-scrollbar{height:6px}.smart-dispatch-board::-webkit-scrollbar-track{background:transparent}.smart-dispatch-board::-webkit-scrollbar-thumb{background:#0000001f;border-radius:3px}.smart-dispatch-board__lanes{display:flex;align-items:flex-start;gap:12px;min-height:560px;padding:8px 4px 16px}.smart-dispatch-board__divider{width:2px;align-self:stretch;flex-shrink:0;margin:0 4px;border-radius:999px;background:linear-gradient(180deg,var(--border-light) 0%,transparent 100%)}.smart-dispatch-board__empty{flex:1 1 auto;display:grid;justify-items:center;align-content:center;gap:var(--spacing-3);padding:48px;text-align:center;color:var(--text-muted);font-size:var(--font-size-sm)}.smart-dispatch-board__empty-hint{font-size:var(--font-size-xs);color:var(--text-secondary)}.smart-dispatch-lane{display:flex;flex-direction:column;align-self:flex-start;width:288px;min-width:264px;max-width:320px;min-height:560px;flex-shrink:0;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000000a,0 0 0 1px #00000008;transition:box-shadow .2s ease,border-color .2s ease}.smart-dispatch-lane:hover{box-shadow:0 4px 12px #0000000f,0 0 0 1px #0000000a}.smart-dispatch-lane__header{flex-shrink:0}.smart-dispatch-lane__header-copy{flex:1 1 auto;min-width:0}.smart-dispatch-lane__summary{font-size:11px;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.smart-dispatch-lane__body{flex:1 1 auto;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:8px;min-height:100px;padding:10px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.08) transparent}.smart-dispatch-lane__body::-webkit-scrollbar{width:4px}.smart-dispatch-lane__body::-webkit-scrollbar-thumb{background:#00000014;border-radius:2px}.smart-dispatch-lane__body>*{flex-shrink:0;margin-top:0}.smart-dispatch-lane__drop-hint{flex-shrink:0}.smart-dispatch-lane__empty{flex:1 1 auto;display:grid;justify-items:center;align-content:start;gap:6px;padding:32px 12px;text-align:center}.smart-dispatch-lane__empty-title{font-size:var(--font-size-xs);font-weight:600;color:var(--text-secondary)}.smart-dispatch-lane__empty-hint{font-size:11px;color:var(--text-muted);line-height:1.5}.smart-dispatch-card{display:grid;align-content:start;gap:8px;border-radius:10px;transition:transform .12s ease,box-shadow .15s ease}.smart-dispatch-card:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000000f,0 0 0 1px #1e3a8a14}.smart-dispatch-card--queue{align-content:start}.smart-dispatch-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.smart-dispatch-card__meta-row{display:flex;flex:1 1 auto;align-items:center;gap:5px;flex-wrap:wrap;min-width:0}.smart-dispatch-card__icon-actions{display:inline-flex;align-items:center;gap:2px;flex-shrink:0;opacity:.6;transition:opacity .15s}.smart-dispatch-card:hover .smart-dispatch-card__icon-actions{opacity:1}.smart-dispatch-card__title{font-size:var(--font-size-sm);font-weight:700;line-height:1.35;color:var(--text-primary);letter-spacing:-.01em}.smart-dispatch-card__subtitle{font-size:11px;color:var(--text-muted);letter-spacing:.01em}.smart-dispatch-card__phone-link{display:inline-flex;align-items:center;gap:4px;width:fit-content;font-size:11px;font-weight:500;color:var(--brand-info);text-decoration:none;transition:color .15s}.smart-dispatch-card__phone-link:hover{color:var(--brand-primary)}.smart-dispatch-card__schedule-row{display:flex;align-items:center;gap:6px}.smart-dispatch-card__schedule-pill{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border:1px solid var(--border-light);border-radius:6px;background:var(--bg-main);color:var(--text-secondary);font-size:11px;font-weight:600;font-variant-numeric:tabular-nums}.smart-dispatch-card__actions{display:grid;gap:6px;padding-top:4px;border-top:1px solid rgba(0,0,0,.04)}.smart-dispatch-card__primary-action{width:100%;justify-content:center}.smart-dispatch-card__secondary-actions{display:flex;flex-wrap:wrap;gap:4px}.smart-dispatch-card__secondary-actions .esess-ui-button{flex:1 1 auto}.smart-dispatch-card__hint{font-size:11px;line-height:1.5;color:var(--text-muted)}.smart-dispatch-card__quick-assign{display:grid;gap:8px}.smart-dispatch-card__quick-assign-row{display:flex;gap:6px;align-items:center}.smart-dispatch-card__quick-assign-select{flex:1 1 auto;min-width:0;padding:6px 8px;border:1px solid var(--brand-info-border);border-radius:8px;background:var(--bg-surface);color:var(--text-primary);font-size:11px;outline:none;transition:border-color .15s}.smart-dispatch-card__quick-assign-select:focus{border-color:var(--brand-primary);box-shadow:0 0 0 2px #1e3a8a14}.smart-dispatch-panel{box-shadow:0 8px 24px #00000014,0 0 0 1px #0000000a;border-radius:14px;overflow:hidden}.smart-dispatch-panel__workflow{padding:12px 14px;border-bottom:1px solid var(--border-light);background:linear-gradient(180deg,var(--bg-main) 0%,var(--bg-surface) 100%)}.smart-dispatch-panel__eyebrow{margin-bottom:8px;color:var(--text-muted);font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.smart-dispatch-panel__actions{display:grid;gap:8px}.smart-dispatch-panel__primary-action{width:100%;justify-content:center}.smart-dispatch-panel__secondary-actions{display:flex;flex-wrap:wrap;gap:6px}.smart-dispatch-panel__hint{font-size:11px;line-height:1.5;color:var(--text-muted);margin-top:4px}.smart-dispatch-panel__assign-button{width:100%;justify-content:center;transition:all .15s ease}.smart-dispatch-panel__assign-button:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 4px 12px #1e3a8a26}.smart-dispatch-card__elevator-meta{display:flex;align-items:center;gap:5px;flex-wrap:wrap;margin-bottom:4px}.smart-dispatch-card--entrapment{animation:entrapment-pulse 2s ease-in-out infinite;border-left-color:var(--brand-danger)!important;position:relative}.smart-dispatch-card--entrapment:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(135deg,rgba(220,38,38,.03) 0%,transparent 50%);pointer-events:none}.smart-dispatch-card--sla-breached{animation:sla-breach-pulse 1.5s ease-in-out infinite}@keyframes entrapment-pulse{0%,to{box-shadow:0 0 #dc262600}50%{box-shadow:0 0 0 4px #dc26261f}}@keyframes sla-breach-pulse{0%,to{box-shadow:0 0 #dc262600}50%{box-shadow:0 0 0 3px #dc262626}}.smart-dispatch-card--ma-contract{border-top:2px solid #1E3A8A}.smart-dispatch-cert-match{display:inline-flex;align-items:center;gap:3px;padding:2px 6px;border-radius:5px;font-size:10px;font-weight:700;letter-spacing:.02em}.smart-dispatch-cert-match--good{background:#dcfce7;color:#166534;border:1px solid #BBF7D0}.smart-dispatch-cert-match--warn{background:#fef3c7;color:#92400e;border:1px solid #FDE68A}.smart-dispatch-cert-match--miss{background:#fee2e2;color:#991b1b;border:1px solid #FECACA}.smart-dispatch-overtime-badge{display:inline-flex;align-items:center;gap:3px;padding:2px 6px;border-radius:5px;font-size:10px;font-weight:700;letter-spacing:.03em}.smart-dispatch-overtime-badge--warning{background:#fef3c7;color:#92400e;border:1px solid #FDE68A}.smart-dispatch-overtime-badge--exceeded{background:#fee2e2;color:#991b1b;border:1px solid #FECACA;animation:sla-breach-pulse 2s ease-in-out infinite}.smart-dispatch-card__visits{display:inline-flex;align-items:center;gap:3px;font-size:10px;color:#1e3a8a;font-weight:600}.smart-dispatch-card__late-badge{display:inline-flex;align-items:center;gap:3px;padding:2px 7px;border-radius:5px;font-size:10px;font-weight:800;background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;letter-spacing:.5px;animation:sla-breach-pulse 1.5s ease-in-out infinite;text-shadow:0 1px 1px rgba(0,0,0,.15)}.smart-dispatch-card__value{display:inline-flex;align-items:center;gap:2px;font-size:11px;font-weight:700;color:#059669;font-variant-numeric:tabular-nums}.smart-dispatch-card__value--high{color:#1e3a8a;background:linear-gradient(135deg,#eff6ff,#dbeafe);padding:2px 8px;border-radius:5px;border:1px solid #BFDBFE}.smart-dispatch-skill-score{display:inline-flex;align-items:center;gap:3px;padding:2px 8px;border-radius:999px;font-size:10px;font-weight:700;font-variant-numeric:tabular-nums;letter-spacing:.02em}.smart-dispatch-skill-score--high{background:#dcfce7;color:#166534}.smart-dispatch-skill-score--medium{background:#fef3c7;color:#92400e}.smart-dispatch-skill-score--low{background:#fee2e2;color:#991b1b}.smart-dispatch-proximity{display:inline-flex;align-items:center;gap:3px;font-size:11px;font-weight:600;color:var(--text-secondary)}.smart-dispatch-proximity--nearby{color:#059669}.smart-dispatch-card__arrival-window{display:flex;align-items:center;gap:4px;padding:3px 8px;border-radius:6px;background:var(--bg-main);border:1px solid var(--border-light);font-size:11px;color:var(--text-secondary);font-weight:600;font-variant-numeric:tabular-nums}.smart-dispatch-card__crew-badge{display:inline-flex;align-items:center;gap:3px;font-size:10px;font-weight:700;color:#1e3a8a;background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid #BFDBFE;border-radius:5px;padding:2px 7px;letter-spacing:.02em}.smart-dispatch-board--dense .smart-dispatch-card{gap:4px;padding:8px 10px}.smart-dispatch-board--dense .smart-dispatch-card__title{font-size:11px}.smart-dispatch-board--dense .smart-dispatch-card__subtitle,.smart-dispatch-board--dense .smart-dispatch-card__phone-link,.smart-dispatch-board--dense .smart-dispatch-card__elevator-meta,.smart-dispatch-board--dense .smart-dispatch-card__hint{display:none}.smart-dispatch-board--dense .smart-dispatch-card__actions{gap:4px;border-top:none;padding-top:0}.smart-dispatch-board--dense .smart-dispatch-lane{width:240px;min-width:220px}.smart-dispatch-board--dense .smart-dispatch-lane__body{gap:4px;padding:6px}.smart-dispatch-lane__workload{display:flex;align-items:center;gap:8px;padding:6px 14px 10px;background:inherit}.smart-dispatch-lane__workload-bar{flex:1;height:5px;border-radius:3px;background:var(--border-light);overflow:hidden}.smart-dispatch-lane__workload-fill{height:100%;border-radius:3px;transition:width .4s ease}.smart-dispatch-lane__workload-label{font-size:10px;color:var(--text-muted);white-space:nowrap;font-variant-numeric:tabular-nums;font-weight:600}.smart-dispatch--tv,.smart-dispatch--tv .esess-page-shell{background:#0f172a}.smart-dispatch--tv .esess-stat-grid{grid-template-columns:repeat(5,1fr)}.smart-dispatch--tv .smart-dispatch-board__lanes{gap:14px}.smart-dispatch--tv .smart-dispatch-lane{min-width:300px;width:340px;max-width:360px}.smart-dispatch--tv .esess-board-card{font-size:1.05em}.smart-dispatch--tv .smart-dispatch-lane__header{padding:16px 20px}.smart-dispatch--tv .esess-ui-card{background:#1e293b;border-color:#334155;color:#f1f5f9}.smart-dispatch--tv .smart-dispatch-card__title{color:#f8fafc}.smart-dispatch--tv .smart-dispatch-card__subtitle{color:#94a3b8}.smart-dispatch--tv .smart-dispatch-lane__empty-title,.smart-dispatch--tv .smart-dispatch-lane__empty-hint{color:#64748b}.smart-dispatch-kbd{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 5px;border:1px solid var(--border-light);border-radius:5px;background:linear-gradient(180deg,var(--bg-surface) 0%,var(--bg-main) 100%);color:var(--text-muted);font-size:10px;font-family:ui-monospace,SFMono-Regular,monospace;font-weight:700;line-height:1;box-shadow:0 1px 2px #0000000a}.smart-dispatch-map-route-line{stroke-dasharray:6,4;animation:route-dash 1s linear infinite}@keyframes route-dash{to{stroke-dashoffset:-10}}.smart-dispatch-map-legend{display:flex;align-items:center;gap:14px;font-size:11px;margin-left:auto}.smart-dispatch-map-legend__item{display:flex;align-items:center;gap:5px}.smart-dispatch-map-legend__dot{display:inline-block;width:10px;height:10px;border-radius:50%}.smart-dispatch-schedule-bar{position:relative;border-radius:6px;padding:4px 8px;font-size:11px;font-weight:600;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:box-shadow .15s ease,transform .1s ease;-webkit-user-select:none;user-select:none}.smart-dispatch-schedule-bar:hover{box-shadow:0 2px 8px #0000001f;transform:translateY(-1px)}.smart-dispatch-schedule-bar__resize{position:absolute;right:0;top:0;bottom:0;width:6px;cursor:ew-resize;background:#ffffff4d;border-left:1px solid rgba(255,255,255,.4);opacity:0;transition:opacity .15s}.smart-dispatch-schedule-bar:hover .smart-dispatch-schedule-bar__resize{opacity:1}.smart-dispatch-schedule-pm{display:inline-flex;align-items:center;gap:3px;background:linear-gradient(135deg,#3b82f6,#1e3a8a);color:#fff;border-radius:4px;padding:2px 6px;font-size:9px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.smart-dispatch-history-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;background:#0f172a99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center}.smart-dispatch-history-modal__content{background:var(--bg-surface);border-radius:16px;width:580px;max-width:92vw;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 24px 48px #00000029,0 0 0 1px #0000000a;overflow:hidden}.smart-dispatch-history-modal__header{padding:16px 20px;background:linear-gradient(135deg,var(--brand-primary),#1E40AF);color:#fff;display:flex;align-items:center;gap:10px}.smart-dispatch-history-modal__body{padding:16px 20px;overflow-y:auto;flex:1}.smart-dispatch-history-item{padding:12px;border:1px solid var(--border-light);border-radius:10px;margin-bottom:8px;transition:background .15s}.smart-dispatch-history-item:hover{background:var(--bg-main)}.smart-dispatch-history-item__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.smart-dispatch-history-item__date{font-size:10px;color:var(--text-muted);font-variant-numeric:tabular-nums}.smart-dispatch-history-item__title{font-size:var(--font-size-sm);font-weight:600;color:var(--text-primary)}.smart-dispatch-history-item__detail{font-size:11px;color:var(--text-secondary);line-height:1.5}.smart-dispatch-reminder-chip{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:6px;font-size:10px;font-weight:700;background:linear-gradient(135deg,#dbeafe,#eff6ff);color:#1e3a8a;border:1px solid #BFDBFE}.smart-dispatch-reminder-chip--sent{background:linear-gradient(135deg,#dcfce7,#d1fae5);color:#166534;border-color:#bbf7d0}@media (max-width: 1024px){.smart-dispatch-lane{width:264px;min-width:244px}}@media (max-width: 768px){.smart-dispatch-board__lanes{gap:8px}.smart-dispatch-lane{width:244px;min-width:224px}}.esess-dispatch-draggable{transition:transform .12s ease,opacity .12s ease}.esess-dispatch-draggable.is-dragging{opacity:.4;transform:scale(.96)}.esess-dispatch-draggable:not(.is-dragging){cursor:grab}.esess-dispatch-draggable:active:not(.is-dragging){cursor:grabbing}.tech-status-dot{position:absolute;bottom:-2px;right:-2px;width:11px;height:11px;border-radius:50%;border:2px solid var(--bg-surface);flex-shrink:0}.tech-status-dot--available{background:#059669;animation:tech-dot-pulse 2s ease-in-out infinite}@keyframes tech-dot-pulse{0%,to{box-shadow:0 0 #0596698c}50%{box-shadow:0 0 0 4px #05966900}}.tech-status-dot--on-site{background:#0284c7}.tech-status-dot--en-route{background:#d97706}.tech-status-dot--emergency{background:#dc2626}.tech-status-dot--offline{background:#94a3b8}
