.presupuestos-page .card{animation:fadeIn .3s ease-out}.presupuesto-numero{font-size:1.125rem;font-weight:700;color:var(--primary);font-family:var(--font-mono)}.presupuesto-total{font-size:1rem;font-weight:700;color:var(--success-dark)}body.dark .presupuesto-total{color:#86efac}@media(max-width:768px){.presupuestos-page .table thead{display:none}.presupuestos-page .table,.presupuestos-page .table tbody{display:block}.presupuestos-page .table tr{display:flex;flex-wrap:wrap;align-items:center;gap:.375rem .75rem;padding:.75rem 0;border-bottom:1px solid var(--gray-100)}.presupuestos-page .table tr:last-child{border-bottom:none}.presupuestos-page .table td{border-bottom:none;padding:0;white-space:normal}.presupuestos-page .table td:nth-child(1){order:1}.presupuestos-page .table td:nth-child(1) .presupuesto-numero{font-size:1rem}.presupuestos-page .table td:nth-child(3){order:2}.presupuestos-page .table td:nth-child(5){order:3;margin-left:auto}.presupuestos-page .table td:nth-child(2){order:4;width:100%;flex-basis:100%}.presupuestos-page .table td:nth-child(4){order:5}.presupuestos-page .table td:nth-child(4) .presupuesto-total{font-size:1.125rem}.presupuestos-page .table td:nth-child(6){order:6;width:100%;flex-basis:100%;margin-top:.25rem}.presupuestos-page .table td:nth-child(6) .table-actions{justify-content:stretch;display:flex}.presupuestos-page .table td:nth-child(6) .table-actions .btn{flex:1;width:auto}}@media(max-width:425px){.presupuestos-page .table tr{gap:.25rem .5rem;padding:.5rem 0}.presupuestos-page .table td:nth-child(1) .presupuesto-numero{font-size:.875rem}.presupuestos-page .table td:nth-child(4) .presupuesto-total{font-size:.9375rem}.presupuestos-page .table td:nth-child(6) .table-actions .btn{font-size:.6875rem;padding:.25rem .375rem;min-height:32px}}.wizard-container{max-width:900px;margin:0 auto;padding-bottom:6rem}.wizard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-lg);flex-wrap:wrap;gap:var(--space-md)}.wizard-header h2{margin:0;display:flex;align-items:center;gap:var(--space-sm);font-size:1.5rem;flex-wrap:wrap}.wizard-header-actions{display:flex;gap:var(--space-sm);flex-wrap:wrap}.estado-badge{font-size:.75rem;font-weight:700;padding:.25rem .75rem;border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.03em;white-space:nowrap}.estado-nuevo{background:#fef9c3;color:#92400e}.estado-aceptado{background:#dcfce7;color:#166534}.estado-terminado{background:#dbeafe;color:#1e40af}.estado-cancelado{background:#fee2e2;color:#991b1b}.wizard-stepper{display:flex;gap:var(--space-sm);margin-bottom:var(--space-xl);padding:var(--space-sm);background:var(--gray-50);border-radius:var(--radius-xl);border:1.5px solid var(--gray-200)}.wizard-step-pill{flex:1;display:flex;align-items:center;justify-content:center;gap:var(--space-xs);padding:.75rem 1rem;border:none;border-radius:var(--radius-lg);background:transparent;color:var(--gray-500);font-size:.875rem;font-weight:600;cursor:pointer;transition:all var(--transition-fast);white-space:nowrap}.wizard-step-pill:hover:not(:disabled){background:var(--gray-100);color:var(--gray-700)}.wizard-step-pill.active{background:#fff;color:var(--primary);box-shadow:var(--shadow-sm)}.wizard-step-pill.valid{color:var(--success)}.wizard-step-pill.invalid{color:var(--danger, #dc2626)}.wizard-step-pill:disabled{opacity:.4;cursor:not-allowed}.wizard-step-number{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:var(--radius-full);background:var(--gray-200);font-size:.75rem;font-weight:700;color:var(--gray-600);flex-shrink:0}.wizard-step-number.active{background:var(--primary);color:#fff}.wizard-step-number.valid{background:var(--success);color:#fff}.wizard-step-number.invalid{background:var(--danger, #dc2626);color:#fff}.wizard-step-label{display:inline-flex;align-items:center;gap:.5rem}.wizard-content{min-height:300px}.wizard-step-panel{background:#fff;border-radius:var(--radius-xl);border:1.5px solid var(--gray-200);padding:var(--space-xl);animation:stepFadeIn .25s ease-out}@keyframes stepFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.wizard-step-panel h3{margin:0 0 var(--space-lg) 0;font-size:1.25rem}.wizard-footer{position:fixed;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:center;gap:var(--space-md);padding:var(--space-md) var(--space-xl);background:#fff;border-top:2px solid var(--gray-200);box-shadow:0 -4px 20px #00000014;z-index:100;flex-wrap:wrap}.wizard-footer-total{display:flex;align-items:center;gap:var(--space-sm);background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:#fff;padding:.5rem 1.25rem;border-radius:var(--radius-lg);white-space:nowrap}.wizard-footer-total-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;opacity:.85}.wizard-footer-total-value{font-size:1.2rem;font-weight:800}.wizard-footer-nav{display:flex;gap:var(--space-sm);align-items:center;flex-wrap:wrap}.dirty-warning{background:var(--warning-light);color:var(--warning-dark);padding:.375rem .875rem;border-radius:var(--radius-md);font-size:.8125rem;font-weight:600;border:1.5px solid var(--warning);animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:var(--space-md)}.cliente-grid{display:grid;grid-template-columns:2fr 1fr;gap:var(--space-md)}.cliente-grid-full{grid-column:1 / -1}.items-titulo{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-md)}.items-titulo h3{margin:0}.item-card{background:#fff;border:1.5px solid var(--gray-200);border-radius:var(--radius-lg);padding:var(--space-lg);transition:all var(--transition-fast);position:relative;margin-bottom:var(--space-md)}.item-card:hover{border-color:var(--gray-300);box-shadow:var(--shadow-sm)}.item-card-header{display:flex;align-items:center;gap:var(--space-md);margin-bottom:var(--space-md)}.item-number{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:var(--radius-full);background:var(--primary);color:#fff;font-size:.8125rem;font-weight:700;flex-shrink:0}.item-card-name{flex:1;min-width:0}.item-card-actions{flex-shrink:0;display:flex;gap:var(--space-xs)}.item-card-actions .btn{padding:.375rem .625rem;font-size:.8125rem}.item-card-body{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-md)}.item-card-body-medidas{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-md);margin-top:var(--space-sm);padding-top:var(--space-md);border-top:1px dashed var(--gray-200)}.item-card-body-medidas .medidas-group{display:flex;gap:var(--space-sm);grid-column:span 2}.item-card-body-medidas .medidas-group .field{flex:1}.item-card-body-medidas .tela-group{grid-column:span 2}.item-card-footer{display:flex;justify-content:flex-end;align-items:center;margin-top:var(--space-md);padding-top:var(--space-sm);border-top:1px solid var(--gray-100)}.item-subtotal{font-size:1rem;font-weight:700;color:var(--gray-800);background:var(--gray-50);padding:.375rem .875rem;border-radius:var(--radius-md)}.add-item-btn{width:100%;padding:var(--space-md);border:2px dashed var(--gray-300);border-radius:var(--radius-lg);background:var(--gray-50);color:var(--gray-500);font-size:.9375rem;font-weight:600;cursor:pointer;transition:all var(--transition-fast);display:flex;align-items:center;justify-content:center;gap:var(--space-sm)}.add-item-btn:hover{border-color:var(--primary-light);color:var(--primary);background:var(--primary-lightest)}.variantes-preview{margin-top:var(--space-lg);padding:var(--space-md) var(--space-lg);background:var(--gray-50);border-radius:var(--radius-lg);border:1.5px solid var(--gray-200)}.variantes-preview-title{font-size:.8125rem;text-transform:uppercase;letter-spacing:.05em;color:var(--gray-500);font-weight:600;margin-bottom:var(--space-sm)}.variantes-list{display:flex;flex-direction:column;gap:var(--space-sm)}.variante-item{display:flex;justify-content:space-between;align-items:center;padding:var(--space-sm) var(--space-md);background:#fff;border-radius:var(--radius-md);border:1px solid var(--gray-200)}.variante-item-label{font-size:.875rem;color:var(--gray-600)}.variante-item-value{font-weight:700;color:var(--gray-900)}.variante-item-value-edit{display:flex;align-items:center;gap:var(--space-xs);max-width:220px}.variante-item-value-edit .input{max-width:140px;text-align:right;font-weight:700}.resumen-section{padding:var(--space-lg) 0;border-bottom:1px solid var(--gray-100)}.resumen-section:last-child{border-bottom:none}.resumen-section h4{margin:0 0 var(--space-md) 0;font-size:1rem}.resumen-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-md)}.resumen-section-header h4{margin:0}.btn-link{background:none;border:none;color:var(--primary);font-size:.875rem;font-weight:600;cursor:pointer;padding:.25rem .5rem;border-radius:var(--radius-sm);transition:background var(--transition-fast)}.btn-link:hover{background:var(--primary-lightest);text-decoration:underline}.resumen-detail{font-size:.9375rem;color:var(--gray-700);line-height:1.6}.resumen-items-list{display:flex;flex-direction:column;gap:var(--space-xs)}.resumen-item-row{display:flex;align-items:center;gap:var(--space-md);padding:var(--space-sm) var(--space-md);background:var(--gray-50);border-radius:var(--radius-md);font-size:.9rem}.resumen-item-name{flex:1;min-width:0;font-weight:500}.resumen-item-qty{color:var(--gray-500);font-size:.8125rem;white-space:nowrap}.resumen-item-sub{font-weight:700;white-space:nowrap}.wizard-step-dirty-dot{display:inline-block;width:8px;height:8px;background-color:#f59e0b;border-radius:50%}.step-dirty-banner{background:#fffbeb;color:#92400e;padding:.75rem 1rem;border-radius:var(--radius-lg);border:1px solid #fcd34d;margin-bottom:var(--space-lg);font-size:.9rem;font-weight:600;display:flex;align-items:center;gap:.5rem}.step-dirty-banner:before{content:"⚠️"}.footer-hint{font-size:.8rem;color:#92400e;background:#fffbeb;padding:.25rem .75rem;border-radius:var(--radius-full);border:1px solid #fcd34d;font-weight:500;margin-left:var(--space-xs);white-space:nowrap}.input-dirty{border-color:#f59e0b!important;background-color:#fffbeb!important;transition:all .3s ease}body.dark .estado-nuevo{background:#78350f;color:#fef3c7}body.dark .estado-aceptado{background:#064e3b;color:#d1fae5}body.dark .estado-terminado{background:#1e3a5f;color:#dbeafe}body.dark .estado-cancelado{background:#7f1d1d;color:#fee2e2}body.dark .step-dirty-banner,body.dark .footer-hint{background:#78350f;color:#fef3c7;border-color:#b45309}body.dark .input-dirty{border-color:#b45309!important;background-color:#78350f!important}body.dark .dirty-warning{background:#78350feb;color:#fef3c7;border-color:#d97706}body.dark .wizard-stepper{background:var(--surface-card-soft);border-color:var(--gray-200)}body.dark .wizard-step-pill:hover:not(:disabled){background:var(--surface-card-softer)}body.dark .wizard-step-number{background:var(--gray-200);color:var(--gray-700)}@media(max-width:1024px){.cliente-grid{grid-template-columns:1fr}}@media(max-width:768px){.wizard-header{flex-direction:column;align-items:flex-start}.wizard-header-actions{width:100%}.wizard-stepper{flex-wrap:wrap}.wizard-step-pill{flex:1 1 45%;font-size:.8125rem;padding:.625rem .75rem}.wizard-step-panel{padding:var(--space-lg)}.wizard-footer{flex-direction:column;gap:var(--space-sm);padding:var(--space-sm) var(--space-md)}.wizard-footer-nav{width:100%;justify-content:center}.info-grid{grid-template-columns:1fr}.item-card-body{grid-template-columns:1fr 1fr}.item-card-body-medidas{grid-template-columns:1fr}.item-card-body-medidas .medidas-group,.item-card-body-medidas .tela-group{grid-column:1 / -1}}@media(max-width:425px){.wizard-step-pill{flex:1 1 100%}.wizard-step-label{display:none}.wizard-step-number{width:32px;height:32px;font-size:.875rem}.item-card-body{grid-template-columns:1fr}.item-card-body-medidas .medidas-group{flex-direction:row;gap:var(--space-sm)}.wizard-header h2{font-size:1.125rem}.wizard-container{padding-bottom:8rem}}.hoja{background:#fff;padding:15mm;font-family:Segoe UI,system-ui,-apple-system,sans-serif;color:var(--hoja-text, #1a1a1a);line-height:1.55;width:210mm;box-sizing:border-box}.hoja-page{height:297mm;border:1px solid #ddd;box-shadow:0 4px 16px #0000001f;margin:24px auto;display:flex;flex-direction:column;overflow:hidden;position:relative}.hoja-measure{position:absolute!important;left:-9999px!important;visibility:hidden!important;height:auto!important;overflow:visible!important;pointer-events:none}body:has(.hoja){background:#e8e8e8}body.dark:has(.hoja){background:radial-gradient(circle at top right,rgba(59,130,246,.14),transparent 26%),linear-gradient(135deg,#020617,#0f172a)}.hoja-actions{display:flex;justify-content:space-between;margin-bottom:10px;max-width:210mm;margin-left:auto;margin-right:auto}.hoja-franja{height:6px;background:var(--hoja-primary, #2563eb);width:100%}.hoja-franja-bottom{margin-top:auto}.hoja-header{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;padding:0}.hoja-header-left{flex:1}.hoja-negocio-nombre{font-size:46px;font-weight:800;color:var(--hoja-primary, #2563eb);line-height:1.05;margin-bottom:6px}.hoja-contact-grid{display:flex;flex-wrap:wrap;gap:4px 8px}.hoja-contact-item{display:inline-flex;align-items:center;gap:5px;font-size:12px;color:var(--hoja-text-light, #666)}.hoja-contact-item svg{flex-shrink:0;color:var(--hoja-primary, #2563eb)}.hoja-header-right{text-align:right;flex-shrink:0}.hoja-numero-badge{display:inline-flex;align-items:baseline;gap:6px;border:2px solid var(--hoja-primary, #2563eb);border-radius:8px;padding:8px 16px;margin-bottom:6px}.hoja-numero-label{font-size:22px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--hoja-primary, #2563eb)}.hoja-numero-value{font-size:22px;font-weight:800;color:var(--hoja-text, #1a1a1a)}.hoja-meta{font-size:13px;color:var(--hoja-text-light, #666);line-height:1.7;text-align:right}.hoja-meta strong{color:var(--hoja-text, #1a1a1a)}.hoja-divider{border:none;border-top:2px solid var(--hoja-primary, #2563eb);margin:12px 0 10px}.hoja-cliente{margin:0 0 18px;padding:12px 16px;background:var(--hoja-primary-light, #f0f4ff);border-radius:6px;border-left:3px solid var(--hoja-primary, #2563eb)}.hoja-page-bottom{margin-top:auto;display:flex;flex-direction:column}.hoja-cliente-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:var(--hoja-primary, #2563eb);margin-bottom:2px}.hoja-cliente-nombre{font-size:15.5px;font-weight:700;color:var(--hoja-text, #1a1a1a);margin-bottom:3px}.hoja-cliente-detalles{display:flex;gap:20px;flex-wrap:wrap}.hoja-cliente-dato{display:inline-flex;align-items:center;gap:4px;font-weight:700;font-size:12.5px;color:var(--hoja-text, #1a1a1a)}.hoja-cliente-dato svg{color:var(--hoja-primary, #2563eb)}.hoja-table{width:100%;margin:0;border-collapse:collapse}.hoja-table thead th{background:var(--hoja-primary, #2563eb);color:#fff;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;padding:9px 12px;text-align:left}.hoja-table thead th:first-child{border-radius:5px 0 0;width:35px;text-align:center}.hoja-table thead th:last-child{border-radius:0 5px 0 0;text-align:right}.hoja-table thead th:nth-child(3),.hoja-table thead th:nth-child(4){text-align:center}.hoja-table tbody td{padding:8px 12px;font-size:13px;color:var(--hoja-text, #1a1a1a);border-bottom:1px solid #eee;vertical-align:middle}.hoja-table tbody tr:last-child td{border-bottom:2px solid var(--hoja-primary, #2563eb)}.hoja-table tbody td:nth-child(2){font-weight:600}.hoja-row-zebra td{background:var(--hoja-primary-light, #f0f4ff)}.hoja-td-num{text-align:center;color:var(--hoja-text-lighter, #999);font-size:12px}.hoja-td-center{text-align:center}.hoja-td-right{text-align:right;font-weight:600}.hoja-table tbody tr{break-inside:avoid}.hoja-totales{display:flex;flex-direction:column;align-items:flex-end;padding:0;margin-top:8px;margin-bottom:12px}.hoja-totales-row{display:flex;justify-content:space-between;min-width:220px;padding:6px 12px;font-size:14px;color:var(--hoja-text-light, #666)}.hoja-totales-row.subtotal{font-weight:800;font-size:15px;color:var(--hoja-primary, #2563eb);border-bottom:1px solid #ddd}.hoja-pago-section{text-align:right;padding:12px 0}.hoja-pago-section .hoja-totales{align-items:flex-end;margin-bottom:4px}.hoja-pago-line{font-size:14px;color:var(--hoja-text, #1a1a1a);padding:3px 0;font-weight:600}.hoja-pago-monto{font-weight:700;margin-left:12px}.hoja-aclaraciones-section{margin:0;padding:12px 16px;background:#fafafa;border-radius:6px;border:1px solid #eee;break-inside:avoid}.hoja-aclaraciones-title{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:var(--hoja-text-light, #666);margin-bottom:4px}.hoja-aclaraciones-text{font-size:12px;color:var(--hoja-text-light, #666);line-height:1.6;font-style:italic}.hoja-firma-section{display:flex;justify-content:flex-end;padding:40px 0 0;break-inside:avoid}.hoja-firma{text-align:center;min-width:200px}.hoja-firma-line{width:200px;border-bottom:1.5px solid var(--hoja-text, #1a1a1a);margin:0 auto 6px}.hoja-firma-label{font-size:12px;color:var(--hoja-text-lighter, #999);letter-spacing:.3px}.hoja-footer{margin-top:auto;padding:16px 0;border-top:1px solid #e0e0e0;text-align:center}.hoja-validez{font-size:12px;color:var(--hoja-text-lighter, #999);font-style:italic;margin-bottom:4px}.hoja-gracias{font-size:12.5px;font-weight:600;color:var(--hoja-primary, #2563eb)}.hoja-page-indicator{position:fixed;right:24px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:6px;z-index:100;background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:8px 6px;border-radius:20px;box-shadow:0 2px 12px #00000026}.hoja-page-dot{width:30px;height:30px;border-radius:50%;border:2px solid #ccc;background:#fff;font-size:12px;font-weight:700;color:#999;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;padding:0}.hoja-page-dot:hover{border-color:var(--hoja-primary, #2563eb);color:var(--hoja-primary, #2563eb)}.hoja-page-dot.active{background:var(--hoja-primary, #2563eb);border-color:var(--hoja-primary, #2563eb);color:#fff;transform:scale(1.1)}body.dark .hoja-page-indicator{background:#0f172ad1;border:1px solid rgba(148,163,184,.2);box-shadow:0 12px 30px #02061773}body.dark .hoja-page-dot{background:#0f172a;border-color:#475569;color:#cbd5e1}body.dark .hoja-page-dot:hover{border-color:#60a5fa;color:#dbeafe}.hoja-page-number{position:absolute;bottom:8mm;right:10mm;font-size:11px;color:var(--hoja-text, #1a1a1a);font-weight:500;letter-spacing:.3px}@media print{@page{margin:0;size:A4}html,body{background:#fff!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;margin:0;padding:0}.no-print,.nav{display:none!important}.container{padding:0!important;max-width:none!important}.hoja-measure{display:none!important}.hoja-page{box-shadow:none!important;border:none!important;margin:0!important;width:100%!important;height:100vh!important;padding:15mm!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;page-break-after:always;break-after:page}.hoja-page:last-child{page-break-after:auto;break-after:auto}.hoja-page-bottom{margin-top:auto}.hoja-row-zebra td,.hoja-cliente,.hoja-table thead th,.hoja-franja,.hoja-numero-badge{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}}@media screen and (max-width:768px){.hoja{width:calc(100% - 20px);padding:15mm}.hoja-page{height:auto;min-height:auto;border-radius:8px;margin:10px auto;overflow:visible}.hoja-actions{max-width:100%;margin:0 10px 10px}body:has(.hoja){background:#fff}body.dark:has(.hoja){background:radial-gradient(circle at top right,rgba(59,130,246,.14),transparent 26%),linear-gradient(135deg,#020617,#0f172a)}.hoja-header{flex-direction:column;gap:12px;padding:16px 16px 0}.hoja-negocio-nombre{font-size:20px}.hoja-header-right,.hoja-meta{text-align:left}.hoja-divider{margin:10px 16px}.hoja-cliente{margin:0 16px 8px}.hoja-table{width:calc(100% - 32px);margin:10px 16px 0}.hoja-table thead th{font-size:9.5px;padding:7px 6px}.hoja-table tbody td{font-size:12px;padding:6px}.hoja-totales{padding:0 16px}.hoja-pago-section{padding:12px 16px}.hoja-aclaraciones-section{margin:12px 16px 0}.hoja-firma-section{padding:24px 16px 0}.hoja-footer{padding:12px 16px}}@media screen and (max-width:425px){.hoja-header{padding:10px 10px 0}.hoja-negocio-nombre{font-size:17px}.hoja-contact-item{font-size:11px}.hoja-divider{margin:8px 10px}.hoja-cliente{margin:0 10px 6px;padding:8px 10px}.hoja-table{width:calc(100% - 20px);margin:8px 10px 0}.hoja-table thead th{font-size:8.5px;padding:5px 4px}.hoja-table tbody td{font-size:11px;padding:5px 4px}.hoja-totales{padding:0 10px}.hoja-pago-section{padding:10px}.hoja-aclaraciones-section{margin:10px 10px 0}.hoja-firma-section{padding:20px 10px 0}.hoja-footer{padding:10px}}.page-two-columns{display:flex;gap:var(--space-xl);align-items:flex-start}.column-form{flex:1;min-width:320px;position:sticky;top:calc(var(--space-xl) + 60px)}.column-list{flex:2;min-width:420px}.calc-bar{background:var(--gray-50);border:1.5px solid var(--gray-200);border-radius:var(--radius-lg);padding:var(--space-md) var(--space-lg);margin-bottom:var(--space-lg)}.calc-bar-title{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--gray-500);margin-bottom:var(--space-sm)}.calc-bar-inputs{display:flex;gap:var(--space-md);align-items:flex-end}.calc-bar-inputs .field{flex:1;min-width:0}.calc-bar-action{flex-shrink:0;padding-bottom:1px}.calc-bar-result{margin-top:var(--space-md);padding:var(--space-sm) var(--space-md);background:var(--success-light);border:1px solid rgba(0,128,0,.18);border-radius:var(--radius-lg);color:var(--success-dark);display:flex;align-items:baseline;justify-content:space-between;gap:var(--space-md)}.calc-bar-result-label{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--gray-600)}.calc-bar-result-value{font-size:1.15rem;font-weight:700;font-variant-numeric:tabular-nums}body.dark .calc-bar-result{background:#064e3beb;border-color:#34d39973;color:#ecfdf5}body.dark .calc-bar-result-label{color:#a7f3d0}body.dark .calc-bar-result-value{color:#ecfdf5}.form-card{background:#fff;padding:var(--space-xl);border-radius:var(--radius-xl);box-shadow:var(--shadow-md);border:1px solid var(--gray-200)}.form-card h2{margin-top:0;margin-bottom:var(--space-lg);color:var(--gray-900);display:flex;align-items:center;gap:var(--space-sm)}.form-card h2:before{content:"";width:4px;height:1.5rem;background:var(--primary);border-radius:var(--radius-full)}.form-group{margin-bottom:var(--space-lg)}.form-actions{display:flex;gap:var(--space-sm);margin-top:var(--space-xl);padding-top:var(--space-lg);border-top:2px solid var(--gray-100)}.list-card{background:#fff;padding:var(--space-xl);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);border:1px solid var(--gray-200)}.list-card h2{margin-top:0;margin-bottom:var(--space-lg)}.productos-page,.productos-list-card{width:100%}.productos-toolbar{display:flex;justify-content:space-between;align-items:flex-end;gap:var(--space-md);margin-bottom:var(--space-lg)}.productos-toolbar h2{margin-bottom:var(--space-xs)}.productos-toolbar .small{margin:0}.productos-search-row{margin-bottom:var(--space-xl)}.table th.productos-price-col,.table th.productos-actions-col{text-align:right}.productos-price{text-align:right;white-space:nowrap}.productos-price-value{display:inline;font-size:1rem;font-weight:700;color:var(--gray-900);font-variant-numeric:tabular-nums}.productos-modal-backdrop{position:fixed;inset:0;display:flex;justify-content:center;align-items:center;background:#0f172a73;padding:var(--space-lg);z-index:1200;animation:fadeIn .2s ease-out}.productos-modal{width:min(540px,100%);max-height:min(88vh,820px);overflow:auto;background:#fff;border-radius:var(--radius-xl);border:1px solid var(--gray-200);box-shadow:var(--shadow-2xl);padding:var(--space-xl)}.productos-modal-header{display:flex;justify-content:space-between;align-items:center;gap:var(--space-sm);margin-bottom:var(--space-lg)}.productos-modal-header h3{margin:0}.search-bar{margin-bottom:var(--space-lg)}.search-input{position:relative}.search-input .input{padding-left:2.5rem}.search-input:before{content:"🔍";position:absolute;left:.875rem;top:50%;transform:translateY(-50%);font-size:1rem;opacity:.5}.table-actions{display:flex;gap:var(--space-xs);justify-content:flex-end}.productos-icon-btn{width:2.25rem;min-width:2.25rem;height:2.25rem;padding:0;font-size:1rem;line-height:1}.table-row-highlight:hover{background:var(--primary-lightest)!important}.form-error{margin-top:var(--space-md);padding:var(--space-sm) var(--space-md);background:var(--danger-light);border:1px solid var(--danger);border-radius:var(--radius-md);color:var(--danger-dark);font-size:.875rem;animation:slideIn .2s ease-out}.form-success{margin-top:var(--space-md);padding:var(--space-sm) var(--space-md);background:var(--success-light);border:1px solid var(--success);border-radius:var(--radius-md);color:var(--success-dark);font-size:.875rem;animation:slideIn .2s ease-out}body.dark .calc-bar{background:var(--surface-card-soft)}body.dark .table-row-highlight:hover{background:#3b82f629!important}body.dark .form-error{color:#fee2e2;border-color:#f87171}body.dark .form-success{color:#d1fae5;border-color:#34d399}@media(max-width:1024px){.page-two-columns{flex-direction:column}.column-form{position:static;width:100%;min-width:0}.column-list{width:100%;min-width:0}}@media(max-width:768px){.calc-bar-inputs{flex-direction:column}.calc-bar-action,.calc-bar-action .btn{width:100%}.page-two-columns{gap:var(--space-md)}.form-card,.list-card{padding:var(--space-md)}.form-actions{flex-direction:column}.form-actions .btn{width:100%}.form-group{margin-bottom:var(--space-md)}.list-card .table thead{display:none}.list-card .table,.list-card .table tbody{display:block}.list-card .table tbody tr{display:flex;flex-wrap:wrap;gap:.25rem .75rem;align-items:center;padding:.75rem 0;border-bottom:1px solid var(--gray-100)}.list-card .table tbody tr:last-child{border-bottom:none}.list-card .table tbody td{border-bottom:none;padding:0}.list-card .table tbody td:first-child{width:100%;flex-basis:100%;margin-bottom:.125rem}.list-card .table tbody td:last-child{width:100%;flex-basis:100%;margin-top:.375rem}.list-card .table tbody td:last-child .table-actions{display:flex}.list-card .table tbody td:last-child .table-actions .btn{flex:1}.list-card .table tbody td:last-child .table-actions .productos-icon-btn{flex:0 0 2.25rem}.search-input .input{font-size:1rem}.productos-toolbar{flex-direction:column;align-items:stretch}.productos-toolbar .btn{width:100%}.productos-search-row{margin-bottom:var(--space-md)}.list-card .table tbody td.productos-price{display:flex;align-items:center;justify-content:flex-end;flex-wrap:nowrap;gap:.375rem;white-space:nowrap;margin-left:auto}.list-card .table tbody td.productos-price:before{content:"Precio:";display:inline-block;line-height:1;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--gray-500)}.calc-bar-result{align-items:flex-start;flex-direction:column}.calc-bar-result-value{font-size:1.05rem}.productos-price-value{font-size:.95rem}.productos-modal-backdrop{align-items:flex-end;padding:0}.productos-modal{width:100%;max-height:92vh;border-radius:var(--radius-xl) var(--radius-xl) 0 0;padding:var(--space-md)}.productos-modal-header{margin-bottom:var(--space-md)}}@media(max-width:425px){.page-two-columns{gap:var(--space-sm)}.form-card,.list-card{padding:var(--space-sm)}.form-card h2,.list-card h2{font-size:1rem;margin-bottom:var(--space-sm)}.form-group{margin-bottom:var(--space-sm)}.form-actions{margin-top:var(--space-md);padding-top:var(--space-sm)}.search-bar{margin-bottom:var(--space-sm)}.list-card .table tbody tr{padding:.5rem 0;gap:.125rem .5rem}.list-card .table tbody td:last-child .table-actions .btn{font-size:.6875rem;padding:.25rem .375rem}.list-card .table tbody td:last-child .table-actions .productos-icon-btn{width:2rem;min-width:2rem;height:2rem;padding:0;font-size:.9rem}}.config-page{max-width:1200px;margin:0 auto}.config-card{animation:fadeIn .3s ease-out}.config-actions-sticky{position:sticky;top:calc(4rem + var(--space-sm));z-index:25;width:min(100%,860px);margin:0 0 var(--space-xl) auto;padding:var(--space-sm) var(--space-md);border:1px solid var(--gray-200);border-radius:var(--radius-xl);background:var(--surface-overlay);box-shadow:var(--shadow-lg);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-top:1px solid var(--gray-200)}.config-section{margin-bottom:var(--space-2xl);padding-bottom:var(--space-xl);border-bottom:2px solid var(--gray-100)}.config-section:last-child{border-bottom:none}.config-section h3{margin-bottom:var(--space-lg);color:var(--gray-900);font-size:1.25rem;display:flex;align-items:center;gap:var(--space-sm)}.config-section h3:before{content:"";width:3px;height:1.25rem;background:var(--primary);border-radius:var(--radius-full)}.config-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:var(--space-md)}.config-grid-full{grid-column:1 / -1}.config-subsection{margin-top:var(--space-xl)}.config-subsection:first-of-type{margin-top:0}.config-subsection h4{margin-bottom:var(--space-sm)}.config-subsection-help{margin-bottom:var(--space-md)}.reglas-table-section{margin-top:var(--space-lg)}.reglas-help-text{background:var(--primary-lightest);padding:var(--space-md);border-radius:var(--radius-md);border:1px solid var(--primary-light);color:var(--primary-dark);font-size:.875rem;margin-bottom:var(--space-lg);display:flex;align-items:center;gap:var(--space-sm)}.reglas-help-text:before{content:"ℹ️";font-size:1.25rem}.reglas-table{overflow-x:auto}.reglas-table .table{min-width:800px}.reglas-table .input{font-size:.875rem;padding:.5rem .75rem}.reglas-actions{display:flex;gap:var(--space-sm);margin-top:var(--space-md)}.config-actions{display:flex;justify-content:space-between;align-items:center;gap:var(--space-md);margin-top:var(--space-2xl);padding-top:var(--space-xl);border-top:3px solid var(--gray-200)}.config-actions.config-actions-sticky{margin-top:0;padding-top:var(--space-sm);border-top-width:1px}.config-actions-copy{min-width:0;flex:1}.config-actions-title{font-size:.95rem;font-weight:700;color:var(--gray-900)}.config-actions-subtitle{margin-top:.15rem;font-size:.82rem;color:var(--gray-600);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.config-change-chips{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.55rem}.config-change-chip{display:inline-flex;align-items:center;padding:.28rem .55rem;border-radius:999px;background:var(--surface-card-soft);border:1px solid var(--gray-200);color:var(--gray-700);font-size:.75rem;font-weight:600;line-height:1.1}.config-change-chip.more{background:var(--primary-lightest);border-color:var(--primary-light);color:var(--primary-dark)}.config-actions-controls{display:flex;align-items:center;gap:var(--space-sm);flex-shrink:0}.save-status{display:flex;align-items:center;gap:var(--space-xs);padding:var(--space-sm) var(--space-md);border-radius:var(--radius-md);font-size:.875rem;font-weight:500}.save-status.success{background:var(--success-light);color:var(--success-dark)}.save-status.warning{background:#fef3c7;color:#92400e}.save-status.saving{background:var(--primary-lightest);color:var(--primary-dark)}.save-status.error{background:var(--danger-light);color:var(--danger-dark)}.color-picker-row{display:flex;gap:var(--space-sm);align-items:center}.color-input{width:48px!important;height:40px;padding:2px!important;cursor:pointer;border-radius:var(--radius-md);flex-shrink:0}body.dark .reglas-help-text{background:#1e293b;border-color:#475569;color:#e2e8f0}body.dark .reglas-help-text strong{color:#f8fafc}body.dark .config-actions-sticky{border-color:#94a3b833;background:#020617d6;box-shadow:0 18px 35px #02061759}body.dark .config-actions-title{color:#f8fafc}body.dark .config-actions-subtitle{color:#94a3b8}body.dark .config-change-chip{background:#1e293be6;border-color:#94a3b838;color:#e2e8f0}body.dark .config-change-chip.more{background:#1e40af3d;border-color:#60a5fa47;color:#dbeafe}body.dark .save-status.warning{background:#78350feb;color:#fef3c7}body.dark .save-status.saving{background:#1e40af38;color:#dbeafe}@media(max-width:768px){.config-grid{grid-template-columns:1fr}.config-section{margin-bottom:var(--space-lg);padding-bottom:var(--space-md)}.config-section h3{font-size:1.0625rem;margin-bottom:var(--space-md)}.reglas-help-text{font-size:.8125rem;padding:var(--space-sm);flex-direction:column;text-align:center}.reglas-table .table{min-width:480px}.reglas-table .input{font-size:1rem;min-height:44px}.reglas-actions{flex-direction:column}.reglas-actions .btn{width:100%}.config-actions{flex-direction:column;align-items:stretch;gap:var(--space-sm)}.config-actions-sticky{width:100%;top:calc(4rem + var(--space-xs));padding:var(--space-sm)}.config-actions-controls{flex-direction:column;align-items:stretch}.save-status{text-align:center;justify-content:center}}@media(max-width:425px){.config-section{margin-bottom:var(--space-md);padding-bottom:var(--space-sm)}.config-section h3{font-size:.9375rem}.reglas-help-text{font-size:.75rem;padding:.375rem}.reglas-table .table{min-width:360px}.reglas-table .input{font-size:.9375rem;min-height:40px;padding:.375rem .5rem}}.remito-page{--color-borde: #1a365d;background-color:var(--surface-card-soft);padding:20px;display:flex;flex-direction:column;align-items:center;min-height:calc(100vh - 60px)}.remito-page *{box-sizing:border-box;font-family:Arial,sans-serif;margin:0;padding:0}.remito-page .controles{width:210mm;margin-bottom:16px;padding-top:20px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px}.controles-izq{display:flex;justify-content:flex-start}.controles-centro{display:flex;gap:8px;justify-content:center;align-items:center}.controles-der{display:flex;justify-content:flex-end}.remito-page button,.remito-page .btn-volver{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;font-size:13px;cursor:pointer;background:var(--surface-card);border:1px solid var(--gray-300);border-radius:6px;color:var(--gray-700);text-decoration:none;white-space:nowrap}.remito-page button:hover,.remito-page .btn-volver:hover{background:var(--surface-card-soft)}.remito-page button:disabled{opacity:.5;cursor:default;background:#fff}.remito-page .btn-guardar{background:#1a365d;color:#fff;border-color:#1a365d;font-weight:600}.remito-page .btn-guardar:hover:not(:disabled){background:#2a4a7f;border-color:#2a4a7f}.remito-hoja{background:#fff;width:210mm;height:148.5mm;padding:8mm;border:2px solid var(--color-borde);box-shadow:0 0 10px #0003;color:var(--color-borde);display:flex;flex-direction:column;overflow:hidden}.remito-copias{width:100%;display:flex;flex-direction:column;align-items:center;gap:14px}.remito-hoja-wrapper{width:210mm}.remito-page input[type=text],.remito-page input[type=date],.remito-page textarea{border:none;border-bottom:1px dashed #ccc;background:transparent;font-size:12px;padding:2px;color:#000;font-family:Courier New,Courier,monospace}.remito-page input:focus,.remito-page textarea:focus{outline:none;border-bottom-color:var(--color-borde);background:#f9f9ff}.num-ptoventa,.num-correlativo{font-family:Courier New,Courier,monospace;font-size:14px;font-weight:700;letter-spacing:1px}.grid-header{display:grid;grid-template-columns:1fr 80px 1fr;gap:10px;border-bottom:2px solid var(--color-borde);padding-bottom:5px;margin-bottom:5px}.header-left{display:flex;flex-direction:column;justify-content:space-between}.logo-titulo{font-size:26px;font-style:italic;font-weight:900;line-height:1;margin-bottom:2px}.logo-subtitulo{font-size:9px;font-weight:700;margin-bottom:5px}.contacto-grid{display:grid;grid-template-columns:1fr 1fr;gap:5px;font-size:8px;line-height:1.3;margin-bottom:5px}.iva-box{border:1px solid var(--color-borde);text-align:center;font-size:9px;font-weight:700;padding:3px}.header-center{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;border-left:2px solid var(--color-borde);border-right:2px solid var(--color-borde);padding:0 5px}.caja-letra{border:2px solid var(--color-borde);width:45px;height:45px;display:flex;align-items:center;justify-content:center;margin-bottom:2px}.caja-letra .letra{font-size:32px;font-weight:700}.codigo-doc{font-size:8px;font-weight:700}.header-right{display:flex;flex-direction:column;justify-content:space-between;text-align:center}.titulo-doc{font-size:8px;font-weight:700}.remito-titulo{font-size:16px;font-weight:700;letter-spacing:2px;margin:2px 0}.copia-badge{align-self:center;display:inline-block;border:1px solid var(--color-borde);padding:2px 8px;font-size:10px;font-weight:700;letter-spacing:.08em;margin-bottom:2px}.numeracion{font-size:14px;display:flex;align-items:center;justify-content:center;gap:5px}.fiscal-bottom{display:flex;justify-content:space-between;align-items:flex-end;text-align:left}.datos-impositivos{font-size:9px;line-height:1.3}.fecha-container{border:1px solid var(--color-borde);padding:2px 5px;font-size:9px;font-weight:700;text-align:center}.input-fecha{width:110px;font-size:11px;margin-top:2px;text-align:center}.caja-borde{border:2px solid var(--color-borde);padding:5px;margin-bottom:5px;font-size:11px;font-weight:700}.fila{margin-bottom:4px;display:flex;align-items:baseline;gap:5px}.iva-cliente{border-top:1px solid var(--color-borde);padding-top:3px;margin-top:3px;font-size:10px;display:flex;align-items:center;gap:10px}.items-section{border:2px solid var(--color-borde);display:flex;flex-direction:column;flex-grow:1;margin-bottom:5px}.remito-page .tabla-items{width:100%;border-collapse:collapse}.remito-page .tabla-items th,.remito-page .tabla-items td{border:1px solid var(--color-borde);padding:4px;text-align:left;font-size:11px}.remito-page .tabla-items th{text-align:center;border-top:none}.remito-page .tabla-items th:first-child,.remito-page .tabla-items td:first-child{border-left:none}.remito-page .tabla-items th:last-child,.remito-page .tabla-items td:last-child{border-right:none}.remito-page .td-input{width:100%;box-sizing:border-box;border:none!important;background:transparent!important}.observaciones{width:100%;flex-grow:1;border:none;padding:5px;resize:none;border-top:1px solid var(--color-borde);font-size:11px}.pie-firma{display:flex;justify-content:space-between;margin-top:auto;padding-top:40px;font-weight:700;color:var(--color-borde);font-size:11px}body.dark .remito-page{background-color:transparent}body.dark .remito-page button,body.dark .remito-page .btn-volver{background:#1e293b;border-color:#475569;color:#e2e8f0}body.dark .remito-page button:hover,body.dark .remito-page .btn-volver:hover{background:#334155}body.dark .remito-page button:disabled{background:#1e293b}body.dark .remito-page .btn-guardar{background:#2563eb;border-color:#2563eb;color:#fff}body.dark .remito-page .btn-guardar:hover:not(:disabled){background:#1e40af;border-color:#1e40af}@media print{.nav,.remito-page .no-print{display:none!important}body{background:#fff;padding:0}.remito-page{background:#fff;padding:3mm 0 0;min-height:unset}@page{size:A4 portrait;margin:0}.remito-copias{gap:0;align-items:flex-start}.remito-hoja-wrapper{page-break-after:always;break-after:page}.remito-hoja-wrapper+.remito-hoja-wrapper{margin-top:5.5mm}.remito-hoja-wrapper:last-child{page-break-after:auto;break-after:auto}.remito-hoja{box-shadow:none;margin:0;height:146.5mm;padding:7mm}.remito-page input[type=text],.remito-page input[type=date],.remito-page textarea{border:none!important;background:transparent!important}*{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.recibo-page{--color-borde: #24528f;--color-borde-soft: rgba(36, 82, 143, .18);--recibo-width: 198mm;--recibo-height: 138mm;background:var(--surface-card-soft);padding:20px;display:flex;flex-direction:column;align-items:center;min-height:calc(100vh - 60px)}.recibo-page *{box-sizing:border-box;font-family:Arial,sans-serif;margin:0;padding:0}.recibo-controles{width:var(--recibo-width);margin-bottom:12px;padding-top:20px;display:grid;grid-template-columns:1fr auto 1fr;gap:12px;align-items:center}.recibo-controles-left{display:flex;justify-content:flex-start}.recibo-controles-center{display:flex;justify-content:center;align-items:center;gap:8px;flex-wrap:wrap}.recibo-toolbar-date{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:#334155;font-weight:600}.recibo-toolbar-date input{min-width:140px;cursor:pointer}.recibo-controles-right{display:flex;justify-content:flex-end}.recibo-page .btn-volver,.recibo-page button{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;font-size:13px;cursor:pointer;background:var(--surface-card);border:1px solid var(--gray-300);border-radius:6px;color:var(--gray-700);text-decoration:none;white-space:nowrap}.recibo-page .btn-volver:hover,.recibo-page button:hover{background:var(--surface-card-soft)}.recibo-page button:disabled{opacity:.5;cursor:default}.recibo-page .btn-guardar{background:var(--color-borde);color:#fff;border-color:var(--color-borde);font-weight:700}.recibo-page .btn-guardar:hover:not(:disabled){background:#2d65b0;border-color:#2d65b0}.recibo-helper{width:var(--recibo-width);margin-bottom:12px}.recibo-helper-card{background:#eff6ff;border:1px solid #bfdbfe;color:#1e3a8a;border-radius:10px;padding:10px 12px;font-size:13px}.print-select-label{display:inline-flex;align-items:center;font-size:13px;line-height:1;color:#334155;font-weight:600}.print-select{height:34px;padding:0 10px;font-size:13px;border:1px solid var(--gray-300);border-radius:6px;background:var(--surface-card);color:var(--gray-900)}.recibo-copias{display:flex;flex-direction:column;align-items:center;gap:14px;width:210mm}.recibo-hoja-wrapper{width:210mm;height:148.5mm;display:flex;justify-content:center;align-items:flex-start;padding-top:5mm}.recibo-hoja{width:var(--recibo-width);height:var(--recibo-height);padding:4.5mm 5mm;border:2px solid var(--color-borde);background:linear-gradient(180deg,#bfdbfe47,#bfdbfe1f),#fff;box-shadow:0 0 14px #0f172a24;color:var(--color-borde);display:flex;flex-direction:column;overflow:hidden}.num-ptoventa,.num-correlativo{font-family:Courier New,Courier,monospace;font-size:15px;font-weight:700;letter-spacing:.12em}.recibo-header{display:grid;grid-template-columns:1.2fr .9fr;gap:7px;border-bottom:2px solid var(--color-borde);padding-bottom:5px}.recibo-brand{display:flex;gap:12px}.recibo-seal{width:52px;height:52px;border:2px solid var(--color-borde);border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:21px;font-weight:900;font-style:italic;flex-shrink:0}.recibo-brand-copy{flex:1}.recibo-brand-title{font-size:22px;line-height:1;margin:0 0 2px;font-style:italic;font-weight:900;letter-spacing:.02em;color:#123a78}.recibo-brand-subtitle{font-size:8px;font-weight:700;margin:0 0 4px}.recibo-brand-contact{display:grid;grid-template-columns:1fr 1fr;gap:4px;font-size:7px;line-height:1.2;margin-bottom:4px}.recibo-iva-box{border:1px solid var(--color-borde);text-align:center;font-size:7px;font-weight:700;padding:2px}.recibo-meta{border-left:2px solid var(--color-borde);padding-left:8px;display:flex;flex-direction:column;justify-content:space-between}.recibo-meta-top{display:flex;flex-direction:column;gap:3px}.recibo-doc-warning{font-size:8px;font-weight:700;letter-spacing:.04em}.recibo-doc-title-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.recibo-doc-title{font-size:22px;font-weight:800;letter-spacing:.14em}.recibo-copy-pill{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--color-borde);min-width:74px;padding:2px 6px;border-radius:999px;font-size:9px;font-weight:700;letter-spacing:.08em}.recibo-number{font-size:12px;font-weight:700}.recibo-meta-bottom{display:flex;justify-content:space-between;align-items:flex-end;gap:12px}.recibo-tax-data{font-size:7px;line-height:1.25;font-weight:700}.recibo-date-box{min-width:96px;border:2px solid var(--color-borde);border-radius:9px;padding:5px 7px;text-align:center;display:flex;flex-direction:column;gap:3px;font-size:8px;font-weight:700}.recibo-date-box.is-editable{cursor:pointer}.recibo-date-box strong{color:var(--color-borde);font-size:12px}.recibo-date-input{width:100%;border:none;background:transparent;color:#0f172a;font-size:11px;text-align:center;padding:0;cursor:pointer}.recibo-date-input:focus{outline:none}.recibo-body{display:block;margin-top:5px;flex:1}.recibo-box{border:2px solid var(--color-borde);border-radius:12px;background:#ffffffbd}.recibo-main{display:flex;flex-direction:column;gap:5px;height:100%}.recibo-receptor-box{padding:8px 10px}.recibo-line{display:flex;align-items:center}.recibo-line+.recibo-line{margin-top:6px}.recibo-line-inline{gap:2px}.recibo-line label,.recibo-box-title,.recibo-total-label{font-size:11px;font-weight:700;color:var(--color-borde);white-space:nowrap}.recibo-line-stacked{grid-template-columns:1fr}.recibo-input,.recibo-textarea,.recibo-static-value,.recibo-page .input{width:100%;border:none;border-bottom:1px dashed rgba(36,82,143,.55);background:transparent;color:#0f172a;padding:2px;font-size:11px;border-radius:0;box-shadow:none}.recibo-line .recibo-input,.recibo-line .recibo-static-value{flex:1;min-width:0}.recibo-textarea{resize:none;min-height:34px;line-height:1.25}.recibo-static-value{min-height:18px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.recibo-static-multiline{white-space:pre-wrap;overflow:visible;text-overflow:initial}.recibo-concepto-box{padding:8px 10px;flex:1;display:flex;flex-direction:column}.recibo-importe-texto{min-height:0}.recibo-concepto-textarea{min-height:22mm;flex:1}.recibo-input:focus,.recibo-textarea:focus,.recibo-page .input:focus{outline:none;border-bottom-color:var(--color-borde);background:#dbeafe29}.recibo-input[readonly],.recibo-static-value[readonly],.recibo-textarea[readonly]{cursor:default}.recibo-footer{display:flex;justify-content:space-between;align-items:flex-end;gap:8px;margin-top:4px}.recibo-signature{flex:1;min-height:24px;display:flex;flex-direction:column;justify-content:flex-end;gap:4px}.recibo-signature-block{width:62%;display:flex;flex-direction:column;align-items:center;gap:4px}.recibo-signature-line{border-bottom:2px solid var(--color-borde);width:100%}.recibo-signature-block span{font-size:9px;font-weight:700;width:100%;text-align:center}.recibo-total-box{min-width:165px;border:2px solid var(--color-borde);border-radius:12px;padding:6px 8px;display:flex;flex-direction:column;gap:4px}.recibo-total-value{min-height:26px;display:flex;align-items:center;justify-content:flex-end}.recibo-total-value strong{color:var(--color-borde);font-size:16px}body.dark .recibo-page{background:transparent}body.dark .recibo-page .btn-volver,body.dark .recibo-page button{background:#1e293b;border-color:#475569;color:#e2e8f0}body.dark .recibo-page .btn-volver:hover,body.dark .recibo-page button:hover{background:#334155}body.dark .recibo-page .btn-guardar{background:#2563eb;border-color:#2563eb}body.dark .recibo-page .btn-guardar:hover:not(:disabled){background:#1d4ed8;border-color:#1d4ed8}body.dark .recibo-page .recibo-input,body.dark .recibo-page .recibo-textarea,body.dark .recibo-page .recibo-static-value,body.dark .recibo-page .recibo-date-input,body.dark .recibo-page .input{background:transparent!important;color:#0f172a!important;border-bottom-color:#24528f8c!important;box-shadow:none!important}body.dark .print-select-label{color:#cbd5e1}body.dark .print-select{background:var(--surface-input);border-color:var(--gray-200);color:var(--gray-700)}@media screen and (max-width:1024px){.recibo-controles,.recibo-helper,.recibo-hoja-wrapper,.recibo-hoja{width:100%}.recibo-hoja{height:auto;min-height:0}.recibo-hoja-wrapper{height:auto;padding-top:0}}@media screen and (max-width:768px){.recibo-page{padding:10px}.recibo-controles{grid-template-columns:1fr}.recibo-controles-left,.recibo-controles-center,.recibo-controles-right{justify-content:stretch}.recibo-controles-left>*,.recibo-controles-center>*,.recibo-controles-right>*{width:100%;justify-content:center}.recibo-header,.recibo-body{grid-template-columns:1fr}.recibo-meta{border-left:none;border-top:2px solid var(--color-borde);padding-left:0;padding-top:10px}.recibo-brand{flex-direction:column}.recibo-seal{width:54px;height:54px}.recibo-brand-contact{grid-template-columns:1fr}.recibo-line{flex-direction:column;align-items:stretch;gap:2px}.recibo-footer{flex-direction:column;align-items:stretch}.recibo-signature-block{width:100%}.recibo-total-box{min-width:0}}@media print{.nav,.recibo-page .no-print{display:none!important}@page{size:A4 portrait;margin:0}body{background:#fff;padding:0}.recibo-page{background:#fff;padding:0;min-height:unset;width:210mm}.recibo-copias{gap:0;align-items:flex-start;width:210mm}.recibo-hoja-wrapper{width:210mm;height:148.5mm;display:flex;justify-content:center;align-items:flex-start;padding-top:5mm;page-break-after:always;break-after:page}.recibo-hoja-wrapper+.recibo-hoja-wrapper{margin-top:5.5mm}.recibo-hoja-wrapper:last-child{page-break-after:auto;break-after:auto}.recibo-hoja{box-shadow:none;width:var(--recibo-width);height:var(--recibo-height);margin:0;padding:4.5mm 5mm;background:#fff}.recibo-input,.recibo-textarea,.recibo-static-value,.recibo-date-input,.recibo-page .input{background:transparent!important;box-shadow:none!important;color:#000!important;border-bottom-color:#00000073!important}.recibo-static-value{overflow:visible;text-overflow:clip}.recibo-brand-title,.recibo-doc-title,.recibo-line label,.recibo-box-title,.recibo-total-label,.recibo-number,.recibo-tax-data,.recibo-signature-block span,.recibo-date-box strong,.recibo-date-box span{color:var(--color-borde)!important}*{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.caja-page{display:flex;flex-direction:column;gap:1.25rem;position:relative}.caja-page:before,.caja-page:after{content:"";position:fixed;width:22rem;height:22rem;border-radius:999px;pointer-events:none;filter:blur(50px);opacity:.16;z-index:-1}.caja-page:before{top:6rem;right:-6rem;background:linear-gradient(135deg,#60a5fa,#34d399)}.caja-page:after{bottom:4rem;left:-6rem;background:linear-gradient(135deg,#f59e0b,#f43f5e)}.caja-hero{display:flex;justify-content:space-between;align-items:center;gap:1.5rem;background:linear-gradient(135deg,#2563eb14,#10b9810f);border:1px solid rgba(37,99,235,.12)}.caja-kicker,.section-label{margin:0 0 .35rem;text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;font-weight:700;color:var(--primary-dark)}.caja-title{margin:0}.caja-copy{max-width:48rem;margin:.75rem 0 0;color:var(--gray-600)}.caja-hero-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;min-width:18rem}.hero-stat{padding:1rem 1.1rem;border-radius:1rem;background:#ffffffb8;border:1px solid var(--gray-200);box-shadow:var(--shadow-sm)}.hero-stat span,.caja-summary-card span{display:block;font-size:.8rem;color:var(--gray-600);margin-bottom:.35rem}.hero-stat strong{font-size:1.25rem}.caja-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.caja-summary-card{border-radius:1rem;padding:1rem 1.1rem;border:1px solid var(--gray-200);box-shadow:var(--shadow-sm);background:#fff}.caja-summary-card strong{font-size:1.45rem}.caja-summary-card.ingreso{background:linear-gradient(180deg,#10b9811f,#fff)}.caja-summary-card.gasto{background:linear-gradient(180deg,#ef44441f,#fff)}.caja-summary-card.balance{background:linear-gradient(180deg,#2563eb1f,#fff)}.caja-summary-card.total{background:linear-gradient(180deg,#f59e0b1f,#fff)}.is-positive{color:var(--success-dark)}.is-negative{color:var(--danger-dark)}.caja-layout{display:grid;grid-template-columns:.95fr 1.35fr;gap:1rem;align-items:start}.caja-panel{display:flex;flex-direction:column;gap:1rem}.caja-panel-header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;padding-bottom:1rem;border-bottom:1px solid var(--gray-200)}.caja-panel-header h3{margin-bottom:0}.caja-form,.caja-filter-bar{display:grid;gap:.9rem}.caja-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.caja-field{display:flex;flex-direction:column;gap:.35rem}.caja-field textarea.input{min-height:110px}.caja-actions{display:flex;justify-content:flex-end}.caja-filters-actions{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-end}.active-filter{border-color:var(--primary);color:var(--primary-dark);background:var(--primary-lightest)}.caja-breakdown{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.caja-breakdown-card{padding:1rem;border-radius:1rem;border:1px solid var(--gray-200);background:linear-gradient(180deg,#f8fafc,#fff)}.caja-breakdown-card h4{margin-bottom:.75rem}.breakdown-row{display:flex;justify-content:space-between;gap:1rem;padding:.45rem 0;border-bottom:1px dashed var(--gray-200)}.breakdown-row:last-child{border-bottom:none}.caja-table-wrap{overflow-x:auto;border:1px solid var(--gray-200);border-radius:1rem}.caja-table-footer{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.caja-page-results{display:flex;align-items:center;gap:.2rem;flex-wrap:wrap}.caja-fetching{margin-left:.75rem;color:var(--gray-500);font-weight:600}.caja-table{min-width:900px}.caja-pill{display:inline-flex;align-items:center;padding:.32rem .68rem;border-radius:999px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.caja-pill.success{background:var(--success-light);color:var(--success-dark)}.caja-pill.danger{background:var(--danger-light);color:var(--danger-dark)}.caja-muted{color:var(--gray-500)}.caja-loading,.caja-empty{display:grid;place-items:center;gap:.6rem;padding:3rem 1rem;text-align:center;color:var(--gray-600)}.caja-breakdown,.caja-table-wrap,.caja-loading,.caja-empty{animation:cajaFadeIn .22s ease-out}body.dark .caja-kicker,body.dark .section-label{color:#bfdbfe}body.dark .caja-hero{background:linear-gradient(135deg,#2563eb2e,#10b9811a),var(--surface-card);border-color:#60a5fa33}body.dark .hero-stat{background:var(--surface-overlay);border-color:#94a3b833}body.dark .caja-summary-card{background:linear-gradient(180deg,#0f172af5,#0f172ae0)}body.dark .caja-summary-card.ingreso{background:linear-gradient(180deg,#064e3b85,#0f172af5)}body.dark .caja-summary-card.gasto{background:linear-gradient(180deg,#7f1d1d85,#0f172af5)}body.dark .caja-summary-card.balance{background:linear-gradient(180deg,#1e3a5f8f,#0f172af5)}body.dark .caja-summary-card.total{background:linear-gradient(180deg,#78350f85,#0f172af5)}body.dark .caja-breakdown-card{background:linear-gradient(180deg,#111827,#0f172a)}body.dark .caja-table-wrap{background:var(--surface-card)}body.dark .caja-empty{background:linear-gradient(135deg,#111827,#0f172aeb);border-color:var(--gray-200)}body.dark .caja-fetching{color:var(--gray-300)}body.dark .active-filter{color:#dbeafe;background:#1e3a5feb;border-color:#60a5fa73}body.dark .is-positive{color:#86efac}body.dark .is-negative{color:#fca5a5}@keyframes cajaFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1100px){.caja-layout,.caja-summary-grid{grid-template-columns:1fr 1fr}}@media(max-width:900px){.caja-hero,.caja-panel-header{flex-direction:column;align-items:stretch}.caja-hero-stats{width:100%;min-width:0}.caja-layout,.caja-summary-grid,.caja-breakdown,.caja-grid-2{grid-template-columns:1fr}.caja-filters-actions{justify-content:flex-start}}@media(max-width:640px){.caja-page{gap:1rem}.caja-hero,.caja-summary-card,.caja-breakdown-card{padding:.9rem}.caja-hero-stats{grid-template-columns:1fr}}:root{--primary: #2563eb;--primary-dark: #1e40af;--primary-light: #3b82f6;--primary-lightest: #dbeafe;--secondary: #64748b;--secondary-dark: #475569;--secondary-light: #94a3b8;--success: #10b981;--success-dark: #059669;--success-light: #d1fae5;--warning: #f59e0b;--warning-dark: #d97706;--warning-light: #fef3c7;--danger: #ef4444;--danger-dark: #dc2626;--danger-light: #fee2e2;--gray-50: #f8fafc;--gray-100: #f1f5f9;--gray-200: #e2e8f0;--gray-300: #cbd5e1;--gray-400: #94a3b8;--gray-500: #64748b;--gray-600: #475569;--gray-700: #334155;--gray-800: #1e293b;--gray-900: #0f172a;--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-mono: "SF Mono", Monaco, "Cascadia Code", "Roboto Mono", Consolas, "Courier New", monospace;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--space-3xl: 4rem;--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--radius-full: 9999px;--shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, .25);--surface-app: radial-gradient(circle at top right, rgba(37, 99, 235, .12), transparent 28%), radial-gradient(circle at bottom left, rgba(16, 185, 129, .08), transparent 22%), linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);--surface-nav: rgba(255, 255, 255, .95);--surface-card: #ffffff;--surface-card-soft: #f8fafc;--surface-card-softer: #f1f5f9;--surface-overlay: rgba(255, 255, 255, .78);--surface-input: #ffffff;--surface-input-hover: #f8fafc;--surface-floating: #ffffff;--surface-footer: rgba(255, 255, 255, .94);--transition-fast: .15s cubic-bezier(.4, 0, .2, 1);--transition-base: .2s cubic-bezier(.4, 0, .2, 1);--transition-slow: .3s cubic-bezier(.4, 0, .2, 1)}body.dark{--gray-50: #0f172a;--gray-100: #1e293b;--gray-200: #334155;--gray-300: #475569;--gray-400: #64748b;--gray-500: #94a3b8;--gray-600: #cbd5e1;--gray-700: #e2e8f0;--gray-800: #f1f5f9;--gray-900: #f8fafc;--primary-lightest: #1e3a5f;--success-light: #064e3b;--warning-light: #78350f;--danger-light: #7f1d1d;--shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, .2);--shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, .3), 0 1px 2px 0 rgba(0, 0, 0, .2);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .3), 0 2px 4px -1px rgba(0, 0, 0, .2);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .3), 0 4px 6px -2px rgba(0, 0, 0, .2);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .3), 0 10px 10px -5px rgba(0, 0, 0, .15);--shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, .5);--surface-app: radial-gradient(circle at top right, rgba(59, 130, 246, .2), transparent 28%), radial-gradient(circle at bottom left, rgba(16, 185, 129, .12), transparent 20%), linear-gradient(135deg, #020617 0%, #0f172a 46%, #172554 100%);--surface-nav: rgba(2, 6, 23, .82);--surface-card: #0f172a;--surface-card-soft: #111827;--surface-card-softer: #1e293b;--surface-overlay: rgba(15, 23, 42, .82);--surface-input: #020617;--surface-input-hover: #111827;--surface-floating: #162033;--surface-footer: rgba(2, 6, 23, .92);color:#f8fafc;color-scheme:dark}body.dark .card,body.dark .form-card,body.dark .list-card,body.dark .productos-modal,body.dark .wizard-step-panel,body.dark .item-card,body.dark .variante-item{background:var(--surface-card)}body.dark .nav{background:var(--surface-nav)}body.dark .btn.secondary{background:var(--surface-card-soft)}body.dark .btn.secondary:hover:not(:disabled){background:var(--surface-card-softer)}body.dark .input,body.dark select.input,body.dark textarea.input{background:var(--surface-input)}body.dark .input:hover:not(:disabled):not(:focus){background:var(--surface-input-hover)}body.dark .input:focus{background:var(--surface-input)}body.dark .ac-panel,body.dark .ac-item{background:var(--surface-floating)}body.dark .ac-item:hover,body.dark .wizard-step-pill.active{background:var(--surface-card-softer)}body.dark .wizard-footer{background:var(--surface-footer);box-shadow:0 -4px 20px #0000004d}body.dark .productos-modal-backdrop{background:#0009}body.dark select.input option{background:var(--surface-floating);color:#f8fafc}body.dark .theme-toggle{background:var(--surface-card-soft);border-color:var(--gray-200);color:var(--gray-700)}body.dark .theme-toggle:hover{background:var(--surface-card-softer);border-color:var(--gray-300)}body.dark .badge.primary,body.dark .alert.info{color:#dbeafe}body.dark .badge.success,body.dark .alert.success{color:#d1fae5}body.dark .badge.warning,body.dark .alert.warning{color:#fef3c7}body.dark .badge.danger,body.dark .alert.error{color:#fee2e2}.theme-toggle{margin-left:auto;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1.5px solid var(--gray-300);border-radius:var(--radius-md);background:transparent;cursor:pointer;font-size:1.1rem;transition:all var(--transition-fast);flex-shrink:0;color:var(--gray-700)}.theme-toggle:hover{background:var(--gray-50);border-color:var(--gray-400)}*{box-sizing:border-box;margin:0;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield;appearance:textfield}body{font-family:var(--font-sans);font-size:16px;line-height:1.6;color:var(--gray-900);background:var(--surface-app);min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background .3s ease,color .3s ease}a{color:inherit;text-decoration:none}button{font-family:inherit}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:var(--gray-900);margin-bottom:var(--space-md)}h1{font-size:2.25rem;letter-spacing:-.025em}h2{font-size:1.875rem;letter-spacing:-.025em}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}.text-muted{color:var(--gray-600)}.small{font-size:.875rem;color:var(--gray-600)}strong{font-weight:600;color:var(--gray-900)}.container{max-width:1400px;margin:0 auto;padding:var(--space-xl)}.row{display:flex;gap:var(--space-md);align-items:center;padding-top:var(--space-sm);padding-bottom:var(--space-sm)}.row.gap-sm{gap:var(--space-sm)}.row.gap-lg{gap:var(--space-lg)}.card{background:var(--surface-card);border-radius:var(--radius-xl);padding:var(--space-xl);box-shadow:var(--shadow-sm);border:1px solid var(--gray-200);transition:all var(--transition-base)}.card:hover{box-shadow:var(--shadow-lg);border-color:var(--gray-300)}.card>h2:first-child,.card>h3:first-child{margin-top:0;margin-bottom:var(--space-lg);display:flex;align-items:center;gap:var(--space-sm)}.card>h2:first-child:before,.card>h3:first-child:before{content:"";display:inline-block;width:4px;height:1.5rem;background:var(--primary);border-radius:var(--radius-full)}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-lg);padding-bottom:var(--space-md);border-bottom:2px solid var(--gray-100)}.nav{background:var(--surface-nav);border-bottom:1px solid var(--gray-200);position:sticky;top:0;z-index:100;box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.nav .inner{max-width:1400px;margin:0 auto;padding:var(--space-md) var(--space-xl);display:flex;align-items:center;gap:var(--space-sm)}.nav a{padding:var(--space-sm) var(--space-lg);border-radius:var(--radius-md);font-weight:500;font-size:.9375rem;color:var(--gray-700);transition:all var(--transition-fast);white-space:nowrap}.nav a:hover{background:var(--gray-50);color:var(--gray-900)}.nav a.active{background:var(--primary);color:#fff}.nav a.active:hover{background:var(--primary-dark)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-sm);padding:.625rem 1.25rem;font-size:.9375rem;font-weight:500;line-height:1.5;border:none;border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);white-space:nowrap;-webkit-user-select:none;user-select:none;position:relative;overflow:hidden}.btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width var(--transition-base),height var(--transition-base)}.btn:active:before{width:300px;height:300px}.btn:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.btn:active:not(:disabled){transform:translateY(1px)}.btn{background:var(--primary);color:#fff;box-shadow:var(--shadow-sm)}.btn:hover:not(:disabled){background:var(--primary-dark);box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn.secondary{background:var(--surface-card);color:var(--gray-700);border:1.5px solid var(--gray-300);box-shadow:var(--shadow-xs)}.btn.secondary:hover:not(:disabled){background:var(--surface-card-soft);border-color:var(--gray-400);transform:translateY(-1px)}.btn.danger{background:var(--danger);color:#fff;box-shadow:var(--shadow-sm)}.btn.danger:hover:not(:disabled){background:var(--danger-dark);box-shadow:var(--shadow-md)}.btn.success{background:var(--success);color:#fff;box-shadow:var(--shadow-sm)}.btn.success:hover:not(:disabled){background:var(--success-dark);box-shadow:var(--shadow-md)}.btn.warning{background:var(--warning);color:#fff;box-shadow:var(--shadow-sm)}.btn.warning:hover:not(:disabled){background:var(--warning-dark);box-shadow:var(--shadow-md)}.btn.big{padding:1rem 2rem;font-size:1.125rem;font-weight:600;border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}.btn.big:hover:not(:disabled){box-shadow:var(--shadow-lg)}.input,select.input,textarea.input{width:100%;padding:.5rem .75rem;font-size:.9375rem;line-height:1.5;color:var(--gray-900);background:var(--surface-input);border:1.5px solid var(--gray-300);border-radius:var(--radius-md);transition:all var(--transition-fast);font-family:inherit}.input::placeholder{color:var(--gray-400)}.input:hover:not(:disabled):not(:focus){border-color:var(--gray-400);background:var(--surface-input-hover)}.input:focus{outline:none;border-color:var(--primary);background:var(--surface-input);box-shadow:0 0 0 3px var(--primary-lightest)}.input:disabled{background:var(--gray-100);color:var(--gray-500);cursor:not-allowed;border-color:var(--gray-200)}select.input{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:1.25rem 1.25rem;padding-right:2.75rem}textarea.input{min-height:100px;resize:vertical}.input[type=date]{cursor:pointer}.label{display:block;font-size:.875rem;font-weight:600;color:var(--gray-700);margin-bottom:var(--space-xs);letter-spacing:.025em}.field{width:100%}.table{width:100%;border-collapse:separate;border-spacing:0;font-size:.9375rem;border-radius:var(--radius-lg)}.table thead{background:linear-gradient(135deg,var(--surface-card-soft) 0%,var(--surface-card-softer) 100%)}.table th{padding:1rem 1.125rem;text-align:left;font-weight:600;font-size:.8125rem;color:var(--gray-700);text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid var(--gray-200)}.table td{padding:1rem 1.125rem;border-bottom:1px solid var(--gray-100);vertical-align:middle}.table tbody tr{transition:all var(--transition-fast)}.table tbody tr:hover{background:var(--surface-card-soft);box-shadow:inset 0 0 0 1px var(--gray-200)}.table tbody tr:last-child td{border-bottom:none}.badge{display:inline-flex;align-items:center;padding:.375rem .75rem;font-size:.75rem;font-weight:600;line-height:1;border-radius:var(--radius-full);white-space:nowrap;text-transform:uppercase;letter-spacing:.05em}.badge{background:var(--gray-100);color:var(--gray-700)}.badge.primary{background:var(--primary-lightest);color:var(--primary-dark)}.badge.success{background:var(--success-light);color:var(--success-dark)}.badge.warning{background:var(--warning-light);color:var(--warning-dark)}.badge.danger{background:var(--danger-light);color:var(--danger-dark)}.badge:before{content:"●";margin-right:.375rem}.ac{position:relative;width:100%}.ac-panel{position:absolute;top:calc(100% + .5rem);left:0;right:0;z-index:1000;background:var(--surface-floating);border:1px solid var(--gray-200);border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);overflow:hidden;max-height:320px;overflow-y:auto;animation:slideDown var(--transition-base)}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.ac-item{width:100%;text-align:left;border:none;background:var(--surface-floating);cursor:pointer;padding:.875rem 1.125rem;display:block;transition:all var(--transition-fast);border-left:3px solid transparent}.ac-item:hover{background:var(--gray-50);border-left-color:var(--primary-light)}.ac-item.active{background:var(--primary);color:#fff;border-left-color:var(--primary-dark)}.ac-item.active .ac-item-sub{opacity:.9}.ac-item-main{font-size:.9375rem;font-weight:600;margin-bottom:.25rem}.ac-item-sub{font-size:.8125rem;opacity:.7}.ac-empty{padding:1rem 1.125rem;font-size:.875rem;color:var(--gray-500);text-align:center}.editor-section{border-top:2px solid var(--gray-200);padding-top:var(--space-lg);padding-bottom:var(--space-lg);margin-top:var(--space-md)}.section-header{display:flex;align-items:center;justify-content:space-between;padding:var(--space-md);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:var(--radius-md);transition:all var(--transition-fast)}.section-header:hover{background:var(--surface-card-soft)}.section-header h3{margin:0;display:flex;align-items:center;gap:var(--space-md)}.section-toggle{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;font-size:1rem;color:var(--gray-600);background:var(--gray-100);border-radius:var(--radius-md);transition:all var(--transition-fast)}.section-toggle.open{transform:rotate(90deg);background:var(--primary);color:#fff}.section-content{overflow:hidden;max-height:0;opacity:0;transition:max-height var(--transition-slow),opacity var(--transition-base)}.section-content.open{max-height:5000px;opacity:1}.alert{padding:var(--space-md) var(--space-lg);border-radius:var(--radius-md);font-size:.9375rem;border:1px solid;display:flex;align-items:center;gap:var(--space-sm);animation:slideIn var(--transition-base)}@keyframes slideIn{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}.alert:before{content:"";width:1.25rem;height:1.25rem;flex-shrink:0;border-radius:50%}.alert.error{background:var(--danger-light);border-color:var(--danger);color:var(--danger-dark)}.alert.success{background:var(--success-light);border-color:var(--success);color:var(--success-dark)}.alert.warning{background:var(--warning-light);border-color:var(--warning);color:var(--warning-dark)}.alert.info{background:var(--primary-lightest);border-color:var(--primary);color:var(--primary-dark)}.loading{display:inline-block;width:1.25rem;height:1.25rem;border:2px solid var(--gray-300);border-top-color:var(--primary);border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.editor-actions{display:flex;gap:var(--space-md);justify-content:flex-end;align-items:center;margin-top:var(--space-xl);padding-top:var(--space-xl);border-top:2px solid var(--gray-200)}.items-titulo{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-lg)}.card-entrega{display:flex;justify-content:space-around;align-items:center}.card-entrega div,.text-center{text-align:center}.text-right{text-align:right}.mt-0{margin-top:0!important}.mb-0{margin-bottom:0!important}.mt-1{margin-top:var(--space-xs)}.mt-2{margin-top:var(--space-sm)}.mt-3{margin-top:var(--space-md)}.mt-4{margin-top:var(--space-lg)}.mb-1{margin-bottom:var(--space-xs)}.mb-2{margin-bottom:var(--space-sm)}.mb-3{margin-bottom:var(--space-md)}.mb-4{margin-bottom:var(--space-lg)}@media(max-width:1024px){.container{padding:var(--space-lg)}}@media(max-width:768px){html{-webkit-text-size-adjust:100%;overflow-x:hidden}body{overflow-x:hidden}.container{padding:var(--space-sm)}.nav{position:sticky;top:0;z-index:100}.nav .inner{padding:var(--space-xs) var(--space-sm);gap:var(--space-xs);overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.nav .inner::-webkit-scrollbar{display:none}.nav .inner>strong{font-size:.875rem;flex-shrink:0}.nav a{padding:.375rem .75rem;font-size:.8125rem;flex-shrink:0;border-radius:var(--radius-full)}.card{padding:var(--space-md);border-radius:var(--radius-lg)}.card-header{flex-direction:column;gap:var(--space-sm);align-items:stretch}.row{flex-direction:column;align-items:stretch;gap:var(--space-sm)}.row>*{width:100%!important;min-width:0!important;flex-basis:100%!important}.field{width:100%!important;min-width:0!important}.table-wrapper,.items-table,.reglas-table{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:0 calc(-1 * var(--space-md));padding:0 var(--space-md)}.table{font-size:.8125rem}.table th,.table td{padding:.625rem .5rem}.table th{font-size:.6875rem}.btn{padding:.75rem 1rem;font-size:.875rem;min-height:44px;border-radius:var(--radius-md)}.btn.big{padding:.875rem 1.5rem;font-size:1rem}.editor-actions .btn,.form-actions .btn,.config-actions .btn{width:100%}.table-actions{gap:.25rem}.table-actions .btn{padding:.375rem .5rem;font-size:.75rem;min-height:36px;width:auto}h1{font-size:1.5rem}h2{font-size:1.25rem}h3{font-size:1.125rem}h4{font-size:1rem}.small{font-size:.8125rem}.input,select.input,textarea.input{padding:.625rem .75rem;font-size:1rem;min-height:44px}select.input{padding-right:2.5rem}.label{font-size:.8125rem}.badge{padding:.25rem .5rem;font-size:.6875rem}.ac-panel{max-height:240px}.ac-item{padding:.75rem 1rem}.section-header{padding:var(--space-sm)}.section-header h3{font-size:1rem}.editor-section{padding-top:var(--space-md);padding-bottom:var(--space-md)}.items-titulo{flex-direction:column;gap:var(--space-sm);align-items:stretch}.alert{font-size:.875rem;padding:var(--space-sm) var(--space-md)}.pagination{gap:var(--space-sm);flex-wrap:wrap;justify-content:center}.pagination .btn{width:auto;flex:1;min-width:0}.card-entrega{flex-direction:column;gap:var(--space-sm)}.mt-4{margin-top:var(--space-md)}.mb-4{margin-bottom:var(--space-md)}}@media(max-width:425px){.container{padding:.375rem}.card{padding:var(--space-sm);border-radius:var(--radius-md)}.card-header{padding-bottom:var(--space-sm);margin-bottom:var(--space-sm)}.nav .inner{padding:.25rem .375rem}.nav a{padding:.25rem .5rem;font-size:.75rem}.nav .inner>strong{font-size:.8125rem}h1{font-size:1.25rem}h2{font-size:1.125rem}h3{font-size:1rem}.btn{padding:.5rem .625rem;font-size:.8125rem;min-height:40px}.btn.big{padding:.625rem 1rem;font-size:.875rem}.input,select.input,textarea.input{padding:.5rem .625rem;font-size:.9375rem;min-height:40px}.table-wrapper,.items-table,.reglas-table{margin:0 calc(-1 * var(--space-sm));padding:0 var(--space-sm)}.table th,.table td{padding:.5rem .375rem;font-size:.75rem}.table th{font-size:.625rem}.badge{padding:.1875rem .375rem;font-size:.625rem}.table-actions .btn{padding:.25rem .375rem;font-size:.6875rem;min-height:32px}.pagination{gap:.25rem}.pagination .btn{font-size:.75rem;padding:.375rem .5rem}.ac-item{padding:.625rem .75rem}.ac-item-main{font-size:.875rem}.ac-item-sub{font-size:.75rem}.section-header{padding:.375rem}.section-header h3{font-size:.9375rem;gap:var(--space-sm)}.section-toggle{width:1.5rem;height:1.5rem;font-size:.875rem}.label{font-size:.75rem}.alert{font-size:.8125rem;padding:var(--space-xs) var(--space-sm)}}@media(max-width:340px){.container{padding:.25rem}.card{padding:.375rem}.nav .inner>strong{font-size:.75rem}.nav a{padding:.1875rem .375rem;font-size:.6875rem}h1{font-size:1.125rem}h2{font-size:1rem}.input,select.input,textarea.input{padding:.375rem .5rem;font-size:.875rem;min-height:38px}.btn{padding:.375rem .5rem;font-size:.75rem;min-height:36px}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-in{animation:fadeIn var(--transition-base)}:focus-visible{outline:2px solid var(--primary);outline-offset:2px}button:focus-visible,a:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.pagination{display:flex;align-items:center;justify-content:center;gap:var(--space-md);padding:var(--space-lg) 0 var(--space-sm)}
