@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#1f2933;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;background-color:#f4f6f8;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5}.app{flex-direction:column;min-height:100vh;display:flex}.header{color:#fff;background-color:#0b3c5d;grid-template-columns:280px 1fr 280px;align-items:center;height:120px;padding:0 22px;display:grid}.header-left{align-items:center;gap:12px;padding-left:8px;display:flex;transform:translateY(-6px)}.logo-rivas{object-fit:contain;width:auto;max-height:150px}.logo-camion{object-fit:contain;width:auto;height:72px}.header-center{text-align:center;padding:0 10px;transform:translateY(-6px)}.header-center h1{letter-spacing:.5px;color:#fff;margin:0;font-size:30px;font-weight:800;line-height:1.1}.header-right{justify-content:flex-end;align-items:center;gap:18px;display:flex;transform:translateY(-6px)}.logo-cert{object-fit:contain;width:auto;height:52px}.logo-ctpat{object-fit:contain;width:auto;height:42px}.info-box{max-width:1000px;margin:24px auto 0;padding:0 16px}.info-card{background-color:#fff;border:1px solid #d1d5db;border-radius:6px;padding:16px 20px}.info-item{margin-bottom:6px;font-size:14px}.info-item strong{font-weight:600}.container{max-width:1000px;margin:24px auto;padding:0 16px}.card{background-color:#fff;border-radius:10px;margin-bottom:20px;padding:22px;box-shadow:0 2px 6px #00000014}.card h2{margin-bottom:12px;font-size:18px}.form-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;display:grid}.form-field{flex-direction:column;display:flex}.form-field label{margin-bottom:4px;font-size:13px;font-weight:600}.form-field label.required:after{content:" *";color:#ff4d4f}.form-field input,.form-field select,.form-field textarea,.signature-select{border:1px solid #d1d5db;border-radius:4px;padding:8px 10px;font-size:14px;transition:border .2s,box-shadow .2s}.form-field input:focus,.form-field select:focus,.form-field textarea:focus,.signature-select:focus{border-color:#0b3c5d;outline:none;box-shadow:0 0 0 2px #0b3c5d26}.form-field input:focus-visible,.form-field select:focus-visible,.form-field textarea:focus-visible,.signature-select:focus-visible{outline-offset:2px;outline:2px solid #0b3c5d}.form-field textarea{resize:vertical}.full-width{grid-column:1/-1}.maintenance-table,.signature-table{border-collapse:collapse;width:100%;font-size:14px}.maintenance-table th,.maintenance-table td,.signature-table th,.signature-table td{border:1px solid #d1d5db;padding:10px}.maintenance-table th,.signature-table th{text-align:left;background-color:#f3f4f6;font-weight:600}.signature-table td{vertical-align:middle}.signature-select{width:100%}.signature-cell{flex-direction:column;align-items:center;gap:6px;display:flex}.signature-canvas{cursor:crosshair;background-color:#fff;border:1px solid #9ca3af;border-radius:4px}.clear-btn{cursor:pointer;background-color:#f9fafb;border:1px solid #d1d5db;border-radius:4px;padding:4px 12px;font-size:12px;transition:background .2s}.clear-btn:hover{background-color:#f3f4f6}.clear-btn:focus-visible{outline-offset:2px;outline:2px solid #0b3c5d}.observations-textarea{resize:vertical;border:1px solid #d1d5db;border-radius:6px;width:100%;padding:10px 12px;font-size:14px}.observations-textarea:focus-visible{outline-offset:2px;outline:2px solid #0b3c5d}.primary-btn{color:#fff;cursor:pointer;background-color:#0b3c5d;border:none;border-radius:6px;padding:10px 22px;font-size:14px;font-weight:600;transition:background-color .2s,transform .1s,box-shadow .1s}.primary-btn:hover{background-color:#094067}.primary-btn:active{transform:translateY(1px);box-shadow:0 2px 4px #00000026}.primary-btn:disabled{cursor:not-allowed;opacity:.85;background-color:#9ca3af}.primary-btn:focus-visible{outline-offset:2px;outline:2px solid #0b3c5d}.btn-center{justify-content:center;margin-top:18px;display:flex}@media (max-width:900px){.header{text-align:center;grid-template-columns:1fr;gap:16px;height:auto;padding:18px}.header-left,.header-right{flex-wrap:wrap;justify-content:center}.header-center h1{font-size:24px}.logo-rivas{max-height:68px}.logo-camion{height:48px}.logo-cert{height:40px}.logo-ctpat{height:34px}}@media (max-width:480px){.header{padding:14px}.header-left,.header-right{gap:14px}.logo-rivas{max-height:54px}.logo-camion{height:40px}.logo-cert{height:32px}.logo-ctpat{height:28px}.header-center h1{font-size:20px}.signature-canvas{width:180px;height:70px}}.gerencia-page{background:linear-gradient(#f4f8fc 0%,#f7fafc 100%);min-height:100vh;padding:24px}.gerencia-header{background:#fff;border-radius:20px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px;padding:20px 24px;display:flex;box-shadow:0 6px 18px #2c3e500d}.gerencia-title-group{align-items:center;gap:15px;display:flex}.gerencia-icon{color:#2563eb;background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-radius:16px;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.gerencia-title{color:#243447;margin:0;font-size:22px;font-weight:700}.gerencia-subtitle{color:#7b8a9a;margin:4px 0 0;font-size:13px}.btn-back{color:#486581;cursor:pointer;background:#edf4fb;border:none;border-radius:12px;align-items:center;gap:7px;height:42px;padding:0 18px;font-size:13px;font-weight:600;transition:all .18s;display:flex}.btn-back:hover{color:#2563eb;background:#dbeafe}.btn-back:focus-visible{outline-offset:2px;outline:2px solid #2563eb}.gerencia-indicators{grid-template-columns:repeat(7,minmax(0,1fr));gap:12px;margin-bottom:18px;display:grid}.gerencia-indicator{background:#fff;border:1px solid #e7edf5;border-radius:18px;align-items:center;gap:12px;min-height:92px;padding:16px;display:flex;box-shadow:0 6px 18px #2c3e500a}.indicator-icon{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.indicator-label{color:#66788f;text-transform:uppercase;margin-bottom:5px;font-size:11px;font-weight:800;line-height:1.25;display:block}.indicator-value{color:#172033;font-size:24px;font-weight:800;line-height:1;display:block}.indicator-total .indicator-icon{color:#2563eb;background:#eff6ff}.indicator-workshop .indicator-icon{color:#b88909;background:#fff7db}.indicator-progress .indicator-icon{color:#6d5bd0;background:#ede9fe}.indicator-wash .indicator-icon{color:#0e7490;background:#ecfeff}.indicator-ready .indicator-icon{color:#0369a1;background:#e0f2fe}.indicator-security .indicator-icon{color:#c2410c;background:#fff7ed}.indicator-closed .indicator-icon{color:#2f855a;background:#e7f8ee}.analytics-panel{background:linear-gradient(#f8fbffc7,#fff),#fff;border:1px solid #e7edf5;border-radius:22px;margin-bottom:18px;padding:22px;box-shadow:0 12px 32px #2c3e5012}.analytics-header{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:18px;display:flex}.analytics-header h2{color:#172033;margin:4px 0 0;font-size:22px;font-weight:650}.analytics-header p{color:#64748b;max-width:520px;margin:0;font-size:13px;line-height:1.5}.analytics-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:14px;display:flex}.analytics-kicker{color:#2563eb;letter-spacing:.7px;text-transform:uppercase;font-size:11px;font-weight:700}.analytics-summary,.analytics-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:14px;display:grid}.analytics-leader,.analytics-metrics article{background:#ffffffdb;border:1px solid #e7edf5;border-radius:18px;min-height:98px;padding:16px;box-shadow:inset 0 1px #ffffffe6}.analytics-leader{position:relative;overflow:hidden}.analytics-leader:before{content:"";background:#2563eb;width:5px;height:100%;position:absolute;top:0;left:0}.leader-wash:before{background:#0891b2}.leader-unit:before{background:#d97706}.leader-box:before{background:#7c3aed}.leader-title,.analytics-metrics span{color:#64748b;letter-spacing:.5px;text-transform:uppercase;margin-bottom:8px;font-size:11px;font-weight:700;display:block}.analytics-leader strong,.analytics-metrics strong{color:#111827;font-size:24px;font-weight:650;line-height:1.1;display:block}.analytics-leader small{color:#64748b;margin-top:6px;font-size:12px;font-weight:500;display:block}.analytics-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.analytics-chart{background:linear-gradient(#f8fbffeb,#fff 44%),#fff;border:1px solid #e7edf5;border-radius:18px;min-width:0;padding:18px;box-shadow:0 12px 30px #2c3e500f}.analytics-chart-modal .ant-modal-content{background:#f8fbff;border-radius:22px;padding:24px}.analytics-chart-modal .ant-modal-header{background:0 0;margin-bottom:18px}.analytics-chart-modal .ant-modal-title{color:#172033;font-size:20px;font-weight:650}.analytics-chart-wide{min-height:350px}.analytics-chart-header{justify-content:space-between;gap:12px;margin-bottom:12px;display:flex}.analytics-chart-header h3{color:#172033;margin:0;font-size:15px;font-weight:650}.analytics-chart-header p{color:#64748b;margin:5px 0 0;font-size:12px}.analytics-chart-body{min-width:0}.analytics-legend{flex-wrap:wrap;gap:10px;margin-top:10px;display:flex}.analytics-legend span{color:#52657a;align-items:center;gap:6px;font-size:12px;font-weight:500;display:inline-flex}.analytics-legend i{border-radius:999px;width:9px;height:9px}.analytics-empty,.analytics-loading{color:#8aa0b6;text-align:center;border:1px dashed #d7e2ee;border-radius:16px;justify-content:center;align-items:center;min-height:160px;font-size:13px;font-weight:500;display:flex}.safety-risk-row{background:linear-gradient(#f8fbff,#fff);border:1px solid #dbeafe;border-radius:18px;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;margin-bottom:18px;padding:18px;display:grid}.safety-risk-icon{color:#2563eb;background:#eff6ff;border-radius:14px;justify-content:center;align-items:center;width:44px;height:44px;font-size:18px;display:flex}.safety-risk-copy span,.safety-subsection-title{color:#64748b;letter-spacing:.5px;text-transform:uppercase;font-size:11px;font-weight:650}.safety-risk-copy strong{color:#172033;margin-top:4px;font-size:17px;font-weight:550;display:block}.safety-answer-badge{border-radius:999px;justify-content:center;align-items:center;gap:7px;min-width:74px;height:34px;padding:0 13px;font-size:13px;font-weight:650;display:inline-flex}.answer-yes{color:#15803d;background:#e7f8ee}.answer-no{color:#64748b;background:#f1f5f9}.safety-subsection-title{align-items:center;gap:8px;margin:4px 0 12px;display:flex}.safety-mini-item{background:#fff;border:1px solid #e7edf5;border-radius:15px;justify-content:space-between;align-items:center;gap:12px;min-height:62px;padding:14px 16px;display:flex}.safety-mini-item span{color:#172033;font-size:14px;font-weight:500}.tire-inspection-board{color:#082052;gap:14px;display:grid}.tire-board-header{color:#fff;background:linear-gradient(90deg,#08265c,#0b4f96);border-radius:18px;justify-content:space-between;align-items:center;gap:18px;padding:16px 18px;display:flex}.tire-board-header span{letter-spacing:.7px;text-transform:uppercase;opacity:.82;font-size:12px;font-weight:700;display:block}.tire-board-header strong{font-size:22px;font-weight:750}.tire-board-progress{grid-template-columns:auto minmax(160px,340px) auto;align-items:center;gap:12px;display:grid}.tire-board-progress b{font-size:14px}.tire-board-progress div{background:#ffffff47;border-radius:999px;height:10px;overflow:hidden}.tire-board-progress i{background:#22c55e;border-radius:999px;height:100%;display:block}.tire-stat-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;display:grid}.tire-stat-grid article{background:#fff;border:1px solid #cbd8e6;border-radius:12px;grid-template-rows:auto auto;grid-template-columns:auto 1fr;align-items:center;column-gap:10px;min-height:78px;padding:13px 15px;display:grid}.tire-stat-icon{grid-row:1/3;font-size:30px}.tire-stat-grid strong{font-size:28px;font-weight:750;line-height:1}.tire-stat-grid small{color:#16305f;font-size:13px}.tire-total,.tire-stat-grid article:first-child strong{color:#1266d8}.tire-ok,.tire-stat-grid article:nth-child(2) strong{color:#16a34a}.tire-review,.tire-stat-grid article:nth-child(3) strong{color:#f59e0b}.tire-critical,.tire-stat-grid article:nth-child(4) strong{color:#dc2626}.tire-pending,.tire-stat-grid article:nth-child(5) strong{color:#6b7280}.tire-board-layout{grid-template-columns:minmax(0,1fr) 370px;gap:14px;display:grid}.tire-diagram-card,.tire-capture-panel{background:#fff;border:1px solid #cbd8e6;border-radius:14px;box-shadow:0 8px 22px #0820520f}.tire-diagram-card{min-height:430px;padding:18px;position:relative;overflow:hidden}.truck-diagram{position:absolute;inset:88px 42px 80px}.truck-cab{background:linear-gradient(90deg,#f8fafc,#fff);border:2px solid #c8d2df;border-radius:42% 16% 16% 42%;width:28%;height:46%;position:absolute;top:27%;left:3%;box-shadow:inset 0 0 18px #0f172a14}.truck-cab:before{content:"";background:linear-gradient(90deg,#111827,#334155);border-radius:22px;width:40%;height:66%;position:absolute;top:17%;left:24%}.truck-neck{background:linear-gradient(90deg,#475569,#1f2937);border-radius:10px;width:18%;height:30%;position:absolute;top:35%;left:30%}.truck-box{background:repeating-linear-gradient(90deg,#f8fafc 0 18px,#e2e8f0 19px 20px),#fff;border:2px solid #c8d2df;border-radius:10px;width:47%;height:48%;position:absolute;top:26%;left:49%}.tire-axis{color:#082052;text-align:center;font-size:13px;font-weight:750;position:absolute;top:18px}.axis-front{width:18%;left:7%}.axis-drive{width:19%;left:32%}.axis-box{width:25%;left:68%}.tire-dot{z-index:3;color:#fff;cursor:pointer;border:3px solid #fff;border-radius:999px;width:38px;height:38px;font-size:14px;font-weight:800;position:absolute;transform:translate(-50%,-50%);box-shadow:0 7px 16px #0820523d}.tire-dot.selected{outline-offset:2px;outline:4px solid #2563eb}.tire-correcta{background:#16a34a}.tire-revisar{background:#f59e0b}.tire-critica{background:#dc2626}.tire-pendiente{background:#6b7280}.tire-legend{background:#ffffffe6;border:1px solid #d7e2ee;border-radius:12px;flex-wrap:wrap;gap:16px;padding:10px 14px;display:flex;position:absolute;bottom:28px;left:48px}.tire-legend span{color:#16305f;align-items:center;gap:7px;font-size:12px;display:inline-flex}.tire-legend i{border-radius:999px;width:15px;height:15px}.legend-ok{background:#16a34a}.legend-review{background:#f59e0b}.legend-critical{background:#dc2626}.legend-pending{background:#6b7280}.tire-capture-panel{align-content:start;gap:12px;padding:16px;display:grid}.tire-selected-summary{background:#eff6ff;border-radius:12px;gap:6px;padding:13px;display:grid}.tire-selected-summary span,.tire-input-row span{color:#475569;font-size:12px;font-weight:650}.tire-selected-summary strong{color:#082052;font-size:17px;font-weight:750}.tire-input-row{gap:6px;display:grid}.tire-input-row small{color:#64748b;font-size:11px}.tire-next-button{background:#16a34a}.tire-help-note,.tire-no-box-message{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;padding:10px 12px;font-size:12px}.workshop-indicators{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-bottom:18px;display:grid}.workshop-indicator{background:#fff;border:1px solid #e7edf5;border-radius:18px;align-items:center;gap:12px;min-height:92px;padding:16px;display:flex;box-shadow:0 6px 18px #2c3e500d}.workshop-indicator-icon{color:#2563eb;background:#eff6ff;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:20px;display:flex}.workshop-indicator span{color:#64748b;text-transform:uppercase;margin-bottom:5px;font-size:11px;font-weight:750;line-height:1.25;display:block}.workshop-indicator strong{color:#172033;font-size:24px;font-weight:700;line-height:1;display:block}.workshop-indicator.indicator-pending .workshop-indicator-icon{color:#b88909;background:#fff7db}.workshop-indicator.indicator-progress .workshop-indicator-icon{color:#6d5bd0;background:#ede9fe}.workshop-indicator.indicator-security .workshop-indicator-icon{color:#c2410c;background:#fff7ed}.workshop-indicator.indicator-closed .workshop-indicator-icon{color:#2f855a;background:#e7f8ee}.gerencia-card{background:#fff;border-radius:22px;padding:22px;box-shadow:0 6px 18px #2c3e500d}.table-wrapper{overflow-x:auto}.gerencia-table{border-collapse:collapse;width:100%;min-width:1100px}.gerencia-table thead tr{border-bottom:1px solid #edf2f7}.gerencia-table th{text-align:left;text-transform:uppercase;letter-spacing:.6px;color:#8aa0b6;padding:14px;font-size:11px;font-weight:700}.gerencia-table tbody tr{border-bottom:1px solid #f1f5f9;transition:all .15s}.gerencia-table tbody tr:hover{background:#f8fbff}.gerencia-table td{vertical-align:middle;color:#425466;padding:16px 14px;font-size:14px}.id-badge{color:#4b6b88;background:#eef6ff;border-radius:10px;justify-content:center;align-items:center;min-width:58px;height:32px;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.user-cell{align-items:center;gap:10px;display:flex}.avatar{color:#3563a9;background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:10px;font-weight:700;display:flex}.empty-cell{color:#a0aec0;font-size:13px;font-style:italic}.destination-tag{border-radius:999px;align-items:center;padding:6px 10px;font-size:11px;font-weight:800;display:inline-flex}.destination-maintenance{color:#2f5f95;background:#eef6ff}.destination-wash{color:#0e7490;background:#ecfeff}.status-tag{border-radius:999px;align-items:center;gap:6px;padding:6px 12px;font-size:11px;font-weight:700;display:inline-flex}.status-dot{border-radius:50%;width:6px;height:6px}.status-security_entry,.status-pending_workshop,.status-pending_security_exit{color:#b88909;background:#fff7db}.status-security_entry .status-dot,.status-pending_workshop .status-dot,.status-pending_security_exit .status-dot{background:#d4a017}.status-workshop_in_progress{color:#6d5bd0;background:#ede9fe}.status-workshop_in_progress .status-dot{background:#7c6cf0}.status-closed{color:#2f855a;background:#e7f8ee}.status-closed .status-dot{background:#48bb78}.btn-view{color:#4a6785;cursor:pointer;background:#edf4fb;border:none;border-radius:10px;height:36px;padding:0 15px;font-size:12px;font-weight:700;transition:all .15s}.btn-view:hover{color:#2563eb;background:#dbeafe}.btn-view:focus-visible{outline-offset:2px;outline:2px solid #2563eb}.gerencia-pagination{border-top:1px solid #edf2f7;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin-top:20px;padding-top:18px;display:flex}.pag-info{color:#8a99ab;font-size:13px}.pag-controls{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.pag-select{color:#58708a;cursor:pointer;background:#edf4fb;border:none;border-radius:10px;outline:none;height:38px;padding:0 12px;font-size:13px;font-weight:600}.pag-select:focus-visible{outline-offset:2px;outline:2px solid #2563eb}.pag-btns{gap:6px;display:flex}.pag-btn{color:#58708a;cursor:pointer;background:#edf4fb;border:none;border-radius:10px;width:34px;height:34px;font-size:13px;font-weight:600;transition:all .15s}.pag-btn:hover,.pag-btn.active{color:#2563eb;background:#dbeafe}.pag-btn:disabled{opacity:.45;cursor:not-allowed}.pag-btn:focus-visible{outline-offset:2px;outline:2px solid #2563eb}.skeleton-row{background:linear-gradient(90deg,#edf2f7 25%,#f8fbff 50%,#edf2f7 75%) 0 0/200% 100%;border-radius:12px;height:50px;margin-bottom:10px;animation:1.4s linear infinite pulse}@keyframes pulse{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:1280px){.gerencia-indicators{grid-template-columns:repeat(4,minmax(0,1fr))}.analytics-summary,.analytics-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:980px){.gerencia-indicators{grid-template-columns:repeat(2,minmax(0,1fr))}.analytics-header{flex-direction:column;align-items:flex-start}.analytics-actions{justify-content:space-between;align-items:flex-start;width:100%}.tire-board-layout{grid-template-columns:1fr}.tire-stat-grid,.workshop-indicators{grid-template-columns:repeat(3,minmax(0,1fr))}.analytics-grid{grid-template-columns:1fr}}@media (max-width:768px){.gerencia-page{padding:14px}.gerencia-header{flex-direction:column;align-items:flex-start}.gerencia-card{padding:16px}.gerencia-title{font-size:18px}.gerencia-indicators{grid-template-columns:1fr;gap:10px}.gerencia-indicator{min-height:74px;padding:14px}.indicator-icon{border-radius:12px;width:38px;height:38px}.indicator-label{font-size:10px}.indicator-value{font-size:21px}.analytics-panel{border-radius:18px;padding:16px}.analytics-header h2{font-size:18px}.analytics-actions{flex-direction:column}.analytics-actions .ant-btn{width:100%}.analytics-summary,.analytics-metrics{grid-template-columns:1fr}.analytics-leader,.analytics-metrics article{min-height:82px;padding:14px}.analytics-leader strong,.analytics-metrics strong{font-size:21px}.analytics-chart{border-radius:16px;padding:14px}.analytics-chart-modal .ant-modal-content{border-radius:18px;padding:16px}.safety-risk-row{grid-template-columns:1fr;align-items:flex-start}.safety-answer-badge{width:max-content}.tire-board-header{flex-direction:column;align-items:flex-start}.tire-board-progress{grid-template-columns:1fr;width:100%}.tire-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tire-diagram-card{min-height:360px;padding:12px}.truck-diagram{inset:88px 18px 76px}.tire-dot{width:32px;height:32px;font-size:12px}.tire-legend{gap:8px;bottom:16px;left:14px;right:14px}.tire-axis{font-size:11px}.workshop-indicators{grid-template-columns:1fr}.workshop-indicator{min-height:78px}.gerencia-pagination{flex-direction:column;align-items:flex-start}.gerencia-table td,.gerencia-table th{padding:12px 10px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}img,svg,video,canvas{max-width:100%;display:block}::selection{color:#fff;background-color:#0b3c5d}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a1a1a1}.status-pending_wash{color:#0e7490;background:#ecfeff}.status-pending_wash .status-dot{background:#06b6d4}.status-wash_completed{color:#1d4ed8;background:#dbeafe}.status-wash_completed .status-dot{background:#2563eb}.tire-depth-mobile{--rivas-blue:#0057b8;--rivas-blue-dark:#003f87;--rivas-blue-soft:#eaf3ff;--rivas-ink:#12345f;background:linear-gradient(#f8fafc 0%,#eef4fb 100%);border-radius:28px;margin-inline:-8px;padding:10px}.tire-progress-panel{box-sizing:border-box}.tire-group-panel{background:#fff;border:1px solid #d8e2ef;border-radius:24px;box-shadow:0 12px 28px #0f172a12}.tire-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.tire-position-card{cursor:pointer;text-align:left;border-radius:22px;flex-direction:column;justify-content:space-between;align-items:flex-start;min-height:132px;padding:14px;transition:transform .15s,box-shadow .15s,border-color .15s;display:flex}.tire-position-card:active{transform:scale(.98)}.tire-depth-drawer .ant-drawer-content-wrapper{max-height:100dvh;height:100dvh!important}.tire-depth-drawer .ant-drawer-content{border-radius:0;height:100dvh}.tire-depth-drawer .ant-drawer-body{overscroll-behavior:contain;height:100%}.tire-entry-screen{grid-template-rows:auto auto 1fr auto auto;gap:10px;max-width:520px;height:calc(100dvh - 24px);margin:0 auto;display:grid;overflow:hidden}.tire-drawer-hero{border-radius:22px;padding:12px 14px;box-shadow:0 12px 24px #0f172a29}.tire-hero-chip{background:#ffffff24;border:1px solid #ffffff2e;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:900}.tire-display{border-radius:20px;justify-content:center;align-items:center;min-height:74px;display:flex;box-shadow:inset 0 0 0 1px #2563eb0a,0 10px 24px #0f172a12}.tire-quick-grid{grid-template-columns:repeat(6,1fr);gap:8px;display:grid}.tire-quick-button{border-radius:14px;height:46px;padding-inline:0;font-weight:950}.tire-keypad-grid{grid-template-columns:repeat(3,1fr);align-self:stretch;gap:7px;display:grid}.tire-keypad-button,.tire-delete-button{background:#fff;border-radius:15px;height:52px;font-size:22px;font-weight:950;box-shadow:0 4px 12px #0f172a0d}.tire-delete-button{color:#dc2626;border-color:#fecaca}.tire-action-grid{grid-template-columns:1fr 1fr 1.15fr;gap:8px;display:grid}.tire-action-bar{padding:0 0 env(safe-area-inset-bottom);background:0 0;margin:0}.tire-back-button,.tire-clear-button,.tire-save-button{border-radius:16px;height:46px;font-weight:950}.tire-back-button{background:var(--rivas-blue-soft);color:var(--rivas-blue-dark);border-color:#b7d7ff}.tire-clear-button{color:#c2410c;background:#fff7ed;border-color:#fed7aa}.tire-save-button{box-shadow:0 10px 22px #0057b847}@media (max-width:520px){.tire-depth-drawer .ant-drawer-content-wrapper{height:100dvh!important}.tire-depth-drawer .ant-drawer-content{height:100dvh;border-radius:0!important}.tire-depth-drawer .ant-drawer-body{padding:8px 10px 10px!important}.tire-entry-screen{gap:8px;height:calc(100dvh - 18px)}.tire-depth-mobile{border-radius:22px;margin-inline:-18px;padding:8px}.tire-progress-panel{border-radius:20px!important;top:4px!important}.tire-group-panel{border-radius:22px}.tire-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:10px!important}.tire-position-card{border-radius:18px;min-height:122px;padding:12px}.tire-drawer-hero{border-radius:20px;padding:10px 12px}.tire-display{border-radius:18px;min-height:66px}.tire-keypad-button,.tire-delete-button{border-radius:14px;height:48px}.tire-action-grid{grid-template-columns:1fr 1fr}.tire-save-button{grid-column:1/-1}}@media (min-width:900px){.tire-card-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.safety-card{flex-direction:column;gap:24px;display:flex}.safety-row{flex-direction:column;gap:8px;display:flex}.safety-label{color:#374151;font-size:14px;font-weight:600}.required{color:#ff4d4f;margin-left:4px}.radio-row{gap:12px;display:flex}.radio-pill{cursor:pointer;color:#1f2933;-webkit-user-select:none;user-select:none;background:#fff;border:2px solid #d1d5db;border-radius:999px;padding:10px 22px;font-size:14px;transition:all .2s}.radio-pill:hover{border-color:#0b3c5d}.radio-pill.active{color:#fff;background:#0b3c5d;border-color:#0b3c5d}.checkbox-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;display:grid}.checkbox-card{cursor:pointer;background:#fff;border:2px solid #d1d5db;border-radius:8px;align-items:center;gap:10px;padding:12px 14px;transition:all .2s;display:flex}.checkbox-card:hover{border-color:#0b3c5d}.checkbox-card.checked{background:#f0f6fb;border-color:#0b3c5d}.checkbox-card input{display:none}.checkbox-card span{color:#1f2933;font-size:14px}.safety-error{background-color:#fff2f0;border:1px solid #ff4d4f;border-radius:6px;padding:12px}.safety-error-text{color:#ff4d4f;margin-top:4px;font-size:12px}@media (max-width:600px){.radio-row{flex-direction:column}.checkbox-grid{grid-template-columns:1fr}}.signature-wrapper{background:#fff;border:1px solid #e8eaed;border-radius:12px;font-family:DM Sans,Segoe UI,sans-serif;position:relative;box-shadow:0 1px 4px #0000000d,0 4px 16px #00000008}.signature-table{border-collapse:collapse;table-layout:fixed;width:100%;font-family:DM Sans,sans-serif;font-size:13px}.signature-table thead tr{background:#f8f9fb;border-bottom:1px solid #e8eaed}.signature-table th{letter-spacing:.07em;text-transform:uppercase;color:#6b7280;text-align:left;padding:12px 16px;font-size:11px;font-weight:700}.signature-table th:first-child{width:26%}.signature-table th:nth-child(2){width:30%}.signature-table th:nth-child(3){width:44%}.signature-table tbody tr{border-bottom:1px solid #f1f3f5;transition:background-color .15s}.signature-table tbody tr:last-child{border-bottom:none}.signature-table tbody tr:hover{background-color:#fafbfc}.signature-table td{color:#111827;vertical-align:middle;padding:14px 16px;font-size:13px}.signature-name-fixed{color:#374151;font-weight:500}.technician-selector{width:100%;position:relative}.selector-trigger{cursor:pointer;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;background:#fff;border:1.5px solid #d1d5db;border-radius:10px;justify-content:space-between;align-items:center;gap:8px;padding:10px 12px;transition:border-color .2s,box-shadow .2s;display:flex}.selector-trigger:hover{border-color:#9ca3af}.selector-trigger.open{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.selector-trigger:active{background:#f9fafb;transform:scale(.99)}.selector-value{color:#1f2937;white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:14px;font-weight:500;overflow:hidden}.selector-value.placeholder{color:#9ca3af;font-weight:400}.selector-arrow{color:#6b7280;flex-shrink:0;transition:transform .2s}.selector-arrow.rotated{transform:rotate(180deg)}.dropdown-backdrop{z-index:9998;touch-action:none;background:#00000073;animation:.2s fadeIn;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.technician-dropdown--desktop{background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;max-height:400px;animation:.18s dropIn;display:flex;overflow:hidden;box-shadow:0 4px 6px -1px #00000012,0 10px 20px -4px #0000001a}@keyframes dropIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.technician-dropdown--desktop .dropdown-items{flex:1;max-height:340px;overflow-y:auto}.technician-dropdown--desktop .dropdown-items::-webkit-scrollbar{width:6px}.technician-dropdown--desktop .dropdown-items::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.technician-dropdown--desktop .dropdown-items::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.technician-dropdown--desktop .dropdown-items::-webkit-scrollbar-thumb:hover{background:#a1a1a1}.technician-dropdown--mobile{z-index:9999;background:#fff;border-radius:20px 20px 0 0;flex-direction:column;height:75vh;animation:.3s cubic-bezier(.32,.72,0,1) slideUp;display:flex;position:fixed;bottom:0;left:0;right:0;overflow:hidden;box-shadow:0 -8px 30px #00000026}@keyframes slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.dropdown-handle{background:#d1d5db;border-radius:2px;flex-shrink:0;width:40px;height:4px;margin:12px auto 4px}.dropdown-header{background:#fafbfc;border-bottom:1px solid #f1f3f5;flex-shrink:0;padding:12px 12px 10px}.dropdown-search{box-sizing:border-box;color:#1f2937;background:#fff;border:1.5px solid #e5e7eb;border-radius:10px;outline:none;width:100%;padding:9px 12px;font-family:DM Sans,sans-serif;font-size:14px;transition:border-color .2s,box-shadow .2s}.dropdown-search:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.dropdown-items{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;flex:1;min-height:0;overflow-y:auto}.technician-dropdown--mobile .dropdown-items{max-height:none}.dropdown-item{cursor:pointer;-webkit-tap-highlight-color:transparent;border-bottom:1px solid #f3f4f6;align-items:center;gap:12px;padding:12px 14px;transition:background .12s;display:flex}.dropdown-item:last-child{border-bottom:none}.dropdown-item:hover{background:#f8faff}.dropdown-item:active{background:#eff3ff}.dropdown-item.selected{background:#eff6ff}.dropdown-item-avatar{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:600;display:flex}.dropdown-item-info{flex:1;min-width:0}.dropdown-item-name{color:#1f2937;white-space:nowrap;text-overflow:ellipsis;margin-bottom:2px;font-size:14px;font-weight:600;overflow:hidden}.dropdown-item-role{color:#6b7280;font-size:11px;font-weight:500}.dropdown-item-check{color:#3b82f6;flex-shrink:0}.dropdown-loading,.dropdown-empty{color:#6b7280;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:40px 20px;font-size:14px;display:flex}.loading-spinner{border:3px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;width:28px;height:28px;animation:.6s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.signature-cell{vertical-align:middle}.signature-canvas-wrapper{aspect-ratio:260/90;cursor:crosshair;touch-action:none;background:#fafafa;border:1.5px solid #d1d5db;border-radius:8px;width:100%;max-width:260px;display:block;position:relative;overflow:hidden}.signature-canvas-wrapper:after{content:"Firmar aquí";letter-spacing:.06em;text-transform:uppercase;color:#d1d5db;pointer-events:none;justify-content:center;align-items:center;font-size:11px;font-weight:600;display:flex;position:absolute;inset:0}.signature-canvas-wrapper.has-signature:after{display:none}.signature-canvas-wrapper.error-border{background:#fff8f8;border-color:#ef4444}.signature-canvas{touch-action:none;width:100%;height:100%;display:block}.signature-actions{align-items:center;gap:8px;margin-top:6px;display:flex}.clear-btn{color:#6b7280;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#fff;border:1.5px solid #e5e7eb;border-radius:8px;align-items:center;gap:5px;height:32px;padding:0 12px;font-family:DM Sans,sans-serif;font-size:12px;font-weight:600;transition:all .15s;display:inline-flex}.clear-btn:hover{background:#f3f4f6;border-color:#d1d5db}.clear-btn:active{transform:scale(.96)}.done-btn{color:#fff;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#22c55e;border:1.5px solid #22c55e;border-radius:8px;align-items:center;gap:5px;height:32px;padding:0 12px;font-family:DM Sans,sans-serif;font-size:12px;font-weight:600;transition:all .15s;display:inline-flex}.done-btn:hover{background:#16a34a;border-color:#16a34a}.done-btn:active{transform:scale(.96)}.error-border{border-color:#ef4444!important}.error-text{color:#dc2626;margin-top:5px;font-size:12px;font-weight:500}@media (max-width:768px){.signature-table,.signature-table thead,.signature-table tbody,.signature-table th,.signature-table td,.signature-table tr{width:100%;display:block}.signature-table thead{display:none}.signature-table tbody tr{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:16px;overflow:visible}.signature-table td{box-sizing:border-box;border-bottom:1px solid #f3f4f6;flex-direction:column;gap:8px;padding:12px;display:flex}.signature-table td:last-child{border-bottom:none}.role-cell:before{content:"Cargo";text-transform:uppercase;color:#6b7280;font-size:11px;font-weight:700}.name-cell:before{content:"Nombre";text-transform:uppercase;color:#6b7280;font-size:11px;font-weight:700}.signature-cell:before{content:"Firma";text-transform:uppercase;color:#6b7280;font-size:11px;font-weight:700}.signature-canvas-wrapper{aspect-ratio:3;max-width:100%}.signature-actions{flex-wrap:wrap}.clear-btn,.done-btn{flex:1;justify-content:center;min-width:110px;height:40px;font-size:13px}.dropdown-item{padding:14px}.dropdown-item-avatar{width:40px;height:40px;font-size:16px}.dropdown-item-name{font-size:15px}}@media (min-width:769px) and (max-width:1024px){.signature-canvas-wrapper{aspect-ratio:200/70;max-width:200px}}html,body{width:100%;height:100%}input::-ms-clear{display:none}input::-ms-reveal{display:none}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:#0000;font-family:sans-serif;line-height:1.15}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:0;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}address{font-style:normal;line-height:inherit;margin-bottom:1em}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{text-align:left;caption-side:bottom;padding-top:.75em;padding-bottom:.3em}input,button,select,optgroup,textarea{color:inherit;font-size:inherit;font-family:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner{border-style:none;padding:0}[type=reset]::-moz-focus-inner{border-style:none;padding:0}[type=submit]::-moz-focus-inner{border-style:none;padding:0}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{resize:vertical;overflow:auto}fieldset{border:0;min-width:0;margin:0;padding:0}legend{width:100%;max-width:100%;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal;margin-bottom:.5em;padding:0;display:block}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}
