*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:#f0f2f5;color:#1a1a2e;font-size:14px;line-height:1.5;min-height:100vh}button,input,select,textarea{font-family:inherit}button{cursor:pointer;border:none;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:500;line-height:1.4;transition:background .15s,opacity .15s}button:disabled{opacity:.5;cursor:not-allowed}.login-container{display:flex;align-items:center;justify-content:center;min-height:100vh;background:#1a1a2e}.login-box{background:#fff;border-radius:14px;padding:40px;width:360px;box-shadow:0 12px 40px #0000003d}.login-box h1{font-size:22px;font-weight:700;margin-bottom:4px;color:#1a1a2e}.login-box>p{color:#888;font-size:13px;margin-bottom:28px}.login-box input{display:block;width:100%;padding:10px 14px;margin-bottom:12px;border:1px solid #e0e3f0;border-radius:8px;font-size:14px;color:#1a1a2e;background:#fafbff;transition:border-color .2s}.login-box input:focus{outline:none;border-color:#4a6cf7;background:#fff}.login-box .btn-primary{width:100%}.login-error{color:#ef4444;font-size:13px;margin-bottom:12px;line-height:1.4}.header{background:#1a1a2e;color:#fff;padding:0 24px;display:flex;align-items:center;justify-content:space-between;height:56px;position:sticky;top:0;z-index:200;box-shadow:0 2px 10px #00000047}.header-brand{font-size:18px;font-weight:700;letter-spacing:.2px;color:#fff;white-space:nowrap}.header-brand span{color:#7c83fd}.header-actions{display:flex;align-items:center;gap:10px}.tabs{display:flex;gap:2px;background:#ffffff1a;border-radius:8px;padding:3px}.tab-btn{background:transparent;border:none;color:#fff9;padding:6px 18px;border-radius:6px;cursor:pointer;font-size:13px;font-weight:500;transition:background .15s,color .15s;white-space:nowrap}.tab-btn:hover{color:#fff;background:#ffffff1f}.tab-btn.active,.btn-primary{background:#4a6cf7;color:#fff}.btn-primary:hover:not(:disabled){background:#3a5ce6}.btn-secondary{background:#e8eaf6;color:#3a3a5c}.btn-secondary:hover:not(:disabled){background:#d4d7f0}.btn-success{background:#22c55e;color:#fff}.btn-success:hover:not(:disabled){background:#16a34a}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover:not(:disabled){background:#dc2626}.btn-warning{background:#f59e0b;color:#fff}.btn-warning:hover:not(:disabled){background:#d97706}.btn-sm{padding:5px 12px;font-size:12px;border-radius:6px}.btn-xs{padding:3px 8px;font-size:11px;border-radius:5px}.kanban-container{padding:24px;overflow-x:auto}.kanban-toolbar{display:flex;gap:10px;margin-bottom:20px;align-items:center;flex-wrap:wrap}.kanban-toolbar h2{font-size:16px;font-weight:700;color:#1a1a2e;flex:1}.kanban-board{display:flex;gap:16px;min-width:max-content;align-items:flex-start}.kanban-column{background:#fff;border-radius:12px;padding:16px;width:290px;min-height:160px;box-shadow:0 1px 6px #00000012;flex-shrink:0}.kanban-column h3{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#888;margin-bottom:14px;padding-bottom:10px;border-bottom:2px solid #f0f2f5;display:flex;align-items:center;gap:6px}.kanban-card{background:#f8f9ff;border:1px solid #e8eaf6;border-radius:8px;padding:12px;margin-bottom:10px;font-size:13px;word-break:break-word;overflow-wrap:break-word}.kanban-card strong{display:block;margin-bottom:4px;color:#1a1a2e;font-size:13px;word-break:break-all}.kanban-card-address{font-size:12px;color:#555;margin:4px 0;word-break:break-word}.kanban-card-driver{font-size:12px;color:#777}.kanban-card-status{font-size:11px;color:#aaa;margin-top:2px}.kanban-card-reason{font-size:11px;color:#999;margin-top:2px}.kanban-loading{padding:24px}.card-actions{margin-top:10px;display:flex;gap:6px;flex-wrap:wrap}.text-muted{color:#999;font-size:13px}.badge-count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 5px;background:#4a6cf7;color:#fff;border-radius:10px;font-size:11px;font-weight:700}.loading-spinner{display:flex;align-items:center;justify-content:center;padding:48px 24px;color:#999;font-size:13px;gap:10px}.spinner{width:20px;height:20px;border:2px solid #e0e3f0;border-top-color:#4a6cf7;border-radius:50%;animation:spin .7s linear infinite;flex-shrink:0}@keyframes spin{to{transform:rotate(360deg)}}.toast-container{position:fixed;bottom:24px;right:24px;z-index:9999;display:flex;flex-direction:column;gap:8px;max-width:360px;pointer-events:none}.toast{padding:12px 18px;border-radius:10px;font-size:13px;font-weight:500;box-shadow:0 4px 20px #00000026;animation:toastIn .2s ease;word-break:break-word;line-height:1.5;pointer-events:auto}.toast.success{background:#22c55e;color:#fff}.toast.error{background:#ef4444;color:#fff}.toast.info{background:#4a6cf7;color:#fff}@keyframes toastIn{0%{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}.alert{border-radius:8px;padding:10px 14px;margin-bottom:14px;font-size:13px;line-height:1.5}.alert-error{background:#fee2e2;border:1px solid #fecaca;color:#b91c1c}.alert-warning{background:#fef9c3;border:1px solid #fde68a;color:#a16207}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000007a;display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px;animation:fadeIn .15s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-box{background:#fff;border-radius:14px;width:100%;max-width:700px;max-height:88vh;overflow-y:auto;box-shadow:0 20px 60px #00000038;display:flex;flex-direction:column}.modal-box.modal-sm{max-width:440px}.modal-box.modal-lg{max-width:720px}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:18px 24px;border-bottom:1px solid #f0f2f5;position:sticky;top:0;background:#fff;z-index:2;border-radius:14px 14px 0 0;gap:10px}.modal-header h2{font-size:15px;font-weight:700;color:#1a1a2e;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.modal-close{background:#f0f2f5;border:none;width:30px;height:30px;min-width:30px;border-radius:50%;font-size:18px;display:flex;align-items:center;justify-content:center;padding:0;color:#666;cursor:pointer;line-height:1;flex-shrink:0}.modal-close:hover{background:#dde0f5}.modal-body{padding:20px 24px;flex:1}.modal-footer{padding:14px 24px;border-top:1px solid #f0f2f5;display:flex;justify-content:flex-end;gap:10px;position:sticky;bottom:0;background:#fff;border-radius:0 0 14px 14px;z-index:2}.modal-help{font-size:13px;color:#555;margin-bottom:16px;line-height:1.5}.form-group{margin-bottom:15px}.form-group label{display:block;font-size:11px;font-weight:700;color:#666;margin-bottom:5px;text-transform:uppercase;letter-spacing:.4px}.form-group input,.form-group select,.form-group textarea{width:100%;padding:9px 12px;border:1px solid #e0e3f0;border-radius:8px;font-size:13px;color:#1a1a2e;background:#fff;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#4a6cf7}.form-checkbox{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:400;text-transform:none;letter-spacing:0;color:#333;cursor:pointer}.form-checkbox input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:#4a6cf7;flex-shrink:0}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.stops-section{margin-top:6px}.stops-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.stops-section-header h3{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.4px;color:#888;display:flex;align-items:center;gap:6px}.stop-form-row{display:grid;grid-template-columns:26px 1fr 120px 30px;gap:8px;align-items:flex-start;padding:10px;background:#f8f9ff;border:1px solid #e8eaf6;border-radius:8px;margin-bottom:8px}.stop-seq-badge{width:26px;height:26px;background:#4a6cf7;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;flex-shrink:0;margin-top:1px}.stop-fields{display:flex;flex-direction:column;gap:6px;min-width:0}.stop-fields input,.stop-fields-side input{width:100%;padding:7px 10px;border:1px solid #e0e3f0;border-radius:6px;font-size:12px;color:#1a1a2e;background:#fff}.stop-fields input:focus,.stop-fields-side input:focus{outline:none;border-color:#4a6cf7}.stop-fields-side{display:flex;flex-direction:column;gap:6px;min-width:0}.stop-remove-btn{width:30px;height:30px;min-width:30px;padding:0;background:#fee2e2;color:#b91c1c;border:none;border-radius:6px;font-size:18px;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;line-height:1;margin-top:1px}.stop-remove-btn:hover:not(:disabled){background:#fecaca}.routes-panel{padding:24px}.routes-toolbar{display:flex;gap:10px;margin-bottom:20px;align-items:center;flex-wrap:wrap}.routes-toolbar h2{font-size:16px;font-weight:700;color:#1a1a2e;flex:1;min-width:160px}.routes-filter-select{padding:7px 12px;border:1px solid #e0e3f0;border-radius:8px;font-size:13px;background:#fff;color:#333;cursor:pointer}.routes-empty{text-align:center;padding:64px 24px;color:#bbb}.routes-empty p:first-child{font-size:42px;margin-bottom:10px}.routes-empty .btn-primary{margin-top:16px}.routes-count{font-size:12px;color:#999;margin-bottom:14px}.routes-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(330px,1fr));gap:16px}.routes-pagination{display:flex;gap:10px;margin-top:24px;align-items:center;justify-content:center;color:#666;font-size:13px}.route-card{background:#fff;border-radius:12px;padding:16px;box-shadow:0 1px 6px #00000012;border:1px solid #e8eaf6;display:flex;flex-direction:column;gap:10px;transition:box-shadow .15s;word-break:break-word;overflow-wrap:break-word}.route-card:hover{box-shadow:0 4px 18px #0000001a}.route-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.route-card-title{font-size:14px;font-weight:700;color:#1a1a2e;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.route-status-badge{padding:3px 10px;border-radius:20px;font-size:11px;font-weight:600;white-space:nowrap;flex-shrink:0}.status-draft{background:#f1f5f9;color:#64748b}.status-calculating{background:#fef9c3;color:#a16207}.status-calculated{background:#dbeafe;color:#1d4ed8}.status-selected{background:#ede9fe;color:#7c3aed}.status-assigned{background:#dcfce7;color:#15803d}.status-on_route{background:#d1fae5;color:#065f46}.status-delivered{background:#bbf7d0;color:#14532d}.status-failed{background:#fee2e2;color:#b91c1c}.status-cancelled{background:#f1f5f9;color:#475569}.route-card-address{font-size:12px;color:#555;background:#f8f9ff;border-radius:6px;padding:7px 10px;word-break:break-word;border-left:3px solid #4a6cf7;line-height:1.45}.route-card-address-label{font-size:10px;color:#4a6cf7;font-weight:600;letter-spacing:.3px;display:block;margin-bottom:2px}.return-tag{margin-left:8px;font-size:10px;background:#e0e7ff;color:#4338ca;border-radius:4px;padding:1px 6px;font-weight:600}.route-card-meta{display:grid;grid-template-columns:1fr 1fr;gap:6px 12px;font-size:12px;color:#555}.meta-label{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.4px;color:#bbb;margin-bottom:1px}.route-card-selected-option{background:#f5f3ff;border-radius:6px;padding:8px 10px;font-size:12px;color:#5b21b6;border-left:3px solid #7c3aed}.route-card-selected-label{font-size:10px;font-weight:700;letter-spacing:.3px;margin-bottom:4px;color:#7c3aed}.option-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:4px;font-weight:600}.route-card-driver{display:flex;align-items:center;gap:6px;font-size:12px;color:#15803d;background:#f0fdf4;border-radius:6px;padding:7px 10px;border-left:3px solid #22c55e;word-break:break-word}.route-card-actions{display:flex;gap:6px;flex-wrap:wrap;padding-top:8px;border-top:1px solid #f0f2f5}.route-options{display:flex;flex-direction:column;gap:10px}.route-option-card{border:1px solid #e8eaf6;border-radius:8px;padding:12px 14px;background:#f8f9ff;transition:border-color .15s}.route-option-card.route-option-selected{border-color:#7c3aed;background:#f5f3ff}.route-option-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;gap:8px}.route-option-number{font-weight:700;font-size:13px;color:#1a1a2e}.route-option-source{margin-left:6px;font-size:10px;color:#aaa;font-weight:400}.route-option-selected-tag{background:#7c3aed;color:#fff;border-radius:10px;padding:2px 10px;font-size:11px;font-weight:600;flex-shrink:0}.comparison-grid{display:grid;gap:8px}.comparison-grid-3{grid-template-columns:1fr 1fr 1fr;margin-bottom:10px}.comparison-item{display:flex;flex-direction:column;gap:2px}.comparison-label{font-size:10px;text-transform:uppercase;letter-spacing:.4px;color:#aaa}.comparison-value{font-size:14px;font-weight:700;color:#1a1a2e}.comparison-summary{background:#eef1ff;border:1px solid #c7d0ff;border-radius:8px;padding:10px 14px;margin-bottom:14px;font-size:12px;color:#3730a3;line-height:1.7}.detail-section{margin-bottom:22px}.detail-section h3{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.4px;color:#aaa;margin-bottom:10px;padding-bottom:6px;border-bottom:1px solid #f0f2f5;display:flex;align-items:center;gap:6px}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px 16px}.detail-field{display:flex;flex-direction:column;gap:2px;min-width:0}.detail-field-full{grid-column:1 / -1}.field-label{font-size:10px;text-transform:uppercase;letter-spacing:.4px;color:#bbb}.field-value{font-size:13px;color:#1a1a2e;font-weight:500;word-break:break-word;overflow-wrap:break-word}.field-value-small{font-size:11px}.detail-actions{display:flex;gap:8px;flex-wrap:wrap}.stops-list{display:flex;flex-direction:column;gap:8px}.stop-item{display:flex;gap:10px;align-items:flex-start;padding:9px 12px;background:#f8f9ff;border-radius:8px;border:1px solid #e8eaf6;font-size:12px;word-break:break-word}.stop-seq{width:24px;height:24px;min-width:24px;background:#4a6cf7;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;flex-shrink:0}.stop-info{flex:1;min-width:0}.stop-address{font-weight:600;color:#1a1a2e;margin-bottom:2px;overflow-wrap:break-word}.stop-meta{color:#999;font-size:11px}.muted-id{color:#ccc}.stop-status-badge{padding:2px 8px;border-radius:10px;font-size:10px;font-weight:600;flex-shrink:0;white-space:nowrap;align-self:flex-start}.stop-pending{background:#f1f5f9;color:#64748b}.stop-delivered{background:#dcfce7;color:#15803d}.stop-failed{background:#fee2e2;color:#b91c1c}.stop-cancelled{background:#f1f5f9;color:#475569}.driver-select-list{display:flex;flex-direction:column;gap:8px;max-height:300px;overflow-y:auto}.driver-select-item{display:flex;justify-content:space-between;align-items:center;padding:10px 14px;border:1px solid #e8eaf6;border-radius:8px;cursor:pointer;transition:border-color .15s,background .15s;gap:8px}.driver-select-item:hover{border-color:#4a6cf7;background:#f0f3ff}.driver-select-item.selected{border-color:#4a6cf7;background:#eef1ff}.driver-name{font-weight:600;font-size:13px;color:#1a1a2e;word-break:break-word}.driver-phone{font-size:12px;color:#888;word-break:break-word}.driver-selected-mark{color:#4a6cf7;font-weight:700;font-size:16px;flex-shrink:0}@media (max-width: 760px){.header{height:auto;padding:12px 16px;flex-direction:column;align-items:stretch;gap:10px}.header-actions{justify-content:space-between;flex-wrap:wrap}.tabs{flex:1}.tab-btn{flex:1;padding:6px 10px}.routes-grid,.form-row,.detail-grid{grid-template-columns:1fr}.stop-form-row{grid-template-columns:26px 1fr 30px}.stop-fields-side{grid-column:2 / 3}.comparison-grid-3{grid-template-columns:1fr}.modal-box{max-height:92vh}}.orders-panel{width:min(1440px,calc(100vw - 48px))!important;margin:28px auto 48px!important;padding:0!important;display:flex!important;flex-direction:column!important;gap:18px!important}.orders-panel-header{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:18px!important;padding:22px 24px!important;box-shadow:0 10px 30px #0f172a0f!important}.orders-panel-header h2{font-size:28px!important;font-weight:900!important;color:#0f172a!important;margin:0 0 8px!important}.orders-panel-header p{font-size:15px!important;color:#64748b!important}.orders-toolbar{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:18px!important;padding:16px!important;box-shadow:0 8px 24px #0f172a0d!important;gap:12px!important}.orders-toolbar input[type=text]{height:42px!important;min-width:360px!important;border:1px solid #cbd5e1!important;border-radius:12px!important;padding:0 14px!important;font-size:14px!important;background:#f8fafc!important}.orders-toolbar button,.orders-actions-bar button{min-height:40px!important;border-radius:12px!important;font-weight:800!important}.orders-actions-bar{background:#eff6ff!important;border:1px solid #bfdbfe!important;border-radius:16px!important;padding:12px 16px!important}.orders-grid{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(430px,1fr))!important;gap:18px!important}.order-card{display:grid!important;grid-template-columns:28px 1fr!important;gap:14px!important;background:#fff!important;border:1px solid #e2e8f0!important;border-left:6px solid #94a3b8!important;border-radius:18px!important;padding:18px!important;box-shadow:0 10px 28px #0f172a0f!important}.order-card:hover{transform:translateY(-2px)!important;border-color:#93c5fd!important;border-left-color:#2563eb!important;box-shadow:0 18px 36px #0f172a1c!important}.order-card-selected{background:linear-gradient(180deg,#eff6ff,#fff 52%)!important;border-color:#2563eb!important;border-left-color:#1d4ed8!important;box-shadow:0 0 0 2px #2563eb1f,0 18px 36px #2563eb1f!important}.order-card-top{padding-bottom:12px!important;border-bottom:1px solid #e2e8f0!important;margin-bottom:14px!important}.order-card-top>strong{font-size:18px!important;color:#0f172a!important}.order-meta-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px 16px!important}.order-meta-grid div{background:#f8fafc!important;border:1px solid #edf2f7!important;border-radius:12px!important;padding:10px 11px!important}.order-meta-grid span{display:block!important;color:#64748b!important;font-size:11px!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.05em!important;margin-bottom:4px!important}.order-meta-grid strong{display:block!important;color:#0f172a!important;font-size:14px!important;font-weight:800!important;line-height:1.35!important;overflow-wrap:anywhere!important}.order-badge{border-radius:999px!important;padding:4px 9px!important;font-size:11px!important;font-weight:900!important}.order-badge-oracle{background:#fff7ed!important;color:#9a3412!important;border:1px solid #fdba74!important}.order-badge-local{background:#dbeafe!important;color:#1e40af!important;border:1px solid #93c5fd!important}@media (max-width: 900px){.orders-panel{width:min(100vw - 24px,100%)!important;margin:16px auto 32px!important}.orders-grid,.order-meta-grid{grid-template-columns:1fr!important}.orders-toolbar input[type=text]{min-width:100%!important}}.idx-modal-overlay{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:8000!important;background:#0f172a94!important;-webkit-backdrop-filter:blur(4px)!important;backdrop-filter:blur(4px)!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:18px!important}.idx-modal{width:min(920px,96vw)!important;max-height:90vh!important;overflow:auto!important;border-radius:22px!important;background:#fff!important;color:#0f172a!important;box-shadow:0 24px 80px #02061752!important;border:1px solid #e2e8f0!important}.idx-modal__header{display:flex!important;justify-content:space-between!important;gap:16px!important;padding:22px 24px 16px!important;border-bottom:1px solid #e5e7eb!important}.idx-modal__title{margin:0!important;font-size:24px!important;line-height:1.2!important;font-weight:900!important;color:#0f172a!important}.idx-modal__subtitle{margin:8px 0 0!important;color:#64748b!important;font-size:14px!important;line-height:1.45!important}.idx-modal__close{width:38px!important;height:38px!important;border:0!important;background:#f1f5f9!important;color:#475569!important;cursor:pointer!important;border-radius:12px!important;font-size:24px!important;line-height:1!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.idx-modal__close:hover{background:#e2e8f0!important}.idx-modal__body{padding:20px 24px!important}.idx-modal__grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:14px!important}.idx-field{display:flex!important;flex-direction:column!important;gap:7px!important}.idx-field label{font-size:13px!important;font-weight:900!important;color:#334155!important}.idx-field input{height:44px!important;border:1px solid #cbd5e1!important;border-radius:12px!important;padding:0 13px!important;font-size:14px!important;background:#f8fafc!important;color:#0f172a!important}.idx-field input:focus{outline:none!important;border-color:#2563eb!important;background:#fff!important;box-shadow:0 0 0 3px #2563eb24!important}.idx-checkbox{display:inline-flex!important;align-items:center!important;gap:8px!important;margin-top:14px!important;padding:9px 12px!important;border:1px solid #e2e8f0!important;background:#f8fafc!important;border-radius:999px!important;color:#334155!important;font-size:13px!important;font-weight:800!important}.idx-checkbox input{accent-color:#2563eb!important}.idx-modal__summary{margin-top:16px!important;padding:12px 14px!important;border-radius:14px!important;background:#eff6ff!important;border:1px solid #bfdbfe!important;color:#1e40af!important;font-size:14px!important;font-weight:800!important}.idx-selected-orders{margin-top:12px!important;border:1px solid #e2e8f0!important;border-radius:16px!important;overflow:hidden!important;background:#fff!important}.idx-selected-orders ul{list-style:none!important;margin:0!important;padding:0!important;max-height:280px!important;overflow:auto!important}.idx-selected-orders__item{display:grid!important;grid-template-columns:150px 1fr 120px!important;gap:12px!important;align-items:center!important;padding:13px 14px!important;border-bottom:1px solid #f1f5f9!important}.idx-selected-orders__item:last-child{border-bottom:none!important}.idx-selected-orders__item .id{font-weight:900!important;color:#1d4ed8!important}.idx-selected-orders__item .main{font-weight:800!important;color:#0f172a!important;overflow-wrap:anywhere!important}.idx-selected-orders__item .meta{font-weight:900!important;color:#166534!important;text-align:right!important}.idx-modal__footer{display:flex!important;justify-content:flex-end!important;gap:10px!important;padding:16px 24px 22px!important;border-top:1px solid #e5e7eb!important;background:#f8fafc!important}.idx-modal__footer button{min-height:42px!important;border-radius:12px!important;padding:0 16px!important;font-weight:900!important;cursor:pointer!important}.idx-modal__footer .btn-ghost{border:1px solid #cbd5e1!important;background:#fff!important;color:#334155!important}.idx-modal__footer .btn-primary{border:1px solid #2563eb!important;background:#2563eb!important;color:#fff!important;box-shadow:0 10px 18px #2563eb2e!important}@media (max-width: 768px){.idx-modal{width:100%!important;max-height:92vh!important}.idx-modal__grid,.idx-selected-orders__item{grid-template-columns:1fr!important}.idx-selected-orders__item .meta{text-align:left!important}}.orders-empty{display:flex!important;align-items:center!important;justify-content:center!important;min-height:140px!important;text-align:center!important;line-height:1.5!important}.drivers-panel{width:min(1440px,calc(100vw - 48px))!important;margin:28px auto 48px!important;display:flex!important;flex-direction:column!important;gap:18px!important}.drivers-panel-header{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:16px!important;background:#fff!important;border:1px solid #e2e8f0!important;border-radius:18px!important;padding:22px 24px!important;box-shadow:0 10px 30px #0f172a0f!important}.drivers-panel-header h2{margin:0 0 8px!important;font-size:28px!important;font-weight:900!important;color:#0f172a!important}.drivers-panel-header p{margin:0!important;color:#64748b!important;font-size:15px!important}.drivers-panel-header button{min-height:42px!important;border-radius:12px!important;border:1px solid #dbe3ef!important;background:#fff!important;color:#1e293b!important;padding:0 16px!important;font-weight:900!important}.drivers-summary-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important}.drivers-summary-card{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:16px!important;padding:18px!important;box-shadow:0 8px 24px #0f172a0d!important}.drivers-summary-card span{display:block!important;color:#64748b!important;font-size:12px!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.05em!important;margin-bottom:8px!important}.drivers-summary-card strong{color:#0f172a!important;font-size:30px!important;font-weight:900!important}.drivers-summary-card.summary-active{border-left:6px solid #22c55e!important}.drivers-summary-card.summary-inactive{border-left:6px solid #94a3b8!important}.drivers-toolbar{display:flex!important;flex-wrap:wrap!important;gap:12px!important;align-items:center!important;background:#fff!important;border:1px solid #e2e8f0!important;border-radius:18px!important;padding:16px!important;box-shadow:0 8px 24px #0f172a0d!important}.drivers-toolbar input,.drivers-toolbar select{height:42px!important;border:1px solid #cbd5e1!important;border-radius:12px!important;padding:0 14px!important;background:#f8fafc!important;color:#0f172a!important;font-size:14px!important}.drivers-toolbar input{min-width:360px!important;flex:1!important}.drivers-alert{display:flex!important;justify-content:space-between!important;gap:16px!important;border:1px solid #fecaca!important;background:#fef2f2!important;color:#991b1b!important;border-radius:14px!important;padding:12px 14px!important;font-weight:800!important}.drivers-alert button{border:0!important;background:transparent!important;color:inherit!important;font-size:18px!important;cursor:pointer!important}.drivers-empty{background:#fff!important;border:1px dashed #cbd5e1!important;border-radius:18px!important;padding:48px 24px!important;text-align:center!important;color:#64748b!important;font-weight:800!important}.drivers-grid{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(420px,1fr))!important;gap:18px!important}.driver-card{background:#fff!important;border:1px solid #e2e8f0!important;border-left:6px solid #2563eb!important;border-radius:18px!important;padding:18px!important;box-shadow:0 10px 28px #0f172a0f!important}.driver-card-top{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:14px!important;border-bottom:1px solid #e2e8f0!important;padding-bottom:14px!important;margin-bottom:14px!important}.driver-card-top h3{margin:0 0 5px!important;color:#0f172a!important;font-size:19px!important;font-weight:900!important}.driver-card-top p{margin:0!important;color:#64748b!important;font-size:14px!important;font-weight:700!important}.driver-status{display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;padding:6px 10px!important;font-size:12px!important;font-weight:900!important;text-transform:uppercase!important;white-space:nowrap!important}.driver-status.active{background:#dcfce7!important;color:#166534!important;border:1px solid #86efac!important}.driver-status.inactive{background:#f1f5f9!important;color:#475569!important;border:1px solid #cbd5e1!important}.driver-info-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.driver-info-grid div{background:#f8fafc!important;border:1px solid #edf2f7!important;border-radius:12px!important;padding:10px 11px!important;min-width:0!important}.driver-info-grid span{display:block!important;color:#64748b!important;font-size:11px!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.05em!important;margin-bottom:4px!important}.driver-info-grid strong{display:block!important;color:#0f172a!important;font-size:14px!important;font-weight:800!important;overflow-wrap:anywhere!important}.driver-readiness-box{margin-top:14px!important;border:1px solid #bfdbfe!important;border-left:5px solid #2563eb!important;background:#eff6ff!important;border-radius:14px!important;padding:12px 14px!important}.driver-readiness-box strong{display:block!important;color:#1e40af!important;font-weight:900!important;margin-bottom:4px!important}.driver-readiness-box p{margin:0!important;color:#1e3a8a!important;font-size:13px!important;line-height:1.45!important;font-weight:700!important}@media (max-width: 900px){.drivers-panel{width:min(100vw - 24px,100%)!important;margin:16px auto 32px!important}.drivers-summary-grid,.drivers-grid,.driver-info-grid{grid-template-columns:1fr!important}.drivers-toolbar input{min-width:100%!important}.drivers-panel-header,.driver-card-top{flex-direction:column!important}}.assign-driver-modal{width:min(720px,96vw)!important}.assign-driver-subtitle{margin:6px 0 0!important;color:#64748b!important;font-size:14px!important;line-height:1.4!important}.assign-driver-info-box{display:flex!important;flex-direction:column!important;gap:4px!important;border:1px solid #bfdbfe!important;border-left:5px solid #2563eb!important;background:#eff6ff!important;color:#1e3a8a!important;border-radius:14px!important;padding:12px 14px!important;margin-bottom:14px!important}.assign-driver-info-box strong{font-size:13px!important;font-weight:900!important;color:#1e40af!important}.assign-driver-info-box span{font-size:13px!important;font-weight:700!important;line-height:1.45!important}.driver-select-list-enhanced{display:flex!important;flex-direction:column!important;gap:12px!important}.driver-select-item-enhanced{display:grid!important;grid-template-columns:1fr auto!important;gap:14px!important;align-items:center!important;border:1px solid #e2e8f0!important;border-left:5px solid #94a3b8!important;border-radius:16px!important;background:#fff!important;padding:14px!important;cursor:pointer!important;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease!important}.driver-select-item-enhanced:hover{border-color:#93c5fd!important;border-left-color:#2563eb!important;box-shadow:0 10px 24px #0f172a14!important}.driver-select-item-enhanced.selected{border-color:#2563eb!important;border-left-color:#1d4ed8!important;background:linear-gradient(180deg,#eff6ff,#fff 65%)!important;box-shadow:0 0 0 2px #2563eb1f!important}.driver-select-main{min-width:0!important}.driver-select-header{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:12px!important;margin-bottom:12px!important}.driver-select-item-enhanced .driver-name{color:#0f172a!important;font-size:16px!important;font-weight:900!important}.driver-select-item-enhanced .driver-phone{margin-top:4px!important;color:#64748b!important;font-size:13px!important;font-weight:700!important;overflow-wrap:anywhere!important}.driver-active-pill{display:inline-flex!important;align-items:center!important;border-radius:999px!important;background:#dcfce7!important;color:#166534!important;border:1px solid #86efac!important;padding:5px 9px!important;font-size:11px!important;font-weight:900!important;text-transform:uppercase!important;white-space:nowrap!important}.driver-rate-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.driver-rate-grid div{background:#f8fafc!important;border:1px solid #edf2f7!important;border-radius:12px!important;padding:9px 10px!important}.driver-rate-grid span{display:block!important;color:#64748b!important;font-size:11px!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.05em!important;margin-bottom:3px!important}.driver-rate-grid strong{display:block!important;color:#0f172a!important;font-size:14px!important;font-weight:900!important}.driver-select-item-enhanced .driver-selected-mark{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:34px!important;height:34px!important;border-radius:999px!important;background:#2563eb!important;color:#fff!important;font-size:18px!important;font-weight:900!important}@media (max-width: 720px){.driver-select-item-enhanced{grid-template-columns:1fr!important}.driver-select-header{flex-direction:column!important}.driver-rate-grid{grid-template-columns:1fr!important}}.driver-operational-note{margin-top:10px!important;border:1px solid #dbeafe!important;background:#eff6ff!important;color:#1e40af!important;border-radius:12px!important;padding:10px 12px!important;font-size:13px!important;font-weight:800!important;line-height:1.4!important}.ops-kanban{width:min(1600px,calc(100vw - 36px))!important;margin:24px auto 44px!important;display:flex!important;flex-direction:column!important;gap:16px!important}.ops-kanban-header{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:16px!important;background:#fff!important;border:1px solid #e2e8f0!important;border-radius:18px!important;padding:20px 22px!important;box-shadow:0 10px 30px #0f172a0f!important}.ops-kanban-header h2{margin:0 0 7px!important;color:#0f172a!important;font-size:28px!important;font-weight:900!important}.ops-kanban-header p{margin:0!important;color:#64748b!important;font-size:15px!important}.ops-kanban-header button{min-height:42px!important;border-radius:12px!important;border:1px solid #dbe3ef!important;background:#fff!important;color:#1e293b!important;padding:0 16px!important;font-weight:900!important}.ops-kanban-summary{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important}.ops-kanban-summary div{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:16px!important;padding:16px!important;box-shadow:0 8px 24px #0f172a0d!important}.ops-kanban-summary span{display:block!important;color:#64748b!important;font-size:11px!important;font-weight:900!important;letter-spacing:.05em!important;text-transform:uppercase!important;margin-bottom:6px!important}.ops-kanban-summary strong{color:#0f172a!important;font-size:28px!important;font-weight:900!important}.ops-kanban-alert{display:flex!important;justify-content:space-between!important;gap:16px!important;border:1px solid #fecaca!important;background:#fef2f2!important;color:#991b1b!important;border-radius:14px!important;padding:12px 14px!important;font-weight:800!important}.ops-kanban-alert button{border:0!important;background:transparent!important;color:inherit!important;font-size:18px!important}.ops-kanban-board{display:grid!important;grid-template-columns:repeat(6,minmax(270px,1fr))!important;gap:14px!important;align-items:start!important;overflow-x:auto!important;padding-bottom:8px!important}.ops-kanban-column{background:#fff!important;border:1px solid #e2e8f0!important;border-top:5px solid #94a3b8!important;border-radius:18px!important;min-height:220px!important;padding:14px!important;box-shadow:0 10px 28px #0f172a0f!important}.ops-kanban-column.column-orders{border-top-color:#2563eb!important}.ops-kanban-column.column-planning{border-top-color:#7c3aed!important}.ops-kanban-column.column-assigned{border-top-color:#0ea5e9!important}.ops-kanban-column.column-on_route{border-top-color:#22c55e!important}.ops-kanban-column.column-finished{border-top-color:#16a34a!important}.ops-kanban-column.column-issues{border-top-color:#ef4444!important}.ops-kanban-column-header{display:flex!important;justify-content:space-between!important;gap:10px!important;border-bottom:1px solid #e2e8f0!important;padding-bottom:12px!important;margin-bottom:12px!important}.ops-kanban-column-header h3{margin:0 0 4px!important;color:#0f172a!important;font-size:14px!important;font-weight:900!important}.ops-kanban-column-header p{margin:0!important;color:#64748b!important;font-size:12px!important;line-height:1.35!important}.ops-kanban-column-header>span{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:30px!important;height:28px!important;border-radius:999px!important;background:#eff6ff!important;color:#1d4ed8!important;font-size:13px!important;font-weight:900!important}.ops-kanban-cards{display:flex!important;flex-direction:column!important;gap:10px!important}.ops-kanban-card{border:1px solid #e2e8f0!important;border-left:5px solid #94a3b8!important;border-radius:14px!important;background:#fff!important;padding:12px!important;box-shadow:0 6px 18px #0f172a0d!important}.ops-kanban-card.card-order{border-left-color:#2563eb!important}.ops-kanban-card.card-route{border-left-color:#7c3aed!important}.ops-kanban-card.card-issue{border-left-color:#ef4444!important;background:#fff7f7!important}.ops-kanban-card-top{display:flex!important;justify-content:space-between!important;align-items:flex-start!important;gap:8px!important;margin-bottom:8px!important}.ops-kanban-card-top strong{color:#0f172a!important;font-size:13px!important;font-weight:900!important;overflow-wrap:anywhere!important}.ops-kanban-card-top span{display:inline-flex!important;border-radius:999px!important;padding:3px 8px!important;background:#f1f5f9!important;color:#334155!important;font-size:10px!important;font-weight:900!important;white-space:nowrap!important}.ops-kanban-card-subtitle{color:#334155!important;font-size:13px!important;font-weight:800!important;margin-bottom:8px!important;overflow-wrap:anywhere!important}.ops-kanban-card-address{border:1px solid #e2e8f0!important;background:#f8fafc!important;color:#475569!important;border-radius:10px!important;padding:8px 9px!important;font-size:12px!important;font-weight:700!important;line-height:1.4!important;overflow-wrap:anywhere!important}.ops-kanban-card-driver,.ops-kanban-card-meta{margin-top:8px!important;color:#64748b!important;font-size:12px!important;font-weight:700!important}.ops-kanban-card-issue{margin-top:8px!important;border:1px solid #fecaca!important;background:#fef2f2!important;color:#991b1b!important;border-radius:10px!important;padding:8px 9px!important;font-size:12px!important;font-weight:800!important;line-height:1.4!important}.ops-kanban-empty{border:1px dashed #cbd5e1!important;background:#f8fafc!important;color:#64748b!important;border-radius:14px!important;padding:24px 12px!important;text-align:center!important;font-size:13px!important;font-weight:800!important}@media (max-width: 1200px){.ops-kanban-board{grid-template-columns:repeat(6,290px)!important}}@media (max-width: 900px){.ops-kanban{width:min(100vw - 24px,100%)!important;margin:16px auto 32px!important}.ops-kanban-summary{grid-template-columns:repeat(2,minmax(0,1fr))!important}.ops-kanban-header{flex-direction:column!important}}.ops-kanban-header-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;flex-wrap:wrap!important;gap:10px!important}.ops-kanban-header-actions button{min-height:42px!important;border-radius:12px!important;border:1px solid #dbe3ef!important;background:#fff!important;color:#1e293b!important;padding:0 16px!important;font-weight:900!important}.ops-kanban-header-actions button:hover:not(:disabled){background:#f8fafc!important;border-color:#93c5fd!important}.ops-kanban-header-actions .ops-refresh-btn{background:#2563eb!important;color:#fff!important;border-color:#2563eb!important;box-shadow:0 10px 18px #2563eb29!important}.ops-kanban-summary div:nth-child(4){border-left:6px solid #ef4444!important}.ops-kanban-column.column-issues{background:linear-gradient(180deg,#fff7f7,#fff 30%)!important;border-color:#fecaca!important;border-top-color:#ef4444!important}.ops-kanban-column.column-issues .ops-kanban-column-header>span{background:#fee2e2!important;color:#991b1b!important}.ops-kanban-card-type-row{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;margin-bottom:8px!important}.ops-card-type,.ops-card-status{display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;padding:3px 8px!important;font-size:10px!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.03em!important;white-space:nowrap!important}.ops-card-type.type-order{background:#dbeafe!important;color:#1e40af!important;border:1px solid #93c5fd!important}.ops-card-type.type-route{background:#ede9fe!important;color:#6d28d9!important;border:1px solid #c4b5fd!important}.ops-card-type.type-issue{background:#fee2e2!important;color:#991b1b!important;border:1px solid #fca5a5!important}.ops-card-status{background:#f8fafc!important;color:#334155!important;border:1px solid #cbd5e1!important}.ops-kanban-card.card-issue{border-color:#fecaca!important;border-left-color:#ef4444!important;background:linear-gradient(180deg,#fff7f7,#fff 64%)!important}.ops-kanban-card.card-issue .ops-kanban-card-top strong{color:#7f1d1d!important}.ops-kanban-card-issue{border-left:4px solid #ef4444!important}.ops-kanban-empty{min-height:92px!important;display:flex!important;align-items:center!important;justify-content:center!important}@media (max-width: 900px){.ops-kanban-header-actions{width:100%!important;justify-content:stretch!important}.ops-kanban-header-actions button{flex:1!important}}html,body,#root{max-width:100vw!important;overflow-x:hidden!important}.ops-kanban{width:calc(100vw - 36px)!important;max-width:100vw!important;overflow:hidden!important}.ops-kanban-filters{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;background:#fff!important;border:1px solid #e2e8f0!important;border-radius:16px!important;padding:14px 16px!important;box-shadow:0 8px 24px #0f172a0d!important}.ops-kanban-filters>div:first-child span{display:block!important;color:#64748b!important;font-size:11px!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.05em!important;margin-bottom:4px!important}.ops-kanban-filters>div:first-child strong{color:#0f172a!important;font-size:17px!important;font-weight:900!important}.ops-kanban-filter-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;flex-wrap:wrap!important;gap:10px!important}.ops-kanban-filter-actions button,.ops-kanban-filter-actions label{min-height:40px!important;border:1px solid #dbe3ef!important;background:#fff!important;color:#1e293b!important;border-radius:12px!important;padding:0 13px!important;font-size:13px!important;font-weight:900!important;display:inline-flex!important;align-items:center!important;gap:8px!important}.ops-kanban-filter-actions button.active{background:#2563eb!important;border-color:#2563eb!important;color:#fff!important}.ops-kanban-filter-actions input[type=date]{height:32px!important;border:1px solid #cbd5e1!important;background:#f8fafc!important;color:#0f172a!important;border-radius:9px!important;padding:0 8px!important;font-weight:800!important}.ops-kanban-board-wrap{width:100%!important;max-width:100%!important;overflow-x:auto!important;overflow-y:visible!important;padding:2px 2px 18px!important;scrollbar-width:thin!important;scrollbar-color:#94a3b8 #e2e8f0!important}.ops-kanban-board-wrap::-webkit-scrollbar{height:12px!important}.ops-kanban-board-wrap::-webkit-scrollbar-track{background:#e2e8f0!important;border-radius:999px!important}.ops-kanban-board-wrap::-webkit-scrollbar-thumb{background:#94a3b8!important;border-radius:999px!important}.ops-kanban-board{display:flex!important;grid-template-columns:none!important;align-items:flex-start!important;gap:14px!important;width:max-content!important;min-width:100%!important;overflow:visible!important}.ops-kanban-column{flex:0 0 292px!important;width:292px!important;max-width:292px!important}.ops-kanban-cards{max-height:calc(100vh - 430px)!important;min-height:120px!important;overflow-y:auto!important;padding-right:3px!important}.ops-kanban-card{max-width:100%!important}@media (max-width: 900px){.ops-kanban{width:min(100vw - 24px,100%)!important}.ops-kanban-filters{align-items:stretch!important;flex-direction:column!important}.ops-kanban-filter-actions{justify-content:stretch!important}.ops-kanban-filter-actions button,.ops-kanban-filter-actions label{flex:1!important;justify-content:center!important}.ops-kanban-column{flex-basis:284px!important;width:284px!important;max-width:284px!important}}.ops-kanban{width:min(100%,calc(100vw - 28px))!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important;overflow-x:hidden!important}.ops-kanban-board-wrap{width:100%!important;max-width:100%!important;overflow-x:hidden!important;overflow-y:visible!important;padding:2px 0 18px!important}.ops-kanban-board{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:12px!important;width:100%!important;min-width:0!important;max-width:100%!important;overflow:visible!important}.ops-kanban-column{width:auto!important;min-width:0!important;max-width:none!important;flex:initial!important;padding:12px!important;border-radius:16px!important}.ops-kanban-column-header{gap:8px!important}.ops-kanban-column-header h3{font-size:13px!important}.ops-kanban-column-header p{font-size:11px!important}.ops-kanban-column-header>span{min-width:26px!important;height:25px!important;font-size:12px!important}.ops-kanban-cards{max-height:calc(100vh - 430px)!important;overflow-y:auto!important;overflow-x:hidden!important;padding-right:2px!important}.ops-kanban-card{padding:10px!important;border-radius:13px!important;max-width:100%!important;overflow:hidden!important}.ops-kanban-card-top strong,.ops-kanban-card-subtitle{font-size:12px!important;line-height:1.35!important}.ops-kanban-card-address{font-size:11px!important;line-height:1.35!important;padding:7px 8px!important}.ops-kanban-card-driver,.ops-kanban-card-meta,.ops-kanban-card-issue{font-size:11px!important;line-height:1.35!important}.ops-card-type,.ops-card-status{font-size:9px!important;padding:3px 7px!important;max-width:100%!important}.ops-kanban-summary{grid-template-columns:repeat(4,minmax(0,1fr))!important}.ops-kanban-filters,.ops-kanban-header,.ops-kanban-summary,.ops-kanban-board-wrap{box-sizing:border-box!important}@media (max-width: 1500px){.ops-kanban-board{grid-template-columns:repeat(3,minmax(0,1fr))!important}.ops-kanban-cards{max-height:520px!important}}@media (max-width: 980px){.ops-kanban-board,.ops-kanban-summary{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width: 680px){.ops-kanban{width:min(100%,calc(100vw - 18px))!important}.ops-kanban-board,.ops-kanban-summary{grid-template-columns:1fr!important}.ops-kanban-cards{max-height:none!important}}.ops-kanban-all-periods .ops-kanban-column{min-height:360px!important}.ops-kanban-all-periods .ops-kanban-cards{max-height:520px!important;overflow-y:auto!important}.ops-kanban-history-note{border:1px solid #dbeafe!important;background:#eff6ff!important;color:#1e40af!important;border-radius:11px!important;padding:8px 9px!important;margin-bottom:10px!important;font-size:11px!important;line-height:1.35!important;font-weight:800!important}.ops-kanban-more-note{margin-top:10px!important;border:1px solid #cbd5e1!important;background:#f8fafc!important;color:#475569!important;border-radius:12px!important;padding:10px 11px!important;font-size:12px!important;line-height:1.4!important;font-weight:900!important;text-align:center!important}.ops-kanban-all-periods .column-orders .ops-kanban-more-note{border-color:#93c5fd!important;background:#eff6ff!important;color:#1d4ed8!important}.ops-kanban-all-periods .column-issues .ops-kanban-more-note{border-color:#fca5a5!important;background:#fef2f2!important;color:#991b1b!important}.ops-kanban-all-periods .ops-kanban-card{margin-bottom:0!important}.route-detail-modal{width:min(1080px,96vw)!important;max-height:92vh!important;overflow:hidden!important;border-radius:22px!important}.route-detail-header{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:16px!important;padding:22px 24px 16px!important;border-bottom:1px solid #e2e8f0!important;background:#fff!important}.route-detail-header h2{margin:0 0 10px!important;color:#0f172a!important;font-size:24px!important;line-height:1.2!important;font-weight:900!important}.route-detail-header-badges{display:flex!important;flex-wrap:wrap!important;gap:8px!important}.route-detail-body{max-height:calc(92vh - 88px)!important;overflow-y:auto!important;padding:20px 24px 24px!important;background:#f8fafc!important}.route-detail-section{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:18px!important;padding:16px!important;margin-bottom:16px!important;box-shadow:0 8px 22px #0f172a0d!important}.route-detail-section-title{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:12px!important;border-bottom:1px solid #e2e8f0!important;padding-bottom:12px!important;margin-bottom:14px!important}.route-detail-section-title h3{margin:0!important;color:#0f172a!important;font-size:17px!important;font-weight:900!important}.route-detail-section-title span{color:#64748b!important;font-size:12px!important;font-weight:800!important}.route-detail-issue-alert{border:1px solid #fca5a5!important;border-left:7px solid #ef4444!important;background:#fef2f2!important;color:#7f1d1d!important;border-radius:18px!important;padding:15px 16px!important;margin-bottom:16px!important}.route-detail-issue-alert strong{display:block!important;font-size:15px!important;font-weight:900!important;margin-bottom:6px!important}.route-detail-issue-alert p{margin:0!important;font-size:14px!important;line-height:1.45!important;font-weight:800!important}.route-detail-summary-grid{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:10px!important;margin-bottom:14px!important}.route-detail-summary-grid div,.route-detail-info-grid div,.route-detail-option-metrics div{background:#f8fafc!important;border:1px solid #edf2f7!important;border-radius:13px!important;padding:11px!important;min-width:0!important}.route-detail-summary-grid div.metric-danger{background:#fef2f2!important;border-color:#fecaca!important}.route-detail-summary-grid div.metric-warning{background:#fff7ed!important;border-color:#fed7aa!important}.route-detail-summary-grid span,.route-detail-info-grid span,.route-detail-option-metrics span{display:block!important;color:#64748b!important;font-size:11px!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.05em!important;margin-bottom:5px!important}.route-detail-summary-grid strong,.route-detail-info-grid strong,.route-detail-option-metrics strong{display:block!important;color:#0f172a!important;font-size:15px!important;font-weight:900!important;overflow-wrap:anywhere!important}.route-detail-summary-grid strong{font-size:22px!important}.route-detail-info-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important}.route-detail-info-grid .wide{grid-column:span 3!important}.route-detail-actions{display:flex!important;flex-wrap:wrap!important;gap:10px!important}.route-detail-actions button{min-height:38px!important;border-radius:11px!important;font-weight:900!important}.route-detail-selected-option{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;border:1px solid #c4b5fd!important;border-left:6px solid #7c3aed!important;background:#f5f3ff!important;color:#5b21b6!important;border-radius:14px!important;padding:12px 14px!important;margin-bottom:12px!important}.route-detail-selected-option strong{font-size:14px!important;font-weight:900!important}.route-detail-selected-option span{font-size:13px!important;font-weight:800!important}.route-detail-options-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))!important;gap:12px!important}.route-detail-option-card{border:1px solid #e2e8f0!important;border-left:5px solid #94a3b8!important;background:#fff!important;border-radius:16px!important;padding:13px!important}.route-detail-option-selected{border-color:#c4b5fd!important;border-left-color:#7c3aed!important;background:linear-gradient(180deg,#f5f3ff,#fff 70%)!important}.route-detail-option-header{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:10px!important;margin-bottom:11px!important}.route-detail-option-header strong{display:block!important;color:#0f172a!important;font-size:15px!important;font-weight:900!important}.route-detail-option-header span{color:#64748b!important;font-size:12px!important;font-weight:800!important}.route-detail-option-tags{display:flex!important;flex-wrap:wrap!important;justify-content:flex-end!important;gap:5px!important}.route-detail-option-tags em{border:1px solid #c4b5fd!important;background:#ede9fe!important;color:#6d28d9!important;border-radius:999px!important;padding:4px 8px!important;font-size:10px!important;font-style:normal!important;font-weight:900!important;white-space:nowrap!important}.route-detail-option-tags .tag-cheapest{background:#dcfce7!important;color:#166534!important;border-color:#86efac!important}.route-detail-option-tags .tag-fastest{background:#dbeafe!important;color:#1d4ed8!important;border-color:#93c5fd!important}.route-detail-option-tags .tag-shortest{background:#ffedd5!important;color:#9a3412!important;border-color:#fdba74!important}.route-detail-option-metrics{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;margin-bottom:12px!important}.route-detail-stops-list,.route-detail-events-list{display:flex!important;flex-direction:column!important;gap:10px!important}.route-detail-stop{display:grid!important;grid-template-columns:42px 1fr auto!important;gap:12px!important;align-items:flex-start!important;border:1px solid #e2e8f0!important;border-left:5px solid #2563eb!important;border-radius:15px!important;background:#fff!important;padding:12px!important}.route-detail-stop.stop-has-issue{border-color:#fecaca!important;border-left-color:#ef4444!important;background:#fff7f7!important}.route-detail-stop-sequence{width:34px!important;height:34px!important;border-radius:999px!important;background:#dbeafe!important;color:#1d4ed8!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-weight:900!important}.route-detail-stop-title{color:#0f172a!important;font-size:14px!important;font-weight:900!important;margin-bottom:6px!important}.route-detail-stop-address{border:1px solid #e2e8f0!important;background:#f8fafc!important;color:#334155!important;border-radius:10px!important;padding:8px 9px!important;font-size:13px!important;line-height:1.4!important;font-weight:800!important;overflow-wrap:anywhere!important}.route-detail-stop-meta{display:flex!important;flex-wrap:wrap!important;gap:6px!important;margin-top:8px!important}.route-detail-stop-meta span{border:1px solid #cbd5e1!important;background:#f8fafc!important;color:#475569!important;border-radius:999px!important;padding:3px 8px!important;font-size:11px!important;font-weight:900!important}.route-detail-stop-status{border-radius:999px!important;padding:5px 9px!important;font-size:11px!important;font-weight:900!important;text-transform:uppercase!important;white-space:nowrap!important}.route-detail-stop-status.stop-pending{background:#f1f5f9!important;color:#334155!important;border:1px solid #cbd5e1!important}.route-detail-stop-status.stop-delivered{background:#dcfce7!important;color:#166534!important;border:1px solid #86efac!important}.route-detail-stop-status.stop-failed,.route-detail-stop-status.stop-cancelled{background:#fee2e2!important;color:#991b1b!important;border:1px solid #fca5a5!important}.route-detail-event{display:grid!important;grid-template-columns:5px 1fr!important;gap:12px!important;border:1px solid #e2e8f0!important;border-radius:15px!important;background:#fff!important;padding:12px!important}.route-detail-event-line{width:5px!important;border-radius:999px!important;background:#ef4444!important}.route-detail-event-header{display:flex!important;justify-content:space-between!important;gap:10px!important;margin-bottom:7px!important}.route-detail-event-header strong{color:#7f1d1d!important;font-size:14px!important;font-weight:900!important}.route-detail-event-header span{color:#64748b!important;font-size:12px!important;font-weight:800!important}.route-detail-event-reason{color:#991b1b!important;font-size:14px!important;font-weight:900!important;margin-bottom:6px!important}.route-detail-event-observation,.route-detail-event-stop,.route-detail-event-location{color:#475569!important;font-size:12px!important;font-weight:800!important;margin-top:5px!important}.route-detail-empty{border:1px dashed #cbd5e1!important;background:#f8fafc!important;color:#64748b!important;border-radius:14px!important;padding:24px 16px!important;text-align:center!important;font-weight:800!important}@media (max-width: 860px){.route-detail-summary-grid,.route-detail-info-grid,.route-detail-options-grid,.route-detail-option-metrics{grid-template-columns:1fr!important}.route-detail-info-grid .wide{grid-column:span 1!important}.route-detail-stop{grid-template-columns:1fr!important}.route-detail-selected-option,.route-detail-section-title,.route-detail-event-header{flex-direction:column!important}}.ops-kanban-toggle,.routes-clean-toggle{min-height:40px!important;border:1px solid #dbe3ef!important;background:#fff!important;color:#1e293b!important;border-radius:12px!important;padding:0 13px!important;font-size:13px!important;font-weight:900!important;display:inline-flex!important;align-items:center!important;gap:8px!important;cursor:pointer!important}.ops-kanban-toggle input,.routes-clean-toggle input{accent-color:#2563eb!important}.routes-clean-toggle{background:#eff6ff!important;border-color:#bfdbfe!important;color:#1e40af!important}.routes-clean-toggle,.ops-kanban-toggle{min-height:40px!important;border:1px solid #bfdbfe!important;background:#eff6ff!important;color:#1e40af!important;border-radius:12px!important;padding:0 13px!important;font-size:13px!important;font-weight:900!important;display:inline-flex!important;align-items:center!important;gap:8px!important;cursor:pointer!important;white-space:nowrap!important}.routes-clean-toggle input,.ops-kanban-toggle input{accent-color:#2563eb!important}.notification-bell{position:relative;border:1px solid rgba(148,163,184,.35);background:#0f172ac7;color:#f8fafc;border-radius:999px;min-width:38px;height:38px;padding:0 10px;cursor:pointer;font-size:17px;display:inline-flex;align-items:center;justify-content:center;transition:background .2s ease,border-color .2s ease,transform .2s ease}.notification-bell:hover,.notification-bell.active{background:#0f172a;border-color:#3b82f6bf;transform:translateY(-1px)}.notification-badge{position:absolute;top:-7px;right:-7px;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:#dc2626;color:#fff;font-size:11px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;border:2px solid #0f172a}.alerts-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:flex-end}.alerts-actions select{min-height:36px;border-radius:10px;border:1px solid #cbd5e1;background:#fff;color:#0f172a;padding:0 12px;font-weight:700}.alerts-list{display:grid;gap:14px;margin-top:18px}.operational-alert-card{border:1px solid #e2e8f0;background:#fff;border-radius:18px;padding:18px;box-shadow:0 12px 35px #0f172a14}.operational-alert-main{display:flex;gap:18px;align-items:flex-start;justify-content:space-between}.operational-alert-main h2{margin:8px 0 6px;color:#0f172a;font-size:18px}.operational-alert-main p{margin:0;color:#475569}.operational-alert-date{color:#64748b;font-size:13px;white-space:nowrap}.operational-alert-status{display:inline-flex;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:800;background:#e2e8f0;color:#334155}.operational-alert-status.pending{background:#fef3c7;color:#92400e}.operational-alert-status.reviewed{background:#dcfce7;color:#166534}.operational-alert-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:16px}.operational-alert-grid div{background:#f8fafc;border-radius:12px;padding:12px}.operational-alert-grid strong{display:block;font-size:12px;color:#64748b;margin-bottom:4px}.operational-alert-grid span{color:#0f172a;font-weight:700;overflow-wrap:anywhere}.operational-alert-footer{margin-top:16px;display:flex;justify-content:flex-end}@media (max-width: 900px){.operational-alert-main{flex-direction:column}.operational-alert-date{white-space:normal}.operational-alert-grid{grid-template-columns:1fr}.alerts-actions{justify-content:stretch}.alerts-actions>*{width:100%}}.drivers-header-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.driver-card-actions{margin-top:16px;display:flex;justify-content:flex-end}.form-checkbox{display:flex;align-items:center;gap:9px;color:#334155;font-weight:700;cursor:pointer}.form-checkbox input{width:16px;height:16px}.alert.alert-success{margin:16px 0;background:#dcfce7;color:#166534;border:1px solid #86efac;border-radius:12px;padding:12px 14px;font-weight:700;display:flex;justify-content:space-between;gap:12px;align-items:center}.alert.alert-success button{border:none;background:transparent;color:inherit;font-weight:900;cursor:pointer;font-size:18px}@media (max-width: 780px){.drivers-header-actions{width:100%;justify-content:stretch}.drivers-header-actions button{width:100%}}.readonly-input,input.readonly-input:disabled{background:#e2e8f0;color:#475569;cursor:not-allowed;font-weight:700}.field-help{display:block;margin-top:6px;color:#64748b;font-size:12px;line-height:1.4}.driver-card-actions{gap:8px;flex-wrap:wrap}.split-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:18px 0}.form-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:16px;display:grid;gap:12px}.form-card h3{margin:0;color:#111622}.form-card label{display:grid;gap:6px;color:#334155;font-weight:800;font-size:13px}.form-card input,.form-card select,.filters-row input,.filters-row select{width:100%;border:1px solid #cbd5e1;border-radius:10px;padding:10px 12px;background:#f8fafc;color:#0f172a}.filters-row{display:grid;grid-template-columns:1fr 180px auto;gap:10px;align-items:center;margin-top:16px}.customer-list{display:grid;gap:14px}.customer-card{background:#fff;border:1px solid #dbeafe;border-radius:18px;padding:16px;box-shadow:0 10px 20px #0f172a0d}.customer-card-header{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.customer-card-header h3{margin:0;color:#0f172a}.customer-card-header p{margin:4px 0 0;color:#64748b;font-size:13px}.source-badge{display:inline-flex;align-items:center;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:900;white-space:nowrap}.source-oracle{background:#fef3c7;color:#92400e}.source-manual{background:#dcfce7;color:#166534}.info-box{margin-top:12px;border-radius:12px;background:#eff6ff;color:#1e3a8a;padding:10px 12px;font-size:13px;font-weight:700}.address-list{display:grid;gap:10px;margin-top:14px}.address-row{display:flex;justify-content:space-between;gap:12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:12px}.address-row strong{color:#111622}.address-row p{margin:3px 0;color:#334155}.address-row small{color:#64748b}.table-toolbar{display:flex;justify-content:space-between;gap:12px;align-items:center;margin:16px 0;color:#475569;font-weight:800}.pagination-actions{display:flex;align-items:center;gap:8px}.muted{color:#64748b}.empty-state{background:#fff;border:1px dashed #cbd5e1;border-radius:16px;padding:22px;text-align:center;color:#64748b;font-weight:800}@media (max-width: 900px){.split-grid,.filters-row{grid-template-columns:1fr}.customer-card-header,.address-row,.table-toolbar{flex-direction:column}}.stop-form-row-expanded{align-items:flex-start}.stop-fields-wide{flex:1;min-width:0}.stop-customer-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:10px;margin-bottom:10px}.stop-customer-grid select{width:100%;border:1px solid #d6dcf5;border-radius:10px;padding:10px 12px;background:#fff;color:#111622;font-size:14px}.stop-info-box{margin:0 0 10px;font-size:12px;line-height:1.4}.stops-header-actions{display:flex;align-items:center;gap:12px}@media (max-width: 900px){.stop-customer-grid{grid-template-columns:1fr}.stops-header-actions{align-items:stretch;flex-direction:column}}.field-help{display:block;margin-top:6px;color:#64748b;font-size:12px;font-weight:700}.stop-customer-grid select:first-child{border-color:#111622;background:#f8fafc}.stop-customer-grid select:first-child:focus{outline:2px solid rgba(17,22,34,.18)}.customer-create-card{margin:16px 0}.customer-create-grid{display:grid;grid-template-columns:1fr 1.2fr .8fr 1fr;gap:12px}.customer-card-actions{display:flex;align-items:center;gap:10px}.manual-address-box{margin-top:14px;border:1px solid #dbeafe;background:#f8fafc;border-radius:16px;padding:14px}.manual-address-box h4{margin:0 0 12px;color:#111622}.manual-address-grid{display:grid;grid-template-columns:1.4fr .8fr 1fr;gap:12px}.manual-address-grid label{display:grid;gap:6px;color:#334155;font-size:13px;font-weight:800}.manual-address-grid input{width:100%;border:1px solid #cbd5e1;border-radius:10px;padding:10px 12px;background:#fff;color:#111622}.manual-address-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:12px}@media (max-width: 1100px){.customer-create-grid,.manual-address-grid{grid-template-columns:1fr}.customer-card-actions{align-items:flex-start;flex-direction:column}}.kanban-board,.kanban-columns,.kanban-grid,.board-columns,.kanban-lanes{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:8px!important;align-items:start!important;width:100%!important;overflow:visible!important}.kanban-column,.board-column,.kanban-lane{min-width:0!important;width:100%!important}.kanban-column-header,.column-header{padding:8px!important}.kanban-column-header h3,.column-header h3{font-size:12px!important;line-height:1.15!important}.kanban-column-header p,.column-header p{font-size:9.5px!important;line-height:1.15!important}.kanban-column-body,.kanban-list,.column-body,.column-list{max-height:calc(100vh - 360px)!important;overflow-y:auto!important;padding-right:3px!important}.kanban-card,.order-card,.route-card,.issue-card{padding:8px!important;border-radius:10px!important;min-height:auto!important}.kanban-card h4,.order-card h4,.route-card h4,.issue-card h4,.kanban-card-title,.card-title{display:block!important;margin:0 0 4px!important;color:#111622!important;font-size:11.5px!important;font-weight:900!important;line-height:1.15!important;white-space:normal!important;overflow:visible!important;text-overflow:unset!important}.kanban-card p,.order-card p,.route-card p,.issue-card p,.kanban-card small,.order-card small,.route-card small,.issue-card small,.card-subtitle,.card-address,.card-meta,.card-customer,.card-location{display:block!important;color:#334155!important;font-size:10.5px!important;line-height:1.18!important;white-space:normal!important;overflow:visible!important;text-overflow:unset!important}.kanban-card .address,.order-card .address,.route-card .address,.issue-card .address{margin-top:3px!important;color:#475569!important;font-size:10.5px!important;line-height:1.18!important;white-space:normal!important;overflow:visible!important;text-overflow:unset!important}.kanban-card .badge,.order-card .badge,.route-card .badge,.issue-card .badge,.badge-oracle{font-size:9.5px!important;padding:2px 6px!important;border-radius:999px!important}@media (max-width: 1200px){.kanban-board,.kanban-columns,.kanban-grid,.board-columns,.kanban-lanes{grid-template-columns:repeat(6,190px)!important;overflow-x:auto!important;padding-bottom:10px!important}}@media (min-width: 1600px){.kanban-board,.kanban-columns,.kanban-grid,.board-columns,.kanban-lanes{grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:10px!important}.kanban-card h4,.order-card h4,.route-card h4,.issue-card h4,.kanban-card-title,.card-title{font-size:12.5px!important}.kanban-card p,.order-card p,.route-card p,.issue-card p,.kanban-card small,.order-card small,.route-card small,.issue-card small,.card-subtitle,.card-address,.card-meta,.card-customer,.card-location{font-size:11px!important}}.ops-order-simple{display:grid;gap:4px;min-width:0}.ops-order-simple-line{color:#111622;font-size:11px;font-weight:750;line-height:1.2;overflow-wrap:anywhere}.ops-order-simple-line strong,.ops-order-simple-address strong{font-weight:950}.ops-order-simple-address{color:#475569;font-size:10.5px;font-weight:700;line-height:1.2;overflow-wrap:anywhere}.ops-kanban-board{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:8px!important;align-items:start!important;width:100%!important}.ops-kanban-column{min-width:0!important}.ops-kanban-cards{display:grid!important;gap:8px!important}.ops-kanban-card.card-order{display:grid!important;gap:4px!important;min-height:86px!important;padding:8px 9px!important;border-radius:10px!important;overflow:visible!important}.ops-kanban-card.card-order .ops-kanban-card-type-row{display:none!important}.ops-kanban-card.card-order .ops-kanban-card-top{display:block!important;margin:0!important}.ops-kanban-card.card-order .ops-kanban-card-top strong{display:block!important;color:#111622!important;font-size:12px!important;font-weight:950!important;line-height:1.15!important;white-space:normal!important;overflow:visible!important;text-overflow:unset!important}.ops-kanban-card.card-order .ops-kanban-card-top strong:before{content:"Pedido ";color:#334155;font-size:10.5px;font-weight:900}.ops-kanban-card.card-order .ops-kanban-card-subtitle{display:block!important;color:#111622!important;font-size:11px!important;font-weight:850!important;line-height:1.18!important;white-space:normal!important;overflow:visible!important;text-overflow:unset!important;overflow-wrap:anywhere!important}.ops-kanban-card.card-order .ops-kanban-card-subtitle:before{content:"Cliente: ";font-weight:950}.ops-kanban-card.card-order .ops-kanban-card-address{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;color:#475569!important;font-size:10.5px!important;font-weight:750!important;line-height:1.2!important;white-space:normal!important;overflow:hidden!important;text-overflow:ellipsis!important;overflow-wrap:anywhere!important}.ops-kanban-card.card-order .ops-kanban-card-address:before{content:"Endereço: ";font-weight:950;color:#334155}.ops-kanban-card.card-order .ops-kanban-card-meta,.ops-kanban-card.card-order .ops-card-type,.ops-kanban-card.card-order .ops-card-status{display:none!important}@media (max-width: 1200px){.ops-kanban-board{grid-template-columns:repeat(6,190px)!important;overflow-x:auto!important;padding-bottom:10px!important}}.ops-kanban-selection-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:12px 0;padding:12px 14px;border:1px solid #c7d2fe;border-radius:16px;background:#eef2ff;color:#111622;box-shadow:0 10px 24px #0f172a14}.ops-kanban-selection-bar>div{display:flex;gap:10px}.ops-selection-primary,.ops-selection-secondary{border:0;border-radius:12px;padding:10px 14px;font-weight:900;cursor:pointer}.ops-selection-primary{background:#2563eb;color:#fff}.ops-selection-secondary{background:#fff;color:#1e293b;border:1px solid #cbd5e1}.ops-selection-primary:disabled,.ops-selection-secondary:disabled{cursor:not-allowed;opacity:.65}.ops-order-select{display:inline-flex;align-items:center;gap:5px;width:fit-content;color:#1e3a8a;font-size:10px;font-weight:950;line-height:1;text-transform:uppercase}.ops-order-select input{width:14px;height:14px;accent-color:#2563eb}.ops-route-undo-btn{width:100%;margin-top:6px;border:1px solid #fecaca;border-radius:10px;background:#fef2f2;color:#991b1b;padding:7px 8px;font-size:10.5px;font-weight:950;cursor:pointer}.ops-route-undo-btn:hover{background:#fee2e2}.ops-route-undo-btn:disabled{cursor:not-allowed;opacity:.65}.ops-route-review-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9000;display:flex;align-items:center;justify-content:center;padding:18px;background:#0f172a9e;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.ops-route-review-modal{width:min(860px,96vw);max-height:92vh;overflow:hidden;display:flex;flex-direction:column;border-radius:22px;background:#fff;color:#0f172a;border:1px solid #e2e8f0;box-shadow:0 24px 80px #02061759}.ops-route-review-header{display:flex;justify-content:space-between;gap:16px;padding:22px 24px 16px;border-bottom:1px solid #e2e8f0}.ops-route-review-header h3{margin:0 0 8px;font-size:22px;font-weight:950;color:#0f172a}.ops-route-review-header p{margin:0;color:#64748b;font-size:14px;line-height:1.45;font-weight:700}.ops-route-review-header button{width:38px;height:38px;border-radius:12px;border:0;background:#f1f5f9;color:#475569;font-size:24px;line-height:1}.ops-route-review-body{padding:18px 24px;overflow-y:auto}.ops-route-review-field{display:grid;gap:7px;color:#334155;font-size:13px;font-weight:950}.ops-route-review-field input{height:44px;border:1px solid #cbd5e1;border-radius:12px;padding:0 13px;background:#f8fafc;color:#0f172a;font-size:14px;font-weight:800}.ops-route-review-summary{margin:14px 0;padding:12px 14px;border-radius:14px;background:#eff6ff;border:1px solid #bfdbfe;color:#1e40af;font-size:14px;font-weight:850}.ops-route-review-summary strong{margin-right:5px;font-size:20px;font-weight:950}.ops-route-review-list{display:grid;gap:10px}.ops-route-review-order{display:grid;grid-template-columns:1fr auto;gap:14px;align-items:start;padding:13px 14px;border:1px solid #e2e8f0;border-left:5px solid #2563eb;border-radius:16px;background:#fff}.ops-route-review-order strong{display:block;margin-bottom:5px;color:#1d4ed8;font-size:14px;font-weight:950}.ops-route-review-order span{display:block;margin-bottom:5px;color:#0f172a;font-size:13px;font-weight:850}.ops-route-review-order p{margin:0;color:#475569;font-size:12.5px;line-height:1.35;font-weight:750;overflow-wrap:anywhere}.ops-route-review-order button{border:1px solid #fecaca;border-radius:11px;background:#fef2f2;color:#991b1b;padding:8px 10px;font-size:12px;font-weight:950}.ops-route-review-empty{border:1px dashed #cbd5e1;border-radius:14px;background:#f8fafc;color:#64748b;padding:22px;text-align:center;font-weight:850}.ops-route-review-footer{display:flex;justify-content:flex-end;gap:10px;padding:16px 24px 22px;border-top:1px solid #e2e8f0;background:#f8fafc}.ops-review-secondary,.ops-review-primary{min-height:42px;border-radius:12px;padding:0 16px;font-weight:950}.ops-review-secondary{border:1px solid #cbd5e1;background:#fff;color:#334155}.ops-review-primary{border:1px solid #2563eb;background:#2563eb;color:#fff;box-shadow:0 10px 18px #2563eb2e}@media (max-width: 760px){.ops-route-review-order{grid-template-columns:1fr}.ops-route-review-footer{flex-direction:column}}.ops-route-undo-confirm-modal .ops-route-review-order{display:block!important;width:100%!important;min-width:0!important;box-sizing:border-box!important}.ops-route-undo-confirm-modal .ops-route-review-order>div{display:block!important;width:100%!important;min-width:0!important;max-width:none!important}.ops-route-undo-confirm-modal .ops-route-review-order strong,.ops-route-undo-confirm-modal .ops-route-review-order span,.ops-route-undo-confirm-modal .ops-route-review-order p{width:auto!important;max-width:none!important;word-break:normal!important;overflow-wrap:break-word!important;white-space:normal!important}.ops-route-edit-btn{width:100%;margin-top:8px;border:1px solid #bfdbfe;border-radius:11px;background:#eff6ff;color:#1d4ed8;padding:8px 10px;font-size:12px;font-weight:950;cursor:pointer}.ops-route-edit-btn:hover{background:#dbeafe}.ops-planning-edit-checkbox{display:inline-flex;align-items:center;gap:8px;margin-top:12px;color:#334155;font-size:14px;font-weight:900}.ops-planning-edit-checkbox input{width:18px;height:18px;accent-color:#2563eb}.ops-route-review-order.is-removing{border-left-color:#ef4444;background:#fff7f7;opacity:.78}.ops-route-review-order.is-removing strong,.ops-route-review-order.is-removing span,.ops-route-review-order.is-removing p{text-decoration:line-through}.ops-planning-edit-modal .ops-route-review-summary{background:#f8fafc;border-color:#cbd5e1;color:#334155}.owner-pill{display:inline-flex;align-items:center;margin-left:8px;border:1px solid rgba(250,204,21,.55);border-radius:999px;padding:2px 8px;background:#facc1524;color:#fde68a;font-size:10px;font-style:normal;font-weight:950;text-transform:uppercase;letter-spacing:.05em}.owner-tab{background:#facc1529!important;color:#fde68a!important}.owner-tab.active{background:#ca8a04!important;color:#fff!important}.owner-panel{width:min(1440px,calc(100vw - 48px));margin:28px auto 48px;display:flex;flex-direction:column;gap:18px}.owner-panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;border:1px solid #fde68a;border-radius:20px;padding:22px 24px;background:linear-gradient(135deg,#111827,#1f2937);color:#fff;box-shadow:0 18px 38px #0f172a38}.owner-panel-header span{display:inline-flex;margin-bottom:8px;border:1px solid rgba(250,204,21,.55);border-radius:999px;padding:4px 10px;color:#fde68a;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.06em}.owner-panel-header h2{margin:0 0 8px;font-size:28px;font-weight:950}.owner-panel-header p{max-width:860px;margin:0;color:#cbd5e1;font-size:14px;line-height:1.5;font-weight:750}.owner-panel-header button{min-height:42px;border:1px solid rgba(250,204,21,.55);border-radius:12px;background:#facc1524;color:#fde68a;padding:0 16px;font-weight:950}.owner-metrics-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.owner-metrics-grid article{border:1px solid #e2e8f0;border-left:6px solid #2563eb;border-radius:18px;padding:18px;background:#fff;box-shadow:0 10px 28px #0f172a14}.owner-metrics-grid article span{display:block;margin-bottom:8px;color:#64748b;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.05em}.owner-metrics-grid article strong{display:block;color:#0f172a;font-size:28px;font-weight:950}.owner-cost-card{border-left-color:#ca8a04!important}.owner-warning-card{border-left-color:#ef4444!important}.owner-strategy-box{border:1px solid #bfdbfe;border-radius:18px;padding:18px 20px;background:#eff6ff;color:#1e3a8a}.owner-strategy-box h3{margin:0 0 8px;font-size:18px;font-weight:950}.owner-strategy-box p{margin:0 0 12px;font-weight:800;line-height:1.45}.owner-strategy-box ul{margin:0;padding-left:20px;font-weight:750;line-height:1.7}@media (max-width: 1100px){.owner-metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.owner-panel-header{flex-direction:column}}@media (max-width: 700px){.owner-panel{width:min(100vw - 24px,100%)}.owner-metrics-grid{grid-template-columns:1fr}}.owner-view-tabs{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0}.owner-view-tabs button{border:1px solid rgba(148,163,184,.28);border-radius:999px;padding:8px 14px;background:#0f172ab8;color:#cbd5e1;font-weight:800;cursor:pointer}.owner-view-tabs button.active{border-color:#facc15b3;background:#facc1529;color:#fde68a}.owner-table-card{border:1px solid rgba(148,163,184,.2);border-radius:18px;padding:18px;background:#0f172ab8;box-shadow:0 18px 45px #0f172a2e}.owner-table-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}.owner-table-header h3{margin:0;color:#f8fafc;font-size:18px}.owner-table-header p{margin:4px 0 0;color:#94a3b8;font-size:13px}.owner-data-table td strong{display:block;color:#f8fafc}.owner-data-table td small{display:block;margin-top:3px;color:#94a3b8;font-size:11px}.ops-kanban{gap:14px!important}.ops-kanban-header{padding:18px 24px!important;min-height:unset!important;align-items:center!important}.ops-kanban-header h2{font-size:24px!important;line-height:1.15!important;margin:0 0 6px!important}.ops-kanban-header p{font-size:13px!important;margin:0!important}.ops-kanban-header-actions{gap:8px!important}.ops-kanban-header-actions button{min-height:38px!important;padding:9px 16px!important}.ops-kanban-summary{grid-template-columns:repeat(4,minmax(160px,1fr))!important;gap:12px!important}.ops-kanban-summary div{padding:16px 18px!important;min-height:82px!important}.ops-kanban-summary span{font-size:11px!important}.ops-kanban-summary strong{font-size:26px!important}.ops-kanban-filters{padding:14px 18px!important;gap:12px!important}.ops-kanban-board-wrap{padding-top:2px!important}.ops-kanban-column{min-height:420px!important}.ops-kanban-card.card-route{border-left-width:6px!important}.ops-kanban-column.column-planning .ops-kanban-card.card-route{border-left-color:#7c3aed!important;background:linear-gradient(180deg,#fff,#faf5ff)!important}.ops-kanban-column.column-assigned .ops-kanban-card.card-route{border-left-color:#0284c7!important;background:linear-gradient(180deg,#fff,#f0f9ff)!important}.ops-kanban-column.column-on_route .ops-kanban-card.card-route{border-left-color:#16a34a!important;background:linear-gradient(180deg,#fff,#f0fdf4)!important}.ops-kanban-column.column-finished .ops-kanban-card.card-route{border-left-color:#15803d!important;background:linear-gradient(180deg,#fff,#f0fdf4)!important}.ops-kanban-column.column-issues .ops-kanban-card,.ops-kanban-card.card-issue{border-left-color:#ef4444!important;background:linear-gradient(180deg,#fff,#fff1f2)!important}.ops-route-review-modal{position:relative!important;max-height:calc(100vh - 42px)!important;overflow:hidden!important}.ops-route-review-header{position:relative!important;padding-right:64px!important}.ops-route-review-header button[aria-label],.ops-route-review-header>button{position:absolute!important;top:18px!important;right:20px!important;width:38px!important;height:38px!important;border-radius:12px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border:1px solid #e2e8f0!important;background:#f8fafc!important;color:#334155!important;font-size:22px!important;line-height:1!important;cursor:pointer!important}.ops-route-review-header button[aria-label]:hover,.ops-route-review-header>button:hover{background:#e2e8f0!important;color:#0f172a!important}.ops-route-review-field input,.ops-route-review-field select,.ops-route-manager-create input{width:100%!important;min-height:44px!important;border:1px solid #cbd5e1!important;border-radius:12px!important;padding:10px 12px!important;color:#0f172a!important;background:#fff!important;font-size:14px!important;font-weight:700!important}.ops-route-review-field select{-webkit-appearance:auto!important;-moz-appearance:auto!important;appearance:auto!important}.ops-route-names-modal{max-width:720px!important}.ops-route-manager-message{border:1px solid #bfdbfe;background:#eff6ff;color:#1d4ed8;border-radius:12px;padding:10px 12px;font-size:13px;font-weight:800;margin-bottom:12px}.ops-route-manager-create{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;margin-bottom:14px}.ops-route-manager-create button,.ops-route-manager-item button{border:1px solid #2563eb;background:#2563eb;color:#fff;border-radius:12px;padding:10px 14px;font-weight:900;cursor:pointer}.ops-route-manager-create button:disabled,.ops-route-manager-item button:disabled{opacity:.55;cursor:not-allowed}.ops-route-manager-list{display:flex;flex-direction:column;gap:8px}.ops-route-manager-item{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid #e2e8f0;background:#fff;border-radius:14px;padding:12px 14px}.ops-route-manager-item strong{display:block;color:#0f172a;font-size:14px}.ops-route-manager-item span{display:inline-flex;margin-top:4px;border-radius:999px;background:#dcfce7;color:#166534;padding:3px 8px;font-size:11px;font-weight:900}.ops-route-manager-item.is-inactive{opacity:.72;background:#f8fafc}.ops-route-manager-item.is-inactive span{background:#e2e8f0;color:#475569}.ops-route-manager-item>div:last-child{display:flex;gap:8px;flex-wrap:wrap}.ops-route-manager-item button:last-child{border-color:#cbd5e1;background:#f8fafc;color:#334155}@media (max-width: 900px){.ops-kanban-summary{grid-template-columns:repeat(2,minmax(140px,1fr))!important}.ops-route-manager-create{grid-template-columns:1fr}}.ops-kanban-header{padding:14px 22px!important}.ops-kanban-header h2{font-size:22px!important}.ops-kanban-header p{font-size:12px!important}.ops-kanban-filters{padding:10px 16px!important;margin-bottom:8px!important}.ops-kanban-summary{margin-bottom:10px!important}.ops-kanban-summary div{padding:12px 16px!important;min-height:68px!important}.ops-kanban-summary strong{font-size:22px!important}.ops-kanban-selection-bar{position:fixed!important;left:50%!important;bottom:18px!important;transform:translate(-50%)!important;z-index:60!important;width:min(760px,calc(100vw - 32px))!important;margin:0!important;padding:10px 12px!important;border-radius:18px!important;background:#fffffff5!important;border:1px solid rgba(37,99,235,.25)!important;box-shadow:0 18px 45px #0f172a2e,0 0 0 1px #fffc inset!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important}.ops-kanban-selection-bar>strong{font-size:14px!important;color:#0f172a!important;white-space:nowrap!important}.ops-kanban-selection-bar>div{display:flex!important;align-items:center!important;gap:8px!important}.ops-kanban-selection-bar button{min-height:38px!important;border-radius:12px!important;padding:8px 14px!important}.ops-kanban-board-wrap{margin-top:0!important}.ops-kanban-board{padding-bottom:88px!important}@media (max-width: 720px){.ops-kanban-selection-bar{flex-direction:column!important;align-items:stretch!important;bottom:12px!important}.ops-kanban-selection-bar>div{width:100%!important}.ops-kanban-selection-bar button{flex:1!important}}.ops-wizard-group-suggestions{border:1px solid #c4b5fd;background:linear-gradient(180deg,#faf5ff,#fff);border-radius:14px;padding:12px;margin:12px 0;display:flex;flex-direction:column;gap:10px}.ops-wizard-group-suggestions-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.ops-wizard-group-suggestions-head strong{color:#4c1d95;font-size:13px;font-weight:900}.ops-wizard-group-suggestions-head span{color:#64748b;font-size:12px;font-weight:700}.ops-wizard-group-suggestion{display:flex;justify-content:space-between;gap:12px;border:1px solid #ddd6fe;background:#fff;border-radius:12px;padding:10px 12px}.ops-wizard-group-suggestion strong{display:block;color:#111827;font-size:13px;margin-bottom:4px}.ops-wizard-group-suggestion span{display:block;color:#334155;font-size:12px;font-weight:900}.ops-wizard-group-suggestion p{color:#64748b;margin:3px 0;font-size:12px}.ops-wizard-group-suggestion small{color:#7c3aed;font-weight:900;font-size:11px}.ops-wizard-group-suggestion>div:last-child{display:flex;flex-direction:column;gap:8px;min-width:150px}.ops-wizard-group-suggestion button{border-radius:10px;padding:8px 10px;border:1px solid #7c3aed;background:#7c3aed;color:#fff;font-size:12px;font-weight:900;cursor:pointer}.ops-wizard-group-suggestion button:last-child{background:#fff;color:#475569;border-color:#cbd5e1}.ops-route-review-order.is-duplicate-location{border-left-color:#7c3aed!important;box-shadow:0 0 0 1px #7c3aed24}.ops-route-review-order.is-focused-group{background:#f5f3ff!important;border-color:#a78bfa!important}.ops-route-review-order.is-focused-group:after{content:"Mesmo local detectado";display:inline-flex;width:fit-content;margin-top:8px;border-radius:999px;background:#ede9fe;color:#5b21b6;padding:4px 8px;font-size:10px;font-weight:900;letter-spacing:.03em;text-transform:uppercase}@media (max-width: 760px){.ops-wizard-group-suggestion{flex-direction:column}.ops-wizard-group-suggestion>div:last-child{flex-direction:row;min-width:0}.ops-wizard-group-suggestion button{flex:1}}.ops-planning-advance-modal{max-width:640px!important}.ops-planning-advance-summary{display:grid!important;grid-template-columns:1fr 1fr!important;gap:12px!important;align-items:stretch!important}.ops-planning-advance-summary div{border:1px solid #e2e8f0;background:#f8fafc;border-radius:12px;padding:12px}.ops-planning-advance-summary span{display:block;color:#64748b;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px}.ops-planning-advance-summary strong{color:#0f172a;font-size:14px}.ops-kanban-success-toast{position:fixed;top:76px;right:22px;z-index:90;width:min(430px,calc(100vw - 32px));display:flex;align-items:flex-start;justify-content:space-between;gap:12px;border:1px solid #86efac;background:linear-gradient(180deg,#f0fdf4,#fff);color:#14532d;border-radius:16px;padding:14px 14px 14px 16px;box-shadow:0 18px 45px #0f172a2e,0 0 0 1px #fffc inset;animation:opsToastIn .18s ease-out}.ops-kanban-success-toast strong{display:block;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.06em;color:#15803d;margin-bottom:3px}.ops-kanban-success-toast span{display:block;font-size:13px;font-weight:800;line-height:1.35;color:#14532d}.ops-kanban-success-toast button{width:30px;height:30px;border:1px solid #bbf7d0;background:#fff;color:#166534;border-radius:10px;font-size:18px;line-height:1;cursor:pointer}.ops-kanban-success-toast button:hover{background:#dcfce7}@keyframes opsToastIn{0%{transform:translateY(-8px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 720px){.ops-kanban-success-toast{top:auto;right:16px;left:16px;bottom:92px;width:auto}}.ops-wizard-group-kept-separated{display:inline-flex;justify-content:center;align-items:center;border-radius:999px;background:#fffbeb;border:1px solid #fde68a;color:#92400e;padding:6px 10px;font-size:11px;font-weight:900;text-align:center}.ops-planning-grouped-orders{margin-top:12px;padding:12px;border:1px solid #ddd6fe;border-radius:14px;background:#faf5ff}.ops-planning-grouped-orders-head{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:10px}.ops-planning-grouped-orders-head strong{font-size:12px;color:#4c1d95;text-transform:uppercase;letter-spacing:.04em}.ops-planning-grouped-orders-head span{font-size:11px;font-weight:800;color:#6d28d9;background:#ede9fe;border:1px solid #c4b5fd;padding:4px 8px;border-radius:999px;white-space:nowrap}.ops-planning-grouped-orders-list{display:grid;gap:8px}.ops-planning-grouped-order-item{display:grid;grid-template-columns:28px 1fr;gap:10px;align-items:flex-start;padding:9px 10px;border:1px solid #e9d5ff;border-radius:12px;background:#fff}.ops-planning-grouped-order-item>span{width:24px;height:24px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#7c3aed;color:#fff;font-size:12px;font-weight:900}.ops-planning-grouped-order-item strong{display:block;color:#1d4ed8;font-size:13px;margin-bottom:2px}.ops-planning-grouped-order-item small{display:block;color:#475569;font-size:11px;font-weight:700}.ops-planning-grouped-order-item em{display:block;margin-top:3px;color:#64748b;font-size:11px;font-style:normal;font-weight:700}@media (max-width: 720px){.ops-planning-grouped-orders-head{align-items:flex-start;flex-direction:column}}.route-detail-stop-grouped-orders{margin-top:10px;padding:10px;border:1px solid #dbeafe;border-radius:12px;background:#eff6ff}.route-detail-stop-grouped-orders-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:8px}.route-detail-stop-grouped-orders-head strong{color:#1d4ed8;font-size:12px;font-weight:900}.route-detail-stop-grouped-orders-head span{color:#475569;font-size:11px;font-weight:700}.route-detail-stop-grouped-orders-list{display:grid;gap:8px}.route-detail-stop-grouped-order{display:grid;gap:3px;padding:8px;border:1px solid #bfdbfe;border-radius:10px;background:#fff}.route-detail-stop-grouped-order strong{color:#0f172a;font-size:12px;font-weight:900}.route-detail-stop-grouped-order span{color:#334155;font-size:11px;font-weight:700}.route-detail-stop-grouped-order small{color:#64748b;font-size:11px;font-weight:600}.route-detail-stop-grouped-order em{color:#2563eb;font-size:11px;font-style:normal;font-weight:800}.route-detail-event.event-normal{border-left-color:#22c55e;background:#f0fdf4}.route-detail-event.event-normal strong,.route-detail-event.event-normal .route-detail-event-type{color:#166534}.route-detail-event.event-normal .route-detail-event-date{color:#475569}.route-detail-event.event-issue{border-left-color:#ef4444}.route-detail-stop-status,.route-detail-stop-status.stop-delivered,.route-detail-stop-status.stop-pending,.route-detail-stop-status.stop-failed,.route-detail-stop-status.stop-cancelled{display:inline-flex;align-items:center;justify-content:center;min-height:30px;height:auto;padding:7px 12px;line-height:1.1;box-sizing:border-box;white-space:nowrap;overflow:visible;border-radius:999px}.route-detail-stop-status.stop-delivered{padding-top:7px;padding-bottom:7px}.route-detail-modal .route-detail-stop-status,.route-detail-stop-card .route-detail-stop-status,.route-detail-stop-status,.route-detail-stop-status.stop-delivered{position:relative!important;left:auto!important;right:auto!important;bottom:auto!important;top:auto!important;transform:none!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:fit-content!important;min-width:max-content!important;max-width:none!important;min-height:34px!important;height:auto!important;padding:8px 14px!important;margin:16px 0 0 20px!important;line-height:1.15!important;box-sizing:border-box!important;white-space:nowrap!important;overflow:visible!important;z-index:2!important;border-radius:999px!important}.route-detail-stop-card .route-detail-stop-status.stop-delivered,.route-detail-modal .route-detail-stop-status.stop-delivered{margin-left:24px!important}.route-detail-event.event-normal,.route-detail-event.event-stop-delivered,.route-detail-event.stop_delivered{border-left-color:#22c55e!important;background:#f0fdf4!important}.route-detail-event.event-normal strong,.route-detail-event.event-stop-delivered strong,.route-detail-event.stop_delivered strong,.route-detail-event.event-normal b,.route-detail-event.event-stop-delivered b,.route-detail-event.stop_delivered b{color:#166534!important}.route-detail-event.event-normal,.route-detail-event.event-stop-delivered,.route-detail-event.stop_delivered{color:#334155!important}.route-detail-event.route-event-delivered-normal,.route-detail-event.event-normal.route-event-delivered-normal,.route-detail-event.event-stop-delivered.route-event-delivered-normal,.route-detail-event.stop_delivered.route-event-delivered-normal,.route-detail-event[class*=route-event-delivered-normal]{border-left-color:#22c55e!important;border-color:#bbf7d0!important;background:#f0fdf4!important;color:#334155!important}.route-detail-event.route-event-delivered-normal:before,.route-detail-event.route-event-delivered-normal:after,.route-detail-event[class*=route-event-delivered-normal]:before,.route-detail-event[class*=route-event-delivered-normal]:after{background:#22c55e!important;border-color:#22c55e!important}.route-detail-event.route-event-delivered-normal strong,.route-detail-event.route-event-delivered-normal b,.route-detail-event.route-event-delivered-normal h4,.route-detail-event.route-event-delivered-normal span,.route-detail-event[class*=route-event-delivered-normal] strong,.route-detail-event[class*=route-event-delivered-normal] b,.route-detail-event[class*=route-event-delivered-normal] h4{color:#166534!important}.route-detail-event.route-event-delivered-normal p,.route-detail-event.route-event-delivered-normal small,.route-detail-event[class*=route-event-delivered-normal] p,.route-detail-event[class*=route-event-delivered-normal] small{color:#475569!important}.route-detail-event.route-event-delivered-normal,.route-detail-event.route-event-delivered-normal.event-issue,.route-detail-event.route-event-delivered-normal.stop_delivered,.route-detail-event.route-event-delivered-normal.event-stop-delivered{border-left-color:#22c55e!important;border-color:#bbf7d0!important;background:#f0fdf4!important;color:#334155!important}.route-detail-event.route-event-delivered-normal:before,.route-detail-event.route-event-delivered-normal:after,.route-detail-event.route-event-delivered-normal.event-issue:before,.route-detail-event.route-event-delivered-normal.event-issue:after,.route-detail-event.route-event-delivered-normal.stop_delivered:before,.route-detail-event.route-event-delivered-normal.stop_delivered:after,.route-detail-event.route-event-delivered-normal.event-stop-delivered:before,.route-detail-event.route-event-delivered-normal.event-stop-delivered:after{background:#22c55e!important;border-color:#22c55e!important;color:#22c55e!important}.route-detail-event.route-event-delivered-normal *,.route-detail-event.route-event-delivered-normal.event-issue *,.route-detail-event.route-event-delivered-normal.stop_delivered *,.route-detail-event.route-event-delivered-normal.event-stop-delivered *{color:#334155!important}.route-detail-event.route-event-delivered-normal strong,.route-detail-event.route-event-delivered-normal b,.route-detail-event.route-event-delivered-normal h3,.route-detail-event.route-event-delivered-normal h4,.route-detail-event.route-event-delivered-normal .route-detail-event-type,.route-detail-event.route-event-delivered-normal .route-detail-event-title,.route-detail-event.route-event-delivered-normal.event-issue strong,.route-detail-event.route-event-delivered-normal.event-issue b,.route-detail-event.route-event-delivered-normal.event-issue h3,.route-detail-event.route-event-delivered-normal.event-issue h4,.route-detail-event.route-event-delivered-normal.event-issue .route-detail-event-type,.route-detail-event.route-event-delivered-normal.event-issue .route-detail-event-title{color:#166534!important}.route-detail-event.route-event-delivered-normal time,.route-detail-event.route-event-delivered-normal .route-detail-event-date,.route-detail-event.route-event-delivered-normal.event-issue time,.route-detail-event.route-event-delivered-normal.event-issue .route-detail-event-date{color:#166534!important}.route-detail-event.route-event-delivered-normal p,.route-detail-event.route-event-delivered-normal small,.route-detail-event.route-event-delivered-normal span,.route-detail-event.route-event-delivered-normal.event-issue p,.route-detail-event.route-event-delivered-normal.event-issue small,.route-detail-event.route-event-delivered-normal.event-issue span{color:#475569!important}.route-detail-event.route-event-delivered-normal{border-left:6px solid #22c55e!important}.route-detail-event.route-event-delivered-normal>div:first-child,.route-detail-event.route-event-delivered-normal .route-detail-event-marker,.route-detail-event.route-event-delivered-normal .route-detail-event-line,.route-detail-event.route-event-delivered-normal .route-detail-event-accent,.route-detail-event.route-event-delivered-normal .event-marker,.route-detail-event.route-event-delivered-normal .event-line,.route-detail-event.route-event-delivered-normal .event-accent{background:#22c55e!important;border-color:#22c55e!important;color:#22c55e!important}.route-detail-event.route-event-delivered-normal>span:first-child,.route-detail-event.route-event-delivered-normal>i:first-child,.route-detail-event.route-event-delivered-normal>b:first-child{background:#22c55e!important;border-color:#22c55e!important;color:#22c55e!important}.route-detail-event.route-event-delivered-normal,.route-detail-event.route-event-delivered-normal *{--issue-color: #22c55e !important;--danger-color: #22c55e !important;--route-event-accent: #22c55e !important}.admin-users-panel{width:min(1180px,calc(100% - 32px));margin:32px auto 48px}.admin-users-header,.admin-users-card,.admin-users-rules{border:1px solid rgba(148,163,184,.22);background:#0f172adb;border-radius:22px;box-shadow:0 18px 55px #0f172a38}.admin-users-header{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;padding:24px;margin-bottom:18px}.admin-users-header h2{margin:6px 0 8px;color:#f8fafc;font-size:1.65rem}.admin-users-header p{margin:0;color:#cbd5e1}.section-eyebrow{display:inline-flex;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:#93c5fd;font-weight:800}.admin-users-rules{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:16px;margin-bottom:18px}.admin-users-rules div{border:1px solid rgba(148,163,184,.18);border-radius:16px;padding:14px;background:#1e293bb8}.admin-users-rules strong{display:block;color:#f8fafc;margin-bottom:6px}.admin-users-rules span{color:#cbd5e1;font-size:.85rem;line-height:1.35}.admin-users-alert{display:flex;justify-content:space-between;align-items:center;gap:12px}.admin-users-alert button{border:0;background:transparent;color:inherit;font-size:1.2rem;cursor:pointer}.admin-users-card{padding:20px}.admin-users-card-header{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:16px}.admin-users-card-header h3{margin:0 0 4px;color:#f8fafc}.admin-users-card-header p,.admin-users-empty{margin:0;color:#94a3b8}.admin-users-table-wrap{overflow-x:auto}.admin-users-table{width:100%;border-collapse:separate;border-spacing:0 10px}.admin-users-table th{text-align:left;color:#94a3b8;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;padding:0 12px 4px}.admin-users-table td{background:#1e293bd1;border-top:1px solid rgba(148,163,184,.16);border-bottom:1px solid rgba(148,163,184,.16);padding:14px 12px;color:#e2e8f0;vertical-align:middle}.admin-users-table td:first-child{border-left:1px solid rgba(148,163,184,.16);border-radius:14px 0 0 14px}.admin-users-table td:last-child{border-right:1px solid rgba(148,163,184,.16);border-radius:0 14px 14px 0}.admin-users-table td strong{display:inline-flex;margin-right:8px}.admin-user-current,.admin-role-badge,.admin-user-status{display:inline-flex;align-items:center;border-radius:999px;padding:4px 9px;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.admin-user-current{background:#3b82f629;color:#bfdbfe}.admin-role-badge{background:#94a3b829;color:#e2e8f0}.admin-role-badge.role-owner{background:#facc152e;color:#fde68a}.admin-role-badge.role-admin{background:#3b82f62e;color:#bfdbfe}.admin-role-badge.role-orquestrador{background:#10b9812e;color:#bbf7d0}.admin-role-badge.role-logistica{background:#a855f72e;color:#e9d5ff}.admin-user-status.active{background:#22c55e2e;color:#bbf7d0}.admin-user-status.inactive{background:#ef44442e;color:#fecaca}.admin-users-actions{display:flex;flex-wrap:wrap;gap:8px}.admin-user-modal{max-width:560px}.admin-user-modal .modal-header p{margin:6px 0 0;color:#94a3b8}@media (max-width: 980px){.admin-users-header,.admin-users-card-header{flex-direction:column;align-items:stretch}.admin-users-rules{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.admin-users-rules{grid-template-columns:1fr}}.owner-companies-panel{width:min(1180px,calc(100% - 32px));margin:32px auto 48px}.owner-company-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:14px}.owner-company-card{border:1px solid rgba(148,163,184,.18);border-radius:18px;background:#1e293bd1;padding:18px;color:#e2e8f0}.owner-company-card-top{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;margin-bottom:14px}.owner-company-card-top strong{display:block;color:#f8fafc;font-size:1.05rem;margin-bottom:4px}.owner-company-card-top span{color:#94a3b8;font-size:.85rem}.owner-company-card dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0 0 16px}.owner-company-card dt{color:#94a3b8;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em}.owner-company-card dd{margin:3px 0 0;color:#f8fafc;font-weight:800}@media (max-width: 640px){.owner-company-card dl{grid-template-columns:1fr}}.driver-info-grid div strong{word-break:break-word}.driver-company-select-note{color:#94a3b8;font-size:.82rem;margin-top:6px}.driver-map-panel{display:flex;flex-direction:column;gap:18px}.driver-map-header{background:#fff;border-radius:18px;padding:22px;border:1px solid #e2e8f0;display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.driver-map-header h2{margin:0;font-size:26px;color:#111827}.driver-map-header p{margin:8px 0 0;color:#64748b;font-weight:600}.driver-map-header-actions{display:flex;align-items:center;gap:12px}.driver-map-autorefresh{display:flex;align-items:center;gap:8px;color:#334155;font-size:13px;font-weight:800}.driver-map-header-actions button,.driver-map-filters button{min-height:42px;border-radius:12px;border:0;padding:0 18px;background:#2563eb;color:#fff;font-weight:900;cursor:pointer}.driver-map-filters{display:grid;grid-template-columns:1.4fr 1fr 1fr .8fr auto;gap:12px;background:#fff;border-radius:18px;padding:16px;border:1px solid #e2e8f0}.driver-map-filters label{display:flex;flex-direction:column;gap:6px}.driver-map-filters span{color:#64748b;font-size:11px;text-transform:uppercase;font-weight:900}.driver-map-filters input,.driver-map-filters select{min-height:42px;border-radius:12px;border:1px solid #cbd5e1;padding:0 12px;font-weight:800;color:#0f172a}.driver-map-summary-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.driver-map-summary-card{background:#fff;border-radius:18px;padding:18px;border-left:5px solid #94a3b8;box-shadow:0 12px 30px #0f172a14}.driver-map-summary-card span{display:block;color:#64748b;font-size:11px;font-weight:900;text-transform:uppercase}.driver-map-summary-card strong{display:block;margin-top:8px;color:#0f172a;font-size:28px;font-weight:950}.driver-map-summary-card.summary-green{border-left-color:#22c55e}.driver-map-summary-card.summary-red{border-left-color:#ef4444}.driver-map-summary-card.summary-yellow{border-left-color:#f59e0b}.driver-map-summary-card.summary-gray{border-left-color:#64748b}.driver-map-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(340px,.55fr);gap:18px}.driver-map-visual,.driver-map-queue,.driver-map-driver-card{background:#fff;border-radius:20px;border:1px solid #e2e8f0;box-shadow:0 12px 30px #0f172a14}.driver-map-visual{padding:18px}.driver-map-canvas{position:relative;min-height:420px;border-radius:20px;overflow:hidden;border:1px solid #cbd5e1;background:linear-gradient(90deg,rgba(148,163,184,.18) 1px,transparent 1px),linear-gradient(rgba(148,163,184,.18) 1px,transparent 1px),radial-gradient(circle at 50% 50%,rgba(37,99,235,.12),transparent 34%),#eef6ff;background-size:52px 52px,52px 52px,100% 100%}.driver-map-pickup{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#111827;color:#fff;border-radius:18px;padding:14px 18px;text-align:center;z-index:3;box-shadow:0 16px 35px #0f172a4d}.driver-map-pickup strong,.driver-map-pickup span{display:block}.driver-map-pickup span{margin-top:4px;color:#cbd5e1;font-size:12px;font-weight:800}.driver-map-marker{position:absolute;width:42px;height:42px;border-radius:999px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:950;border:4px solid #ffffff;box-shadow:0 14px 28px #0f172a47;z-index:2}.driver-map-marker-green,.driver-map-status-pill.driver-map-marker-green{background:#16a34a}.driver-map-marker-red,.driver-map-status-pill.driver-map-marker-red{background:#dc2626}.driver-map-marker-yellow,.driver-map-status-pill.driver-map-marker-yellow{background:#d97706}.driver-map-marker-gray,.driver-map-status-pill.driver-map-marker-gray{background:#64748b}.driver-map-legend{display:flex;flex-wrap:wrap;gap:14px;margin-top:14px;color:#334155;font-size:13px;font-weight:800}.legend-dot{display:inline-block;width:11px;height:11px;border-radius:999px;margin-right:6px}.legend-dot.green{background:#16a34a}.legend-dot.red{background:#dc2626}.legend-dot.yellow{background:#d97706}.legend-dot.gray{background:#64748b}.driver-map-note{margin:12px 0 0;color:#64748b;font-size:12px;font-weight:700;line-height:1.5}.driver-map-queue{padding:18px}.driver-map-queue h3{margin:0;color:#0f172a;font-size:20px}.driver-map-queue p{margin:6px 0 16px;color:#64748b;font-weight:700}.driver-map-queue-list{display:flex;flex-direction:column;gap:10px}.driver-map-queue-item{border:1px solid #dbeafe;background:#eff6ff;border-radius:14px;padding:12px}.driver-map-queue-item strong,.driver-map-queue-item span,.driver-map-queue-item small{display:block}.driver-map-queue-item strong{color:#1d4ed8;font-size:15px}.driver-map-queue-item span{margin-top:3px;color:#0f172a;font-weight:800}.driver-map-queue-item small{margin-top:6px;color:#64748b;font-weight:700}.driver-map-empty{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:14px;padding:16px;color:#64748b;font-weight:800;text-align:center}.driver-map-driver-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.driver-map-driver-card{padding:18px}.driver-map-driver-top{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding-bottom:14px;border-bottom:1px solid #e2e8f0}.driver-map-driver-top h3{margin:0;color:#0f172a;font-size:19px}.driver-map-driver-top p{margin:5px 0 0;color:#64748b;font-weight:900}.driver-map-status-pill{border-radius:999px;color:#fff;padding:8px 12px;font-size:11px;font-weight:950;text-transform:uppercase;white-space:nowrap}.driver-map-driver-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:14px}.driver-map-driver-grid div{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:12px}.driver-map-driver-grid span{display:block;color:#64748b;font-size:10px;font-weight:950;text-transform:uppercase}.driver-map-driver-grid strong{display:block;margin-top:5px;color:#0f172a;font-size:13px;font-weight:900;word-break:break-word}.driver-map-footer{color:#64748b;font-size:12px;font-weight:800;text-align:right}@media (max-width: 980px){.driver-map-header,.driver-map-header-actions{flex-direction:column;align-items:stretch}.driver-map-filters,.driver-map-summary-grid,.driver-map-layout,.driver-map-driver-list{grid-template-columns:1fr}}.driver-map-real-frame{width:100%;min-height:520px;border:1px solid #cbd5e1;border-radius:20px;overflow:hidden;background:#e2e8f0}.driver-map-realtime-page{display:flex;flex-direction:column;gap:10px;min-height:calc(100vh - 90px)}.driver-map-realtime-toolbar{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:14px 18px;display:flex;align-items:center;justify-content:space-between;gap:16px}.driver-map-realtime-toolbar h2{margin:0;color:#111827;font-size:22px;font-weight:950}.driver-map-realtime-toolbar p{margin:4px 0 0;color:#64748b;font-size:12px;font-weight:700}.driver-map-realtime-actions{display:flex;align-items:center;gap:12px}.driver-map-realtime-actions label{display:flex;align-items:center;gap:6px;color:#111827;font-size:12px;font-weight:900}.driver-map-realtime-actions button{min-height:38px;border-radius:10px;border:0;padding:0 16px;background:#2563eb;color:#fff;font-weight:900;cursor:pointer}.driver-map-realtime-summary{display:flex;flex-wrap:wrap;gap:8px}.driver-map-realtime-summary span{background:#fff;border:1px solid #e2e8f0;border-left:4px solid #64748b;border-radius:10px;padding:8px 12px;color:#64748b;font-size:12px;font-weight:900}.driver-map-realtime-summary strong{color:#111827;font-size:15px}.driver-map-realtime-frame{width:100%;min-height:calc(100vh - 230px);border:1px solid #cbd5e1;border-radius:14px;overflow:hidden;background:#e2e8f0;box-shadow:0 12px 30px #0f172a1a}.driver-map-realtime-footer{color:#64748b;text-align:right;font-size:11px;font-weight:800}.reports-panel{padding:24px;max-width:1480px;margin:0 auto}.reports-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:20px}.reports-header h2{margin:4px 0 6px;font-size:28px}.reports-header p{margin:0;color:#667085}.panel-kicker{display:inline-flex;color:#475467;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.reports-filters{display:flex;align-items:end;gap:12px;flex-wrap:wrap;justify-content:flex-end}.reports-filters label{display:flex;flex-direction:column;gap:6px;font-size:12px;font-weight:700;color:#475467}.reports-filters input,.reports-filters select{min-width:150px;border:1px solid #d0d5dd;border-radius:10px;padding:10px 12px;background:#fff;color:#101828}.reports-kpis{display:grid;grid-template-columns:repeat(6,minmax(150px,1fr));gap:14px;margin-bottom:18px}.reports-kpis article,.reports-card{border:1px solid #eaecf0;background:#fff;border-radius:18px;box-shadow:0 10px 25px #1018280d}.reports-kpis article{padding:18px}.reports-kpis span{display:block;color:#667085;font-size:13px;font-weight:700}.reports-kpis strong{display:block;margin-top:8px;font-size:26px;color:#101828}.reports-kpis small{display:block;margin-top:6px;color:#667085}.reports-grid{display:grid;grid-template-columns:2fr 1fr;gap:18px}.reports-card{padding:18px}.reports-card-large{grid-column:span 1}.reports-grid .reports-card-large:last-child{grid-column:1 / -1}.reports-card-title{display:flex;justify-content:space-between;gap:14px;align-items:center;margin-bottom:14px}.reports-card-title h3{margin:0;font-size:18px}.reports-card-title span{color:#667085;font-size:13px;font-weight:700}.reports-table-wrap{overflow-x:auto}.reports-table{width:100%;border-collapse:collapse;min-width:760px}.reports-table th{text-align:left;font-size:12px;color:#667085;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid #eaecf0;padding:10px}.reports-table td{border-bottom:1px solid #f2f4f7;padding:12px 10px;color:#344054;vertical-align:middle}.reports-table td strong{display:block;color:#101828}.reports-table td small{display:block;color:#667085;margin-top:2px}.reports-reasons{display:flex;flex-direction:column;gap:10px}.reports-reason{display:flex;justify-content:space-between;gap:16px;align-items:center;border:1px solid #f2f4f7;border-radius:12px;padding:12px;background:#fcfcfd}.reports-reason strong{display:block;color:#101828}.reports-reason small{color:#667085}.reports-reason span{min-width:34px;height:34px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#eff6ff,#f8fafc);color:#3538cd;font-weight:800}.reports-empty{color:#667085;margin:0}.panel-error{padding:12px 14px;background:#fef3f2;border:1px solid #fecdca;color:#b42318;border-radius:12px;margin-bottom:16px}@media (max-width: 1100px){.reports-header{flex-direction:column}.reports-filters{justify-content:flex-start}.reports-kpis{grid-template-columns:repeat(2,minmax(160px,1fr))}.reports-grid{grid-template-columns:1fr}}.reports-last-loaded{display:block;margin-top:8px;color:#667085}.reports-loading{padding:18px;border:1px solid #eaecf0;background:#fff;border-radius:14px;color:#475467;margin-bottom:16px}.reports-debug{margin-top:18px;border:1px dashed #d0d5dd;border-radius:12px;padding:12px;background:#fcfcfd}.reports-debug summary{cursor:pointer;font-weight:700;color:#475467}.reports-debug pre{white-space:pre-wrap;overflow-x:auto;font-size:12px}.reports-checkbox-filter{display:inline-flex!important;flex-direction:row!important;align-items:center;gap:8px!important;min-height:42px;padding:0 10px;border:1px solid #eaecf0;border-radius:10px;background:#fff;color:#344054!important;font-size:13px!important;font-weight:700!important;white-space:nowrap}.reports-checkbox-filter input{min-width:auto!important;width:16px;height:16px;padding:0!important}.reports-export-button{min-height:42px;white-space:nowrap}.reports-executive-summary{display:grid;grid-template-columns:minmax(260px,.9fr) minmax(420px,1.6fr);gap:16px;margin-bottom:18px}.reports-executive-main,.reports-executive-metrics article{border:1px solid #eaecf0;background:#fff;border-radius:18px;box-shadow:0 10px 25px #1018280d}.reports-executive-main{padding:20px}.reports-executive-main h3{margin:6px 0 8px;font-size:22px;color:#101828}.reports-executive-main p{margin:0;color:#667085}.reports-executive-main em{display:inline-flex;margin-top:12px;padding:7px 10px;border-radius:999px;background:linear-gradient(135deg,#eff6ff,#f8fafc);color:#3538cd;font-style:normal;font-size:12px;font-weight:800}.reports-executive-metrics{display:grid;grid-template-columns:repeat(4,minmax(130px,1fr));gap:12px}.reports-executive-metrics article{padding:18px}.reports-executive-metrics span{display:block;color:#667085;font-size:13px;font-weight:700}.reports-executive-metrics strong{display:block;margin-top:8px;font-size:28px;color:#101828}.reports-executive-metrics small{display:block;margin-top:6px;color:#667085}@media (max-width: 1100px){.reports-executive-summary{grid-template-columns:1fr}.reports-executive-metrics{grid-template-columns:repeat(2,minmax(150px,1fr))}}@media (max-width: 640px){.reports-executive-metrics{grid-template-columns:1fr}}.reports-print-button{min-height:42px;white-space:nowrap}@media print{body{background:#fff!important}.header,.tabs,.header-actions,.reports-filters,.reports-export-button,.reports-print-button,.notification-bell,.toast-container{display:none!important}.reports-panel{padding:0!important;margin:0!important}.reports-header,.reports-executive-summary,.reports-kpis,.reports-grid,.reports-card,.reports-executive-main,.reports-executive-metrics article{box-shadow:none!important}.reports-header,.reports-card,.reports-executive-main,.reports-executive-metrics article,.reports-kpis article{border:1px solid #ddd!important;break-inside:avoid}.reports-grid,.reports-executive-summary{grid-template-columns:1fr!important}.reports-executive-metrics,.reports-kpis{grid-template-columns:repeat(2,1fr)!important}.reports-table-wrap{overflow:visible!important}.reports-table{font-size:11px!important}.reports-table th,.reports-table td{padding:6px!important}@page{size:A4;margin:12mm}}.reports-google-metrics{margin-bottom:18px;padding:18px;border:1px solid #eaecf0;border-radius:18px;background:linear-gradient(180deg,#fff,#f8fafc);box-shadow:0 10px 25px #1018280d}.reports-google-metrics .reports-card-title{margin-bottom:14px}.reports-google-grid{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:12px}.reports-google-grid article{padding:16px;border:1px solid #eaecf0;border-radius:14px;background:#fff}.reports-google-grid span{display:block;color:#667085;font-size:13px;font-weight:700}.reports-google-grid strong{display:block;margin-top:8px;font-size:24px;color:#101828}.reports-google-grid small{display:block;margin-top:6px;color:#667085}@media (max-width: 1100px){.reports-google-grid{grid-template-columns:repeat(2,minmax(150px,1fr))}}@media (max-width: 640px){.reports-google-grid{grid-template-columns:1fr}}@media print{.reports-google-metrics,.reports-google-grid article{box-shadow:none!important;border:1px solid #ddd!important;break-inside:avoid}.reports-google-grid{grid-template-columns:repeat(2,1fr)!important}}.reports-recent-issues-card{grid-column:1 / -1}.reports-recent-issues-table td small{display:block;margin-top:4px;color:#667085;font-size:12px}.reports-recent-issues-table td{vertical-align:top}@media print{.reports-recent-issues-card{break-inside:avoid}.reports-recent-issues-table{font-size:10px!important}}.ops-kanban-global-search{display:flex;flex-direction:column;gap:6px;min-width:min(420px,100%);color:#64748b;font-size:11px;font-weight:900;letter-spacing:.05em;text-transform:uppercase}.ops-kanban-global-search input{width:100%;min-height:42px;border:1px solid #dbe3ef;border-radius:12px;padding:0 14px;color:#0f172a;background:#fff;font-size:14px;font-weight:700;outline:none}.ops-kanban-global-search input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb24}.ops-kanban-search-info{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:14px 0;padding:10px 14px;border:1px solid #bfdbfe;border-radius:14px;background:#eff6ff;color:#1e3a8a;font-size:13px}.ops-kanban-search-info span{font-weight:800}.ops-kanban-search-info button{margin-left:auto;border:0;border-radius:999px;padding:7px 12px;background:#2563eb;color:#fff;font-weight:900;cursor:pointer}.ops-wizard-map-preview{border:1px solid #cbd5e1;border-radius:16px;overflow:hidden;background:#fff}.ops-wizard-map-preview-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-bottom:1px solid #e2e8f0;background:#f8fafc}.ops-wizard-map-preview-head strong,.ops-wizard-map-preview-head span,.ops-wizard-map-preview-head a{display:block}.ops-wizard-map-preview-head strong{color:#0f172a;font-size:14px}.ops-wizard-map-preview-head span{margin-top:2px;color:#64748b;font-size:12px}.ops-wizard-map-preview-head a{flex-shrink:0;color:#2563eb;font-size:12px;font-weight:900;text-decoration:none}.ops-wizard-map-preview iframe{display:block;width:100%;height:280px;border:0;background:#e2e8f0}.ops-wizard-map-points{display:grid;gap:8px;padding:12px 14px;border-top:1px solid #e2e8f0}.ops-wizard-map-points div{display:grid;grid-template-columns:28px auto 1fr;gap:8px;align-items:center;color:#334155;font-size:12px}.ops-wizard-map-points span{display:inline-flex;width:24px;height:24px;align-items:center;justify-content:center;border-radius:999px;background:#dc2626;color:#fff;font-size:11px;font-weight:900}.ops-wizard-map-points .ops-wizard-map-point-base{background:#111827}.ops-wizard-map-points strong{color:#0f172a;white-space:nowrap}.ops-wizard-map-points small{min-width:0;overflow:hidden;color:#64748b;text-overflow:ellipsis;white-space:nowrap}.ops-wizard-map-note{padding:10px 14px;border-top:1px solid #e2e8f0;background:#f0fdf4;color:#166534;font-size:12px;font-weight:700}@media (max-width: 900px){.ops-kanban-global-search{width:100%}.ops-wizard-map-preview iframe{height:220px}.ops-wizard-map-points div{grid-template-columns:28px 1fr}.ops-wizard-map-points small{grid-column:2}}.ops-wizard-map-preview iframe{display:block;width:100%;height:360px;border:0;background:#e2e8f0}@media (max-width: 900px){.ops-wizard-map-preview iframe{height:260px}}.ops-kanban-driver-card-wrap{display:flex;flex-direction:column;gap:8px}.ops-kanban-driver-group{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:8px;margin:8px 0 2px;padding:8px 10px;border:1px solid #dbe3ef;border-radius:12px;background:linear-gradient(180deg,#fff,#f8fafc);color:#0f172a;box-shadow:0 6px 16px #0f172a14}.ops-kanban-driver-group>div{display:flex;align-items:center;gap:8px;min-width:0}.ops-kanban-driver-avatar{display:inline-flex;width:26px;height:26px;align-items:center;justify-content:center;border-radius:999px;background:#fff7ed;border:1px solid #fed7aa;font-size:14px}.ops-kanban-driver-group strong{overflow:hidden;color:#111827;font-size:13px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.ops-kanban-driver-group em{display:inline-flex;min-width:24px;height:24px;align-items:center;justify-content:center;border-radius:999px;background:#64748b;color:#fff;font-size:12px;font-style:normal;font-weight:900}.ops-wizard-map-preview iframe{display:block;width:100%;height:390px;border:0;background:#e2e8f0}.ops-planning-edit-map{margin:14px 0}@media (max-width: 900px){.ops-wizard-map-preview iframe{height:280px}}.ops-kanban-column.column-assigned .ops-kanban-card.card-route{padding:8px 9px!important;gap:4px!important;border-radius:11px!important;min-height:0!important}.ops-kanban-column.column-assigned .ops-kanban-card.card-route .ops-kanban-card-type-row{margin-bottom:1px!important;gap:4px!important}.ops-kanban-column.column-assigned .ops-kanban-card.card-route .ops-card-type,.ops-kanban-column.column-assigned .ops-kanban-card.card-route .ops-card-status{font-size:9.5px!important;line-height:1.1!important;padding:2px 6px!important}.ops-kanban-column.column-assigned .ops-kanban-card.card-route .ops-kanban-card-top{margin:0!important}.ops-kanban-column.column-assigned .ops-kanban-card.card-route .ops-kanban-card-top strong{font-size:12px!important;line-height:1.15!important}.ops-kanban-column.column-assigned .ops-kanban-card.card-route .ops-kanban-card-subtitle{font-size:10px!important;line-height:1.15!important;margin:0!important}.ops-kanban-column.column-assigned .ops-kanban-card.card-route .ops-kanban-card-address{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;font-size:10px!important;line-height:1.18!important;padding:6px 7px!important;margin:1px 0!important;border-radius:8px!important}.ops-kanban-column.column-assigned .ops-kanban-card.card-route .ops-kanban-card-driver,.ops-kanban-column.column-assigned .ops-kanban-card.card-route .ops-kanban-card-meta{font-size:9.5px!important;line-height:1.15!important;margin:0!important}.ops-kanban-column.column-assigned .ops-kanban-card.card-route .ops-route-edit-btn,.ops-kanban-column.column-assigned .ops-kanban-card.card-route .ops-route-undo-btn{min-height:30px!important;padding:5px 7px!important;font-size:9.5px!important;line-height:1.1!important;border-radius:8px!important;margin-top:2px!important}.ops-kanban-column.column-assigned .ops-kanban-card.card-route.status-assigned{border-left-color:#0284c7!important;background:linear-gradient(180deg,#fff,#f0f9ff)!important}.ops-kanban-column.column-assigned .ops-kanban-card.card-route.status-accepted{border-left-color:#16a34a!important;border-color:#86efac!important;background:linear-gradient(180deg,#fff,#f0fdf4)!important;box-shadow:0 4px 12px #16a34a14!important}.ops-kanban-column.column-assigned .ops-kanban-card.card-route.status-accepted .ops-card-status{color:#166534!important;border-color:#86efac!important;background:#dcfce7!important}.ops-route-accepted-notice{display:grid;gap:1px;padding:6px 7px;margin-top:2px;border:1px solid #86efac;border-radius:8px;background:#dcfce7;color:#166534}.ops-route-accepted-notice strong{font-size:10px;line-height:1.15;font-weight:900}.ops-route-accepted-notice span{font-size:9px;line-height:1.15;font-weight:700;color:#15803d}.ops-kanban-column.column-assigned .ops-kanban-driver-group{min-height:32px!important;padding:5px 7px!important;border-radius:9px!important}.ops-kanban-column.column-assigned .ops-kanban-driver-group strong{font-size:10.5px!important}.ops-kanban-column.column-assigned .ops-kanban-driver-group em{width:23px!important;height:23px!important;font-size:10px!important}.ops-route-single-modal{width:min(1220px,calc(100vw - 32px))!important;max-width:1220px!important}.ops-route-single-body{display:flex;flex-direction:column;gap:16px}.ops-route-single-message{border:1px solid #fde68a;border-radius:12px;padding:10px 12px;background:#fef3c7;color:#92400e;font-size:13px;font-weight:800}.ops-route-single-message.is-processing{border-color:#bfdbfe;background:#eff6ff;color:#1d4ed8}.ops-route-single-config{display:grid;grid-template-columns:minmax(180px,.75fr) minmax(320px,1.5fr) minmax(260px,1fr);gap:14px;align-items:end}.ops-route-single-checkbox{min-height:68px;display:flex;align-items:center;gap:11px;border:1px solid #cbd5e1;border-radius:14px;padding:11px 13px;background:#f8fafc;cursor:pointer}.ops-route-single-checkbox input{width:19px;height:19px;accent-color:#7c3aed;flex-shrink:0}.ops-route-single-checkbox span,.ops-route-single-choice span{display:flex;flex-direction:column;gap:3px}.ops-route-single-checkbox strong,.ops-route-single-choice strong{color:#0f172a;font-size:13px;font-weight:950}.ops-route-single-checkbox small,.ops-route-single-choice small{color:#64748b;font-size:11px;line-height:1.35;font-weight:700}.ops-route-single-driver{border:1px solid #e2e8f0;border-radius:16px;padding:13px;background:#f8fafc}.ops-route-single-driver-options{display:grid;grid-template-columns:minmax(220px,1fr) minmax(220px,1fr) minmax(240px,1.15fr);gap:10px;margin-top:10px}.ops-route-single-choice{min-height:76px;display:flex;align-items:flex-start;gap:10px;border:2px solid #e2e8f0;border-radius:13px;padding:11px 12px;background:#fff;cursor:pointer}.ops-route-single-choice.is-selected{border-color:#7c3aed;background:#f5f3ff}.ops-route-single-choice input{margin-top:3px;accent-color:#7c3aed}.ops-route-single-driver-select{justify-content:center}.ops-route-single-workspace{min-height:480px;display:grid;grid-template-columns:minmax(420px,1fr) minmax(430px,1fr);gap:16px}.ops-route-single-stops,.ops-route-single-map{min-width:0;border:1px solid #e2e8f0;border-radius:17px;padding:14px;background:#fff}.ops-route-single-section-title{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:11px}.ops-route-single-section-title>div{display:flex;flex-direction:column;gap:3px}.ops-route-single-section-title strong{color:#0f172a;font-size:15px;font-weight:950}.ops-route-single-section-title span,.ops-route-single-section-title small{color:#64748b;font-size:11px;line-height:1.35;font-weight:750}.ops-route-single-section-title a{white-space:nowrap;color:#2563eb;font-size:12px;font-weight:900}.ops-route-single-base{display:flex;align-items:flex-start;gap:10px;border:1px solid #c4b5fd;border-radius:13px;padding:10px 12px;background:#faf5ff;margin-bottom:10px}.ops-route-single-base>span{width:27px;height:27px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:50%;background:#7c3aed;color:#fff;font-size:11px;font-weight:950}.ops-route-single-base>div{min-width:0;display:flex;flex-direction:column;gap:3px}.ops-route-single-base strong{color:#4c1d95;font-size:12px;font-weight:950}.ops-route-single-base small{color:#64748b;font-size:11px;line-height:1.35;overflow-wrap:anywhere}.ops-route-single-base.is-finish{margin-top:10px;margin-bottom:0}.ops-route-single-list{max-height:365px;overflow-y:auto;padding-right:4px}.ops-route-single-list .ops-route-review-order{grid-template-columns:minmax(0,1fr) auto;padding:10px 11px;border-radius:13px}.ops-route-single-order-content{min-width:0;display:flex;gap:10px;align-items:flex-start}.ops-route-single-order-number{width:27px;height:27px;display:inline-flex!important;align-items:center;justify-content:center;flex-shrink:0;border-radius:50%;background:#7c3aed;color:#fff!important;font-size:11px!important;font-weight:950!important}.ops-route-single-order-head{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.ops-route-single-order-head strong{display:inline!important;margin:0!important}.ops-route-single-order-head .ops-order-reference-badge{display:inline-flex!important;margin:0!important;width:auto}.ops-route-single-order-content p{margin-top:4px}.ops-route-single-order-actions{display:flex;flex-direction:column;gap:4px}.ops-route-single-order-actions button{min-width:34px;min-height:28px;padding:2px 7px!important;border-color:#cbd5e1!important;background:#f8fafc!important;color:#334155!important}.ops-route-single-order-actions button.is-remove{border-color:#fecaca!important;background:#fef2f2!important;color:#b91c1c!important}.ops-route-single-map{display:flex;flex-direction:column}.ops-route-single-map .ops-wizard-map-preview{flex:1;margin:0}.ops-route-single-map .ops-wizard-map-preview iframe{min-height:360px;height:100%}.ops-route-single-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:10px}.ops-route-single-summary>div{min-width:0;border:1px solid #e2e8f0;border-radius:11px;padding:9px 10px;background:#f8fafc}.ops-route-single-summary span{display:block;margin-bottom:4px;color:#64748b;font-size:10px;font-weight:900;text-transform:uppercase}.ops-route-single-summary strong{display:block;color:#0f172a;font-size:12px;font-weight:950;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ops-route-single-footer{justify-content:space-between}.ops-route-single-footer .ops-review-primary{min-width:210px}@media (max-width: 980px){.ops-route-single-config,.ops-route-single-driver-options,.ops-route-single-workspace{grid-template-columns:1fr}.ops-route-single-list{max-height:none}.ops-route-single-map .ops-wizard-map-preview iframe{min-height:330px}}@media (max-width: 620px){.ops-route-single-modal{width:calc(100vw - 16px)!important;max-height:calc(100vh - 16px)!important}.ops-route-single-summary{grid-template-columns:repeat(2,minmax(0,1fr))}}.ops-wizard-map-note.is-success{color:#166534;background:#f0fdf4;border-color:#bbf7d0}.ops-wizard-map-note.is-error{color:#991b1b;background:#fef2f2;border-color:#fecaca}.ops-wizard-preview-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:10px}.ops-wizard-preview-metrics>div{display:flex;flex-direction:column;gap:4px;min-width:0;padding:10px 12px;border:1px solid #e2e8f0;border-radius:12px;background:#fff}.ops-wizard-preview-metrics span{color:#64748b;font-size:11px;font-weight:700}.ops-wizard-preview-metrics strong{color:#0f172a;font-size:14px;font-weight:900}@media (max-width: 760px){.ops-wizard-preview-metrics{grid-template-columns:1fr}}.ops-route-single-modal{width:min(1440px,calc(100vw - 24px))!important;max-width:1440px!important;height:min(94vh,900px)!important;max-height:min(94vh,900px)!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}.ops-route-single-modal .ops-route-review-header{flex:0 0 auto;padding:12px 20px!important}.ops-route-single-modal .ops-route-review-header h3{margin:0 0 2px!important;font-size:20px!important}.ops-route-single-modal .ops-route-review-header p{margin:0!important;font-size:11px!important;line-height:1.25!important}.ops-route-single-body{flex:1 1 auto!important;min-height:0!important;overflow:hidden!important;gap:8px!important;padding:10px 20px!important}.ops-route-single-message{flex:0 0 auto;padding:7px 10px!important;font-size:11px!important}.ops-route-single-config{flex:0 0 auto;grid-template-columns:minmax(170px,.7fr) minmax(300px,1.5fr) minmax(220px,.8fr)!important;gap:8px!important}.ops-route-single-config .ops-route-review-field{gap:3px!important;font-size:11px!important}.ops-route-single-config input,.ops-route-single-config select{min-height:38px!important;height:38px!important;padding-top:6px!important;padding-bottom:6px!important}.ops-route-single-checkbox{min-height:38px!important;height:38px!important;padding:6px 10px!important;border-radius:10px!important}.ops-route-single-checkbox strong{font-size:11px!important}.ops-route-single-checkbox small{display:none!important}.ops-route-single-driver{flex:0 0 auto;padding:7px 10px!important;border-radius:11px!important}.ops-route-single-driver>.ops-route-single-section-title{display:none!important}.ops-route-single-driver-options{grid-template-columns:minmax(190px,.85fr) minmax(190px,.85fr) minmax(230px,1fr)!important;gap:8px!important;margin-top:0!important}.ops-route-single-choice{min-height:46px!important;height:46px!important;align-items:center!important;padding:6px 10px!important;border-width:1px!important;border-radius:10px!important}.ops-route-single-choice input{margin-top:0!important}.ops-route-single-choice strong{font-size:11px!important}.ops-route-single-choice small{display:none!important}.ops-route-single-driver-select{min-height:46px!important;justify-content:center!important;gap:2px!important;font-size:10px!important}.ops-route-single-driver-select select{min-height:30px!important;height:30px!important;padding-top:3px!important;padding-bottom:3px!important}.ops-route-single-workspace{flex:1 1 auto!important;min-height:0!important;height:auto!important;display:grid!important;grid-template-columns:minmax(390px,.95fr) minmax(500px,1.25fr)!important;gap:10px!important;overflow:hidden!important}.ops-route-single-stops,.ops-route-single-map{min-height:0!important;height:100%!important;padding:10px!important;border-radius:13px!important;overflow:hidden!important}.ops-route-single-stops{display:flex!important;flex-direction:column!important}.ops-route-single-section-title{flex:0 0 auto;margin-bottom:6px!important}.ops-route-single-section-title strong{font-size:13px!important}.ops-route-single-section-title span,.ops-route-single-section-title small{font-size:10px!important;line-height:1.2!important}.ops-route-single-base{flex:0 0 auto;min-height:43px!important;padding:7px 10px!important;margin-bottom:6px!important}.ops-route-single-base strong{font-size:11px!important}.ops-route-single-base small{font-size:9px!important;line-height:1.2!important}.ops-route-single-list{flex:1 1 auto!important;min-height:0!important;max-height:none!important;overflow-y:auto!important;overscroll-behavior:contain;padding-right:3px}.ops-route-review-order{padding:8px!important;min-height:0!important}.ops-route-single-order-head strong,.ops-route-review-order p{font-size:10px!important;line-height:1.25!important}.ops-route-single-order-actions button{width:29px!important;height:29px!important;min-height:29px!important}.ops-route-single-map{display:flex!important;flex-direction:column!important}.ops-route-single-map .ops-wizard-map-preview{flex:1 1 auto!important;min-height:0!important;display:flex!important;flex-direction:column!important;margin:0!important;overflow:hidden!important}.ops-route-single-map .ops-wizard-map-preview iframe{flex:1 1 auto!important;width:100%!important;height:auto!important;min-height:300px!important;border:0!important}.ops-wizard-map-note{flex:0 0 auto;padding:6px 9px!important;font-size:10px!important;line-height:1.2!important}.ops-wizard-preview-metrics{flex:0 0 auto;gap:6px!important;margin-top:6px!important}.ops-wizard-preview-metrics>div{padding:6px 8px!important}.ops-wizard-preview-metrics span{font-size:8px!important}.ops-wizard-preview-metrics strong{font-size:10px!important}.ops-route-single-summary{flex:0 0 auto;gap:5px!important;margin-top:6px!important}.ops-route-single-summary>div{padding:5px 7px!important}.ops-route-single-summary span{margin-bottom:1px!important;font-size:8px!important}.ops-route-single-summary strong{font-size:10px!important}.ops-route-single-footer{flex:0 0 auto!important;min-height:56px!important;padding:9px 20px!important}.ops-route-single-footer .ops-review-secondary,.ops-route-single-footer .ops-review-primary{min-height:38px!important;height:38px!important}@media (max-width: 980px){.ops-route-single-modal{height:calc(100vh - 16px)!important;max-height:calc(100vh - 16px)!important}.ops-route-single-body{overflow-y:auto!important}.ops-route-single-workspace{height:auto!important;overflow:visible!important;grid-template-columns:1fr!important}.ops-route-single-stops,.ops-route-single-map{height:auto!important;overflow:visible!important}.ops-route-single-list{max-height:320px!important}.ops-route-single-map .ops-wizard-map-preview iframe{height:340px!important;min-height:340px!important}}.ops-kanban-card-order-codes{display:flex;align-items:baseline;gap:4px;min-width:0;margin:3px 0 4px;color:#1e3a8a;font-size:10px;line-height:1.25}.ops-kanban-card-order-codes strong{flex:0 0 auto;font-weight:900}.ops-kanban-card-order-codes span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:800}.ops-new-service-btn{border:1px solid #93c5fd!important;background:#8fb7d0!important;color:#fff!important;font-weight:900!important;box-shadow:0 10px 25px #0ea5e929}.manual-service-backdrop{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:10000!important;background:#0f172a94!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:28px!important}.manual-service-modal{width:min(1680px,96vw)!important;max-height:92vh!important;overflow:hidden!important;background:#fff!important;border-radius:26px!important;border:1px solid #dbeafe!important;box-shadow:0 28px 90px #0f172a59!important;color:#0f172a!important;display:flex!important;flex-direction:column!important}.manual-service-header{display:flex!important;justify-content:space-between!important;align-items:flex-start!important;gap:18px!important;padding:22px 26px 14px!important;border-bottom:1px solid #e2e8f0!important}.manual-service-header h3{margin:0!important;color:#0f172a!important;font-size:26px!important;font-weight:950!important;line-height:1.1!important}.manual-service-header p{margin:8px 0 0!important;color:#64748b!important;font-size:14px!important;font-weight:750!important}.manual-service-header button{width:44px!important;height:44px!important;border:1px solid #dbeafe!important;border-radius:16px!important;background:#f8fafc!important;color:#334155!important;font-size:28px!important;line-height:1!important;cursor:pointer!important}.manual-service-body{display:grid!important;grid-template-columns:minmax(420px,.9fr) minmax(520px,1.1fr)!important;gap:16px!important;padding:18px 26px!important;overflow:auto!important}.manual-service-left,.manual-service-right{border:1px solid #dbeafe!important;border-radius:18px!important;background:#fff!important;padding:14px!important}.manual-service-section{border:1px solid #e2e8f0!important;background:#f8fafc!important;border-radius:16px!important;padding:14px!important;margin-bottom:12px!important}.manual-service-section h4,.manual-service-map-header h4{margin:0 0 10px!important;color:#0f172a!important;font-size:15px!important;font-weight:950!important}.manual-service-map-header p{margin:-6px 0 10px!important;color:#64748b!important;font-size:12px!important;font-weight:800!important}.manual-service-grid{display:grid!important;gap:10px!important}.manual-service-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))!important}.manual-service-field,.manual-service-grid label{display:flex!important;flex-direction:column!important;gap:6px!important;color:#475569!important;font-size:13px!important;font-weight:900!important}.manual-service-field{margin-bottom:10px!important}.manual-service-grid input,.manual-service-grid select,.manual-service-field input{width:100%!important;height:46px!important;border:1px solid #cbd5e1!important;border-radius:14px!important;background:#fff!important;color:#0f172a!important;padding:0 13px!important;font-size:14px!important;font-weight:800!important;box-sizing:border-box!important}.manual-service-grid input:focus,.manual-service-grid select:focus,.manual-service-field input:focus{outline:3px solid rgba(59,130,246,.16)!important;border-color:#60a5fa!important}.manual-service-error{border:1px solid #fecaca!important;background:#fef2f2!important;color:#991b1b!important;border-radius:14px!important;padding:11px 13px!important;font-weight:900!important;margin-bottom:12px!important}.manual-service-preview-card{border:1px solid #dbeafe!important;background:#eff6ff!important;border-radius:16px!important;padding:12px 14px!important;display:grid!important;gap:6px!important}.manual-service-preview-card strong{color:#1e3a8a!important;font-size:13px!important;font-weight:950!important;text-transform:uppercase!important}.manual-service-preview-card span{color:#334155!important;font-size:13px!important;font-weight:800!important}.manual-service-map{height:420px!important;border:1px solid #cbd5e1!important;border-radius:18px!important;overflow:hidden!important;background:#f1f5f9!important}.manual-service-map iframe{width:100%!important;height:100%!important;border:0!important;display:block!important}.manual-service-map>div{height:100%!important;display:grid!important;place-items:center!important;color:#64748b!important;font-weight:900!important;text-align:center!important;padding:20px!important}.manual-service-map-footer{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;margin-top:10px!important}.manual-service-map-footer div{background:#f8fafc!important;border:1px solid #dbeafe!important;border-radius:14px!important;padding:10px!important}.manual-service-map-footer span{display:block!important;color:#64748b!important;font-size:11px!important;font-weight:950!important;text-transform:uppercase!important}.manual-service-map-footer strong{display:block!important;color:#0f172a!important;font-size:14px!important;font-weight:950!important;margin-top:2px!important}.manual-service-footer{display:flex!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;padding:16px 26px 22px!important;border-top:1px solid #e2e8f0!important;background:#fff!important}.manual-service-footer button{min-height:48px!important;border-radius:14px!important;padding:0 22px!important;font-size:15px!important;font-weight:950!important;cursor:pointer!important}.manual-service-footer button[type=button]{border:1px solid #cbd5e1!important;background:#fff!important;color:#334155!important}.manual-service-footer button[type=submit]{min-width:250px!important;border:1px solid #2563eb!important;background:#2563eb!important;color:#fff!important;box-shadow:0 14px 28px #2563eb38!important}.manual-service-footer button:disabled{opacity:.65!important;cursor:wait!important}@media (max-width: 980px){.manual-service-backdrop{padding:10px!important}.manual-service-modal{width:98vw!important;max-height:96vh!important;border-radius:18px!important}.manual-service-body{grid-template-columns:1fr!important;padding:14px!important}.manual-service-grid.two,.manual-service-map-footer{grid-template-columns:1fr!important}.manual-service-map{height:260px!important}.manual-service-footer{flex-direction:column-reverse!important;align-items:stretch!important;padding:14px!important}.manual-service-footer button[type=submit]{min-width:0!important;width:100%!important}}.manual-service-modal{height:min(92vh,860px)!important}.manual-service-modal>form{display:flex!important;flex-direction:column!important;min-height:0!important;overflow:hidden!important;flex:1 1 auto!important}.manual-service-body{flex:1 1 auto!important;min-height:0!important;overflow:auto!important}.manual-service-footer{position:sticky!important;bottom:0!important;z-index:5!important;background:#fff!important;box-shadow:0 -10px 24px #0f172a0f!important}.manual-service-footer button[type=submit]{display:inline-flex!important;align-items:center!important;justify-content:center!important}@media (max-height: 760px){.manual-service-modal{height:96vh!important}.manual-service-map{height:300px!important}}.drivers-ux-page{display:grid;gap:14px}.drivers-ux-header{display:flex;justify-content:space-between;gap:16px;align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:20px 22px;box-shadow:0 14px 34px #0f172a0f}.drivers-ux-header h2{margin:0;color:#0f172a;font-size:25px;font-weight:950}.drivers-ux-header p{margin:6px 0 0;color:#64748b;font-weight:700}.drivers-ux-header-actions{display:flex;gap:10px;align-items:center}.drivers-ux-header-actions button,.drivers-ux-card-actions button,.drivers-ux-modal-footer button{border:1px solid #dbeafe;background:#fff;color:#0f172a;border-radius:12px;min-height:40px;padding:0 14px;font-weight:900;cursor:pointer}.drivers-ux-primary,.drivers-ux-modal-footer button[type=submit]{background:#2563eb!important;border-color:#2563eb!important;color:#fff!important}.drivers-ux-alert{border-radius:14px;padding:12px 14px;font-weight:900}.drivers-ux-alert.error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.drivers-ux-alert.success{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.drivers-ux-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.drivers-ux-summary div{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:14px 16px;box-shadow:0 10px 26px #0f172a0d}.drivers-ux-summary span{display:block;color:#64748b;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.04em}.drivers-ux-summary strong{display:block;margin-top:8px;color:#0f172a;font-size:24px;font-weight:950}.drivers-ux-toolbar{display:grid;grid-template-columns:minmax(0,1fr) 160px;gap:10px;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:12px}.drivers-ux-toolbar input,.drivers-ux-toolbar select,.drivers-ux-form-grid input,.drivers-ux-form-grid select,.drivers-ux-full select{width:100%;min-height:42px;border:1px solid #cbd5e1;border-radius:12px;background:#fff;color:#0f172a;padding:0 12px;font-weight:800;box-sizing:border-box}.drivers-ux-grid{display:grid;grid-template-columns:repeat(3,minmax(280px,1fr));gap:14px}.drivers-ux-card{background:#fff;border:1px solid #dbeafe;border-left:5px solid #2563eb;border-radius:18px;padding:14px;box-shadow:0 14px 32px #0f172a0f}.drivers-ux-card.is-inactive{opacity:.72;border-left-color:#94a3b8}.drivers-ux-card-top{display:flex;justify-content:space-between;gap:10px;align-items:flex-start;padding-bottom:10px;border-bottom:1px solid #e2e8f0}.drivers-ux-card-top h3{margin:0;color:#0f172a;font-size:17px;font-weight:950;line-height:1.1}.drivers-ux-card-top p{margin:5px 0 0;color:#475569;font-size:13px;font-weight:850}.drivers-ux-badge{flex:0 0 auto;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:950;text-transform:uppercase}.drivers-ux-badge.on{background:#dcfce7;border:1px solid #86efac;color:#166534}.drivers-ux-badge.off{background:#f1f5f9;border:1px solid #cbd5e1;color:#475569}.drivers-ux-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:10px}.drivers-ux-card-grid div{min-height:56px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:13px;padding:9px 10px;overflow:hidden}.drivers-ux-card-grid span{display:block;color:#64748b;font-size:10px;font-weight:950;text-transform:uppercase;letter-spacing:.035em}.drivers-ux-card-grid strong{display:block;margin-top:4px;color:#0f172a;font-size:12px;font-weight:950;line-height:1.2;overflow-wrap:anywhere}.drivers-ux-operation{margin-top:10px;background:#eff6ff;border:1px solid #bfdbfe;border-left:4px solid #2563eb;border-radius:14px;padding:10px}.drivers-ux-operation strong{display:block;color:#1e40af;font-size:12px;font-weight:950}.drivers-ux-operation span{display:block;margin-top:4px;color:#1e3a8a;font-size:12px;font-weight:850;line-height:1.35}.drivers-ux-card-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:10px}.drivers-ux-card-actions button{min-height:34px;padding:0 11px;font-size:12px;background:#f1f5f9}.drivers-ux-empty{grid-column:1 / -1;background:#fff;border:1px dashed #cbd5e1;border-radius:16px;padding:26px;text-align:center;color:#64748b;font-weight:900}.drivers-ux-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;justify-content:center;align-items:center;background:#0f172a8f;padding:24px}.drivers-ux-modal{width:min(900px,96vw);max-height:92vh;overflow:hidden;background:#fff;border:1px solid #dbeafe;border-radius:24px;box-shadow:0 26px 80px #0f172a52;display:flex;flex-direction:column}.drivers-ux-modal-header{display:flex;justify-content:space-between;gap:16px;padding:20px 22px 14px;border-bottom:1px solid #e2e8f0}.drivers-ux-modal-header h3{margin:0;color:#0f172a;font-size:24px;font-weight:950}.drivers-ux-modal-header p{margin:6px 0 0;color:#64748b;font-weight:800}.drivers-ux-modal-header button{width:42px;height:42px;border:1px solid #dbeafe;border-radius:14px;background:#f8fafc;color:#334155;font-size:26px;cursor:pointer}.drivers-ux-modal form{min-height:0;display:flex;flex-direction:column;overflow:hidden}.drivers-ux-modal-body{overflow:auto;padding:16px 22px;display:grid;gap:12px}.drivers-ux-form-section{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:14px}.drivers-ux-form-section h4{margin:0 0 12px;color:#0f172a;font-size:15px;font-weight:950}.drivers-ux-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.drivers-ux-form-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.drivers-ux-form-grid label,.drivers-ux-full{display:grid;gap:6px;color:#475569;font-size:12px;font-weight:950}.drivers-ux-form-help{margin:10px 0 0;color:#64748b;font-size:12px;font-weight:800}.drivers-ux-modal-footer{display:flex;justify-content:space-between;gap:10px;padding:14px 22px 20px;border-top:1px solid #e2e8f0;background:#fff}.drivers-ux-modal-footer button[type=submit]{min-width:190px}@media (max-width: 1100px){.drivers-ux-grid{grid-template-columns:repeat(2,minmax(260px,1fr))}}@media (max-width: 760px){.drivers-ux-header,.drivers-ux-header-actions,.drivers-ux-modal-footer{flex-direction:column;align-items:stretch}.drivers-ux-summary,.drivers-ux-toolbar,.drivers-ux-grid,.drivers-ux-form-grid,.drivers-ux-form-grid.three{grid-template-columns:1fr}.drivers-ux-modal-backdrop{padding:10px}.drivers-ux-modal{border-radius:18px}}.drivers-ux-modal-error{border:1px solid #fecaca;background:#fef2f2;color:#991b1b;border-radius:14px;padding:12px 14px;font-weight:900}.drivers-ux-modal{height:min(92vh,760px)}.drivers-ux-modal form{flex:1 1 auto}.drivers-ux-modal-body{flex:1 1 auto;min-height:0}.drivers-ux-modal-footer{position:sticky;bottom:0;z-index:2;box-shadow:0 -10px 24px #0f172a0f}.drivers-ux-modal-header button{display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0!important;line-height:1!important;font-size:28px!important;font-weight:500!important}.drivers-ux-form-grid input:disabled{background:#f1f5f9!important;color:#64748b!important;cursor:not-allowed!important}.manual-service-address-helper{margin:0 0 14px;padding:12px;border:1px solid rgba(37,99,235,.18);border-radius:14px;background:#eff6ffc7;color:#475569;font-size:.86rem;font-weight:700}.manual-service-address-helper .manual-service-grid{margin-bottom:10px}.manual-service-address-helper span{display:block;line-height:1.45}.ops-issues-tools{display:grid;gap:8px;margin:10px 0;padding:10px;border:1px solid #e2e8f0;border-radius:14px;background:#f8fafc}.ops-issues-toggle{display:inline-flex;align-items:center;gap:8px;color:#334155;font-size:12px;font-weight:850;cursor:pointer;-webkit-user-select:none;user-select:none}.ops-issues-toggle input{width:16px;height:16px;accent-color:#64748b;cursor:pointer}.ops-issues-counters{display:flex;flex-wrap:wrap;gap:6px}.ops-issues-counters span{display:inline-flex;align-items:center;gap:4px;padding:5px 8px;border-radius:999px;background:#fff;border:1px solid #e2e8f0;color:#475569;font-size:11px;font-weight:750}.ops-issues-counters strong{color:#0f172a;font-size:12px}.ops-kanban-card.issue-tone-muted{background:#f8fafc;border-color:#cbd5e1;color:#475569;box-shadow:none;opacity:.92}.ops-kanban-card.issue-tone-muted:hover{opacity:1}.ops-kanban-card.issue-tone-muted .ops-kanban-card-issue{display:grid;gap:2px;background:#f1f5f9;border-color:#cbd5e1;color:#475569}.ops-kanban-card.issue-tone-muted .ops-kanban-card-issue strong{display:block;color:#334155;font-size:12px;font-weight:900}.ops-kanban-card.issue-tone-muted .ops-kanban-card-issue span{display:block;color:#64748b;font-size:11px;font-weight:750}.ops-kanban-column.column-issues .ops-kanban-card.issue-category-auto_closed{background:#f8fafc!important;border-color:#cbd5e1!important;border-left-color:#94a3b8!important;color:#475569!important;box-shadow:none!important;opacity:.96}.ops-kanban-column.column-issues .ops-kanban-card.issue-category-auto_closed:hover{background:#f8fafc!important;border-color:#94a3b8!important;opacity:1}.ops-kanban-column.column-issues .ops-kanban-card.issue-category-auto_closed:before,.ops-kanban-column.column-issues .ops-kanban-card.issue-category-auto_closed:after{background:#94a3b8!important;border-color:#94a3b8!important}.ops-kanban-column.column-issues .ops-kanban-card.issue-category-auto_closed .ops-card-type,.ops-kanban-column.column-issues .ops-kanban-card.issue-category-auto_closed .ops-card-type.type-issue,.ops-kanban-column.column-issues .ops-kanban-card.issue-category-auto_closed .ops-card-status{background:#f1f5f9!important;border-color:#cbd5e1!important;color:#334155!important}.ops-kanban-column.column-issues .ops-kanban-card.issue-category-auto_closed .ops-kanban-card-title,.ops-kanban-column.column-issues .ops-kanban-card.issue-category-auto_closed h4,.ops-kanban-column.column-issues .ops-kanban-card.issue-category-auto_closed strong{color:#334155!important}.ops-kanban-column.column-issues .ops-kanban-card.issue-category-auto_closed .ops-kanban-card-subtitle,.ops-kanban-column.column-issues .ops-kanban-card.issue-category-auto_closed .ops-kanban-card-meta,.ops-kanban-column.column-issues .ops-kanban-card.issue-category-auto_closed .ops-kanban-card-address{color:#64748b!important}.ops-kanban-column.column-issues .ops-kanban-card.issue-category-auto_closed .ops-kanban-card-issue{background:#f1f5f9!important;border-color:#cbd5e1!important;border-left-color:#94a3b8!important;color:#475569!important;box-shadow:none!important}.ops-kanban-column.column-issues .ops-kanban-card.issue-category-auto_closed .ops-kanban-card-type-row{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.ops-kanban-column.column-issues .ops-kanban-card.issue-category-auto_closed .ops-card-status{max-width:100%;white-space:normal;overflow:visible;text-overflow:clip;line-height:1.2}.ops-kanban-column.column-issues{overflow-x:hidden;scrollbar-gutter:stable}.ops-kanban-column.column-issues .ops-kanban-card{max-width:100%;box-sizing:border-box}.ops-aging-legend{grid-column:1 / -1!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;padding:6px 2px 0!important;color:#64748b!important;font-size:10px!important;font-weight:900!important;line-height:1.2!important}.ops-aging-legend span{display:inline-flex!important;align-items:center!important;gap:4px!important;white-space:nowrap!important}.ops-aging-legend .aging-dot,.ops-order-aging-badge i{width:9px!important;height:9px!important;min-width:9px!important;border-radius:999px!important;display:inline-flex!important;box-shadow:0 0 0 2px #ffffffe6!important}.ops-aging-legend .aging-fresh,.ops-order-aging-badge.aging-fresh i{background:#22c55e!important}.ops-aging-legend .aging-attention,.ops-order-aging-badge.aging-attention i{background:#f59e0b!important}.ops-aging-legend .aging-critical,.ops-order-aging-badge.aging-critical i{background:#ef4444!important}.ops-order-aging-badge{display:inline-flex!important;align-items:center!important;gap:5px!important;border-radius:999px!important;padding:3px 7px!important;font-size:10px!important;font-weight:950!important;line-height:1.2!important;letter-spacing:.01em!important;white-space:nowrap!important}.ops-order-aging-badge.aging-fresh{border:1px solid #86efac!important;background:#f0fdf4!important;color:#166534!important}.ops-order-aging-badge.aging-attention{border:1px solid #fcd34d!important;background:#fffbeb!important;color:#92400e!important}.ops-order-aging-badge.aging-critical{border:1px solid #fca5a5!important;background:#fef2f2!important;color:#991b1b!important}.ops-kanban-card.card-order.aging-fresh{border-left-color:#22c55e!important}.ops-kanban-card.card-order.aging-attention{border-left-color:#f59e0b!important;background:linear-gradient(180deg,#fffbeb,#fff 46%)!important}.ops-kanban-card.card-order.aging-critical{border-left-color:#ef4444!important;background:linear-gradient(180deg,#fef2f2,#fff 46%)!important}.ops-kanban-card.card-order.aging-critical .ops-order-simple-line:first-of-type{color:#991b1b!important}@media (max-width: 900px){.ops-aging-legend{justify-content:flex-start!important;flex-wrap:wrap!important}}.kanban-visibility-toggle{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;flex:0 0 40px;padding:0;border:1px solid rgba(255,255,255,.18);border-radius:50%;background:#070c1f73;color:#f8fafc;cursor:pointer;transition:background-color .16s ease,border-color .16s ease,color .16s ease,transform .16s ease}.kanban-visibility-toggle:hover{border-color:#ffffff61;background:#ffffff1a;transform:translateY(-1px)}.kanban-visibility-toggle:focus-visible{outline:3px solid rgba(96,165,250,.48);outline-offset:2px}.kanban-visibility-toggle.is-compact{border-color:#60a5fa80;background:#2563eb33;color:#bfdbfe}.ops-kanban.ops-kanban-compact>.ops-kanban-header,.ops-kanban.ops-kanban-compact>.ops-kanban-filters,.ops-kanban.ops-kanban-compact>.ops-kanban-search-info,.ops-kanban.ops-kanban-compact>.ops-kanban-summary{display:none}@media (max-width: 900px){.kanban-visibility-toggle{width:36px;height:36px;flex-basis:36px}}.ops-kanban-panel-toolbar{display:flex!important;justify-content:flex-end!important;align-items:center!important;margin:0 0 10px!important}.ops-kanban-panel-visibility-toggle{display:inline-flex!important;align-items:center!important;gap:8px!important;min-height:38px!important;border:1px solid #dbeafe!important;border-radius:999px!important;background:#fff!important;color:#1d4ed8!important;padding:0 14px!important;font-size:12px!important;font-weight:900!important;box-shadow:0 8px 22px #2563eb1a!important;cursor:pointer!important}.ops-kanban-panel-visibility-toggle:hover{border-color:#2563eb!important;background:#eff6ff!important}.ops-kanban-panel-visibility-toggle:focus-visible{outline:3px solid rgba(37,99,235,.24)!important;outline-offset:2px!important}.ops-kanban-panel-visibility-toggle.is-compact{border-color:#bfdbfe!important;background:#eff6ff!important}.ops-kanban-panel-visibility-icon{display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:1!important}.ops-kanban .ops-kanban-board{align-items:stretch!important}.ops-kanban .ops-kanban-column{align-self:stretch!important;display:flex!important;flex-direction:column!important}.ops-kanban .ops-kanban-cards{flex:1 1 auto!important;min-height:0!important}.ops-kanban .ops-kanban-column>.ops-kanban-empty{flex:1 1 auto!important;display:flex!important;align-items:center!important;justify-content:center!important;min-height:160px!important}@media (max-width: 720px){.ops-kanban-panel-toolbar{justify-content:stretch!important}.ops-kanban-panel-visibility-toggle{width:100%!important;justify-content:center!important}}.ops-kanban .ops-kanban-column:not(.column-orders){overflow:visible!important}.ops-kanban .ops-kanban-column:not(.column-orders) .ops-kanban-cards,.ops-kanban .ops-kanban-column:not(.column-orders) .ops-driver-group,.ops-kanban .ops-kanban-column:not(.column-orders) .ops-driver-group-cards,.ops-kanban .ops-kanban-column:not(.column-orders) .ops-kanban-driver-group,.ops-kanban .ops-kanban-column:not(.column-orders) .ops-kanban-driver-group-cards{height:auto!important;max-height:none!important;overflow:visible!important;overflow-y:visible!important}.ops-kanban .ops-kanban-column.column-finished .ops-kanban-cards{padding-right:0!important}.ops-kanban .ops-kanban-column.column-finished{scrollbar-width:auto!important}.ops-kanban .ops-kanban-column.column-finished .ops-kanban-cards{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:10px!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important;overflow-y:visible!important}.ops-kanban .ops-kanban-column.column-finished .ops-kanban-driver-card-wrap,.ops-kanban .ops-kanban-column.column-finished .ops-kanban-driver-card-wrap.is-finished-route-wrap{display:flex!important;flex-direction:column!important;gap:8px!important;position:static!important;visibility:visible!important;opacity:1!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important;overflow-y:visible!important}.ops-kanban .ops-kanban-column.column-finished .ops-kanban-driver-group{position:static!important;top:auto!important;z-index:auto!important;flex:0 0 auto!important}.ops-kanban .ops-kanban-column.column-finished .ops-kanban-card.card-route{display:block!important;position:static!important;visibility:visible!important;opacity:1!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important;overflow-y:visible!important}.ops-kanban .ops-kanban-board,.ops-kanban-board{align-items:flex-start!important}.ops-kanban .ops-kanban-column,.ops-kanban-column{align-self:flex-start!important}.ops-kanban .ops-kanban-cards,.ops-kanban .ops-kanban-column:not(.column-orders) .ops-kanban-cards,.ops-kanban .ops-kanban-column.column-finished .ops-kanban-cards{display:flex!important;flex-direction:column!important;align-items:stretch!important;align-content:flex-start!important;justify-content:flex-start!important;gap:10px!important}.ops-kanban .ops-kanban-driver-card-wrap{width:100%;margin:0!important}.ops-kanban .ops-order-simple-line:first-of-type{align-items:baseline!important;gap:7px!important}.ops-kanban .ops-order-code-highlight{display:inline-flex;align-items:center;font-size:18px;line-height:1;font-weight:950;letter-spacing:-.025em;color:#0f172a;padding:2px 0}.ops-kanban .ops-kanban-card.card-route .ops-kanban-card-order-codes{align-items:baseline;padding:7px 9px}.ops-kanban .ops-kanban-card.card-route .ops-kanban-card-order-codes span{font-size:14px;line-height:1.2;font-weight:900;color:#111827}.ops-kanban button.ops-kanban-driver-group{width:100%;border:1px solid #cbd5e1;background:#fff;color:#0f172a;border-radius:12px;padding:8px 10px;display:flex;align-items:center;justify-content:space-between;gap:8px;text-align:left;box-shadow:0 1px 3px #0f172a14;cursor:pointer}.ops-kanban button.ops-kanban-driver-group:hover{border-color:#2563eb;background:#eff6ff}.ops-kanban button.ops-kanban-driver-group:focus-visible{outline:3px solid rgba(37,99,235,.25);outline-offset:2px}.ops-kanban button.ops-kanban-driver-group.is-collapsed{border-style:dashed;background:#f8fafc}.ops-kanban .ops-kanban-driver-group-actions{display:inline-flex;align-items:center;gap:7px;flex-shrink:0}.ops-kanban .ops-kanban-driver-collapse-icon{width:22px;height:22px;border-radius:999px;background:#e0f2fe;color:#0369a1;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:900}@media (min-width: 1440px){.ops-kanban .ops-order-code-highlight{font-size:20px}}.owner-oracle-card{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:18px;box-shadow:0 16px 42px #0f172a14;margin:22px 0;padding:20px}.owner-oracle-header{align-items:flex-start;display:flex;gap:16px;justify-content:space-between}.owner-oracle-header h3{margin:4px 0 6px}.owner-oracle-header p{color:#516071;margin:0;max-width:780px}.owner-oracle-header button{border:1px solid rgba(202,138,4,.48);border-radius:12px;background:#fff8db;color:#854d0e;cursor:pointer;font-weight:800;padding:10px 14px;white-space:nowrap}.owner-oracle-header button:disabled{cursor:wait;opacity:.7}.owner-oracle-summary{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0}.owner-oracle-pill{border-radius:999px;font-size:.78rem;font-weight:900;padding:7px 10px}.owner-oracle-pill.online{background:#dcfce7;color:#166534}.owner-oracle-pill.delayed{background:#fef3c7;color:#92400e}.owner-oracle-pill.critical{background:#fee2e2;color:#991b1b}.owner-oracle-pill.no-data{background:#e2e8f0;color:#334155}.owner-oracle-list{display:grid;gap:10px}.owner-oracle-row{align-items:center;border:1px solid rgba(148,163,184,.28);border-left:5px solid #94a3b8;border-radius:14px;display:grid;gap:12px;grid-template-columns:minmax(260px,1.5fr) minmax(140px,.7fr) minmax(280px,1fr);padding:13px 14px}.owner-oracle-row.status-online{border-left-color:#16a34a}.owner-oracle-row.status-delayed{border-left-color:#d97706}.owner-oracle-row.status-critical{border-left-color:#dc2626}.owner-oracle-row.status-no_data{border-left-color:#64748b}.owner-oracle-row-main{align-items:center;display:flex;gap:10px}.owner-oracle-row-main strong,.owner-oracle-row-status strong{color:#0f172a;display:block}.owner-oracle-row-main small,.owner-oracle-row-status small{color:#64748b;display:block;margin-top:2px}.owner-oracle-dot{border-radius:999px;display:inline-flex;flex:0 0 auto;height:11px;width:11px}.owner-oracle-dot.online{background:#16a34a}.owner-oracle-dot.delayed{background:#d97706}.owner-oracle-dot.critical{background:#dc2626}.owner-oracle-dot.no_data{background:#64748b}.owner-oracle-row-meta{color:#475569;display:grid;font-size:.78rem;gap:3px}@media (max-width: 980px){.owner-oracle-header,.owner-oracle-row{grid-template-columns:1fr}.owner-oracle-header{align-items:stretch;flex-direction:column}}.owner-oracle-pill.not-monitored{background:#ede9fe;color:#5b21b6}.owner-oracle-row.status-not_monitored{border-left-color:#7c3aed}.owner-oracle-dot.not_monitored{background:#7c3aed}.ops-wizard-sort-controls{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;margin:10px 0 12px!important;padding:10px 12px!important;border:1px solid #ddd6fe!important;border-radius:14px!important;background:linear-gradient(135deg,#faf5ff,#f8fafc)!important}.ops-wizard-sort-controls strong,.ops-wizard-sort-controls span{display:block!important}.ops-wizard-sort-controls strong{color:#312e81!important;font-size:12px!important;font-weight:900!important}.ops-wizard-sort-controls span{margin-top:2px!important;color:#64748b!important;font-size:11px!important;font-weight:700!important}.ops-wizard-sort-controls>div:last-child{display:flex!important;align-items:center!important;gap:8px!important;flex-shrink:0!important}.ops-wizard-sort-controls button{min-height:34px!important;padding:0 12px!important;border:1px solid #7c3aed!important;border-radius:11px!important;background:#fff!important;color:#5b21b6!important;font-size:12px!important;font-weight:900!important;cursor:pointer!important;box-shadow:0 8px 18px #7c3aed1a!important}.ops-wizard-sort-controls button:hover:not(:disabled){background:#7c3aed!important;color:#fff!important}.ops-wizard-sort-controls button:disabled{opacity:.55!important;cursor:not-allowed!important}.ops-route-review-order,.ops-route-single-order{grid-template-columns:34px minmax(0,1fr) 38px!important;align-items:center!important;overflow:hidden!important;position:relative!important}.ops-route-review-order[draggable=true],.ops-route-single-order[draggable=true]{cursor:grab!important}.ops-route-review-order[draggable=true]:active,.ops-route-single-order[draggable=true]:active{cursor:grabbing!important}.ops-route-review-order[aria-grabbed=true],.ops-route-single-order[aria-grabbed=true]{opacity:.72!important;border-color:#7c3aed!important;background:#faf5ff!important;box-shadow:0 12px 28px #7c3aed2e!important}.ops-route-single-order-content{min-width:0!important}.ops-route-single-order-actions{width:34px!important;min-width:34px!important;max-width:34px!important;align-self:stretch!important;justify-content:center!important;align-items:center!important;overflow:hidden!important;gap:5px!important;margin-left:0!important}.ops-route-single-order-actions button{width:30px!important;min-width:30px!important;max-width:30px!important;height:28px!important;min-height:28px!important;max-height:28px!important;padding:0!important;border-radius:10px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:1!important;font-size:13px!important;box-sizing:border-box!important}.ops-route-single-order-actions button.is-remove{font-size:14px!important}@media (max-width: 920px){.ops-wizard-sort-controls{align-items:stretch!important;flex-direction:column!important}.ops-wizard-sort-controls>div:last-child{width:100%!important}.ops-wizard-sort-controls button{flex:1 1 0!important}}.ops-route-single-stops.has-group-suggestions{display:flex!important;flex-direction:column!important;gap:10px!important;min-height:0!important;overflow-y:hidden!important;overflow-x:hidden!important;padding-right:0!important;scrollbar-gutter:auto!important}.ops-route-single-stops.has-group-suggestions>.ops-route-single-section-title,.ops-route-single-stops.has-group-suggestions>.ops-route-single-base,.ops-route-single-stops.has-group-suggestions>.ops-wizard-sort-controls,.ops-route-single-stops.has-group-suggestions>.ops-wizard-group-quick-access,.ops-route-single-stops.has-group-suggestions>.ops-wizard-group-suggestions{flex:0 0 auto!important}.ops-route-single-stops.has-group-suggestions>.ops-route-single-section-title,.ops-route-single-stops.has-group-suggestions>.ops-route-single-base,.ops-route-single-stops.has-group-suggestions>.ops-wizard-sort-controls{order:0!important}.ops-route-single-stops.has-group-suggestions>.ops-wizard-group-quick-access{order:5!important}.ops-wizard-group-quick-access{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:12px!important;min-height:56px!important;padding:10px 12px!important;border:1px solid #c4b5fd!important;border-radius:16px!important;background:#faf5ff!important;box-sizing:border-box!important}.ops-wizard-group-quick-access>div{min-width:0!important;overflow:hidden!important}.ops-wizard-group-quick-access strong,.ops-wizard-group-quick-access span{display:block!important}.ops-wizard-group-quick-access strong{color:#4c1d95!important;font-size:13px!important;line-height:1.2!important;font-weight:900!important}.ops-wizard-group-quick-access span{margin-top:3px!important;color:#64748b!important;font-size:11px!important;line-height:1.3!important;font-weight:800!important;white-space:normal!important}.ops-wizard-group-quick-access button{min-width:92px!important;height:36px!important;padding:0 14px!important;border:1px solid #7c3aed!important;border-radius:999px!important;background:#fff!important;color:#5b21b6!important;font-size:12px!important;font-weight:900!important;cursor:pointer!important;white-space:nowrap!important}.ops-wizard-group-quick-access button:hover:not(:disabled){background:#7c3aed!important;color:#fff!important}.ops-wizard-group-quick-access button:disabled{opacity:.55!important;cursor:not-allowed!important}.ops-route-single-stops.has-group-suggestions>.ops-route-review-list,.ops-route-single-stops.has-group-suggestions>.ops-route-review-empty{order:10!important;flex:1 1 auto!important;height:clamp(260px,34vh,390px)!important;min-height:260px!important;max-height:390px!important;overflow-y:auto!important;overflow-x:hidden!important;padding-right:6px!important;padding-bottom:4px!important;scrollbar-gutter:stable!important;overscroll-behavior:contain!important}.ops-route-single-stops.has-group-suggestions>.ops-route-single-base:last-child{order:20!important;flex:0 0 auto!important}.ops-route-single-stops.has-group-suggestions>.ops-wizard-group-suggestions{order:30!important}.ops-route-single-stops.has-group-suggestions .ops-route-review-order{display:grid!important;grid-template-columns:minmax(0,1fr) 38px!important;gap:10px!important;align-items:stretch!important;min-height:112px!important;height:auto!important;max-height:none!important;padding:10px!important;overflow:hidden!important;position:relative!important;box-sizing:border-box!important}.ops-route-single-stops.has-group-suggestions .ops-route-review-order.is-grouped-stop{background:#ecfdf5!important;border-color:#86efac!important;box-shadow:inset 4px 0 #22c55e!important}.ops-route-single-stops.has-group-suggestions .ops-route-review-order.is-grouped-stop:after{content:"AGRUPADO"!important;position:absolute!important;top:8px!important;right:52px!important;padding:3px 8px!important;border-radius:999px!important;background:#dcfce7!important;color:#166534!important;font-size:10px!important;font-weight:900!important;line-height:1.1!important;letter-spacing:.02em!important;text-transform:uppercase!important}.ops-route-single-stops.has-group-suggestions .ops-route-single-order-content{display:grid!important;grid-template-columns:34px minmax(0,1fr)!important;gap:10px!important;align-items:flex-start!important;min-width:0!important;overflow:hidden!important}.ops-route-single-stops.has-group-suggestions .ops-route-single-order-content>div{min-width:0!important;overflow:hidden!important}.ops-route-single-stops.has-group-suggestions .ops-route-single-order-number{width:30px!important;height:30px!important;min-width:30px!important;margin-top:0!important;font-size:13px!important;font-weight:900!important}.ops-route-single-stops.has-group-suggestions .ops-route-single-order-head{display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:5px 7px!important;min-width:0!important;padding-right:90px!important}.ops-route-single-stops.has-group-suggestions .ops-route-single-order-head strong{display:block!important;color:#1e293b!important;font-size:12px!important;line-height:1.25!important;font-weight:900!important;white-space:normal!important;overflow-wrap:anywhere!important;word-break:break-word!important}.ops-route-single-stops.has-group-suggestions .ops-order-reference-badge{max-width:100%!important;white-space:normal!important;line-height:1.2!important}.ops-route-single-stops.has-group-suggestions .ops-route-single-order-content p,.ops-route-single-stops.has-group-suggestions .ops-route-single-order-content small{display:block!important;max-width:100%!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;overflow-wrap:anywhere!important;word-break:break-word!important}.ops-route-single-stops.has-group-suggestions .ops-route-single-order-content p{margin:5px 0 0!important;color:#334155!important;font-size:11px!important;line-height:1.35!important;font-weight:800!important}.ops-route-single-stops.has-group-suggestions .ops-route-single-order-content small{margin-top:3px!important;color:#64748b!important;font-size:10px!important;line-height:1.35!important}.ops-route-single-stops.has-group-suggestions .ops-route-single-order-actions{width:34px!important;min-width:34px!important;max-width:34px!important;align-self:stretch!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:5px!important;overflow:visible!important}.ops-route-single-stops.has-group-suggestions .ops-route-single-order-actions button{width:30px!important;min-width:30px!important;max-width:30px!important;height:28px!important;min-height:28px!important;max-height:28px!important;padding:0!important;flex-shrink:0!important}.ops-route-single-stops.has-group-suggestions>.ops-wizard-group-suggestions.is-collapsed{display:none!important}.ops-route-single-stops.has-group-suggestions>.ops-wizard-group-suggestions.is-expanded{position:fixed!important;z-index:10050!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;width:min(760px,calc(100vw - 56px))!important;max-width:min(760px,calc(100vw - 56px))!important;max-height:min(72vh,640px)!important;overflow-y:auto!important;overflow-x:hidden!important;border:1px solid #c4b5fd!important;border-radius:20px!important;background:#fff!important;box-shadow:0 28px 80px #0f172a61!important;padding:0 0 12px!important;box-sizing:border-box!important;scrollbar-gutter:stable!important;overscroll-behavior:contain!important}.ops-route-single-stops.has-group-suggestions .ops-wizard-group-suggestions.is-expanded .ops-wizard-group-suggestions-head{position:sticky!important;top:0!important;z-index:3!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:12px!important;min-height:64px!important;padding:12px 16px!important;background:#faf5ff!important;border-bottom:1px solid #ddd6fe!important;box-sizing:border-box!important}.ops-route-single-stops.has-group-suggestions .ops-wizard-group-toggle{min-width:88px!important;height:34px!important;padding:0 14px!important;white-space:nowrap!important}.ops-route-single-stops.has-group-suggestions .ops-wizard-group-suggestion{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(140px,160px)!important;gap:12px!important;align-items:center!important;margin:10px 14px 0!important;padding:12px 14px!important;min-height:96px!important;overflow:hidden!important;box-sizing:border-box!important}.ops-route-single-stops.has-group-suggestions .ops-wizard-group-suggestion>div:first-child{min-width:0!important;overflow:hidden!important}.ops-route-single-stops.has-group-suggestions .ops-wizard-group-suggestion p{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;line-height:1.35!important}.ops-route-single-stops.has-group-suggestions .ops-wizard-group-suggestion small{display:-webkit-box!important;-webkit-line-clamp:1!important;-webkit-box-orient:vertical!important;overflow:hidden!important;line-height:1.3!important}.ops-route-single-stops.has-group-suggestions .ops-wizard-group-suggestion>div:last-child{min-width:0!important;display:flex!important;flex-direction:column!important;gap:8px!important}.ops-route-single-stops.has-group-suggestions .ops-wizard-group-suggestion button{width:100%!important;min-height:36px!important;white-space:nowrap!important}@media (max-width: 920px){.ops-wizard-group-quick-access{grid-template-columns:1fr!important}.ops-wizard-group-quick-access button{width:100%!important}.ops-route-single-stops.has-group-suggestions>.ops-route-review-list,.ops-route-single-stops.has-group-suggestions>.ops-route-review-empty{height:300px!important;min-height:280px!important;max-height:340px!important}.ops-route-single-stops.has-group-suggestions>.ops-wizard-group-suggestions.is-expanded{width:calc(100vw - 32px)!important;max-width:calc(100vw - 32px)!important;max-height:78vh!important}.ops-route-single-stops.has-group-suggestions .ops-wizard-group-suggestion{grid-template-columns:1fr!important}}.ops-route-single-stops.has-group-suggestions .ops-route-review-order.is-grouped-stop{min-height:128px!important}.ops-route-single-stops.has-group-suggestions .ops-route-review-order.is-grouped-stop .ops-route-single-order-head{padding-right:96px!important}.ops-route-grouped-orders{display:block!important;margin-top:5px!important;padding:5px 8px!important;border-radius:10px!important;background:#dcfce7!important;color:#166534!important;font-size:10px!important;line-height:1.25!important;font-weight:900!important;overflow-wrap:anywhere!important;word-break:break-word!important}.ops-route-single-stops.has-group-suggestions .ops-route-single-order-actions button{display:inline-flex!important;align-items:center!important;justify-content:center!important;color:#334155!important;font-size:16px!important;font-weight:900!important;line-height:1!important;text-align:center!important}.ops-route-single-stops.has-group-suggestions .ops-route-single-order-actions button.is-remove{color:#dc2626!important;font-size:17px!important}.manual-service-order-first{display:none!important}.manual-service-order-inline{display:flex!important;flex-direction:column!important;gap:7px!important;width:min(100%,320px)!important;margin:0 0 16px!important}.manual-service-order-inline span{display:block!important;color:#475569!important;font-size:.82rem!important;font-weight:800!important;letter-spacing:.01em!important;line-height:1.15!important}.manual-service-order-inline input{width:100%!important;height:44px!important;border:1px solid #cbd5e1!important;border-radius:14px!important;background:#fff!important;color:#0f172a!important;font:inherit!important;font-size:.92rem!important;font-weight:700!important;padding:0 14px!important;box-sizing:border-box!important;outline:none!important}.manual-service-order-inline input:focus{border-color:#2563eb!important;box-shadow:0 0 0 3px #2563eb24!important}.manual-service-modal .modal-content,.manual-service-modal-content{max-height:calc(100vh - 72px)!important}.manual-service-modal .modal-body,.manual-service-modal-body{overflow-y:auto!important;scrollbar-gutter:stable!important}@media (min-height: 820px){.manual-service-modal .modal-body,.manual-service-modal-body{overflow-y:hidden!important}}.ops-kanban-panel-toolbar{gap:10px}.ops-kanban-panel-new-service-toggle{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:38px;padding:0 14px;border:1px solid rgba(37,99,235,.22);border-radius:999px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;font-size:.82rem;font-weight:800;letter-spacing:.01em;box-shadow:0 10px 24px #2563eb38}.ops-kanban-panel-new-service-toggle span:first-child{display:inline-flex;align-items:center;justify-content:center;width:19px;height:19px;border-radius:999px;background:#ffffff2e;font-size:1.1rem;line-height:1}.ops-kanban-panel-new-service-toggle:hover{transform:translateY(-1px);box-shadow:0 14px 28px #2563eb47}.ops-kanban-panel-new-service-toggle:focus-visible{outline:3px solid rgba(37,99,235,.22);outline-offset:3px}@media (max-width: 720px){.ops-kanban-panel-new-service-toggle{min-height:36px;padding:0 11px}.ops-kanban-panel-new-service-toggle span:last-child{display:none}}.ops-route-review-list.ops-route-single-list{display:flex!important;flex-direction:column;gap:10px;width:100%;min-width:0;max-width:100%;max-height:clamp(250px,46vh,520px);overflow-y:auto;overflow-x:hidden;padding:2px 8px 4px 0;box-sizing:border-box}.ops-route-review-list.ops-route-single-list>.ops-route-wizard-stop-card{display:flex!important;flex-direction:row!important;align-items:flex-start;gap:12px;width:100%;min-width:0;max-width:100%;min-height:96px;height:auto;box-sizing:border-box;overflow:visible}.ops-route-wizard-stop-card .ops-route-single-order-content{display:flex!important;flex:1 1 auto!important;align-items:flex-start;gap:12px;min-width:0!important;max-width:none!important;width:auto!important;overflow:visible}.ops-route-wizard-stop-card .ops-route-single-order-number{flex:0 0 32px!important;width:32px!important;height:32px!important;min-width:32px!important;max-width:32px!important;margin:0!important}.ops-route-wizard-stop-details{flex:1 1 auto!important;min-width:0!important;width:auto!important;max-width:none!important;overflow:visible}.ops-route-wizard-stop-card .ops-route-single-order-head{display:flex!important;flex-wrap:wrap;align-items:center;gap:4px 8px;min-width:0;width:100%}.ops-route-wizard-stop-card .ops-route-single-order-head strong{display:inline!important;margin:0!important;min-width:0;max-width:100%;white-space:normal;overflow-wrap:normal;word-break:normal}.ops-route-wizard-stop-card .ops-order-reference-badge{display:inline-flex!important;flex:0 0 auto;white-space:nowrap}.ops-route-wizard-stop-card p,.ops-route-wizard-stop-card small{max-width:100%;white-space:normal;overflow-wrap:break-word;word-break:normal}.ops-route-wizard-stop-card .ops-route-single-order-actions{display:flex!important;flex:0 0 38px!important;flex-direction:column;gap:6px;width:38px!important;min-width:38px!important;max-width:38px!important;margin-left:auto;align-self:flex-start;overflow:visible}.ops-route-wizard-stop-card .ops-route-single-order-actions button{width:34px!important;height:34px!important;min-width:34px!important;min-height:34px!important;padding:0!important;display:inline-flex!important;align-items:center;justify-content:center}@media (max-height: 760px){.ops-route-review-list.ops-route-single-list{max-height:clamp(210px,40vh,430px)}}.ops-route-review-list.ops-route-single-list{height:310px!important;max-height:310px!important;min-height:0!important;overflow-y:scroll!important;overflow-x:hidden!important;scrollbar-gutter:stable;align-content:start!important;justify-content:flex-start!important}.ops-route-review-list.ops-route-single-list>.ops-route-wizard-stop-card{flex:0 0 104px!important;height:104px!important;min-height:104px!important;max-height:104px!important;overflow:visible!important}.ops-route-wizard-stop-card .ops-route-single-order-content,.ops-route-wizard-stop-card .ops-route-wizard-stop-details{height:100%!important;min-height:0!important;overflow:hidden!important}.ops-route-wizard-stop-card .ops-route-single-order-head{min-height:22px!important;overflow:hidden!important}.ops-route-wizard-stop-card .ops-route-single-order-content p{display:block!important;margin-top:4px!important;line-height:1.25!important}.ops-route-wizard-stop-card .ops-route-single-order-content p:last-of-type{display:-webkit-box!important;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden!important}.ops-route-wizard-stop-card .ops-route-single-order-actions{flex:0 0 38px!important;height:100%!important;min-height:104px!important;justify-content:flex-start!important;overflow:visible!important}.ops-route-wizard-stop-card .ops-route-single-order-actions button{flex:0 0 34px!important}@media (max-height: 760px){.ops-route-review-list.ops-route-single-list{height:260px!important;max-height:260px!important}}.ops-route-review-list.ops-route-single-list{height:330px!important;max-height:330px!important;min-height:330px!important;overflow-y:auto!important;overflow-x:hidden!important;scrollbar-gutter:stable;align-content:start!important;padding-right:10px!important}.ops-route-review-list.ops-route-single-list>.ops-route-wizard-stop-card{flex:0 0 132px!important;height:132px!important;min-height:132px!important;max-height:132px!important;padding:12px!important;box-sizing:border-box!important;overflow:hidden!important}.ops-route-wizard-stop-card .ops-route-single-order-content{flex:1 1 auto!important;min-width:0!important;height:100%!important;overflow:hidden!important}.ops-route-wizard-stop-card .ops-route-single-order-number{flex:0 0 32px!important;width:32px!important;height:32px!important;min-width:32px!important;min-height:32px!important;max-width:32px!important;max-height:32px!important;align-self:flex-start!important}.ops-route-wizard-stop-details{flex:1 1 auto!important;min-width:0!important;height:100%!important;overflow:hidden!important}.ops-route-wizard-stop-card .ops-route-single-order-head{display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:4px 8px!important;margin-bottom:6px!important;min-width:0!important;max-width:100%!important;overflow:hidden!important}.ops-route-wizard-stop-card .ops-route-single-order-head strong{display:inline!important;margin:0!important;line-height:1.2!important}.ops-route-wizard-stop-card .ops-route-single-order-content p,.ops-route-wizard-stop-card .ops-route-single-order-content small{margin:0 0 4px!important;max-width:100%!important;overflow-wrap:break-word!important;word-break:normal!important}.ops-route-wizard-stop-card .ops-route-single-order-content p:first-of-type{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.ops-route-wizard-stop-card .ops-route-single-order-content p:last-of-type{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.ops-route-wizard-stop-card .ops-route-single-order-actions{flex:0 0 32px!important;width:32px!important;min-width:32px!important;max-width:32px!important;height:100%!important;min-height:0!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:4px!important;margin-left:auto!important;overflow:hidden!important}.ops-route-wizard-stop-card .ops-route-single-order-actions button{width:30px!important;height:30px!important;min-width:30px!important;min-height:30px!important;max-width:30px!important;max-height:30px!important;padding:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:1!important}@media (max-height: 760px){.ops-route-review-list.ops-route-single-list{height:300px!important;max-height:300px!important;min-height:300px!important}.ops-route-review-list.ops-route-single-list>.ops-route-wizard-stop-card{flex-basis:126px!important;height:126px!important;min-height:126px!important;max-height:126px!important}}.reports-grid>.reports-card-large:first-child .reports-table th:nth-child(2),.reports-grid>.reports-card-large:first-child .reports-table th:nth-child(3),.reports-grid>.reports-card-large:first-child .reports-table th:nth-child(4),.reports-grid>.reports-card-large:first-child .reports-table th:nth-child(5),.reports-grid>.reports-card-large:first-child .reports-table th:nth-child(6),.reports-grid>.reports-card-large:first-child .reports-table td:nth-child(2),.reports-grid>.reports-card-large:first-child .reports-table td:nth-child(3),.reports-grid>.reports-card-large:first-child .reports-table td:nth-child(4),.reports-grid>.reports-card-large:first-child .reports-table td:nth-child(5),.reports-grid>.reports-card-large:first-child .reports-table td:nth-child(6){text-align:center}.reports-grid>.reports-card-large:first-child .reports-table th:nth-child(7),.reports-grid>.reports-card-large:first-child .reports-table th:nth-child(8),.reports-grid>.reports-card-large:first-child .reports-table th:nth-child(9),.reports-grid>.reports-card-large:first-child .reports-table td:nth-child(7),.reports-grid>.reports-card-large:first-child .reports-table td:nth-child(8),.reports-grid>.reports-card-large:first-child .reports-table td:nth-child(9){text-align:right;font-variant-numeric:tabular-nums}.reports-grid>.reports-card-large:first-child .reports-table td:nth-child(8),.reports-grid>.reports-card-large:first-child .reports-table td:nth-child(9){font-weight:850;color:#101828;white-space:nowrap}.reports-individual-card{margin-bottom:18px;border:1px solid #dbeafe;background:linear-gradient(180deg,#fff,#f8fbff)}.reports-individual-card-empty{border-style:dashed}.reports-individual-title{align-items:flex-start}.reports-individual-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.reports-individual-empty{border:1px dashed #cbd5e1;border-radius:16px;padding:18px;background:#f8fafc;color:#475467;font-weight:700}.reports-individual-document{border:1px solid #e2e8f0;border-radius:18px;background:#fff;overflow:hidden}.reports-individual-header{display:flex;align-items:center;gap:14px;padding:18px;background:linear-gradient(135deg,#0f172a,#1e3a8a);color:#fff}.reports-brand-mark{width:54px;height:54px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;background:#fff;color:#1d4ed8;font-size:17px;font-weight:950;letter-spacing:-.04em;box-shadow:0 12px 30px #0f172a38}.reports-individual-header span{display:block;font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:#bfdbfe}.reports-individual-header h3{margin:3px 0 4px;font-size:22px;color:#fff}.reports-individual-header p{margin:0;color:#dbeafe;font-weight:700;font-size:13px}.reports-individual-driver{display:grid;grid-template-columns:minmax(220px,1fr) minmax(260px,.8fr);gap:14px;padding:18px;border-bottom:1px solid #e2e8f0}.reports-individual-driver div,.reports-individual-grid article{border:1px solid #e2e8f0;border-radius:16px;padding:16px;background:#f8fafc}.reports-individual-driver span,.reports-individual-grid span{display:block;color:#64748b;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.reports-individual-driver strong{display:block;margin-top:6px;color:#0f172a;font-size:24px;font-weight:950}.reports-individual-driver small,.reports-individual-grid small{display:block;margin-top:5px;color:#64748b;font-weight:700}.reports-individual-grid{display:grid;grid-template-columns:repeat(6,minmax(130px,1fr));gap:12px;padding:18px}.reports-individual-grid strong{display:block;margin-top:8px;color:#0f172a;font-size:20px;font-weight:950;font-variant-numeric:tabular-nums}.reports-individual-metric{position:relative;overflow:hidden;box-shadow:0 8px 22px #0f172a0d}.reports-individual-metric b{display:block;margin-top:12px;font-size:17px;font-weight:950;color:#0f172a;font-variant-numeric:tabular-nums}.reports-individual-metric-weekday{background:#f0fdf4!important;border-color:#bbf7d0!important}.reports-individual-metric-weekday span{color:#15803d!important}.reports-individual-metric-saturday{background:#fffbeb!important;border-color:#fde68a!important}.reports-individual-metric-saturday span{color:#b45309!important}.reports-individual-metric-sunday{background:#f8fafc!important;border-color:#cbd5e1!important}.reports-individual-metric-sunday span{color:#64748b!important}.reports-individual-metric-total{background:#eff6ff!important;border-color:#bfdbfe!important}.reports-individual-metric-total span{color:#1d4ed8!important}.reports-individual-metric-km-rate{background:#faf5ff!important;border-color:#e9d5ff!important}.reports-individual-metric-km-rate span{color:#7e22ce!important}.reports-individual-metric-km{background:#ecfeff!important;border-color:#a5f3fc!important}.reports-individual-metric-km span{color:#0e7490!important}.reports-individual-rule{display:flex;gap:12px;align-items:flex-start;margin:0 18px 18px;padding:14px;border-radius:16px;background:linear-gradient(135deg,#eff6ff,#f8fafc);color:#344054}.reports-individual-rule strong{min-width:112px;color:#1d4ed8}.reports-individual-rule span{font-weight:700;line-height:1.45}@media (max-width: 1100px){.reports-individual-driver,.reports-individual-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.reports-individual-actions{justify-content:flex-start}}@media (max-width: 680px){.reports-individual-driver,.reports-individual-grid{grid-template-columns:1fr}.reports-individual-header{align-items:flex-start}}@media print{.reports-individual-actions{display:none!important}.reports-individual-document{border:1px solid #ddd!important}.reports-individual-header{background:#0f172a!important;color:#fff!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}body.reports-print-individual .reports-header,body.reports-print-individual .reports-executive-summary,body.reports-print-individual .reports-google-metrics,body.reports-print-individual .reports-kpis,body.reports-print-individual .reports-grid{display:none!important}body.reports-print-individual .reports-individual-card{display:block!important;box-shadow:none!important}}.ops-kanban-card.is-on-route-detail-enabled{cursor:zoom-in!important;position:relative!important}.ops-kanban-card.is-on-route-detail-enabled:hover{border-color:#2563eb!important;box-shadow:0 18px 38px #2563eb29!important}.ops-on-route-detail-hint{margin-top:8px!important;padding:7px 9px!important;border-radius:10px!important;background:#eff6ff!important;border:1px dashed #93c5fd!important;color:#1d4ed8!important;font-size:11px!important;font-weight:900!important;text-align:center!important}.ops-on-route-detail-overlay{z-index:9200!important}.ops-on-route-detail-modal{width:min(980px,96vw)!important;max-height:92vh!important}.ops-on-route-detail-header{background:linear-gradient(135deg,#fff,#eff6ff)!important}.ops-on-route-detail-kicker{display:inline-flex!important;align-items:center!important;margin-bottom:6px!important;padding:4px 9px!important;border-radius:999px!important;background:#dcfce7!important;color:#166534!important;font-size:11px!important;font-weight:950!important;letter-spacing:.06em!important;text-transform:uppercase!important}.ops-on-route-detail-body{background:#f8fafc!important}.ops-on-route-detail-loading,.ops-on-route-detail-error{margin-bottom:14px!important}.ops-on-route-detail-summary{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:12px!important;margin-bottom:18px!important}.ops-on-route-detail-summary article{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:16px!important;padding:14px!important;box-shadow:0 8px 22px #0f172a0d!important}.ops-on-route-detail-summary span{display:block!important;color:#64748b!important;font-size:10px!important;font-weight:950!important;letter-spacing:.08em!important;text-transform:uppercase!important;margin-bottom:7px!important}.ops-on-route-detail-summary strong{display:block!important;color:#0f172a!important;font-size:21px!important;font-weight:950!important;font-variant-numeric:tabular-nums!important;line-height:1.15!important}.ops-on-route-detail-summary small{display:block!important;color:#64748b!important;font-size:12px!important;font-weight:700!important;margin-top:4px!important}.ops-on-route-detail-section{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:18px!important;padding:16px!important}.ops-on-route-detail-section h3{margin:0 0 14px!important;color:#0f172a!important;font-size:18px!important;font-weight:950!important}.ops-on-route-stops{display:grid!important;grid-template-columns:1fr!important;gap:12px!important}.ops-on-route-stop-card{border:1px solid #dbeafe!important;border-left:6px solid #2563eb!important;border-radius:16px!important;background:linear-gradient(180deg,#fff,#f8fbff)!important;padding:14px!important}.ops-on-route-stop-card header{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:10px!important;margin-bottom:10px!important}.ops-on-route-stop-card header span{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:74px!important;border-radius:999px!important;background:#dbeafe!important;color:#1d4ed8!important;font-size:11px!important;font-weight:950!important;padding:4px 8px!important}.ops-on-route-stop-card header strong{flex:1!important;color:#0f172a!important;font-size:16px!important;font-weight:950!important}.ops-on-route-stop-card header em{border-radius:999px!important;background:#f1f5f9!important;color:#475569!important;font-size:10px!important;font-style:normal!important;font-weight:900!important;padding:4px 8px!important;text-transform:uppercase!important}.ops-on-route-stop-address{margin-bottom:12px!important;padding:10px 12px!important;border-radius:12px!important;background:#f8fafc!important;border:1px solid #e2e8f0!important;color:#334155!important;font-size:13px!important;font-weight:750!important;line-height:1.45!important}.ops-on-route-order-list{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))!important;gap:10px!important}.ops-on-route-order-item{display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;gap:10px!important;align-items:flex-start!important;background:#fff!important;border:1px solid #e2e8f0!important;border-radius:14px!important;padding:11px!important}.ops-on-route-order-item>span{display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;background:#ecfdf3!important;color:#166534!important;font-size:11px!important;font-weight:950!important;padding:5px 9px!important;white-space:nowrap!important}.ops-on-route-order-item strong{display:block!important;color:#0f172a!important;font-size:13px!important;font-weight:950!important;margin-bottom:3px!important}.ops-on-route-order-item small{display:block!important;color:#64748b!important;font-size:12px!important;font-weight:700!important;line-height:1.35!important}@media (max-width: 980px){.ops-on-route-detail-summary{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width: 640px){.ops-on-route-detail-summary,.ops-on-route-order-list{grid-template-columns:1fr!important}.ops-on-route-stop-card header{flex-direction:column!important}}.ops-kanban-header-actions .ops-refresh-btn{order:99!important;flex-basis:100%!important;max-width:180px!important;margin-left:auto!important;justify-content:center!important}.ops-kanban-card.is-on-route-detail-enabled{cursor:zoom-in!important}.ops-kanban-column.column-finished .ops-kanban-card.is-on-route-detail-enabled{border-color:#86efac!important;box-shadow:0 18px 38px #15803d1f!important}.ops-kanban-card.issue-category-auto_closed .ops-order-aging-badge,.ops-kanban-card.card-issue .ops-order-aging-badge{background:#fee2e2!important;color:#991b1b!important;border-color:#fecaca!important}@media (max-width: 900px){.ops-kanban-header-actions .ops-refresh-btn{max-width:none!important;margin-left:0!important}}.ops-on-route-detail-modal .idx-modal__close{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;border-radius:999px!important;border:1px solid #cbd5e1!important;background:#fff!important;color:#0f172a!important;font-size:30px!important;font-weight:950!important;line-height:1!important;opacity:1!important;visibility:visible!important;box-shadow:0 10px 24px #0f172a29!important;z-index:4!important;cursor:pointer!important}.ops-on-route-detail-modal .idx-modal__close:hover{background:#f8fafc!important;border-color:#2563eb!important;color:#1d4ed8!important}.ops-kanban-header-actions .ops-refresh-btn{order:-20!important;flex-basis:auto!important;width:auto!important;max-width:none!important;margin-left:0!important;margin-right:0!important;justify-content:center!important}.ops-kanban-header-actions .ops-refresh-btn:before{content:"↻";margin-right:6px;font-weight:950}.ops-kanban-global-search input,.ops-kanban-column input[type=text],.ops-kanban-column input[type=search]{font-variant-numeric:tabular-nums!important}@media (max-width: 900px){.ops-kanban-header-actions .ops-refresh-btn{width:100%!important}}.ops-on-route-detail-modal .idx-modal__close{position:relative!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;padding:0!important;border-radius:999px!important;border:1px solid #cbd5e1!important;background:#fff!important;color:transparent!important;opacity:1!important;visibility:visible!important;overflow:visible!important;box-shadow:0 10px 24px #0f172a29!important;z-index:20!important;cursor:pointer!important}.ops-on-route-detail-modal .idx-modal__close:before{content:"×"!important;display:block!important;color:#0f172a!important;font-size:31px!important;font-weight:950!important;line-height:1!important;transform:translateY(-1px)!important}.ops-on-route-detail-modal .idx-modal__close:hover{background:#eff6ff!important;border-color:#2563eb!important}.ops-on-route-detail-modal .idx-modal__close:hover:before{color:#1d4ed8!important}.ops-kanban-panel-toolbar{align-items:center!important;gap:10px!important}.ops-kanban-panel-refresh-toggle{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;min-height:40px!important;border-radius:999px!important;border:1px solid #2563eb!important;background:linear-gradient(135deg,#2563eb,#1d4ed8)!important;color:#fff!important;padding:0 17px!important;font-size:13px!important;font-weight:950!important;box-shadow:0 12px 24px #2563eb2e!important;cursor:pointer!important;white-space:nowrap!important}.ops-kanban-panel-refresh-toggle:hover:not(:disabled){transform:translateY(-1px)!important;box-shadow:0 16px 28px #2563eb3d!important}.ops-kanban-panel-refresh-toggle:disabled{opacity:.65!important;cursor:wait!important}.ops-kanban-panel-refresh-toggle span[aria-hidden=true]{font-size:15px!important;line-height:1!important}.ops-kanban-header-actions>.ops-refresh-btn{display:none!important}.ops-kanban-header-actions>.ops-refresh-btn:before{content:none!important}@media (max-width: 900px){.ops-kanban-panel-toolbar{flex-wrap:wrap!important}.ops-kanban-panel-refresh-toggle{flex:1 1 auto!important}}.address-row-content{min-width:0;flex:1}.address-coordinate-text{display:block;margin-top:6px;font-variant-numeric:tabular-nums}.address-row-actions{display:flex;align-items:center;justify-content:flex-end;align-self:flex-start;flex-wrap:wrap;gap:8px}.address-validation-open-btn{padding:7px 10px;white-space:nowrap}.coordinate-lock-badge{display:inline-flex;align-items:center;border-radius:999px;padding:5px 10px;background:#dcfce7;color:#166534;font-size:12px;font-weight:900;white-space:nowrap}.address-validation-overlay{padding:24px;overflow-y:auto}.address-validation-modal{width:min(960px,100%);max-height:calc(100vh - 48px);overflow-y:auto;background:#fff;border-radius:20px;box-shadow:0 24px 70px #0f172a3d}.address-validation-header{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;padding:20px 22px 16px;border-bottom:1px solid #e2e8f0}.address-validation-header h3{margin:3px 0 5px;color:#0f172a;font-size:21px}.address-validation-header p{margin:0;color:#64748b;font-size:13px}.address-validation-eyebrow{color:#2563eb;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.address-validation-close{width:36px;height:36px;flex:0 0 36px;display:grid;place-items:center;border:1px solid #e2e8f0;border-radius:10px;background:#fff;color:#475569;font-size:24px;line-height:1;cursor:pointer}.address-validation-error{margin:16px 22px 0;padding:10px 12px;border:1px solid #fecaca;border-radius:10px;background:#fef2f2;color:#991b1b;font-size:13px;font-weight:700}.address-validation-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:20px;padding:20px 22px}.address-validation-map{height:410px;overflow:hidden;border:1px solid #cbd5e1;border-radius:16px;background:#f8fafc}.address-validation-map iframe{width:100%;height:100%;display:block;border:0}.address-validation-map-empty{height:100%;display:grid;place-items:center;padding:24px;color:#64748b;text-align:center;font-weight:700}.address-validation-google-link{display:inline-flex;margin-top:10px;text-decoration:none}.address-validation-form-column{min-width:0;display:grid;align-content:start;gap:14px}.address-validation-status{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;border:1px solid #dbeafe;border-radius:14px;background:#f8fafc}.address-validation-status>div{display:grid;gap:3px}.address-validation-status span,.address-validation-meta span{color:#64748b;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.address-validation-status strong{color:#0f172a;font-size:14px}.address-validation-fields{display:grid;grid-template-columns:1fr 1fr;gap:10px}.address-validation-fields label,.address-validation-note{display:grid;gap:6px;color:#334155;font-size:12px;font-weight:800}.address-validation-fields input,.address-validation-note textarea{width:100%;box-sizing:border-box;border:1px solid #cbd5e1;border-radius:10px;padding:10px 11px;background:#fff;color:#0f172a;font:inherit}.address-validation-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.address-validation-meta>div{min-width:0;display:grid;gap:4px;padding:9px 10px;border:1px solid #e2e8f0;border-radius:10px}.address-validation-meta strong{overflow-wrap:anywhere;color:#334155;font-size:12px}.address-route-impact-warning{padding:12px;border:1px solid #fbbf24;border-radius:12px;background:#fffbeb;color:#78350f}.address-route-impact-warning p{margin:5px 0 0;font-size:12px;line-height:1.45}.address-route-impact-statuses{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.address-route-impact-statuses span{padding:4px 7px;border-radius:999px;background:#f59e0b21;font-size:11px;font-weight:800}.address-validation-readonly{padding:11px 12px;border-radius:12px;background:#eff6ff;color:#1e40af;font-size:12px;font-weight:700}.address-validation-footer{display:flex;justify-content:flex-end;gap:10px;padding:16px 22px 20px;border-top:1px solid #e2e8f0}@media (max-width: 800px){.address-validation-overlay{padding:12px}.address-validation-grid{grid-template-columns:1fr;padding:14px}.address-validation-map{height:300px}.address-validation-meta{grid-template-columns:1fr}.address-row{flex-wrap:wrap}.address-row-actions{width:100%;justify-content:flex-start}}@media (max-width: 540px){.address-validation-fields{grid-template-columns:1fr}.address-validation-header,.address-validation-footer{padding-left:14px;padding-right:14px}}.reports-daily-financial-note{display:block;margin-top:4px;color:#64748b;font-size:12px;font-weight:700}.reports-daily-financial-table{min-width:1180px}.reports-daily-financial-table th{white-space:nowrap}.reports-daily-date{white-space:nowrap;font-weight:850;color:#334155}.reports-day-badge{display:inline-flex;align-items:center;justify-content:center;min-width:94px;padding:5px 8px;border:1px solid transparent;border-radius:999px;font-size:10px;font-weight:950;line-height:1.2;white-space:nowrap}.reports-day-badge-weekday{color:#15803d;background:#f0fdf4;border-color:#bbf7d0}.reports-day-badge-saturday{color:#b45309;background:#fffbeb;border-color:#fde68a}.reports-day-badge-sunday{color:#64748b;background:#f8fafc;border-color:#cbd5e1}.reports-daily-row-saturday td{background-image:linear-gradient(90deg,#fffbeb57,#fff0)}.reports-daily-row-sunday td{color:#64748b}.reports-financial-cell,.reports-financial-km,.reports-financial-total{white-space:nowrap;font-variant-numeric:tabular-nums}.reports-financial-cell{font-weight:800;color:#334155}.reports-financial-cell-saturday{color:#b45309}.reports-financial-km{font-weight:800;color:#0e7490}.reports-financial-total{font-weight:950;color:#1d4ed8;background:#eff6ff!important}.reports-daily-rule{display:flex;gap:8px;align-items:flex-start;margin:12px 16px 16px;padding:11px 13px;border:1px solid #dbeafe;border-radius:12px;background:#f8fbff;color:#475569;font-size:12px;line-height:1.45}.reports-daily-rule strong{flex:0 0 auto;color:#1d4ed8}.reports-daily-rule span{font-weight:700}@media (max-width: 680px){.reports-daily-rule{display:block}.reports-daily-rule span{display:block;margin-top:4px}}@media print{.reports-day-badge,.reports-financial-total,.reports-daily-rule{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.reports-individual-metric{padding-top:48px!important}.reports-individual-metric:after{position:absolute;top:13px;right:13px;display:inline-flex;align-items:center;justify-content:center;width:27px;height:27px;border-radius:9px;font-size:12px;font-weight:950;line-height:1;letter-spacing:-.02em;box-shadow:0 4px 10px #0f172a12}.reports-individual-metric-weekday:after{content:"✓";color:#15803d;background:#dcfce7;border:1px solid #bbf7d0}.reports-individual-metric-saturday:after{content:"½";color:#b45309;background:#fef3c7;border:1px solid #fde68a}.reports-individual-metric-sunday:after{content:"0";color:#64748b;background:#e2e8f0;border:1px solid #cbd5e1}.reports-individual-metric-total:after{content:"Σ";color:#1d4ed8;background:#dbeafe;border:1px solid #bfdbfe}.reports-individual-metric-km-rate:after{content:"R$";color:#7e22ce;background:#f3e8ff;border:1px solid #e9d5ff;font-size:9px}.reports-individual-metric-km:after{content:"KM";color:#0e7490;background:#cffafe;border:1px solid #a5f3fc;font-size:9px}.reports-daily-financial-table thead th:nth-last-child(-n+3){background:#f8fafc}.reports-daily-financial-table .reports-financial-total{border-left:1px solid #dbeafe}@media print{.reports-individual-metric:after{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
