.rutas-page-wrapper{height:100%;min-height:calc(100vh - 80px);background:linear-gradient(135deg,#f0f2f5,#e6e9f0);display:flex;flex-direction:column;gap:32px;padding:32px;overflow-y:auto}.rutas-split-container{display:flex;gap:32px;height:750px;animation:fadeInDown .6s ease-out}.rutas-list-panel{width:400px;flex-shrink:0;display:flex;flex-direction:column;background:#ffffffe6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;box-shadow:0 10px 30px #0000000d;border:1px solid rgba(255,255,255,.6);overflow:hidden;transition:transform .3s ease}.rutas-list-panel:hover{box-shadow:0 15px 40px #00000014}.rutas-list-header{padding:24px;background:#fffffff2;border-bottom:1px solid rgba(0,0,0,.03);z-index:10}.rutas-list-content{flex:1;overflow-y:auto;padding:16px;scrollbar-width:thin;scrollbar-color:#d9d9d9 transparent}.ruta-item{padding:20px;margin-bottom:12px;border-radius:16px;background:#fff;border:1px solid transparent;cursor:pointer;transition:all .25s cubic-bezier(.2,.8,.2,1);position:relative;overflow:hidden}.ruta-item:hover{transform:translateY(-2px) scale(1.01);box-shadow:0 8px 20px #0000000a}.ruta-item.selected{background:linear-gradient(135deg,#e6f4ff,#f0f9ff);border:1px solid #bae0ff;box-shadow:0 4px 12px #1677ff1a}.ruta-item.selected:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:#1677ff;border-radius:4px 0 0 4px}.ruta-code{font-size:11px;font-weight:800;color:#595959;background:#0000000a;padding:4px 8px;border-radius:6px;letter-spacing:.5px;display:inline-flex;align-items:center;gap:6px}.ruta-name{font-size:16px;font-weight:700;color:#1f1f1f;margin-top:8px;line-height:1.3}.ruta-zone{font-size:13px;color:#8c8c8c;margin-top:6px;display:flex;align-items:center;gap:6px}.team-panel{flex:1;display:flex;flex-direction:column;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;box-shadow:0 20px 50px #0000000f;border:1px solid rgba(255,255,255,1);overflow:hidden;position:relative}.team-header{padding:30px 40px;background:linear-gradient(135deg,#1e428a,#152e60);color:#fff;position:relative;overflow:hidden;flex-shrink:0}.team-header:after{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 60%);border-radius:50%;pointer-events:none}.team-header-title{font-size:28px;font-weight:800;margin:0;color:#fff;text-shadow:0 4px 10px rgba(0,0,0,.2);position:relative;z-index:2}.team-header-subtitle{opacity:.9;margin-top:8px;font-size:14px;display:flex;align-items:center;gap:12px;position:relative;z-index:2}.team-content{flex:1;overflow-y:auto;padding:32px 40px 100px;background:linear-gradient(to bottom,#fff,#fafafa);position:relative}.principal-card{background:#fff;border:1px solid #f0f0f0;border-radius:20px;padding:24px;display:flex;align-items:center;gap:24px;transition:all .3s cubic-bezier(.34,1.56,.64,1);box-shadow:0 8px 30px #0000000a}.principal-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #1e428a1f;border-color:#1e428a}.avatar-large{width:72px;height:72px;border-radius:20px;background:linear-gradient(135deg,#ff6b6b,#ee5253);color:#fff;display:flex;align-items:center;justify-content:center;font-size:26px;font-weight:700;box-shadow:0 10px 20px #ee525340}.rotadores-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px}.rotador-card{background:#fff;border:1px solid #f0f0f0;border-radius:16px;padding:16px;display:flex;align-items:center;gap:12px;position:relative;transition:all .3s ease;box-shadow:0 4px 12px #00000005}.rotador-card:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 12px 24px #0000000f;border-color:#4096ff}.add-rotador-btn{height:auto;min-height:80px;border:2px dashed #d9d9d9;background:#fafafa80;color:#8c8c8c;border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:all .3s}.add-rotador-btn:hover{border-color:#1677ff;color:#1677ff;background:#f0f7ff;transform:scale(1.02)}.team-footer{position:absolute;bottom:24px;left:40px;right:40px;padding:12px 24px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #e1e1e1;border-radius:16px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 8px 32px #0000001a;z-index:100;animation:fadeInUp .5s ease-out}.footer-actions{display:flex;gap:16px}.unsaved-badge{color:#d46b08;background:#fff7e6;border:1px solid #ffd591;padding:6px 12px;border-radius:8px;font-weight:600;font-size:13px;display:flex;align-items:center;gap:8px;animation:pulse 2s infinite}.modal-search-header{padding-bottom:20px;background:#fff;position:sticky;top:0;z-index:10}.modal-results-container{max-height:400px;overflow-y:auto;padding-right:4px}.modal-user-item{padding:16px;margin-bottom:8px;background:#fff;border:1px solid #f0f0f0;border-radius:12px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .2s}.modal-user-item:hover{border-color:#1677ff;background:#f0f7ff;transform:translate(4px)}.general-view-section{background:#fff;border-radius:20px;padding:0;box-shadow:0 10px 40px #0000000a;border:1px solid rgba(0,0,0,.02);overflow:hidden;animation:fadeInUp .8s ease-out .2s backwards}.general-view-header{padding:24px 32px;background:#fff;border-bottom:1px solid #f0f0f0;display:flex;align-items:center;justify-content:space-between}.premium-table .ant-table-thead>tr>th{background:#fafafa;color:#595959;font-weight:700;text-transform:uppercase;font-size:12px;letter-spacing:.5px;border-bottom:2px solid #f0f0f0}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.02)}to{transform:scale(1)}}.liquidaciones-container{padding:16px;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh;width:100%;box-sizing:border-box;overflow-x:hidden}.tabla-liquidaciones,.tabla-liquidaciones .ant-table{width:100%!important}.tabla-liquidaciones .ant-table-container{width:100%!important;overflow-x:auto}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animated-fade-in{animation:fadeInUp .5s ease-out}.animated-fade-in-delay{animation:fadeInUp .6s ease-out .1s both}.filtros-card .ant-card-head,.tabla-card .ant-card-head{background:linear-gradient(135deg,#1e428a,#16336f)!important;border-bottom:3px solid #faad14!important;box-shadow:0 4px 12px #1e428a40}.filtros-card .ant-card-head-title,.tabla-card .ant-card-head-title{color:#fff!important}.filtros-card,.tabla-card{border-radius:12px!important;box-shadow:0 6px 20px #00000014!important;border:none!important;overflow:hidden;transition:all .3s ease}.filtros-card:hover,.tabla-card:hover{box-shadow:0 8px 30px #0000001f!important;transform:translateY(-2px)}.card-icon{font-size:20px;color:#faad14;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.input-label{display:block;margin-bottom:6px;font-weight:600;color:#1e428a;font-size:13px;text-transform:uppercase;letter-spacing:.5px}.custom-datepicker,.custom-select{border:2px solid #d9d9d9!important;border-radius:8px!important;transition:all .3s ease!important;box-shadow:0 2px 6px #0000000d}.custom-datepicker:hover,.custom-select:hover,.ant-select:hover .ant-select-selector{border-color:#1e428a!important;box-shadow:0 3px 10px #1e428a26!important}.custom-datepicker:focus,.custom-select:focus,.ant-select-focused .ant-select-selector{border-color:#1e428a!important;box-shadow:0 0 0 3px #1e428a1a!important}.ant-select-selector{border:2px solid #d9d9d9!important;border-radius:8px!important;transition:all .3s ease!important}.btn-buscar{background:linear-gradient(135deg,#1e428a,#16336f)!important;border:none!important;font-weight:600!important;box-shadow:0 4px 12px #1e428a4d!important;transition:all .3s ease!important}.btn-primary-action{background:linear-gradient(135deg,#52c41a,#389e0d)!important;border:none!important;font-weight:600!important;box-shadow:0 4px 12px #52c41a4d!important;transition:all .3s ease!important}.btn-primary-action:hover{transform:translateY(-2px) scale(1.02)!important;box-shadow:0 6px 18px #52c41a66!important}.btn-icon-noche{background:linear-gradient(135deg,#1890ff,#0050b3)!important;border:none!important;color:#fff!important;font-size:18px!important;box-shadow:0 3px 10px #1890ff4d;transition:all .3s ease!important}.btn-icon-noche:hover{transform:scale(1.1) rotate(5deg)!important;box-shadow:0 5px 15px #1890ff80!important}.btn-icon-dia{background:linear-gradient(135deg,#faad14,#d48806)!important;border:none!important;color:#fff!important;font-size:18px!important;box-shadow:0 3px 10px #faad144d;transition:all .3s ease!important}.btn-icon-dia:hover{transform:scale(1.1) rotate(-5deg)!important;box-shadow:0 5px 15px #faad1480!important}.btn-icon-calcular{background:linear-gradient(135deg,#722ed1,#531dab)!important;border:none!important;color:#fff!important;font-size:18px!important;box-shadow:0 3px 10px #722ed14d;transition:all .3s ease!important}.btn-icon-calcular:hover{transform:scale(1.1)!important;box-shadow:0 5px 15px #722ed180!important}.btn-secondary{background:#fff!important;border:2px solid #1e428a!important;color:#1e428a!important;font-weight:600!important;transition:all .3s ease!important}.btn-secondary:hover{background:#1e428a!important;color:#fff!important;transform:translateY(-2px)!important;box-shadow:0 4px 12px #1e428a4d!important}.btn-danger{background:linear-gradient(135deg,#ff4d4f,#cf1322)!important;border:none!important;font-weight:600!important;box-shadow:0 4px 12px #ff4d4f4d!important;transition:all .3s ease!important}.btn-danger:hover{transform:translateY(-2px)!important;box-shadow:0 6px 18px #ff4d4f73!important}.tabla-liquidaciones{transition:all .3s ease}.tabla-liquidaciones .ant-table-thead>tr>th{background:linear-gradient(135deg,#1e428a,#16336f)!important;color:#fff!important;font-weight:700!important;font-size:13px!important;text-transform:uppercase;letter-spacing:.5px;border-bottom:3px solid #faad14!important;border-right:1px solid rgba(255,255,255,.1)!important;padding:12px 8px!important;text-align:center;white-space:normal;line-height:1.3;box-shadow:inset 0 -2px 4px #0000001a}.tabla-liquidaciones .ant-table-cell{border:1px solid #e8e8e8!important;transition:all .2s ease}.fila-tabla{transition:all .3s ease!important}.fila-activa{background:#fff!important}.fila-activa:hover{background:#e0f2fe!important;box-shadow:inset 0 0 0 2px #3b82f6}.fila-cerrada{background:#a9a9a9!important;color:#000!important;opacity:1!important}.fila-cerrada:hover{background:#909090!important;opacity:1!important}.fila-anulada{background:linear-gradient(to right,#fef2f2,#fee2e2)!important;color:#cf1322!important;text-decoration:line-through;opacity:.7}.icono-estado-activa{color:#52c41a;font-size:18px;filter:drop-shadow(0 2px 4px rgba(82,196,26,.4));animation:pulse-success 2s infinite}.icono-estado-cerrada{color:#000;font-size:18px;filter:drop-shadow(0 2px 4px rgba(140,140,140,.3))}.icono-estado-anulada{color:#ff4d4f;font-size:18px;filter:drop-shadow(0 2px 4px rgba(255,77,79,.4));animation:shake .5s}@keyframes pulse-success{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-3px)}75%{transform:translate(3px)}}.texto-ruta{color:#0f2d5c;font-size:14px;font-weight:800;letter-spacing:.3px}.texto-vendedor{color:#111827;font-size:12px;font-weight:600;max-width:120px;display:block}.numero-positivo{color:#1a1a1a;font-weight:600;font-size:13px}.numero-negativo{color:#b91c1c!important;font-weight:700;font-size:13px;background:#dc262614;padding:2px 4px;border-radius:3px}.fila-totales{background:linear-gradient(135deg,#0f172a,#1e293b)!important;font-weight:800!important;color:#fff!important;font-size:14px!important;box-shadow:0 -4px 12px #0006;position:sticky;bottom:0;z-index:10}.fila-totales .ant-table-cell{background:linear-gradient(135deg,#0f172a,#1e293b)!important;color:#fff!important;border-top:4px solid #f59e0b!important;border-bottom:none!important;padding:12px 10px!important;font-weight:800!important;font-size:14px!important}.celda-total-label{text-align:left!important;padding-left:16px!important;font-size:16px!important;letter-spacing:1px;text-transform:uppercase;color:#f59e0b!important}.fila-totales .ant-typography,.fila-totales .numero-positivo{color:#fff!important;font-size:15px!important;font-weight:800!important;text-shadow:none!important;background:transparent!important}.fila-totales .numero-negativo{color:#fbbf24!important;font-weight:800!important;font-size:15px!important;background:transparent!important;padding:0!important;text-shadow:none!important}.fila-totales .diff-anterior,.fila-totales .diff-acumulada,.fila-totales .diff-rojo,.fila-totales .ant-typography.diff-rojo{color:#f87171!important;font-weight:800!important;font-size:15px!important;background:transparent!important;text-shadow:none!important}.fila-totales .celda-total-label{text-align:left!important;padding-left:12px!important}.context-menu-custom{border-radius:10px!important;padding:8px!important;box-shadow:0 8px 24px #0000002e!important;border:2px solid #1e428a!important;background:#fff}.context-menu-custom .ant-dropdown-menu-item{border-radius:6px!important;padding:10px 14px!important;transition:all .25s ease!important;font-weight:500}.context-menu-custom .ant-dropdown-menu-item:hover{background:linear-gradient(to right,#e6f7ff,#bae7ff)!important;color:#1e428a!important;transform:translate(4px);box-shadow:inset 3px 0 #1e428a}.menu-item-success:hover{background:linear-gradient(to right,#f6ffed,#d9f7be)!important;color:#389e0d!important;box-shadow:inset 3px 0 #52c41a!important}.menu-item-warning:hover{background:linear-gradient(to right,#fffbe6,#fff1b8)!important;color:#d48806!important;box-shadow:inset 3px 0 #faad14!important}.context-menu-custom .ant-dropdown-menu-item-danger:hover{background:linear-gradient(to right,#fff1f0,#ffccc7)!important;color:#cf1322!important;box-shadow:inset 3px 0 #ff4d4f!important}.ant-badge-count{font-weight:700;font-size:12px;box-shadow:0 2px 8px #00000026;padding:0 8px}.tabla-liquidaciones .ant-table-body::-webkit-scrollbar{width:10px;height:10px}.tabla-liquidaciones .ant-table-body::-webkit-scrollbar-track{background:#f0f0f0;border-radius:5px}.tabla-liquidaciones .ant-table-body::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#1e428a,#16336f);border-radius:5px;transition:all .3s ease}.tabla-liquidaciones .ant-table-body::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#16336f,#0d1d42)}@media (max-width: 1200px){.liquidaciones-container{padding:16px}.filtros-card,.tabla-card{border-radius:8px!important}}@media (max-width: 768px){.liquidaciones-container{padding:12px}.card-icon{font-size:18px}.tabla-liquidaciones .ant-table-thead>tr>th{font-size:11px!important;padding:8px 6px!important}.fila-totales .ant-table-cell{font-size:12px!important;padding:10px 6px!important}}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}.ant-table-tbody>tr{animation:slideInFromLeft .4s ease-out}.ant-spin-container{transition:opacity .3s ease}.ant-spin-blur{opacity:.5;filter:blur(2px)}.modal-crear-liquidacion .ant-modal-header{background:linear-gradient(135deg,#1e428a,#16336f)!important;border-bottom:3px solid #faad14!important;border-radius:8px 8px 0 0!important;padding:16px 24px}.modal-crear-liquidacion .ant-modal-title{color:#fff!important;font-weight:600}.modal-crear-liquidacion .ant-modal-close-x{color:#ffffffc0;transition:all .3s ease}.modal-crear-liquidacion .ant-modal-close-x:hover{color:#fff;transform:scale(1.1)}.modal-crear-liquidacion .ant-form-item-label>label{color:#1e428a;font-size:14px;font-weight:600}.ant-drawer-body{padding:24px;background:#f9fafb;border:1px solid #e8e8e8;border-radius:12px}.ant-drawer-header{background:#fff;border-bottom:2px solid #1e428a;padding:16px 24px}.custom-tabs .ant-tabs-nav{margin-bottom:24px}.custom-tabs .ant-tabs-nav-wrap{background:#fff;padding:0 24px;border-bottom:2px solid #e8e8e8}.custom-tabs .ant-tabs-tab{font-weight:600;color:#8c8c8c}.custom-tabs .ant-tabs-tab.ant-tabs-tab-active{color:#1e428a}.tabla-drawer .ant-table{background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014}.tabla-drawer .ant-table-thead>tr>th{background:linear-gradient(to right,#1e428a,#16336f);color:#fff;font-weight:600;text-transform:uppercase;letter-spacing:.5px;border-bottom:none}.tabla-drawer .ant-table-tbody>tr>td{border-bottom:1px solid #f0f0f0;padding:12px 16px;font-size:14px}.tabla-drawer .ant-table-tbody>tr:hover>td{background-color:#f6ffed!important}.statistic-header-blue .ant-statistic-title{color:#fff!important;font-weight:500!important}.fila-activa{background:linear-gradient(to right,#fff,#f0f9ff)!important}.fila-activa:hover{background:linear-gradient(to right,#e6f7ff,#bae7ff)!important;box-shadow:0 4px 12px #1890ff26!important}.fila-anulada{background:linear-gradient(to right,#fff1f0,#ffccc7)!important;color:#cf1322!important;text-decoration:line-through;opacity:.6}.fila-anulada:hover{background:linear-gradient(to right,#ffe7e6,#ffb3b0)!important;opacity:.7}.acciones-cell .ant-btn{padding:0 8px;height:32px}.acciones-cell .ant-btn-icon-only{font-size:16px}.modal-crear-liquidacion .ant-modal-header,.modal-gestion-detalle .ant-modal-header{background:linear-gradient(135deg,#1e428a,#16336f)!important;border-bottom:3px solid #faad14!important;border-radius:8px 8px 0 0!important;padding:16px 24px}.modal-crear-liquidacion .ant-modal-title,.modal-gestion-detalle .ant-modal-title{color:#fff!important;font-weight:600}.modal-crear-liquidacion .ant-modal-close-x,.modal-gestion-detalle .ant-modal-close-x{color:#ffffffc0;transition:all .3s ease}.modal-crear-liquidacion .ant-modal-close-x:hover,.modal-gestion-detalle .ant-modal-close-x:hover{color:#fff;transform:scale(1.1)}.modal-gestion-detalle .ant-modal-content{background-color:#f9fafb}.modal-input-informativo.ant-input-disabled,.modal-input-informativo.ant-input-disabled:hover{background-color:#f0f2f5!important;color:#16336f!important;font-weight:700;text-align:center;border-color:#d9d9d9;box-shadow:none;cursor:default}.modal-gestion-detalle .ant-modal-content{background-color:#f7f9fc!important}.modal-gestion-detalle .ant-modal-footer{background-color:#f7f9fc!important;border-top:1px solid #e8e8e8}.tabla-carga-rapida .ant-table{background:#fff;border:1px solid #e8e8e8;border-radius:8px}.tabla-carga-rapida .ant-table-thead>tr>th{background:#f0f5ff!important;color:#1e428a!important;font-weight:600;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #1e428a!important}.tabla-carga-rapida .ant-table-tbody>tr>td{border-bottom:1px solid #f0f0f0}.tabla-carga-rapida .ant-table-tbody>tr:hover>td{background:#fff!important}.tabla-liquidaciones .ant-table-cell{border:1px solid #e8e8e8!important;padding:4px 6px!important;font-size:12px!important;transition:all .2s ease}.tabla-liquidaciones .ant-table-thead>tr>th{background:linear-gradient(135deg,#1e428a,#16336f)!important;color:#fff!important;font-weight:700!important;font-size:11px!important;text-transform:uppercase;letter-spacing:.5px;border-bottom:3px solid #faad14!important;border-right:1px solid rgba(255,255,255,.1)!important;padding:6px!important;text-align:center;white-space:normal;line-height:1.3;box-shadow:inset 0 -2px 4px #0000001a}.fila-totales .ant-table-cell{background:transparent!important;color:#fff!important;border-top:3px solid #faad14!important;border-bottom:none!important;padding:6px!important;font-weight:700!important;font-size:12px!important}.tabla-liquidaciones .ant-table-thead>tr>th{padding:8px 6px!important;font-size:12px!important}.tabla-liquidaciones .ant-table-tbody>tr>td{padding:6px!important;font-size:12px!important}.icono-estado-activa,.icono-estado-cerrada,.icono-estado-anulada{font-size:15px!important}.fila-totales .ant-table-cell{padding:8px 6px!important;font-size:12.5px!important}.modo-compacto .liquidaciones-container{padding:8px!important}.modo-compacto .filtros-card{margin-bottom:8px!important}.modo-compacto .filtros-card .ant-card-body{padding:12px!important}.filtros-colapsados .ant-card-body{display:none!important}.filtros-colapsados .ant-card-head{border-radius:12px!important}.tabla-compacta .ant-table-cell{padding:2px 4px!important;font-size:11px!important;line-height:1.2!important}.tabla-compacta .ant-table-thead>tr>th{padding:4px!important;font-size:10px!important;line-height:1.2!important}.tabla-compacta .icono-estado-activa,.tabla-compacta .icono-estado-cerrada,.tabla-compacta .icono-estado-anulada{font-size:12px!important}.tabla-compacta .texto-ruta{font-size:11px!important}.tabla-compacta .texto-vendedor{font-size:10px!important;max-width:80px!important}.tabla-compacta .fila-totales .ant-table-cell{padding:4px!important;font-size:11px!important}.tabla-liquidaciones .ant-table-cell{white-space:nowrap!important;text-overflow:ellipsis!important;overflow:hidden!important}.tabla-liquidaciones td:nth-child(4){white-space:normal!important;word-break:break-word!important;min-width:80px!important;max-width:120px!important}.tabla-liquidaciones th{padding:4px 3px!important;font-size:10px!important;letter-spacing:0!important;word-break:break-word!important}.tabla-liquidaciones td{padding:3px 4px!important;font-size:11px!important}.tabla-liquidaciones .ant-checkbox-wrapper{transform:scale(.85)}.tabla-liquidaciones .numero-positivo,.tabla-liquidaciones .numero-negativo{font-family:Segoe UI,system-ui,sans-serif!important;font-size:13px!important;letter-spacing:-.2px!important}.tabla-liquidaciones .numero-positivo{color:#1a1a1a!important;font-weight:600!important}.tabla-liquidaciones .numero-negativo{color:#b91c1c!important;font-weight:700!important;background:#dc262614;padding:2px 4px;border-radius:3px}.tabla-liquidaciones .texto-ruta{color:#0f2d5c!important;font-weight:800!important;font-size:14px!important;letter-spacing:.3px}.tabla-liquidaciones .texto-vendedor{color:#111827!important;font-weight:600!important;font-size:12px!important}.tabla-liquidaciones .ant-table-tbody>tr>td{padding:8px 10px!important;font-size:13px!important;color:#1f2937!important;border-bottom:1px solid #e5e7eb!important}.tabla-liquidaciones .ant-table-tbody>tr.fila-activa:nth-child(2n)>td{background-color:#f9fafb!important}.tabla-liquidaciones .ant-table-tbody>tr.fila-activa:nth-child(odd)>td{background-color:#fff!important}.tabla-liquidaciones .ant-table-tbody>tr.fila-cerrada>td{background-color:#a9a9a9!important}.tabla-liquidaciones .ant-table-tbody>tr.fila-cerrada:hover>td{background-color:#909090!important}.tabla-liquidaciones .ant-table-tbody>tr.fila-activa:hover>td{background-color:#dbeafe!important;transition:background-color .15s ease}.tabla-liquidaciones .ant-table-thead>tr>th{padding:10px 8px!important;font-size:11px!important;font-weight:800!important;letter-spacing:.3px!important;text-transform:uppercase;color:#fff!important;background:linear-gradient(135deg,#1e3a8a,#1e40af)!important;border-bottom:3px solid #fbbf24!important}.fila-totales{background:linear-gradient(135deg,#1e3a8a,#1e40af)!important}.fila-totales .ant-table-cell{padding:10px 8px!important;font-size:13px!important;font-weight:700!important;color:#fff!important;border-top:3px solid #fbbf24!important}.fila-totales .numero-positivo{color:#fff!important;font-weight:700!important;font-size:13px!important;background:transparent!important}.fila-totales .numero-negativo{color:#fef08a!important;font-weight:700!important;font-size:13px!important;background:#fef08a26!important}.fila-activa td{background:#fff!important}.fila-activa:hover td{background:#e0f2fe!important;box-shadow:inset 0 0 0 2px #3b82f6}.fila-activa .numero-positivo{color:#000!important;font-weight:700!important;font-size:14px!important}.fila-activa .texto-ruta{color:#1e3a8a!important;font-weight:800!important;font-size:15px!important}.fila-activa .texto-vendedor{color:#111827!important;font-weight:600!important;font-size:13px!important}.fila-cerrada td{background:#a9a9a9!important;border-bottom:1px solid #808080!important}.fila-cerrada:hover td{background:#9a9a9a!important;box-shadow:inset 0 0 0 2px #666}.fila-cerrada .numero-positivo{color:#000!important;font-weight:800!important;font-size:14px!important;background:transparent!important}.fila-cerrada .numero-negativo{color:#7f1d1d!important;font-weight:800!important;font-size:14px!important;background:#dc262633!important}.fila-cerrada .texto-ruta{color:#1e3a8a!important;font-weight:900!important;font-size:15px!important}.fila-cerrada .texto-vendedor{color:#111827!important;font-weight:700!important;font-size:13px!important}.fila-cerrada .ant-typography{color:#000!important;font-weight:700!important}.fila-cerrada .ant-tag{background:#00000026!important;color:#1f2937!important;border-color:#0000004d!important;font-weight:700!important}.fila-cerrada .diff-anterior,.fila-cerrada .diff-acumulada{color:#991b1b!important;font-weight:800!important}.tabla-liquidaciones .diff-anterior,.tabla-liquidaciones .diff-acumulada,.tabla-liquidaciones .diff-rojo,.diff-rojo{color:#dc2626!important;font-weight:800!important;font-size:14px!important}.fila-cerrada .diff-rojo,.fila-activa .diff-rojo{color:#dc2626!important}.fila-anulada td{background:linear-gradient(to right,#fef2f2,#fee2e2)!important;color:#991b1b!important}.fila-anulada .numero-positivo,.fila-anulada .texto-ruta,.fila-anulada .texto-vendedor{color:#991b1b!important;text-decoration:line-through!important}.tabla-liquidaciones .numero-positivo{color:#000!important;font-weight:700!important;font-size:14px!important}.tabla-liquidaciones .numero-negativo{color:#b91c1c!important;font-weight:800!important;font-size:14px!important;background:#dc26261a;padding:2px 5px;border-radius:3px}.tabla-liquidaciones .ant-tag{font-weight:700!important;font-size:10px!important;padding:2px 8px!important}.icono-estado-activa{color:#16a34a!important;font-size:18px!important;filter:drop-shadow(0 2px 3px rgba(22,163,74,.5))}.icono-estado-cerrada{color:#4b5563!important;font-size:18px!important;filter:drop-shadow(0 2px 3px rgba(0,0,0,.3))}.icono-estado-anulada{color:#dc2626!important;font-size:18px!important;filter:drop-shadow(0 2px 3px rgba(220,38,38,.5))}.fullscreen-mode{min-height:100vh!important;background:linear-gradient(135deg,#f5f7fa,#e4e8ee)!important;padding:16px 24px!important}.fullscreen-header{background:linear-gradient(135deg,#1e428a,#16336f);padding:16px 24px;border-radius:12px;box-shadow:0 4px 12px #1e428a4d;margin-bottom:16px}.fullscreen-header .ant-typography{color:#fff!important}.fullscreen-header .ant-btn-primary{background:#fff!important;color:#1e428a!important;border:none!important;font-weight:600}.fullscreen-header .ant-btn-primary:hover{background:#f0f0f0!important;transform:translate(-2px)}.fullscreen-mode .filtros-card{margin-bottom:12px!important}.fullscreen-mode .tabla-card{margin-bottom:16px!important}.fullscreen-mode .tabla-card .ant-card-body{height:calc(100% - 60px)!important;overflow:auto!important}.controles-vista{display:flex;align-items:center;gap:8px;background:#1e428a0d;padding:8px 12px;border-radius:8px;border:1px solid rgba(30,66,138,.1)}.controles-vista .ant-btn{transition:all .2s ease}.controles-vista .ant-btn:hover{transform:scale(1.05)}.controles-vista .ant-btn.activo{background:#1e428a!important;color:#fff!important;border-color:#1e428a!important}.tabla-liquidaciones .ant-table-content{overflow-x:auto!important;overflow-y:visible!important}.tabla-liquidaciones .ant-table-body{overflow-x:auto!important}.tabla-compacta .ant-table-body::-webkit-scrollbar{height:6px!important}.btn-colapsar-filtros{position:absolute!important;right:16px;top:50%;transform:translateY(-50%);background:#fff3!important;border:1px solid rgba(255,255,255,.3)!important;color:#fff!important}.btn-colapsar-filtros:hover{background:#ffffff4d!important}.ant-table-row-selected>td{background:#1e428a1a!important}.ant-table-row-selected:hover>td{background:#1e428a26!important}.tabla-fullscreen .ant-table-thead>tr>th,.tabla-fullscreen .ant-table-tbody>tr>td{padding:6px 4px!important;font-size:11.5px!important}.tabla-fullscreen .ant-tag{margin-right:2px!important;font-size:10px;line-height:18px}.tabla-fullscreen .numero-positivo,.tabla-fullscreen .numero-negativo,.tabla-fullscreen .diff-rojo{font-size:11.5px!important}.tabla-fullscreen .ant-btn{height:24px;padding:0 4px;font-size:11px}.reporte-container{background:#fff;padding:20px 25px;max-width:800px;margin:20px auto;border:1px solid #d9d9d9;font-family:Segoe UI,Arial,sans-serif}.reporte-header{border-bottom:2px solid #000000;padding-bottom:12px;margin-bottom:16px}.reporte-header-top{display:grid;grid-template-columns:130px 1fr 180px;align-items:center;gap:12px;margin-bottom:12px}.header-logo{display:flex;align-items:center;justify-content:flex-start}.header-logo img{max-height:48px;object-fit:contain}.header-title{text-align:center}.header-meta{display:grid;gap:6px;justify-items:end}.header-meta .meta-row{display:grid;grid-template-columns:auto auto;gap:6px;align-items:center;font-size:10px}.header-meta .meta-box{border:1px solid #000000;padding:2px 6px;min-width:90px;text-align:center;font-size:10px}.header-info{display:grid;grid-template-columns:1fr 1fr;gap:12px;font-size:10px}.info-col{display:grid;gap:4px}.info-row{display:grid;grid-template-columns:90px 1fr;gap:6px;align-items:center}.info-label{font-weight:700;color:#000}.info-value{border-bottom:1px solid #000000;padding-bottom:1px;min-height:14px;color:#000}.reporte-header h4{color:#000!important;text-align:center;margin-bottom:12px!important;font-weight:700!important;font-size:16px!important;letter-spacing:1px;text-transform:uppercase}.reporte-header .ant-typography{font-size:11px;line-height:1.6;color:#000}.seccion-titulo{border-bottom:1px solid #000000;padding-bottom:4px;margin-bottom:8px!important;margin-top:12px!important;color:#000!important;font-weight:700!important;font-size:11px!important;text-transform:uppercase;letter-spacing:.5px}.reporte-seccion{border:1px solid #cccccc;padding:10px 12px;background:#fff}.reporte-dato-row{margin-bottom:4px;padding-bottom:3px;border-bottom:1px dotted #cccccc;display:flex;justify-content:space-between;align-items:center}.reporte-dato-row:last-child{border-bottom:none;margin-bottom:0}.reporte-dato-row>span:first-child{font-size:10px!important;color:#333!important}.reporte-dato-row>span:last-child{font-size:11px!important;font-weight:600!important;color:#000!important}.reporte-dato-row .ant-typography-strong{font-size:12px!important;font-weight:700!important;color:#000!important}.reporte-dato-row .ant-typography-danger{color:#000!important;font-weight:700!important;text-decoration:underline}.observaciones-box{margin-top:10px;display:grid;gap:6px;font-size:10px}.observaciones-label{font-weight:700;color:#000}.observaciones-linea{border-bottom:1px solid #000000;height:12px}.deposito-table{border:1px solid #000000;margin-top:6px}.deposito-table-header,.deposito-table-row{display:grid;grid-template-columns:120px 1fr 120px 120px;gap:8px;padding:6px 8px;font-size:10px}.deposito-table-header{border-bottom:1px solid #000000;font-weight:700;text-transform:uppercase;background:#f5f5f5}.deposito-table-row{border-bottom:1px solid #cccccc;align-items:center}.deposito-table-row:last-child{border-bottom:none}.deposito-table-row>div:nth-child(3),.deposito-table-row>div:nth-child(4){text-align:right;font-weight:600}.deposito-table-row.deposito-empty{grid-template-columns:1fr;text-align:center;color:#666}.deposito-suma-total{margin-top:10px;padding:8px 12px;border:2px solid #000000;background:#fff;display:flex;justify-content:space-between;align-items:center}.deposito-suma-total h5{margin:0!important;color:#000!important;font-size:12px!important;font-weight:700!important;text-transform:uppercase}.reporte-footer{display:flex;justify-content:space-between;margin-top:50px;padding:0 20px}.firma-linea{width:180px;text-align:center}.firma-linea:before{content:"";display:block;border-top:1px solid #000000;margin-bottom:6px}.firma-linea .ant-typography{font-size:10px!important;font-weight:600!important;color:#000!important;text-transform:uppercase}@media print{.ant-layout-sider,.ant-layout-header,.panel-filtros-no-imprimir,.reporte-depositos-header,.reporte-depositos-filtros,.reporte-depositos-kpis{display:none!important}body,#root,.ant-layout,.ant-layout-content,.ant-space,.contenedor-reporte-imprimir,.reporte-depositos-container{height:auto!important;min-height:auto!important;overflow:visible!important;padding:0!important;margin:0!important;background:#fff!important;width:100%!important;max-width:none!important}.ant-layout.ant-layout-has-sider{padding-left:0!important}.ant-layout-content{padding:0!important;margin:0!important}.reporte-container{margin:0!important;padding:15px 20px!important;border:none!important;box-shadow:none!important;max-width:none!important;width:100%!important}.reporte-header,.reporte-header h4,.reporte-header .ant-typography,.seccion-titulo,.reporte-dato-row,.reporte-dato-row .ant-typography,.deposito-table-row,.deposito-suma-total h5,.firma-linea .ant-typography{color:#000!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.reporte-header{border-bottom:2px solid #000!important}.seccion-titulo{border-bottom:1px solid #000!important}.reporte-seccion,.deposito-table{border:1px solid #000!important}.deposito-suma-total{border:2px solid #000!important}.reporte-seccion,.deposito-table,.reporte-footer{page-break-inside:avoid}}@page{size:letter;margin:.5in}@keyframes pulse-success{0%,to{opacity:1;transform:scale(1)}50%{opacity:.9;transform:scale(1.05)}}.reporte-depositos-container{padding:16px;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh;width:100%;box-sizing:border-box}.reporte-depositos-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;margin-bottom:16px;padding:20px 24px;background:linear-gradient(135deg,#1e428a,#16336f);border-radius:12px;border-bottom:4px solid #faad14;box-shadow:0 6px 20px #1e428a59;animation:fadeInUp .5s ease-out}.reporte-depositos-header .header-title{display:flex;flex-direction:column;gap:4px}.reporte-depositos-header .header-title h3{margin:0;color:#fff;font-size:1.5rem;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.2)}.reporte-depositos-header .header-title h3 .anticon{margin-right:10px;color:#faad14;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.reporte-depositos-header .header-title span{color:#ffffffd9;font-size:.9rem;font-weight:400}.reporte-depositos-header .header-actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.reporte-depositos-filtros{background:#fff;border-radius:12px;padding:20px 24px;margin-bottom:16px;box-shadow:0 6px 20px #00000014;border:none;animation:fadeInUp .5s ease-out .1s both;transition:all .3s ease}.reporte-depositos-filtros:hover{box-shadow:0 8px 30px #0000001f;transform:translateY(-2px)}.filtro-grupo{display:flex;flex-direction:column;gap:8px}.filtro-grupo .filtro-label{font-weight:600;color:#1e428a;font-size:13px;text-transform:uppercase;letter-spacing:.5px}.filtro-grupo .filtro-label .anticon{margin-right:6px;color:#faad14}.toggle-imagen-container{display:flex;align-items:center;gap:8px;padding:8px 0}.toggle-imagen-container .ant-switch-checked{background:linear-gradient(135deg,#52c41a,#389e0d)}.vista-toggle{display:flex;gap:8px}.vista-toggle .ant-btn{border-radius:8px;font-weight:600;transition:all .3s ease}.vista-toggle .ant-btn-primary{background:linear-gradient(135deg,#1e428a,#16336f);border:none;box-shadow:0 4px 12px #1e428a4d}.reporte-depositos-filtros .ant-picker,.reporte-depositos-filtros .ant-select-selector{border:2px solid #d9d9d9!important;border-radius:8px!important;transition:all .3s ease!important;box-shadow:0 2px 6px #0000000d}.reporte-depositos-filtros .ant-picker:hover,.reporte-depositos-filtros .ant-select:hover .ant-select-selector{border-color:#1e428a!important;box-shadow:0 3px 10px #1e428a26!important}.reporte-depositos-filtros .ant-picker-focused,.reporte-depositos-filtros .ant-select-focused .ant-select-selector{border-color:#1e428a!important;box-shadow:0 0 0 3px #1e428a1a!important}.reporte-depositos-kpis{margin-bottom:16px;animation:fadeInUp .5s ease-out .2s both}.reporte-depositos-kpis .kpi-card{background:#fff;border-radius:12px;box-shadow:0 4px 15px #00000014;border:none;transition:all .3s ease;overflow:hidden}.reporte-depositos-kpis .kpi-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0000001f}.reporte-depositos-kpis .kpi-card .ant-statistic-title{font-weight:600;text-transform:uppercase;letter-spacing:.5px;font-size:11px}.reporte-depositos-kpis .kpi-card .ant-statistic-content-value{font-weight:700}.totales-banco-container{margin-bottom:16px;animation:fadeInUp .5s ease-out .25s both}.totales-banco-card{background:#fff;border-radius:12px;box-shadow:0 4px 15px #00000014;border:none}.totales-banco-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:16px}.banco-total-item{display:flex;flex-direction:column;align-items:center;padding:16px;background:linear-gradient(135deg,#f0f5ff,#e6f7ff);border-radius:8px;transition:all .3s ease}.banco-total-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #1e428a26}.banco-total-item .banco-nombre{font-weight:600;color:#1e428a;font-size:12px;text-transform:uppercase;margin-bottom:8px}.banco-total-item .banco-monto{font-weight:700;color:#52c41a;font-size:18px}.reporte-depositos-table-container{background:#fff;border-radius:12px;box-shadow:0 6px 20px #00000014;border:none;overflow:hidden;animation:fadeInUp .5s ease-out .3s both;transition:all .3s ease}.reporte-depositos-table-container:hover{box-shadow:0 8px 30px #0000001f}.reporte-depositos-table .ant-table{font-size:12px}.reporte-depositos-table .ant-table-thead>tr>th{background:linear-gradient(135deg,#1e428a,#16336f)!important;color:#fff!important;font-weight:700!important;font-size:11px!important;text-transform:uppercase;letter-spacing:.5px;border-bottom:3px solid #faad14!important;border-right:1px solid rgba(255,255,255,.15)!important;padding:10px 8px!important;text-align:center;white-space:nowrap}.reporte-depositos-table .ant-table-tbody>tr>td{border:1px solid #e8e8e8!important;padding:8px 10px!important;font-size:12px!important;transition:all .2s ease}.reporte-depositos-table .ant-table-tbody>tr:nth-child(2n)>td{background:#fafafa}.reporte-depositos-table .ant-table-tbody>tr:hover>td{background:linear-gradient(to right,#e6f7ff,#bae7ff)!important}.reporte-depositos-table .ant-table-tbody>tr{animation:slideInFromLeft .4s ease-out}.reporte-depositos-table .ant-table-summary>tr>td{background:linear-gradient(135deg,#1e428a,#16336f)!important;color:#fff!important;font-weight:700!important;font-size:12px!important;border-top:3px solid #faad14!important;padding:12px 8px!important;box-shadow:0 -4px 12px #1e428a4d}.comprobantes-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;padding:16px;animation:fadeInUp .5s ease-out .3s both}.comprobante-card{background:#fff;border-radius:12px;box-shadow:0 4px 15px #00000014;overflow:hidden;transition:all .3s ease;border:1px solid #e8e8e8}.comprobante-card:hover{transform:translateY(-6px);box-shadow:0 12px 30px #00000026;border-color:#1e428a}.comprobante-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:linear-gradient(135deg,#f0f5ff,#e6f7ff);border-bottom:1px solid #e8e8e8}.comprobante-header .ant-tag{font-weight:600;border-radius:6px}.comprobante-ref{font-weight:700;color:#1e428a;font-size:14px}.comprobante-body{padding:16px;text-align:center}.comprobante-monto{font-size:28px;font-weight:700;color:#52c41a;margin-bottom:16px;text-shadow:0 2px 4px rgba(82,196,26,.2)}.comprobante-imagen-container{position:relative;background:#fafafa;border-radius:8px;overflow:hidden;min-height:150px;display:flex;align-items:center;justify-content:center}.comprobante-imagen-container img{max-width:100%;max-height:200px;object-fit:contain;cursor:pointer;transition:transform .3s ease}.comprobante-imagen-container img:hover{transform:scale(1.05)}.comprobante-sin-imagen{padding:30px;color:#bfbfbf}.comprobante-footer{padding:12px 16px;background:#fafafa;border-top:1px solid #e8e8e8;display:flex;flex-direction:column;gap:4px}.comprobante-footer-row{display:flex;justify-content:space-between;align-items:center}.comprobante-footer-row .ant-typography{font-size:12px}.reporte-depositos-table .ant-table-body::-webkit-scrollbar{width:10px;height:10px}.reporte-depositos-table .ant-table-body::-webkit-scrollbar-track{background:#f0f0f0;border-radius:5px}.reporte-depositos-table .ant-table-body::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#1e428a,#16336f);border-radius:5px;transition:all .3s ease}.reporte-depositos-table .ant-table-body::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#16336f,#0d1d42)}@media (max-width: 992px){.comprobantes-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}@media (max-width: 768px){.reporte-depositos-container{padding:12px}.reporte-depositos-header{flex-direction:column;align-items:flex-start;padding:16px}.reporte-depositos-header .header-title h3{font-size:1.2rem}.reporte-depositos-header .header-actions{width:100%;justify-content:flex-start}.reporte-depositos-filtros{padding:16px}.comprobantes-grid{grid-template-columns:1fr}.reporte-depositos-table .ant-table-thead>tr>th{font-size:10px!important;padding:6px 4px!important}.reporte-depositos-table .ant-table-tbody>tr>td{font-size:11px!important;padding:6px 4px!important}.totales-banco-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.totales-banco-grid{grid-template-columns:1fr}.comprobante-monto{font-size:24px}}.dashboard-container{padding:24px;background:linear-gradient(135deg,#f5f7fa,#e4e9f2);min-height:calc(100vh - 40px);animation:fadeIn .5s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.dashboard-loading{display:flex;justify-content:center;align-items:center;min-height:60vh}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;padding:24px 32px;background:linear-gradient(135deg,#1e428a,#16336f);border-radius:16px;box-shadow:0 10px 30px #1e428a4d;color:#fff}.welcome-section{flex:1}.welcome-title{color:#fff!important;margin-bottom:4px!important;font-weight:700;letter-spacing:-.5px}.welcome-subtitle{color:#ffffffd9;font-size:15px}.role-tag{font-size:14px;padding:6px 16px;border-radius:20px;font-weight:600}.section-title{margin-bottom:16px!important;color:#1e428a;font-weight:600}.stat-card{border-radius:12px!important;border:none!important;box-shadow:0 4px 12px #00000014!important;transition:all .3s ease!important;overflow:hidden}.stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f!important}.stat-card .ant-statistic-title{font-size:14px;color:#8c8c8c;margin-bottom:8px}.stat-card .ant-statistic-content-value{font-size:32px;font-weight:700}.stat-card-primary{border-top:4px solid #1e428a}.stat-card-success{border-top:4px solid #52c41a}.stat-card-warning{border-top:4px solid #faad14}.stat-card-danger{border-top:4px solid #ff4d4f}.money-card{border-radius:12px!important;border:none!important;transition:all .3s ease!important;overflow:hidden}.money-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0003!important}.money-card .ant-statistic-title{font-size:14px;color:#ffffffd9;margin-bottom:8px}.money-card-ventas{background:linear-gradient(135deg,#1e428a,#16336f);box-shadow:0 6px 20px #1e428a59}.money-card-depositos{background:linear-gradient(135deg,#52c41a,#389e0d);box-shadow:0 6px 20px #52c41a59}.money-card-pendiente{background:linear-gradient(135deg,#faad14,#d48806);box-shadow:0 6px 20px #faad1459}.admin-stat-card{border-radius:12px!important;border:none!important;box-shadow:0 4px 12px #00000014!important;transition:all .3s ease!important}.admin-stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f!important}.quick-access-card{border-radius:12px!important;border:none!important;box-shadow:0 4px 12px #00000014!important;text-align:center;padding:20px 16px!important;transition:all .3s ease!important;cursor:pointer}.quick-access-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #00000026!important}.quick-access-icon{width:60px;height:60px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;font-size:28px;color:#fff;box-shadow:0 4px 12px #0003;transition:transform .3s ease}.quick-access-card:hover .quick-access-icon{transform:scale(1.1) rotate(5deg)}.quick-access-title{margin-bottom:4px!important;color:#262626}.quick-access-desc{font-size:13px;display:block;margin-bottom:12px}.quick-access-btn{padding:0;font-weight:600;color:#1e428a}.no-access-card{border-radius:12px!important;border:none!important;box-shadow:0 4px 12px #00000014!important;background:linear-gradient(135deg,#f9f9f9,#f0f0f0)}@media (max-width: 768px){.dashboard-container{padding:16px}.dashboard-header{flex-direction:column;text-align:center;padding:20px}.header-badge{margin-top:12px}.welcome-title{font-size:24px!important}.stat-card .ant-statistic-content-value{font-size:24px}}@media (max-width: 576px){.dashboard-header{padding:16px}.welcome-title{font-size:20px!important}.quick-access-icon{width:50px;height:50px;font-size:24px}}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes pulse-success{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.15)}}@keyframes pulse-warning{0%,to{opacity:1}50%{opacity:.6}}.reporte-diario-container{padding:16px;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh;width:100%;box-sizing:border-box}.reporte-diario-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;margin-bottom:16px;padding:20px 24px;background:linear-gradient(135deg,#1e428a,#16336f);border-radius:12px;border-bottom:4px solid #faad14;box-shadow:0 6px 20px #1e428a59;animation:fadeInUp .5s ease-out}.reporte-diario-header .header-title{display:flex;flex-direction:column;gap:4px}.reporte-diario-header .header-title h3{margin:0;color:#fff;font-size:1.5rem;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.2)}.reporte-diario-header .header-title h3 .anticon{margin-right:10px;color:#faad14;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.reporte-diario-header .header-title span{color:#ffffffd9;font-size:.9rem;font-weight:400}.reporte-diario-header .header-actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.reporte-diario-filtros{background:#fff;border-radius:12px;padding:20px 24px;margin-bottom:16px;box-shadow:0 6px 20px #00000014;border:none;animation:fadeInUp .5s ease-out .1s both;transition:all .3s ease}.reporte-diario-filtros:hover{box-shadow:0 8px 30px #0000001f;transform:translateY(-2px)}.reporte-diario-filtros .filtro-label{display:flex;flex-direction:column;gap:8px}.reporte-diario-filtros .filtro-label>span{font-weight:600;color:#1e428a;font-size:13px;text-transform:uppercase;letter-spacing:.5px}.reporte-diario-filtros .filtro-label>span .anticon{margin-right:6px;color:#faad14}.reporte-diario-filtros .ant-picker,.reporte-diario-filtros .ant-select-selector{border:2px solid #d9d9d9!important;border-radius:8px!important;transition:all .3s ease!important;box-shadow:0 2px 6px #0000000d}.reporte-diario-filtros .ant-picker:hover,.reporte-diario-filtros .ant-select:hover .ant-select-selector{border-color:#1e428a!important;box-shadow:0 3px 10px #1e428a26!important}.reporte-diario-filtros .ant-picker-focused,.reporte-diario-filtros .ant-select-focused .ant-select-selector{border-color:#1e428a!important;box-shadow:0 0 0 3px #1e428a1a!important}.btn-buscar{background:linear-gradient(135deg,#1e428a,#16336f)!important;border:none!important;font-weight:600!important;box-shadow:0 4px 12px #1e428a4d!important;transition:all .3s ease!important;height:38px!important}.btn-buscar:hover{transform:translateY(-3px)!important;box-shadow:0 6px 20px #1e428a73!important}.btn-actualizar{background:#fff!important;border:2px solid #1e428a!important;color:#1e428a!important;font-weight:600!important;transition:all .3s ease!important;height:38px!important}.btn-actualizar:hover{background:#1e428a!important;color:#fff!important;transform:translateY(-2px)!important;box-shadow:0 4px 12px #1e428a4d!important}.btn-exportar{background:linear-gradient(135deg,#52c41a,#389e0d)!important;border:none!important;font-weight:600!important;box-shadow:0 4px 12px #52c41a4d!important;transition:all .3s ease!important}.btn-exportar:hover{transform:translateY(-2px) scale(1.02)!important;box-shadow:0 6px 18px #52c41a66!important}.reporte-diario-kpis{margin-bottom:16px;animation:fadeInUp .5s ease-out .2s both}.reporte-diario-kpis .kpi-card{background:#fff;border-radius:12px;box-shadow:0 4px 15px #00000014;border:none;transition:all .3s ease;overflow:hidden}.reporte-diario-kpis .kpi-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0000001f}.reporte-diario-kpis .kpi-card .ant-statistic-title{font-weight:600;text-transform:uppercase;letter-spacing:.5px;font-size:11px}.reporte-diario-kpis .kpi-card .ant-statistic-content-value{font-weight:700}.reporte-diario-table-container{background:#fff;border-radius:12px;box-shadow:0 6px 20px #00000014;border:none;overflow:hidden;animation:fadeInUp .5s ease-out .3s both;transition:all .3s ease}.reporte-diario-table-container:hover{box-shadow:0 8px 30px #0000001f}.reporte-diario-table .ant-table{font-size:12px}.reporte-diario-table .ant-table-thead>tr>th{background:linear-gradient(135deg,#1e428a,#16336f)!important;color:#fff!important;font-weight:700!important;font-size:11px!important;text-transform:uppercase;letter-spacing:.5px;border-bottom:3px solid #faad14!important;border-right:1px solid rgba(255,255,255,.15)!important;padding:10px 8px!important;text-align:center;white-space:nowrap}.reporte-diario-table .ant-table-thead>tr:first-child>th{background:linear-gradient(135deg,#16336f,#0d1d42)!important;font-size:12px!important;padding:12px 8px!important}.reporte-diario-table .ant-table-tbody>tr>td{border:1px solid #e8e8e8!important;padding:8px 10px!important;font-size:12px!important;transition:all .2s ease}.reporte-diario-table .ant-table-tbody>tr:nth-child(2n)>td{background:#fafafa}.reporte-diario-table .ant-table-tbody>tr:hover>td{background:linear-gradient(to right,#e6f7ff,#bae7ff)!important}.reporte-diario-table .ant-table-tbody>tr{animation:slideInFromLeft .4s ease-out}.reporte-diario-table .ant-table-cell-fix-left{background:#f0f5ff!important;box-shadow:2px 0 8px #00000014}.reporte-diario-table .ant-table-thead .ant-table-cell-fix-left{background:linear-gradient(135deg,#0d1d42,#1e428a)!important}.reporte-diario-table .ant-table-cell-fix-right{background:#f6ffed!important;box-shadow:-2px 0 8px #00000014}.reporte-diario-table .ant-table-thead .ant-table-cell-fix-right{background:linear-gradient(135deg,#389e0d,#52c41a)!important}.valor-negativo{color:#cf1322!important;font-weight:700!important}.valor-positivo{color:#389e0d;font-weight:600}.texto-ruta{color:#1e428a;font-size:13px;font-weight:700}.texto-vendedor{color:#262626;font-size:12px}.tag-principal{background:linear-gradient(135deg,#e6f7ff,#bae7ff);color:#0050b3;border:1px solid #91d5ff;font-size:10px;font-weight:600;padding:2px 8px;border-radius:4px}.tag-rotador{background:linear-gradient(135deg,#fff7e6,#ffe7ba);color:#d46b08;border:1px solid #ffd591;font-size:10px;font-weight:600;padding:2px 8px;border-radius:4px}.tag-dia{background:linear-gradient(135deg,#faad14,#d48806);color:#fff;border:none;font-size:10px;font-weight:700;padding:2px 10px;border-radius:4px;box-shadow:0 2px 6px #faad1466}.tag-noche{background:linear-gradient(135deg,#1890ff,#0050b3);color:#fff;border:none;font-size:10px;font-weight:700;padding:2px 10px;border-radius:4px;box-shadow:0 2px 6px #1890ff66}.fila-alerta{background:linear-gradient(to right,#fffbe6,#fff1b8)!important}.fila-alerta>td{background:transparent!important}.fila-alerta:hover>td{background:linear-gradient(to right,#fff1b8,#ffe58f)!important}.alerta-icono{font-size:16px;cursor:help;transition:all .3s ease}.alerta-icono:hover{transform:scale(1.2)}.alerta-fuera-fecha{color:#faad14;animation:pulse-warning 2s infinite}.alerta-deposito-mayor{color:#ff4d4f;animation:pulse-warning 1.5s infinite}.reporte-diario-table .ant-table-summary{position:sticky;bottom:0;z-index:10}.reporte-diario-table .ant-table-summary>tr>td{background:linear-gradient(135deg,#1e428a,#16336f)!important;color:#fff!important;font-weight:700!important;font-size:12px!important;border-top:3px solid #faad14!important;padding:12px 8px!important;box-shadow:0 -4px 12px #1e428a4d}.reporte-diario-table .ant-table-summary .ant-typography{color:#fff!important}.reporte-sin-datos{padding:80px 20px;text-align:center;animation:fadeInUp .5s ease-out}.reporte-sin-datos .ant-empty-image{height:80px}.reporte-sin-datos .ant-empty-description{color:#8c8c8c;font-size:15px;margin-bottom:20px}.reporte-diario-table .ant-table-body::-webkit-scrollbar{width:10px;height:10px}.reporte-diario-table .ant-table-body::-webkit-scrollbar-track{background:#f0f0f0;border-radius:5px}.reporte-diario-table .ant-table-body::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#1e428a,#16336f);border-radius:5px;transition:all .3s ease}.reporte-diario-table .ant-table-body::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#16336f,#0d1d42)}@media (max-width: 768px){.reporte-diario-container{padding:12px}.reporte-diario-header{flex-direction:column;align-items:flex-start;padding:16px}.reporte-diario-header .header-title h3{font-size:1.2rem}.reporte-diario-header .header-actions{width:100%;justify-content:flex-start}.reporte-diario-filtros{padding:16px}.reporte-diario-table .ant-table-thead>tr>th{font-size:10px!important;padding:6px 4px!important}.reporte-diario-table .ant-table-tbody>tr>td{font-size:11px!important;padding:6px 4px!important}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.reporte-mensual-container{padding:24px;background:linear-gradient(135deg,#f0f2f5,#e6e9ef);min-height:calc(100vh - 64px)}.reporte-mensual-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;margin-bottom:20px;padding:24px 32px;background:linear-gradient(135deg,#1e428a,#16336f);border-radius:16px;border-bottom:4px solid #faad14;box-shadow:0 8px 24px #1e428a59;animation:fadeInUp .5s ease-out}.reporte-mensual-header .header-title h3{margin:0;color:#fff;font-size:1.6rem;font-weight:700}.reporte-mensual-header .header-subtitle{color:#ffffffe6;font-size:1rem;margin-top:4px;display:block}.reporte-mensual-header .btn-descargar{height:48px;font-size:15px;font-weight:600;border-radius:10px;background:linear-gradient(135deg,#52c41a,#389e0d);border:none;box-shadow:0 4px 12px #52c41a59;transition:all .3s ease;min-width:180px}.reporte-mensual-header .btn-descargar:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #52c41a80}.reporte-mensual-header .btn-descargar:disabled{background:#fff3;color:#ffffff80}.reporte-mensual-filtros{background:#fff;border-radius:12px;padding:20px 24px;margin-bottom:20px;box-shadow:0 4px 16px #0000000f;animation:fadeInUp .5s ease-out .1s both}.reporte-mensual-filtros .filtro-grupo{display:flex;flex-direction:column;gap:6px}.reporte-mensual-filtros .filtro-label{font-weight:600;color:#1e428a;font-size:12px;display:flex;align-items:center;gap:5px}.reporte-mensual-filtros .btn-consultar{background:linear-gradient(135deg,#1e428a,#16336f);border:none;font-weight:600}.reporte-mensual-filtros .btn-consultar:hover{background:linear-gradient(135deg,#2952a3,#1e428a)}.kpis-row{margin-bottom:20px;animation:fadeInUp .5s ease-out .2s both}.kpi-card{border-radius:12px;box-shadow:0 4px 12px #0000000f;transition:all .3s ease}.kpi-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.kpi-card .ant-statistic-title{font-size:12px;color:#8c8c8c}.kpi-card .ant-statistic-content-value{font-size:22px}.resumen-tipos-card{margin-bottom:20px;border-radius:12px;animation:fadeInUp .5s ease-out .25s both}.resumen-tipos-card .ant-card-head-title{font-weight:600;color:#1e428a}.tipo-resumen{display:flex;align-items:center;gap:12px;padding:16px 20px;border-radius:12px;transition:all .3s ease}.tipo-resumen:hover{transform:translateY(-2px)}.tipo-resumen .tipo-icon{font-size:28px}.tipo-resumen .tipo-info{display:flex;flex-direction:column}.tipo-resumen .tipo-label{font-size:12px;font-weight:600;opacity:.8}.tipo-resumen .tipo-count{font-size:26px;font-weight:700}.tipo-resumen.tipo-dia{background:linear-gradient(135deg,#fff7e6,#ffe7ba);color:#ad6800;border:1px solid #ffd591}.tipo-resumen.tipo-noche{background:linear-gradient(135deg,#e6f4ff,#bae0ff);color:#0958d9;border:1px solid #91caff}.tipo-resumen.tipo-robo{background:linear-gradient(135deg,#fff1f0,#ffccc7);color:#cf1322;border:1px solid #ffa39e}.calendario-card{margin-bottom:20px;border-radius:12px;animation:fadeInUp .5s ease-out .3s both}.calendario-card .ant-card-head-title{font-weight:600;color:#1e428a}.calendario-dias{display:grid;grid-template-columns:repeat(7,1fr);gap:8px}.dia-celda{position:relative;aspect-ratio:1;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:10px;cursor:default;transition:all .2s ease}.dia-celda.con-datos{background:linear-gradient(135deg,#e6f7ff,#bae7ff);border:2px solid #1890ff;cursor:pointer}.dia-celda.con-datos:hover{transform:scale(1.1);box-shadow:0 4px 12px #1890ff4d}.dia-celda.sin-datos{background:#fafafa;border:1px solid #f0f0f0;opacity:.6}.dia-celda .dia-num{font-weight:600;font-size:14px;color:#262626}.dia-celda.con-datos .dia-num{color:#1890ff}.dia-celda .dia-badge{position:absolute;top:2px;right:2px;background:#1e428a;color:#fff;font-size:9px;font-weight:600;padding:1px 5px;border-radius:8px;min-width:16px;text-align:center}.detalle-card{border-radius:12px;animation:fadeInUp .5s ease-out .35s both}.detalle-card .ant-card-head-title{font-weight:600;color:#1e428a}.tabla-detalle .ant-table-thead>tr>th{background:#f6f9fc;font-weight:600;color:#1e428a}.tabla-detalle .dia-numero{color:#1e428a;font-size:16px}.empty-state-card{border-radius:12px;padding:60px 20px;text-align:center}.empty-state-card .ant-empty-image{margin-bottom:16px}.loading-container{display:flex;justify-content:center;align-items:center;padding:80px 0;background:#fff;border-radius:12px;margin-bottom:20px}@media (max-width: 768px){.reporte-mensual-container{padding:12px}.reporte-mensual-header{padding:16px;flex-direction:column;text-align:center}.reporte-mensual-header .header-title h3{font-size:1.3rem}.calendario-dias{gap:4px}.dia-celda .dia-num{font-size:12px}.tipo-resumen{padding:12px}.tipo-resumen .tipo-count{font-size:20px}}.reporte-cxc-header{background:linear-gradient(135deg,#1e428a,#16336f);border-radius:16px;padding:24px 32px;margin-bottom:24px;border-bottom:4px solid #faad14;box-shadow:0 6px 20px #1e428a59;position:relative;overflow:hidden}.reporte-cxc-header:before{content:"";position:absolute;top:-50%;right:-10%;width:300px;height:300px;background:radial-gradient(circle,rgba(250,173,20,.15) 0%,transparent 70%);pointer-events:none}.reporte-cxc-header .header-content{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.reporte-cxc-header .header-title{color:#fff!important;margin:0!important;font-size:28px;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.2);display:flex;align-items:center;gap:12px}.reporte-cxc-header .header-subtitle{color:#ffffffd9;font-size:14px;margin-top:6px}.reporte-cxc-header .header-icon{font-size:36px;color:#faad14;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.reporte-cxc-filtros{background:#fff;border-radius:16px;padding:24px;margin-bottom:24px;box-shadow:0 6px 20px #00000014;border:1px solid rgba(30,66,138,.1)}.reporte-cxc-filtros .filtros-titulo{font-size:16px;font-weight:600;color:#1e428a;margin-bottom:16px;display:flex;align-items:center;gap:8px}.reporte-cxc-filtros .ant-picker,.reporte-cxc-filtros .ant-select{border-radius:8px!important}.reporte-cxc-filtros .ant-picker{width:100%}.reporte-cxc-filtros .ant-select-selector{border-radius:8px!important;min-height:40px!important}.reporte-cxc-filtros .filter-label{display:block;font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}.reporte-cxc-filtros .zona-readonly{background:#f8fafc;border:1px dashed #94a3b8;border-radius:8px;padding:8px 12px;color:#475569;font-weight:500}.btn-buscar{background:linear-gradient(135deg,#1e428a,#16336f)!important;border:none!important;height:40px!important;padding:0 24px!important;font-weight:600!important;border-radius:8px!important;box-shadow:0 4px 12px #1e428a4d!important;transition:all .3s ease!important}.btn-buscar:hover{transform:translateY(-2px)!important;box-shadow:0 6px 16px #1e428a66!important}.btn-limpiar{height:40px!important;padding:0 20px!important;border-radius:8px!important;font-weight:500!important}.reporte-cxc-kpis{margin-bottom:24px}.reporte-cxc-kpis .kpi-card{background:#fff;border-radius:16px;padding:20px 24px;box-shadow:0 4px 16px #0000000f;border:1px solid rgba(30,66,138,.08);transition:all .3s ease;height:100%}.reporte-cxc-kpis .kpi-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.reporte-cxc-kpis .kpi-card .kpi-icon{font-size:28px;margin-bottom:12px}.reporte-cxc-kpis .kpi-card .kpi-label{font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.reporte-cxc-kpis .kpi-card .kpi-value{font-size:26px;font-weight:700;line-height:1.2}.reporte-cxc-kpis .kpi-card.kpi-dia{border-left:4px solid #3b82f6}.reporte-cxc-kpis .kpi-card.kpi-dia .kpi-icon{color:#3b82f6}.reporte-cxc-kpis .kpi-card.kpi-dia .kpi-value{color:#1e40af}.reporte-cxc-kpis .kpi-card.kpi-noche{border-left:4px solid #8b5cf6}.reporte-cxc-kpis .kpi-card.kpi-noche .kpi-icon{color:#8b5cf6}.reporte-cxc-kpis .kpi-card.kpi-noche .kpi-value{color:#5b21b6}.reporte-cxc-kpis .kpi-card.kpi-total{border-left:4px solid #faad14;background:linear-gradient(135deg,#fffbeb,#fef3c7)}.reporte-cxc-kpis .kpi-card.kpi-total .kpi-icon{color:#f59e0b}.reporte-cxc-kpis .kpi-card.kpi-total .kpi-value{color:#b45309}.reporte-cxc-totales-tipo{background:#fff;border-radius:16px;padding:20px 24px;margin-bottom:24px;box-shadow:0 4px 16px #0000000f;border:1px solid rgba(30,66,138,.08)}.reporte-cxc-totales-tipo .totales-titulo{font-size:15px;font-weight:600;color:#1e428a;margin-bottom:16px;display:flex;align-items:center;gap:8px}.reporte-cxc-totales-tipo .ant-table{font-size:13px}.reporte-cxc-totales-tipo .ant-table-thead>tr>th{background:#f8fafc!important;color:#475569!important;font-weight:600!important;font-size:12px;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #e2e8f0!important}.reporte-cxc-totales-tipo .ant-table-tbody>tr>td{padding:10px 12px!important}.reporte-cxc-totales-tipo .monto-cell{font-weight:600;font-family:Roboto Mono,monospace}.reporte-cxc-table-container{background:#fff;border-radius:16px;padding:24px;box-shadow:0 6px 20px #00000014;border:1px solid rgba(30,66,138,.1)}.reporte-cxc-table-container .tabla-titulo{font-size:16px;font-weight:600;color:#1e428a;margin-bottom:16px;display:flex;align-items:center;gap:8px}.reporte-cxc-table .ant-table-thead>tr>th{background:linear-gradient(135deg,#1e428a,#16336f)!important;color:#fff!important;font-weight:600!important;font-size:12px;text-transform:uppercase;letter-spacing:.5px;padding:14px 12px!important;border-bottom:none!important}.reporte-cxc-table .ant-table-thead>tr>th:first-child{border-radius:8px 0 0!important}.reporte-cxc-table .ant-table-thead>tr>th:last-child{border-radius:0 8px 0 0!important}.reporte-cxc-table .ant-table-tbody>tr>td{padding:12px!important;font-size:13px;border-bottom:1px solid #f1f5f9!important}.reporte-cxc-table .ant-table-tbody>tr:hover>td{background:#f8fafc!important}.reporte-cxc-table .ant-table-tbody>tr:nth-child(2n)>td{background:#fafbfc}.reporte-cxc-table .ant-table-tbody>tr:nth-child(2n):hover>td{background:#f1f5f9!important}.reporte-cxc-table .monto-cell{font-weight:600;font-family:Roboto Mono,monospace;text-align:right}.reporte-cxc-table .monto-dia{color:#1e40af}.reporte-cxc-table .monto-noche{color:#5b21b6}.reporte-cxc-table .monto-total{color:#b45309;font-weight:700;font-size:14px}.reporte-cxc-table .tag-zona{background:linear-gradient(135deg,#e0f2fe,#bae6fd);color:#0369a1;border:none;font-weight:600;padding:2px 10px;border-radius:6px}.reporte-cxc-table .tag-ruta{background:linear-gradient(135deg,#f0fdf4,#dcfce7);color:#15803d;border:none;font-weight:600;padding:2px 10px;border-radius:6px}.reporte-cxc-table .texto-vendedor{color:#334155;font-weight:500}.reporte-cxc-table .ant-table-expanded-row>td{background:#f8fafc!important;padding:16px 24px!important}.expanded-content{background:#fff;border-radius:12px;padding:16px;border:1px solid #e2e8f0}.expanded-content .expanded-title{font-size:13px;font-weight:600;color:#475569;margin-bottom:12px;display:flex;align-items:center;gap:6px}.expanded-content .ant-table-small .ant-table-thead>tr>th{background:#f1f5f9!important;color:#475569!important;font-size:11px;padding:8px 10px!important}.expanded-content .ant-table-small .ant-table-tbody>tr>td{padding:8px 10px!important;font-size:12px}.reporte-cxc-empty{text-align:center;padding:60px 20px;background:#fff;border-radius:16px;box-shadow:0 4px 16px #0000000f}.reporte-cxc-empty .ant-empty-image{height:120px}.reporte-cxc-empty .ant-empty-description{font-size:15px;color:#64748b}.reporte-cxc-loading{text-align:center;padding:80px 20px;background:#fff;border-radius:16px;box-shadow:0 4px 16px #0000000f}@media (max-width: 768px){.reporte-cxc-header{padding:20px}.reporte-cxc-header .header-title{font-size:22px}.reporte-cxc-filtros,.reporte-cxc-kpis .kpi-card{padding:16px}.reporte-cxc-kpis .kpi-card .kpi-value{font-size:22px}.reporte-cxc-table-container{padding:16px;overflow-x:auto}}.cxc-value{font-weight:700;font-family:Roboto Mono,monospace;display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:6px;font-size:13px}.cxc-value.cxc-debt{background:linear-gradient(135deg,#fef2f2,#fee2e2);color:#dc2626;border:1px solid #fecaca}.cxc-value.cxc-credit{background:linear-gradient(135deg,#f0fdf4,#dcfce7);color:#16a34a;border:1px solid #bbf7d0}.cxc-value.cxc-neutral{background:#f8fafc;color:#64748b;border:1px solid #e2e8f0}.cxc-value .cxc-icon{font-size:12px}.cxc-value .cxc-label{font-size:11px;opacity:.8;font-weight:500}.cxc-help-positive{color:#fca5a5;font-weight:600}.cxc-help-negative{color:#86efac;font-weight:600}.timeline-content{background:#fff;border-radius:12px;padding:20px;border:1px solid #e2e8f0}.timeline-content .timeline-header{font-size:14px;font-weight:600;color:#1e428a;margin-bottom:16px;display:flex;align-items:center;gap:8px;padding-bottom:12px;border-bottom:2px solid #e2e8f0}.timeline-table .ant-table-thead>tr>th{background:#f1f5f9!important;color:#475569!important;font-weight:600!important;font-size:11px;text-transform:uppercase;letter-spacing:.5px;padding:10px 12px!important}.timeline-table .ant-table-tbody>tr>td{padding:10px 12px!important;font-size:13px;border-bottom:1px solid #f1f5f9!important}.timeline-table .ant-table-tbody>tr:hover>td{background:#f8fafc!important}.cxc-legend{display:flex;gap:24px;margin-top:16px;padding-top:12px;border-top:1px dashed #e2e8f0}.cxc-legend .legend-item{display:flex;align-items:center;gap:8px;font-size:12px;color:#64748b}.cxc-legend .legend-dot{width:12px;height:12px;border-radius:50%}.cxc-legend .legend-dot.debt{background:#dc2626}.cxc-legend .legend-dot.credit{background:#16a34a}.tabla-titulo .tabla-count{margin-left:auto;font-size:13px;font-weight:500;color:#64748b;background:#f1f5f9;padding:4px 12px;border-radius:20px}.tag-zona{background:linear-gradient(135deg,#e0f2fe,#bae6fd);color:#0369a1;border:none;font-weight:600;padding:2px 10px;border-radius:6px}.tag-ruta{background:linear-gradient(135deg,#f0fdf4,#dcfce7);color:#15803d;border:none;font-weight:600;padding:2px 10px;border-radius:6px}.texto-vendedor{color:#334155;font-weight:500}.reporte-cxc-kpis .kpi-card .kpi-value .cxc-value{font-size:20px;padding:6px 14px}.cxc-legend-container{display:flex;gap:32px;margin-bottom:20px;padding:14px 20px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:10px;border:1px solid #e2e8f0}.cxc-legend-container .legend-item{display:flex;align-items:center;gap:10px;font-size:13px;color:#475569}.cxc-legend-container .legend-item strong{color:#1e293b}.cxc-legend-container .legend-dot{width:14px;height:14px;border-radius:50%;flex-shrink:0}.cxc-legend-container .legend-dot.debt{background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 2px 4px #dc26264d}.cxc-legend-container .legend-dot.credit{background:linear-gradient(135deg,#16a34a,#15803d);box-shadow:0 2px 4px #16a34a4d}.cxc-value.cxc-large{font-size:15px;padding:6px 12px}.cxc-value .cxc-label{font-size:10px;margin-left:4px;opacity:.85}.reporte-nota{margin-top:20px;padding:14px 18px;background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid #93c5fd;border-radius:10px;color:#1e40af;font-size:13px;display:flex;align-items:flex-start;gap:10px}.reporte-nota .anticon{font-size:16px;margin-top:2px}.timeline-expanded{max-height:500px;overflow-y:auto}.timeline-container{display:flex;flex-direction:column;gap:16px}.timeline-day{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px;transition:all .2s ease}.timeline-day:hover{box-shadow:0 4px 12px #00000014}.timeline-date{display:flex;align-items:center;gap:8px;font-weight:600;color:#1e428a;font-size:14px;margin-bottom:12px;padding-bottom:10px;border-bottom:1px dashed #e2e8f0}.timeline-date .anticon{color:#3b82f6}.timeline-cortes{display:flex;gap:16px;flex-wrap:wrap}.corte-card{flex:1;min-width:280px;padding:14px;border-radius:10px;border:1px solid}.corte-card.corte-dia{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-color:#93c5fd}.corte-card.corte-noche{background:linear-gradient(135deg,#f5f3ff,#ede9fe);border-color:#c4b5fd}.corte-header{display:flex;align-items:center;gap:6px;font-weight:600;font-size:13px;margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}.corte-dia .corte-header{color:#1e40af}.corte-noche .corte-header{color:#5b21b6}.corte-header .anticon{font-size:16px}.flow-display{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.flow-item{display:flex;flex-direction:column;gap:2px}.flow-label{font-size:10px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.flow-deposito{font-weight:700;color:#15803d;font-family:Roboto Mono,monospace;font-size:13px;padding:4px 8px;background:#16a34a1a;border-radius:4px}.flow-arrow{color:#94a3b8;font-size:14px;margin:0 4px}.depositos-detalle{margin-top:10px;padding-top:10px;border-top:1px dashed rgba(0,0,0,.1);display:flex;flex-wrap:wrap;gap:6px}.deposito-tag{font-size:11px!important;font-weight:600}.timeline-legend{display:flex;gap:20px;margin-top:16px;padding-top:12px;border-top:1px dashed #e2e8f0;font-size:12px;color:#64748b}.timeline-legend .dot{display:inline-block;width:10px;height:10px;border-radius:50%;margin-right:6px}.timeline-legend .dot.debt{background:#dc2626}.timeline-legend .dot.credit{background:#16a34a}.tag-dias{font-weight:600}.cxc-value.cxc-small{font-size:12px;padding:3px 6px}.reporte-cxc-header{background:linear-gradient(135deg,#1e428a,#16336f);border-radius:12px;padding:16px 24px;margin-bottom:16px}.reporte-cxc-header .header-title{color:#fff!important;margin:0!important;font-size:22px;display:flex;align-items:center;gap:10px}.reporte-cxc-header .header-icon{font-size:24px;color:#faad14}.reporte-cxc-header .header-content{display:flex;justify-content:space-between;align-items:center}.btn-excel{background:#15803d!important;border-color:#15803d!important;color:#fff!important}.btn-excel:hover{background:#166534!important}.reporte-cxc-filtros{background:#fff;border-radius:12px;padding:16px;margin-bottom:16px;box-shadow:0 2px 8px #0000000f}.reporte-cxc-kpis-compact{margin-bottom:16px}.kpi-mini{background:#fff;border-radius:8px;padding:12px 16px;box-shadow:0 2px 6px #0000000d;display:flex;flex-direction:column;gap:4px}.kpi-mini .kpi-label{font-size:11px;color:#64748b;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.kpi-mini .kpi-val{font-size:18px;font-weight:700;color:#1e293b;font-family:Roboto Mono,monospace}.kpi-mini.kpi-debt{border-left:3px solid #dc2626}.kpi-mini.kpi-debt .kpi-val{color:#dc2626}.kpi-mini.kpi-credit{border-left:3px solid #16a34a}.kpi-mini.kpi-credit .kpi-val{color:#16a34a}.corte-flow{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.corte-flow .flow-val{font-weight:600;font-family:Roboto Mono,monospace;font-size:12px}.corte-flow .flow-dep{color:#16a34a}.corte-flow .flow-arrow{color:#94a3b8;font-size:10px}.corte-bancos{margin-top:8px;display:flex;flex-wrap:wrap;gap:4px}.corte-bancos .ant-tag{font-size:10px!important;padding:0 6px!important;line-height:18px!important}.timeline-day{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:12px}.timeline-date{font-size:13px;margin-bottom:10px;padding-bottom:8px}.corte-card{padding:10px;min-width:240px}.corte-header{font-size:12px;margin-bottom:8px}.reporte-cxc-table-container{padding:16px}.reporte-cxc-table .ant-table-thead>tr>th{padding:10px 12px!important;font-size:11px}.reporte-cxc-table .ant-table-tbody>tr>td{padding:8px 12px!important;font-size:12px}*{margin:0;padding:0;box-sizing:border-box}.ant-table-bordered .ant-table-cell{border:1px solid #D9D9D9!important}.fila-cerrada>td{background-color:#807e7e!important;color:#000!important}.fila-cerrada .texto-ruta,.fila-cerrada .texto-vendedor,.fila-cerrada .numero-positivo{color:#000}.fila-activa>td{background-color:#fff!important}.fila-anulada>td{background-color:#fff1f0!important;color:#bfbfbf!important;text-decoration:line-through}.ant-menu-dark .ant-menu-item-content,.ant-menu-dark .ant-menu-submenu-title{font-size:16px!important;font-weight:500!important}.ant-menu-dark .ant-menu-sub .ant-menu-item-content{font-size:15px!important;font-weight:400!important}.ant-menu-dark.ant-menu-inline .ant-menu-submenu-selected>.ant-menu-submenu-title{color:#fff!important}.ant-menu-inline-collapsed>.ant-menu-submenu-selected>.ant-menu-submenu-title .anticon,.ant-layout-sider-collapsed .ant-menu-submenu-selected .anticon{display:inline-block!important;visibility:visible!important;opacity:1!important;color:#fff!important;font-size:18px!important}.btn-accion-especial{transition:all .2s ease-in-out}.btn-accion-especial:hover{transform:scale(1.05);box-shadow:0 4px 10px #0000001a}.ant-dropdown-menu{border-radius:8px!important;padding:6px!important;box-shadow:0 6px 16px #00000026!important;border:1px solid #F0F0F0}.ant-dropdown-menu-item{border-radius:4px!important;padding:8px 12px!important;transition:all .2s ease}.ant-dropdown-menu-item:hover{background-color:#f0f5ff!important;color:#1e428a!important;transform:translate(2px)}.ant-dropdown-menu-item-danger:hover{background-color:#fff1f0!important;color:#d9363e!important;transform:translate(2px)}.admin-container{padding:24px;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh;border-radius:8px}.admin-card-header .ant-card-head{background:#f7f9fc!important;border-bottom:1px solid #e6eef8!important;min-height:52px}.admin-card-header .ant-card-head-title{color:#1e428a!important;font-size:15px;text-transform:none;letter-spacing:0;padding:12px 0;font-weight:600}.admin-card{border-radius:10px!important;box-shadow:none!important;border:1px solid #e6eef8!important;overflow:hidden;transition:none;background:#fff}.admin-card:hover{box-shadow:none!important;transform:none}.admin-table .ant-table-thead>tr>th{background:#f0f5ff!important;color:#1e428a!important;font-weight:700!important;border-bottom:2px solid #e6f4ff!important;text-transform:uppercase;font-size:12px}.admin-table .ant-table-tbody>tr:hover>td{background:#fff!important}.btn-admin-edit{color:#1e428a!important;background:#e6f4ff;border-radius:6px;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;transition:all .2s}.btn-admin-edit:hover{background:#1e428a;color:#fff!important;transform:scale(1.1)}.btn-admin-delete{color:#ff4d4f!important;background:#fff1f0;border-radius:6px;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;transition:all .2s}.btn-admin-delete:hover{background:#ff4d4f;color:#fff!important;transform:scale(1.1)}.admin-page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;background:#fff;padding:12px 16px;border-radius:10px;box-shadow:none;border:1px solid #e6eef8}.admin-page-title{margin:0!important;color:#1e428a!important;font-size:20px!important;font-weight:700!important;display:flex;align-items:center;gap:12px}.user-avatar{width:36px;height:36px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;color:#fff;text-transform:uppercase;flex-shrink:0}.user-avatar-blue{background:linear-gradient(135deg,#1e428a,#2d5aa8)}.user-avatar-green{background:linear-gradient(135deg,#389e0d,#52c41a)}.user-avatar-orange{background:linear-gradient(135deg,#d46b08,#fa8c16)}.user-avatar-purple{background:linear-gradient(135deg,#531dab,#722ed1)}.user-avatar-cyan{background:linear-gradient(135deg,#08979c,#13c2c2)}.status-tag{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600}.status-tag-active{background:#f6ffed;color:#389e0d;border:1px solid #b7eb8f}.status-tag-inactive{background:#fff1f0;color:#cf1322;border:1px solid #ffa39e}.admin-table .ant-table-row-selected>td{background:#e6f4ff!important;border-left:3px solid #1e428a}.admin-table .ant-table-tbody>tr.ant-table-row-selected:hover>td{background:#d6e8ff!important}.admin-table-zebra .ant-table-tbody>tr:nth-child(2n)>td{background:#fafbfc}.admin-table-zebra .ant-table-tbody>tr:nth-child(2n):hover>td{background:#f0f5ff!important}.unsaved-indicator{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;background:linear-gradient(135deg,#fffbe6,#fff7cc);border:1px solid #ffe58f;border-radius:20px;font-size:12px;font-weight:600;color:#ad6800;animation:pulse-subtle 2s ease-in-out infinite}@keyframes pulse-subtle{0%,to{opacity:1}50%{opacity:.7}}.admin-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.admin-empty-state-icon{font-size:56px;color:#d9d9d9;margin-bottom:16px}.admin-empty-state-title{font-size:18px;font-weight:600;color:#595959;margin-bottom:8px}.admin-empty-state-text{font-size:14px;color:#8c8c8c}.admin-container .ant-input:focus,.admin-container .ant-select-focused .ant-select-selector,.admin-container .ant-input-affix-wrapper-focused{border-color:#1e428a!important;box-shadow:0 0 0 3px #1e428a1a!important}.admin-container .ant-transfer-list-header{background:linear-gradient(135deg,#f0f5ff,#e6f4ff);border-bottom:2px solid #1e428a}.admin-container .ant-transfer-list-header-title{color:#1e428a;font-weight:600}.modulo-row{background:linear-gradient(to right,#f0f5ff,#fff)!important}.modulo-row:hover td{background:linear-gradient(to right,#e6f4ff,#fff)!important}.login-page-container{width:100vw;height:100vh;display:flex;background:linear-gradient(135deg,#667eea,#764ba2);overflow:hidden}.login-brand-col{background:linear-gradient(135deg,#1e428a,#16336f);display:flex;flex-direction:column;justify-content:center;align-items:center;padding:60px 40px;position:relative;overflow:hidden;box-shadow:4px 0 30px #0003}.login-brand-content{position:relative;z-index:2;text-align:center;max-width:500px}.login-logo{max-width:320px;height:auto;margin-bottom:40px;filter:drop-shadow(0 10px 20px rgba(0,0,0,.4));animation:fadeInDown .8s ease-out}.login-logo .rutas-vendedores-page .admin-card{transition:none}.login-logo .rutas-vendedores-page .admin-card:hover{box-shadow:0 4px 15px #0000000d!important;transform:none}.login-logo .rutas-vendedores-page .admin-table .ant-table-tbody>tr:hover>td{background:inherit!important}.login-logo .rutas-vendedores-page .admin-table .ant-table-tbody>tr.ant-table-row-selected:hover>td{background:#e6f4ff!important}.login-logo .rutas-vendedores-page .admin-help-text{margin-bottom:16px;padding:10px 16px;border-radius:8px;background:#f7f9fc;border:1px solid #e6eef8;color:#4a5a6a;font-size:13px}.login-logo .assignment-summary{padding:12px 14px;border:1px solid #e6eef8;border-radius:8px;background:#fff}.login-logo .assignment-summary-title{font-weight:600;color:#1e428a;margin-bottom:8px}.login-logo .assignment-summary-line{color:#3e4b59;font-size:13px}.login-logo .assignment-summary-list{margin-top:6px;color:#5b6b7c;font-size:12px}.login-logo .assignment-summary-meta{margin-top:8px;color:#6b7a89;font-size:12px}.login-brand-title{font-size:36px;font-weight:700;color:#fff;margin-bottom:20px;line-height:1.3;text-shadow:0 3px 6px rgba(0,0,0,.3);animation:fadeInUp .8s ease-out .2s both}.login-brand-subtitle{font-size:16px;font-weight:300;color:#ffffffe6;max-width:450px;line-height:1.7;margin:0 auto;animation:fadeInUp .8s ease-out .4s both}.login-features{margin-top:20px;text-align:left}.feature-item{display:flex;align-items:flex-start;margin-bottom:24px;animation:fadeInLeft .6s ease-out backwards}.feature-item:nth-child(1){animation-delay:.6s}.feature-item:nth-child(2){animation-delay:.7s}.feature-item:nth-child(3){animation-delay:.8s}.feature-icon{font-size:32px;color:#00a99d;margin-right:16px;flex-shrink:0}.feature-text{color:#fffffff2}.feature-text strong{display:block;font-size:15px;margin-bottom:4px;color:#fff}.feature-text p{font-size:13px;margin:0;color:#ffffffbf;line-height:1.5}.login-brand-decoration{position:absolute;width:100%;height:100%;top:0;left:0;z-index:1;overflow:hidden}.decoration-circle{position:absolute;border-radius:50%;background:#ffffff0d;animation:float 20s infinite ease-in-out}.circle-1{width:400px;height:400px;top:-150px;left:-150px;animation-delay:0s}.circle-2{width:250px;height:250px;bottom:-80px;right:-80px;animation-delay:5s}.circle-3{width:180px;height:180px;top:50%;right:10%;animation-delay:10s}.login-form-col{display:flex;justify-content:center;align-items:center;background-color:#f5f7fa;padding:40px 20px}.login-form-card{width:100%;max-width:700px;padding:10px;border-radius:20px!important;box-shadow:0 15px 50px #00000026!important;border:none!important;background:#fff;animation:fadeInRight .6s ease-out;position:relative}.login-datetime{position:absolute;top:20px;right:30px;display:flex;align-items:center;font-size:12px;color:#8c8c8c}.login-avatar-container{display:flex;justify-content:center;margin-bottom:28px;margin-top:20px}.login-avatar{background:linear-gradient(135deg,#1e428a,#16336f)!important;box-shadow:0 6px 20px #1e428a66;animation:pulse 2s infinite}.login-form-title{text-align:center;font-size:32px;font-weight:700;color:#1e428a;margin-bottom:12px;letter-spacing:-.5px}.login-form-subtitle{text-align:center;font-size:15px;color:#8c8c8c;margin-bottom:36px;line-height:1.5}.form-label{font-size:14px;font-weight:600;color:#262626}.login-input{height:50px!important;border-radius:10px!important;border:2px solid #e8e8e8!important;transition:all .3s ease!important;font-size:15px!important}.login-input:hover{border-color:#1e428a!important}.login-input:focus{border-color:#1e428a!important;box-shadow:0 0 0 3px #1e428a1a!important}.input-icon{color:#1e428a;font-size:18px;margin-right:4px}.ant-checkbox-wrapper{font-size:14px}.login-forgot-link{color:#1e428a;font-size:14px;transition:all .3s ease;font-weight:500}.login-forgot-link:hover{color:#16336f;text-decoration:underline}.login-form-button{height:52px!important;border-radius:10px!important;font-size:17px!important;font-weight:600!important;background:linear-gradient(135deg,#1e428a,#16336f)!important;border:none!important;box-shadow:0 6px 20px #1e428a59!important;transition:all .3s ease!important;letter-spacing:.5px}.login-form-button:hover{transform:translateY(-3px)!important;box-shadow:0 10px 30px #1e428a73!important}.login-form-button:active{transform:translateY(-1px)!important}.login-info-box{display:flex;align-items:center;padding:16px;background:#f6ffed;border:1px solid #b7eb8f;border-radius:8px;margin-top:8px}.login-card-footer{text-align:center;margin-top:32px;padding-top:24px;border-top:1px solid #f0f0f0}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}@keyframes pulse{0%,to{transform:scale(1);box-shadow:0 6px 20px #1e428a66}50%{transform:scale(1.08);box-shadow:0 8px 25px #1e428a80}}@media (max-width: 1200px){.login-form-card{max-width:500px;padding:40px}.login-brand-title{font-size:30px}}@media (max-width: 991px){.login-logo{max-width:250px;margin-bottom:30px}.login-brand-title{font-size:26px;margin-bottom:16px}.login-brand-subtitle{font-size:14px;max-width:350px}.login-brand-col{padding:40px 30px}}@media (max-width: 768px){.login-brand-col{display:none!important}.login-page-container{background:linear-gradient(135deg,#1e428a,#16336f)}.login-form-col{background:transparent;padding:20px 16px;min-height:100vh;display:flex;align-items:center}.login-form-card{max-width:100%;padding:32px 24px;margin:0 auto;border-radius:16px!important;box-shadow:0 20px 60px #0000004d!important}.login-form-title{font-size:26px;margin-bottom:8px}.login-form-subtitle{font-size:14px;margin-bottom:28px}.login-datetime{position:static;justify-content:center;margin-bottom:16px;background:#f5f7fa;padding:8px 12px;border-radius:20px}.login-avatar-container{margin-bottom:20px;margin-top:10px}.login-avatar{width:80px!important;height:80px!important;line-height:80px!important}.login-avatar .anticon{font-size:36px!important}.login-input{height:48px!important}.login-form-button{height:48px!important;font-size:16px!important}.form-label{font-size:13px}.login-form-card:before{content:"";display:block;width:60px;height:60px;margin:0 auto 16px;background:url(/Logo.png) center/contain no-repeat;filter:drop-shadow(0 4px 8px rgba(0,0,0,.15))}}@media (max-width: 576px){.login-form-col{padding:16px 12px}.login-form-card{padding:28px 20px;border-radius:14px!important}.login-form-title{font-size:22px}.login-form-subtitle{font-size:13px;margin-bottom:24px}.login-avatar{width:70px!important;height:70px!important;line-height:70px!important}.login-avatar .anticon{font-size:32px!important}.login-input{height:46px!important;font-size:14px!important}.login-form-button{height:46px!important;font-size:15px!important}.login-datetime{font-size:11px}.login-form-card .ant-form-item:nth-child(3)>div>div>div{flex-direction:column;gap:12px;align-items:flex-start!important}.login-forgot-link{font-size:13px}}@media (max-width: 400px){.login-form-card{padding:24px 16px}.login-form-title{font-size:20px}.login-avatar{width:60px!important;height:60px!important;line-height:60px!important}.login-avatar .anticon{font-size:28px!important}.login-form-card:before{width:50px;height:50px;margin-bottom:12px}}.paste-zone{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:104px;border:2px dashed #d9d9d9;border-radius:8px;background-color:#fafafa;color:#8c8c8c;cursor:copy;transition:border-color .3s}.paste-zone:hover{border-color:#1e428a}.paste-zone .anticon{font-size:24px}.preview-container{position:relative;width:100%;height:104px}.preview-delete-btn{position:absolute;top:4px;right:4px;opacity:.7}.preview-delete-btn:hover{opacity:1}.fila-alerta>td{background-color:#fffbe6!important}.fila-alerta:hover>td{background-color:#fff1b8!important}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}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]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}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{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}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{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}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{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[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}mark{padding:.2em;background-color:#feffe6}
