:root{font-family:Inter,system-ui,sans-serif;color:#111827;background:#f5f7fb}*{box-sizing:border-box}body{margin:0;background:#f5f7fb}button,input{font:inherit}.app-shell{display:grid;grid-template-columns:260px 1fr;min-height:100vh}.sidebar{display:flex;flex-direction:column;justify-content:space-between;padding:28px 18px;background:#fff;border-right:1px solid #e5e7eb;position:sticky;top:0;height:100vh;overflow-y:auto}.brand{font-size:2rem;font-weight:800;color:#4f8ef7}.subtitle{margin-top:4px;color:#6b7280}.nav-list{display:flex;flex-direction:column;gap:8px;margin-top:32px}.nav-item{display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:14px;color:#374151;text-decoration:none}.nav-item.active{background:#dbeafe;color:#1d4ed8;font-weight:600}.dispatch-button,.ghost-button,.filter{border:0;border-radius:12px;padding:14px 16px;cursor:pointer}.dispatch-button{background:#3b82f6;color:#fff;font-weight:700}.dispatch-button.full,.ghost-button.full{width:100%}.ghost-button{background:#fff;border:1px solid #d1d5db}.main-content{padding:22px 28px}.topbar{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px}.search{width:min(520px,100%);padding:14px 18px;background:#fff;border:1px solid #d1d5db;border-radius:14px}.topbar-actions{display:flex;align-items:center;gap:16px}.avatar{width:36px;height:36px;border-radius:999px;display:grid;place-items:center;background:#111827;color:#fff}.env-pill{padding:7px 12px;border-radius:999px;background:#eef2ff;color:#4338ca;font-size:.85rem;font-weight:700}.page-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:24px}.page-header h1,.planner-card h1{margin:0 0 8px;font-size:2rem}.page-header p,.planner-card p,.planner-card small{margin:0;color:#6b7280}.dashboard-grid{display:grid;grid-template-columns:1.7fr .8fr;gap:20px}.map-card,.panel-card,.table-card,.driver-card,.planner-card,.route-map-card,.metric-card,.chat-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px}.map-card,.route-map-card{overflow:hidden}.map-placeholder{min-height:460px;background:linear-gradient(180deg,#1f2937,#111827);position:relative}.map-placeholder.city{min-height:560px}.route-legend-map,.planner-map{background:linear-gradient(180deg,#0f172a,#1e293b)}.mock-route{position:absolute;border:2px dashed rgba(255,255,255,.35);border-radius:999px}.route-1{inset:18% 35% 48% 12%}.route-2{inset:36% 18% 22% 32%}.route-3{inset:52% 42% 8% 10%}.map-badge{position:absolute;padding:6px 10px;background:#fff;border-radius:10px;font-weight:700}.map-badge.floating{top:18px;left:18px}.map-legend{position:absolute;left:18px;bottom:18px;display:flex;gap:14px;flex-wrap:wrap;padding:10px 14px;border-radius:14px;background:#ffffffeb}.map-legend.overlay{inset:18px 18px auto auto}.legend-dot{width:10px;height:10px;border-radius:999px;display:inline-block;margin-right:6px}.legend-dot.gray{background:#9ca3af}.legend-dot.yellow{background:#f59e0b}.legend-dot.green{background:#22c55e}.legend-dot.red{background:#ef4444}.panel-card,.planner-card,.chat-card{padding:20px}.panel-head{display:flex;justify-content:space-between;align-items:center}.live-pill,.status-pill,.eta-pill,.driver-status{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:.85rem;font-weight:700}.status-pill.delivered{background:#dcfce7;color:#166534}.status-pill.in_transit{background:#fef3c7;color:#92400e}.status-pill.pending{background:#e5e7eb;color:#374151}.status-pill.cancelled{background:#fee2e2;color:#991b1b}.stats-stack{display:grid;gap:12px;margin-top:18px}.route-summary-card,.stat-box,.alert-box,.origin-card,.stop-card,.mini-metric,.courier-card,.upload-box{border:1px solid #e5e7eb;border-radius:16px;padding:16px}.route-summary-card{display:flex;justify-content:space-between;gap:12px;align-items:center}.stat-value,.metric-card strong,.mini-metric strong{display:block;margin-top:6px;font-size:2rem}.metrics-row{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:20px}.metrics-row.four{grid-template-columns:repeat(4,1fr);margin-top:0;margin-bottom:20px}.metrics-row.compact{grid-template-columns:repeat(4,1fr)}.metric-card{padding:18px}.table-card{overflow:auto}table{width:100%;border-collapse:collapse}th,td{padding:16px;text-align:left;border-bottom:1px solid #e5e7eb}.drivers-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.driver-card{padding:18px}.driver-top{display:flex;align-items:center;gap:12px}.driver-avatar,.stop-order,.courier-order{width:40px;height:40px;border-radius:999px;display:grid;place-items:center;background:#dbeafe;color:#1d4ed8;font-weight:800}.driver-task{margin:18px 0;padding:14px;background:#f3f4f6;border-radius:14px}.driver-actions,.courier-actions{display:flex;justify-content:space-between;align-items:center;gap:12px}.switch-row{display:flex;align-items:center;gap:8px}.route-layout{display:grid;grid-template-columns:1.2fr .9fr;gap:20px}.planner-metrics,.stops-list,.courier-list{display:grid;gap:12px}.planner-metrics{grid-template-columns:repeat(2,1fr);margin:18px 0}.stop-card{display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:start}.import-grid,.renty-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.import-card{padding:20px}.upload-box{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:240px;border-style:dashed;cursor:pointer;text-align:center}.upload-icon{font-size:2.4rem;margin-bottom:12px}.feature-list{margin:0;padding-left:18px;color:#374151;line-height:1.8}.summary-card{margin-top:20px}.error-text{color:#b91c1c;margin-top:12px}.saving-text{color:#1d4ed8;margin-top:12px}.db-status{margin-top:16px;font-size:.9rem}.status-ok{color:#166534}.status-warn{color:#92400e}.save-result{margin-top:16px;padding:14px 16px;border-radius:14px;font-size:.9rem}.save-result.success{background:#dcfce7;color:#166534}.save-result.has-errors{background:#fef3c7;color:#92400e}.save-result ul{margin:8px 0 0;padding-left:18px}.courier-page{max-width:900px}.courier-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px;padding:16px 18px;background:#fff;border:1px solid #e5e7eb;border-radius:16px}.courier-card{display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center;background:#fff}.courier-topline{display:flex;justify-content:space-between;align-items:center;gap:12px}.traffic-light{width:14px;height:14px;border-radius:999px;display:inline-block}.traffic-light.green{background:#22c55e}.traffic-light.yellow{background:#f59e0b}.traffic-light.gray{background:#9ca3af}.traffic-light.red{background:#ef4444}.chat-card{display:flex;flex-direction:column;min-height:520px}.chat-stream{flex:1;display:flex;flex-direction:column;gap:12px;overflow:auto}.chat-bubble{padding:14px 16px;border-radius:16px;max-width:85%}.chat-bubble.assistant{background:#eff6ff;align-self:flex-start}.chat-bubble.user{background:#111827;color:#fff;align-self:flex-end}.chat-bubble p{margin:6px 0 0}.chat-input-row{display:flex;gap:12px;margin-top:16px}.chat-input-row input{flex:1;padding:14px 16px;border:1px solid #d1d5db;border-radius:14px}@media(max-width:1100px){.dashboard-grid,.route-layout,.drivers-grid,.metrics-row,.metrics-row.four,.metrics-row.compact,.import-grid,.renty-grid{grid-template-columns:1fr}}@media(max-width:860px){.app-shell{grid-template-columns:1fr}.sidebar{gap:20px}.topbar,.page-header,.courier-header,.courier-card{flex-direction:column;align-items:stretch;display:flex}}.user-form{display:grid;gap:12px}.user-form input,.user-form select{padding:14px 16px;border:1px solid #d1d5db;border-radius:14px;font:inherit}.table-subtle{font-size:.8rem;color:#6b7280;margin-top:4px}.route-summary-card.detailed small{color:#6b7280}.renty-grid{display:grid;grid-template-columns:340px 1fr;gap:20px;align-items:start}.renty-sidebar{display:flex;flex-direction:column;gap:16px}.stats-mini{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.stat-chip{padding:6px 12px;border-radius:999px;font-size:.82rem;font-weight:700}.stat-chip.green{background:#dcfce7;color:#166534}.stat-chip.blue{background:#dbeafe;color:#1d4ed8}.stat-chip.yellow{background:#fef3c7;color:#92400e}.stat-chip.orange{background:#ffedd5;color:#9a3412}.stat-chip.red{background:#fee2e2;color:#991b1b}.summary-text p{margin:4px 0;font-size:.9rem;line-height:1.6}.cuadrante-input{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:12px;font:inherit;font-size:.9rem;resize:vertical;margin:8px 0}.dispatch-button.full-width{width:100%;margin-top:4px}.quick-prompts{display:flex;flex-direction:column;gap:8px;margin-top:8px}.quick-prompt-btn{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:12px;padding:10px 14px;text-align:left;cursor:pointer;font-size:.85rem;color:#374151;transition:background .15s}.quick-prompt-btn:hover{background:#dbeafe;color:#1d4ed8}.chat-card{display:flex;flex-direction:column;min-height:600px}.chat-stream{flex:1;display:flex;flex-direction:column;gap:14px;overflow-y:auto;max-height:480px;padding:4px 2px}.chat-bubble{padding:14px 16px;border-radius:16px}.chat-bubble.assistant{background:#eff6ff;align-self:flex-start;max-width:90%}.chat-bubble.user{background:#111827;color:#fff;align-self:flex-end;max-width:80%}.bubble-header{margin-bottom:6px;font-size:.85rem}.bubble-body p{margin:3px 0;line-height:1.6;font-size:.92rem}.chat-bubble.user .bubble-body p{color:#fff}.chat-empty{text-align:center;padding:40px 20px;color:#6b7280}.chat-empty p{margin:8px 0}.chat-input-row{display:flex;gap:10px;margin-top:14px;align-items:flex-end}.chat-input-row textarea{flex:1;padding:12px 14px;border:1px solid #d1d5db;border-radius:14px;font:inherit;font-size:.92rem;resize:none}.chat-input-row .dispatch-button{padding:12px 18px;height:fit-content}.typing{display:flex;gap:6px;align-items:center;padding:4px 0}.typing span{width:8px;height:8px;border-radius:50%;background:#3b82f6;animation:bounce 1.2s infinite}.typing span:nth-child(2){animation-delay:.2s}.typing span:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-6px)}}.muted{color:#6b7280}.small{font-size:.85rem}.action-btn{padding:10px 18px;border-radius:12px;border:1px solid #d1d5db;background:#fff;cursor:pointer;font:inherit;font-size:.9rem}.action-btn:hover{background:#f3f4f6}@media(max-width:1100px){.renty-grid{grid-template-columns:1fr}}.login-screen{min-height:100vh;display:grid;place-items:center;background:#f5f7fb;padding:24px}.login-card{width:min(420px,100%);background:#fff;border:1px solid #e5e7eb;border-radius:24px;padding:28px;display:grid;gap:14px}.login-card input{padding:14px 16px;border:1px solid #d1d5db;border-radius:14px;font:inherit}.realish-map{position:relative;overflow:hidden}.planner-svg{position:absolute;inset:0;width:100%;height:100%}.planner-point{position:absolute;width:34px;height:34px;margin-left:-17px;margin-top:-17px;border-radius:999px;display:grid;place-items:center;background:#fff;border:2px solid #9ca3af;font-weight:700;z-index:2}.planner-point.green{border-color:#22c55e}.planner-point.yellow{border-color:#f59e0b}.planner-point.gray{border-color:#9ca3af}.cuadrante-layout{display:grid;grid-template-columns:1fr 340px;gap:20px;align-items:start}.cuadrante-left{display:flex;flex-direction:column;gap:0;background:#fff;border:1px solid #e5e7eb;border-radius:20px;overflow:hidden}.transport-tabs{display:flex;border-bottom:2px solid #e5e7eb;overflow-x:auto}.transport-tab{flex-shrink:0;padding:12px 18px;border:none;background:transparent;cursor:pointer;font:inherit;font-weight:600;color:#6b7280;border-bottom:2px solid transparent;margin-bottom:-2px;display:flex;align-items:center;gap:6px;transition:color .15s}.transport-tab:hover{color:#374151}.transport-tab.active{color:#1d4ed8;border-bottom-color:#3b82f6}.tab-badge{padding:2px 7px;border-radius:999px;background:#e5e7eb;color:#374151;font-size:.75rem;font-weight:700}.transport-tab.active .tab-badge{background:#3b82f6;color:#fff}.tickets-container{padding:16px;display:flex;flex-direction:column;gap:8px}.courier-group{display:flex;flex-direction:column;gap:4px;margin-bottom:12px}.courier-group-header{font-size:.8rem;font-weight:700;color:#374151;text-transform:uppercase;letter-spacing:.06em;padding:6px 0 4px;border-bottom:1px solid #f3f4f6;margin-bottom:4px}.ticket-row{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid #e5e7eb;border-radius:12px;background:#fafafa}.ticket-row:hover{background:#f0f4ff}.ticket-cancelled{opacity:.55;background:#f9fafb}.ticket-time{font-variant-numeric:tabular-nums;font-weight:700;font-size:.82rem;color:#374151;width:38px;flex-shrink:0}.address-chip{display:inline-block;margin-top:3px;padding:2px 8px;background:#f3f4f6;border-radius:6px;font-size:.75rem;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:220px}.move-select{padding:4px 8px;border:1px solid #d1d5db;border-radius:8px;font:inherit;font-size:.8rem;cursor:pointer;background:#fff}.cuadrante-right{position:sticky;top:80px}.cuadrante-couriers{display:flex;flex-direction:column;gap:10px}.cuadrante-courier-row{display:flex;align-items:center;gap:12px;padding:10px;border:1px solid #e5e7eb;border-radius:12px}@media(max-width:1100px){.cuadrante-layout{grid-template-columns:1fr}.cuadrante-right{position:static}}
