.SolicitudEquipo-module__653IHW__container{background:linear-gradient(135deg,#4a90e2 0%,#2874d9 100%);flex-direction:column;min-height:100vh;display:flex}.SolicitudEquipo-module__653IHW__main{flex:1;width:100%;max-width:1900px;margin:0 auto;padding:2rem}.SolicitudEquipo-module__653IHW__header{color:#fff;justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.SolicitudEquipo-module__653IHW__header h1{text-shadow:2px 2px 4px #0003;margin:0;font-size:2.5rem}.SolicitudEquipo-module__653IHW__btnAdd{color:#4a90e2;cursor:pointer;background:#fff;border:none;border-radius:8px;padding:.8rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s;box-shadow:0 2px 8px #0000001a}.SolicitudEquipo-module__653IHW__btnAdd:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.SolicitudEquipo-module__653IHW__searchBar{margin-bottom:2rem}.SolicitudEquipo-module__653IHW__searchInput{border:none;border-radius:8px;outline:none;width:100%;max-width:500px;padding:.8rem 1.2rem;font-size:1rem;transition:box-shadow .3s;box-shadow:0 2px 8px #0000001a}.SolicitudEquipo-module__653IHW__searchInput:focus{box-shadow:0 4px 12px #0003}.SolicitudEquipo-module__653IHW__btnEdit,.SolicitudEquipo-module__653IHW__btnDelete,.SolicitudEquipo-module__653IHW__btnView,.SolicitudEquipo-module__653IHW__btnAnular,.SolicitudEquipo-module__653IHW__btnContrato,.SolicitudEquipo-module__653IHW__btnVerPDF,.SolicitudEquipo-module__653IHW__btnImprimir,.SolicitudEquipo-module__653IHW__btnInfo{cursor:pointer;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.9rem;font-weight:500;transition:all .2s}.SolicitudEquipo-module__653IHW__btnView{color:#fff;background:#2196f3;margin-right:.5rem}.SolicitudEquipo-module__653IHW__btnView:hover{background:#0b7dda;transform:translateY(-1px)}.SolicitudEquipo-module__653IHW__btnEdit{color:#fff;background:#00bcd4;margin-right:.5rem}.SolicitudEquipo-module__653IHW__btnEdit:hover{background:#0097a7;transform:translateY(-1px)}.SolicitudEquipo-module__653IHW__btnContrato{color:#fff;background:#4caf50;margin-right:.5rem}.SolicitudEquipo-module__653IHW__btnContrato:hover{background:#45a049;transform:translateY(-1px)}.SolicitudEquipo-module__653IHW__btnImprimir{color:#fff;background:#d3f510;margin-right:.5rem}.SolicitudEquipo-module__653IHW__btnImprimir:hover{background:#dacc08;transform:translateY(-1px)}.SolicitudEquipo-module__653IHW__btnVerPDF{color:#fff;background:#9c27b0;margin-right:.5rem}.SolicitudEquipo-module__653IHW__btnVerPDF:hover{background:#7b1fa2;transform:translateY(-1px)}.SolicitudEquipo-module__653IHW__btnDelete{color:#fff;background:#f44336}.SolicitudEquipo-module__653IHW__btnDelete:hover{background:#da190b;transform:translateY(-1px)}.SolicitudEquipo-module__653IHW__btnAnular{color:#fff;background:#757575}.SolicitudEquipo-module__653IHW__btnAnular:hover{background:#616161;transform:translateY(-1px)}.SolicitudEquipo-module__653IHW__btnInfo{color:#fff;background:#ff9800;margin-right:.5rem}.SolicitudEquipo-module__653IHW__btnInfo:hover{background:#f57c00;transform:translateY(-1px)}.SolicitudEquipo-module__653IHW__statusActive{color:#ff5722;font-weight:600}.SolicitudEquipo-module__653IHW__statusInactive{color:#9e9e9e;font-weight:600}.SolicitudEquipo-module__653IHW__statusSuccess{color:#4caf50;font-weight:600}.SolicitudEquipo-module__653IHW__statusContrato{color:#2196f3;font-weight:600}.SolicitudEquipo-module__653IHW__statusSolicitud{color:#ff9800;font-weight:600}.SolicitudEquipo-module__653IHW__statusFinalizado{color:#1b5e20;font-weight:600}.SolicitudEquipo-module__653IHW__statusExtendido{color:#9c27b0;background-color:#9c27b01a;border-radius:4px;padding:.25rem .5rem;font-weight:600}.SolicitudEquipo-module__653IHW__fechaVencida{color:#f44336;background-color:#f443361a;border-radius:4px;padding:.25rem .5rem;font-weight:700}.SolicitudEquipo-module__653IHW__fechaPorVencer{color:#ff9800;background-color:#ff98001a;border-radius:4px;padding:.25rem .5rem;font-weight:700}.SolicitudEquipo-module__653IHW__linkSolicitud{color:#4a90e2;font-weight:600;text-decoration:none;transition:all .2s}.SolicitudEquipo-module__653IHW__linkSolicitud:hover{color:#2874d9;text-decoration:underline}.SolicitudEquipo-module__653IHW__modalOverlay{z-index:9999;background:#000000b3;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0;overflow-y:auto}.SolicitudEquipo-module__653IHW__modal{background:#fff;border-radius:12px;width:100%;max-width:1200px;max-height:90vh;animation:.3s ease-out SolicitudEquipo-module__653IHW__slideUp;overflow-y:auto;box-shadow:0 10px 40px #0000004d}@keyframes SolicitudEquipo-module__653IHW__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.SolicitudEquipo-module__653IHW__modalHeader{color:#fff;z-index:10;background:linear-gradient(135deg,#4a90e2 0%,#2874d9 100%);border-radius:12px 12px 0 0;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex;position:sticky;top:0}.SolicitudEquipo-module__653IHW__modalHeader h2{margin:0;font-size:1.5rem}.SolicitudEquipo-module__653IHW__closeBtn{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;padding:0;font-size:2rem;line-height:1;transition:background .2s;display:flex}.SolicitudEquipo-module__653IHW__closeBtn:hover{background:#fff3}.SolicitudEquipo-module__653IHW__form{padding:2rem}.SolicitudEquipo-module__653IHW__section{background:#f8f9fa;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.SolicitudEquipo-module__653IHW__section h3{color:#333;border-bottom:2px solid #4a90e2;margin-top:0;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.2rem}.SolicitudEquipo-module__653IHW__formRow{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:1.5rem;display:grid}.SolicitudEquipo-module__653IHW__formGroup{margin-bottom:1.5rem}.SolicitudEquipo-module__653IHW__formGroup label{color:#333;margin-bottom:.5rem;font-weight:500;display:block}.SolicitudEquipo-module__653IHW__formGroup input[type=text],.SolicitudEquipo-module__653IHW__formGroup input[type=date],.SolicitudEquipo-module__653IHW__formGroup input[type=number],.SolicitudEquipo-module__653IHW__formGroup select,.SolicitudEquipo-module__653IHW__formGroup textarea{border:1px solid #ddd;border-radius:6px;outline:none;width:100%;padding:.8rem;font-family:inherit;font-size:1rem;transition:border-color .3s}.SolicitudEquipo-module__653IHW__formGroup input:focus,.SolicitudEquipo-module__653IHW__formGroup select:focus,.SolicitudEquipo-module__653IHW__formGroup textarea:focus{border-color:#4a90e2}.SolicitudEquipo-module__653IHW__formGroup textarea{resize:vertical;min-height:80px}.SolicitudEquipo-module__653IHW__checkboxLabel input[type=checkbox]{cursor:pointer;width:18px;height:18px}.SolicitudEquipo-module__653IHW__btnAddDetalle{color:#fff;cursor:pointer;background:#4a90e2;border:none;border-radius:6px;margin-bottom:1rem;padding:.6rem 1.2rem;font-size:.9rem;font-weight:600;transition:all .3s}.SolicitudEquipo-module__653IHW__btnAddDetalle:hover{background:#2874d9;transform:translateY(-1px)}.SolicitudEquipo-module__653IHW__detallesContainer{flex-direction:column;gap:.8rem;display:flex}.SolicitudEquipo-module__653IHW__detalleHeader{color:#fff;background:linear-gradient(135deg,#4a90e2 0%,#357abd 100%);border-radius:6px;grid-template-columns:2fr 1fr 1fr 1fr 1.5fr 1.2fr 40px;align-items:center;gap:.8rem;margin-top:1rem;padding:.8rem 1rem;font-weight:600;display:grid}.SolicitudEquipo-module__653IHW__detalleHeader span{text-align:center;font-size:.9rem}.SolicitudEquipo-module__653IHW__detalleHeader span:first-child{text-align:left}.SolicitudEquipo-module__653IHW__detalleRow{background:#fff;border-radius:6px;grid-template-columns:2fr 1fr 1fr 1fr 1.5fr 1.2fr 110px;align-items:center;gap:.8rem;padding:.8rem;transition:all .3s;display:grid;box-shadow:0 2px 4px #0000001a}.SolicitudEquipo-module__653IHW__detalleRowVencida{border:2px solid #f44336;box-shadow:0 2px 8px #f443364d;background:#ffebee!important}.SolicitudEquipo-module__653IHW__detalleRowProxima{border:2px solid #ff9800;box-shadow:0 2px 8px #ff98004d;background:#fff3e0!important}.SolicitudEquipo-module__653IHW__selectEquipo{border:1px solid #ddd;border-radius:4px;outline:none;padding:.6rem;font-size:.9rem}.SolicitudEquipo-module__653IHW__inputSmall,.SolicitudEquipo-module__653IHW__inputMedium{border:1px solid #ddd;border-radius:4px;outline:none;width:100%;padding:.6rem;font-size:.9rem}.SolicitudEquipo-module__653IHW__montoFinal{color:#4a90e2;text-align:right;font-weight:600}.SolicitudEquipo-module__653IHW__btnDeleteDetalle{color:#fff;cursor:pointer;background:#f44336;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.5rem;transition:all .2s;display:flex}.SolicitudEquipo-module__653IHW__btnDeleteDetalle:hover{background:#da190b;transform:scale(1.1)}.SolicitudEquipo-module__653IHW__btnRecoger{color:#fff;cursor:pointer;white-space:nowrap;background:#4caf50;border:none;border-radius:6px;align-items:center;gap:.3rem;margin-right:.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.SolicitudEquipo-module__653IHW__btnRecoger:hover{background:#45a049;transform:translateY(-1px);box-shadow:0 2px 8px #4caf504d}.SolicitudEquipo-module__653IHW__totalesContainer{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px #0000001a}.SolicitudEquipo-module__653IHW__totalRow{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:.8rem 0;font-size:1rem;display:flex}.SolicitudEquipo-module__653IHW__totalRow:last-child{border-bottom:none}.SolicitudEquipo-module__653IHW__totalRow label{color:#555;font-weight:500}.SolicitudEquipo-module__653IHW__inputDescuento{text-align:right;color:#333;appearance:textfield;background:#f9f9f9;border:2px solid #e0e0e0;border-radius:6px;width:180px;padding:.6rem .8rem;font-size:1rem;font-weight:600;transition:all .3s}.SolicitudEquipo-module__653IHW__inputDescuento::-webkit-inner-spin-button{appearance:none;margin:0}.SolicitudEquipo-module__653IHW__inputDescuento::-webkit-outer-spin-button{appearance:none;margin:0}.SolicitudEquipo-module__653IHW__inputDescuento:hover{background:#fff;border-color:#4a90e2}.SolicitudEquipo-module__653IHW__inputDescuento:focus{background:#fff;border-color:#4a90e2;outline:none;box-shadow:0 0 0 3px #4a90e21a}.SolicitudEquipo-module__653IHW__totalFinal{color:#4a90e2;margin-top:.5rem;padding-top:1rem;font-size:1.3rem;font-weight:700;border-top:2px solid #4a90e2!important}.SolicitudEquipo-module__653IHW__modalActions{border-top:1px solid #e0e0e0;justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:2rem;display:flex}.SolicitudEquipo-module__653IHW__btnCancel,.SolicitudEquipo-module__653IHW__btnSubmit{cursor:pointer;border:none;border-radius:6px;padding:.8rem 2rem;font-size:1rem;font-weight:600;transition:all .3s}.SolicitudEquipo-module__653IHW__btnCancel{color:#666;background:#e0e0e0}.SolicitudEquipo-module__653IHW__btnCancel:hover{background:#d0d0d0}.SolicitudEquipo-module__653IHW__btnSubmit{color:#fff;background:#4a90e2}.SolicitudEquipo-module__653IHW__btnSubmit:hover{background:#2874d9;transform:translateY(-1px);box-shadow:0 4px 12px #4a90e24d}@media (max-width:768px){.SolicitudEquipo-module__653IHW__main{padding:1rem}.SolicitudEquipo-module__653IHW__header h1{font-size:1.8rem}.SolicitudEquipo-module__653IHW__modal{max-width:95%}.SolicitudEquipo-module__653IHW__form{padding:1rem}.SolicitudEquipo-module__653IHW__formRow{grid-template-columns:1fr}.SolicitudEquipo-module__653IHW__detalleRow{grid-template-columns:1fr;gap:.5rem}.SolicitudEquipo-module__653IHW__modalActions{flex-direction:column}.SolicitudEquipo-module__653IHW__btnCancel,.SolicitudEquipo-module__653IHW__btnSubmit{width:100%}}.SolicitudEquipo-module__653IHW__dropdown{z-index:1000;background:#fff;border:1px solid #ddd;border-top:none;border-radius:0 0 4px 4px;max-height:200px;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 4px 6px #0000001a}.SolicitudEquipo-module__653IHW__dropdownItem{cursor:pointer;padding:10px 15px;transition:background .2s}.SolicitudEquipo-module__653IHW__dropdownItem:hover{background:#f0f0f0}.SolicitudEquipo-module__653IHW__dropdownItem:active{background:#e0e0e0}.SolicitudEquipo-module__653IHW__toggleContainer{flex-direction:column;justify-content:center;gap:.5rem;height:100%;display:flex}.SolicitudEquipo-module__653IHW__checkboxLabel{cursor:pointer;align-items:center;gap:.5rem;display:flex}.SolicitudEquipo-module__653IHW__checkboxLabel input[type=checkbox]{appearance:none;cursor:pointer;background:linear-gradient(135deg,#e74c3c 0%,#c0392b 100%);border-radius:50px;outline:none;width:120px;height:36px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;box-shadow:inset 0 2px 4px #0000001a}.SolicitudEquipo-module__653IHW__checkboxLabel input[type=checkbox]:after{content:"No";color:#fff;pointer-events:none;text-shadow:0 1px 2px #0000004d;font-size:.85rem;font-weight:600;transition:opacity .2s;position:absolute;top:50%;left:auto;right:16px;transform:translateY(-50%)}.SolicitudEquipo-module__653IHW__checkboxLabel input[type=checkbox]:hover{box-shadow:inset 0 2px 4px #00000026,0 0 8px #4a90e24d}.SolicitudEquipo-module__653IHW__checkboxLabel input[type=checkbox]:checked{background:linear-gradient(135deg,#27ae60 0%,#229954 100%);box-shadow:inset 0 2px 4px #0000001a,0 0 12px #27ae6066}.SolicitudEquipo-module__653IHW__checkboxLabel input[type=checkbox]:checked:after{content:"Sí";left:16px;right:auto}.SolicitudEquipo-module__653IHW__checkboxLabel input[type=checkbox]:before{content:"";z-index:1;background:linear-gradient(135deg,#fff 0%,#f5f5f5 100%);border-radius:50%;width:30px;height:30px;transition:all .4s cubic-bezier(.4,0,.2,1);position:absolute;top:3px;left:3px;box-shadow:0 3px 6px #00000040,0 1px 3px #00000026}.SolicitudEquipo-module__653IHW__checkboxLabel input[type=checkbox]:checked:before{transform:translate(84px);box-shadow:0 3px 8px #0000004d,0 1px 4px #0003}.SolicitudEquipo-module__653IHW__togglePagoEnvio:after{content:"No paga"!important}.SolicitudEquipo-module__653IHW__togglePagoEnvio:checked:after{content:"Paga"!important}.SolicitudEquipo-module__653IHW__toggleFactura:after{content:"No usa"!important}.SolicitudEquipo-module__653IHW__toggleFactura:checked:after{content:"Usa"!important}.SolicitudEquipo-module__653IHW__modalContent{background:#fff;border-radius:12px;width:100%;max-width:600px;animation:.3s ease-out SolicitudEquipo-module__653IHW__slideUp;box-shadow:0 10px 40px #0000004d}.SolicitudEquipo-module__653IHW__modalClose{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;padding:0;font-size:2rem;line-height:1;transition:background .2s;display:flex}.SolicitudEquipo-module__653IHW__modalClose:hover{background:#fff3}.SolicitudEquipo-module__653IHW__modalBody{padding:2rem}.SolicitudEquipo-module__653IHW__modalDescription{color:#666;margin:0 0 1.5rem;line-height:1.6}.SolicitudEquipo-module__653IHW__modalLabel{color:#333;margin-bottom:.5rem;font-size:.95rem;font-weight:600;display:block}.SolicitudEquipo-module__653IHW__modalTextarea{resize:vertical;box-sizing:border-box;border:2px solid #e0e0e0;border-radius:8px;width:100%;padding:.75rem;font-family:inherit;font-size:1rem;transition:all .3s}.SolicitudEquipo-module__653IHW__modalTextarea:focus{border-color:#4a90e2;outline:none;box-shadow:0 0 0 3px #4a90e21a}.SolicitudEquipo-module__653IHW__modalFooter{border-top:1px solid #e0e0e0;justify-content:flex-end;gap:1rem;padding:1.5rem 2rem;display:flex}.SolicitudEquipo-module__653IHW__btnCancel{color:#666;cursor:pointer;background:#fff;border:2px solid #ddd;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s}.SolicitudEquipo-module__653IHW__btnCancel:hover{background:#f5f5f5;border-color:#ccc}.SolicitudEquipo-module__653IHW__btnAnularConfirm{color:#fff;cursor:pointer;background:linear-gradient(135deg,#e74c3c 0%,#c0392b 100%);border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s;box-shadow:0 2px 8px #e74c3c4d}.SolicitudEquipo-module__653IHW__btnAnularConfirm:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #e74c3c66}.SolicitudEquipo-module__653IHW__btnAnularConfirm:disabled{opacity:.5;cursor:not-allowed}@media print{body{background:#fff!important;font-size:12pt!important}.print-only{display:block!important}.SolicitudEquipo-module__653IHW__header:not(.SolicitudEquipo-module__653IHW__modalHeader),.SolicitudEquipo-module__653IHW__searchBar,.SolicitudEquipo-module__653IHW__modalActions,.SolicitudEquipo-module__653IHW__btnAdd,.SolicitudEquipo-module__653IHW__btnEdit,.SolicitudEquipo-module__653IHW__btnDelete,.SolicitudEquipo-module__653IHW__btnView,.SolicitudEquipo-module__653IHW__btnAnular,.SolicitudEquipo-module__653IHW__btnContrato,.SolicitudEquipo-module__653IHW__btnVerPDF,.SolicitudEquipo-module__653IHW__closeBtn{display:none!important}nav{display:none!important}header{display:none!important}footer{display:none!important}.navbar{display:none!important}.menu{display:none!important}.sidebar{display:none!important}table{display:none!important}.pagination{display:none!important}.table-info{display:none!important}.showing{display:none!important}.SolicitudEquipo-module__653IHW__container{background:#fff!important}.SolicitudEquipo-module__653IHW__main{padding:0!important}.SolicitudEquipo-module__653IHW__main>:not(.SolicitudEquipo-module__653IHW__modalOverlay){display:none!important}.SolicitudEquipo-module__653IHW__modalOverlay{background:#fff!important;margin:0!important;padding:0!important;position:static!important}.SolicitudEquipo-module__653IHW__modal{box-shadow:none!important;border-radius:0!important;max-width:100%!important;max-height:none!important;margin:0!important;padding:0!important;overflow:visible!important}.SolicitudEquipo-module__653IHW__modalHeader{border-bottom:1px solid #000!important;margin:0!important;padding:.25rem 0!important}.SolicitudEquipo-module__653IHW__modalHeader h2{color:#000!important;margin:0!important;padding:0!important;font-size:12pt!important}.SolicitudEquipo-module__653IHW__modalHeader span{color:#000!important;font-size:10pt!important}.SolicitudEquipo-module__653IHW__modalHeader>div{display:flex!important}.SolicitudEquipo-module__653IHW__form>:not(.seccion-paradas){display:none!important}.seccion-paradas{page-break-inside:avoid;margin-top:0!important;padding-top:.25rem!important;display:block!important}.seccion-paradas>h3{visibility:hidden!important;border:none!important;height:0!important;margin:0!important;padding:0!important;display:none!important}.paradas-container{max-height:none!important;margin-top:0!important;padding-top:0!important;display:block!important;overflow:visible!important}.SolicitudEquipo-module__653IHW__form{display:block!important}.SolicitudEquipo-module__653IHW__formRow{flex-wrap:wrap!important;display:flex!important}.SolicitudEquipo-module__653IHW__formGroup{display:block!important}.SolicitudEquipo-module__653IHW__formGroup input,.SolicitudEquipo-module__653IHW__formGroup textarea{width:100%!important;display:block!important}body{font-size:12pt!important}.SolicitudEquipo-module__653IHW__section h3{border-bottom:1px solid #000!important;margin-top:1rem!important;padding-bottom:.5rem!important;font-size:16pt!important}.SolicitudEquipo-module__653IHW__form,.SolicitudEquipo-module__653IHW__section{page-break-inside:avoid}.SolicitudEquipo-module__653IHW__formGroup label{color:#000!important;font-weight:700!important}.SolicitudEquipo-module__653IHW__formGroup input,.SolicitudEquipo-module__653IHW__formGroup select,.SolicitudEquipo-module__653IHW__formGroup textarea{color:#000!important;background:#fff!important;border:1px solid #000!important}.SolicitudEquipo-module__653IHW__statusSuccess{color:#fff!important;background:#4caf50!important;border:1px solid #4caf50!important;padding:.25rem .5rem!important;font-weight:700!important}.SolicitudEquipo-module__653IHW__statusActive{color:#fff!important;background:#f44336!important;border:1px solid #f44336!important;padding:.25rem .5rem!important;font-weight:700!important}.SolicitudEquipo-module__653IHW__statusContrato,.SolicitudEquipo-module__653IHW__statusPending,.SolicitudEquipo-module__653IHW__statusCancelled,.SolicitudEquipo-module__653IHW__statusInactive{color:#000!important;background:#fff!important;border:1px solid #000!important;padding:.25rem .5rem!important;font-weight:700!important}.paradas-container{max-height:none!important;display:block!important;overflow:visible!important}.parada-item{page-break-inside:avoid;background:#fff!important;border:1px solid #000!important;margin-bottom:.5rem!important;padding:1rem!important;display:block!important}.parada-item:after{content:"Notas: _______________________________________________";color:#666;border-top:1px dashed #ccc;margin-top:.75rem;padding-top:.5rem;font-size:10pt;display:block}.SolicitudEquipo-module__653IHW__section{page-break-inside:avoid;display:block!important}.SolicitudEquipo-module__653IHW__section h3,.SolicitudEquipo-module__653IHW__section>div,.SolicitudEquipo-module__653IHW__section div{display:block!important}.parada-item>div:first-child span:first-child{font-size:14pt!important;font-weight:700!important}.paradas-container>*{display:block!important}:is(.parada-item span,.parada-item div){display:inline-block!important}.parada-item>div{display:block!important}}
.Menu-module__pLftKG__menu{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;position:sticky;top:0;box-shadow:0 2px 10px #0000001a}.Menu-module__pLftKG__menuContainer{justify-content:space-between;align-items:center;gap:2rem;max-width:100%;margin:0;padding:1rem 2rem 1rem .5rem;display:flex}.Menu-module__pLftKG__logo{padding-left:.5rem}.Menu-module__pLftKG__logo h1{background:linear-gradient(135deg,#4a90e2 0%,#2874d9 100%);-webkit-text-fill-color:transparent;cursor:pointer;-webkit-background-clip:text;background-clip:text;margin:0;font-size:1.8rem;font-weight:700}.Menu-module__pLftKG__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:.3rem;padding:.5rem;display:none}.Menu-module__pLftKG__hamburger span{background:#4a90e2;border-radius:2px;width:25px;height:3px;transition:all .3s}.Menu-module__pLftKG__menuList{flex:1;justify-content:center;gap:2rem;margin:0;padding:0;list-style:none;display:flex}.Menu-module__pLftKG__menuItem{position:relative}.Menu-module__pLftKG__menuItem a{color:#333;border-radius:8px;padding:.5rem 1rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .3s;display:block}.Menu-module__pLftKG__menuItem a:hover{color:#fff;background:linear-gradient(135deg,#4a90e2 0%,#2874d9 100%);transform:translateY(-2px)}.Menu-module__pLftKG__dropdown{position:relative}.Menu-module__pLftKG__dropdownToggle{color:#333;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-family:inherit;font-size:1rem;font-weight:500;transition:all .3s;display:flex}.Menu-module__pLftKG__dropdownToggle:hover{color:#fff;background:linear-gradient(135deg,#4a90e2 0%,#2874d9 100%);transform:translateY(-2px)}.Menu-module__pLftKG__dropdownArrow{font-size:.7rem;transition:transform .3s}.Menu-module__pLftKG__dropdownToggle:hover .Menu-module__pLftKG__dropdownArrow{transform:translateY(2px)}.Menu-module__pLftKG__dropdownMenu{z-index:1000;background:#fff;border-radius:8px;min-width:200px;margin:.5rem 0 0;padding:.5rem 0;list-style:none;animation:.3s ease-out Menu-module__pLftKG__dropdownSlideIn;position:absolute;top:100%;left:0;box-shadow:0 4px 12px #00000026}@keyframes Menu-module__pLftKG__dropdownSlideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.Menu-module__pLftKG__dropdownItem{margin:0}.Menu-module__pLftKG__dropdownItem a{color:#333;border-radius:0;padding:.8rem 1.5rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .2s;display:block}.Menu-module__pLftKG__dropdownItem a:hover{color:#fff;background:linear-gradient(135deg,#4a90e2 0%,#2874d9 100%);transform:translate(5px)}.Menu-module__pLftKG__menuActions{align-items:center;gap:1rem;display:flex}.Menu-module__pLftKG__userDropdown{position:relative}.Menu-module__pLftKG__userButton{cursor:pointer;background:#fff;border:2px solid #e0e0e0;border-radius:8px;align-items:center;gap:.5rem;padding:.7rem 1rem;font-size:.95rem;transition:all .3s;display:flex}.Menu-module__pLftKG__userButton:hover{background-color:#f8f9fa;border-color:#4a90e2}.Menu-module__pLftKG__userIcon{font-size:1.2rem}.Menu-module__pLftKG__userName{color:#333;font-size:.85rem;font-weight:600}.Menu-module__pLftKG__dropdownArrow{color:#666;font-size:.7rem;transition:transform .3s}.Menu-module__pLftKG__userDropdown:hover .Menu-module__pLftKG__dropdownArrow{transform:rotate(180deg)}.Menu-module__pLftKG__userDropdownMenu{z-index:1000;background:#fff;border-radius:8px;min-width:250px;animation:.2s ease-out Menu-module__pLftKG__slideDown;position:absolute;top:calc(100% + .5rem);right:0;overflow:hidden;box-shadow:0 4px 20px #00000026}@keyframes Menu-module__pLftKG__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.Menu-module__pLftKG__userDropdownItem{cursor:pointer;color:#333;text-align:left;background:#fff;border:none;align-items:center;gap:.75rem;width:100%;padding:1rem 1.25rem;font-size:.95rem;font-weight:500;transition:all .2s;display:flex}.Menu-module__pLftKG__userDropdownItem:hover{color:#4a90e2;background-color:#f8f9fa}.Menu-module__pLftKG__userDropdownItem span:first-child{font-size:1.2rem}.Menu-module__pLftKG__userEmail{color:#666;align-items:center;gap:.5rem;font-size:.85rem;display:flex}.Menu-module__pLftKG__userDropdownDivider{background-color:#e0e0e0;height:1px}.Menu-module__pLftKG__userDropdownLogout{cursor:pointer;color:#e74c3c;background:#fff;border:none;align-items:center;gap:.75rem;width:100%;padding:1rem 1.25rem;font-size:.95rem;font-weight:600;transition:all .2s;display:flex}.Menu-module__pLftKG__userDropdownLogout:hover{color:#c0392b;background-color:#fee}.Menu-module__pLftKG__userDropdownLogout span:first-child{font-size:1.2rem}.Menu-module__pLftKG__userInfo{align-items:center;gap:1rem;display:flex}.Menu-module__pLftKG__btnLogout{color:#fff;cursor:pointer;background:linear-gradient(135deg,#e74c3c 0%,#c0392b 100%);border:none;border-radius:8px;padding:.7rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s;box-shadow:0 2px 8px #e74c3c4d}.Menu-module__pLftKG__btnLogout:hover{transform:translateY(-2px);box-shadow:0 4px 12px #e74c3c80}.Menu-module__pLftKG__btnLogin{color:#fff;cursor:pointer;background:linear-gradient(135deg,#4a90e2 0%,#2874d9 100%);border:none;border-radius:8px;padding:.7rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s;box-shadow:0 2px 8px #4a90e24d}.Menu-module__pLftKG__btnLogin:hover{transform:translateY(-2px);box-shadow:0 4px 12px #4a90e280}@media (max-width:768px){.Menu-module__pLftKG__menuContainer{padding:1rem}.Menu-module__pLftKG__hamburger{display:flex}.Menu-module__pLftKG__menuList{opacity:0;visibility:hidden;background:#fff;flex-direction:column;gap:.5rem;padding:1rem;transition:all .3s;position:absolute;top:100%;left:0;right:0;transform:translateY(-100%);box-shadow:0 4px 10px #0000001a}.Menu-module__pLftKG__menuOpen{opacity:1;visibility:visible;transform:translateY(0)}.Menu-module__pLftKG__menuItem a{padding:1rem}.Menu-module__pLftKG__dropdownToggle{justify-content:space-between;width:100%;padding:1rem}.Menu-module__pLftKG__dropdownMenu{box-shadow:none;background:#f5f5f5;border-left:3px solid #4a90e2;margin:.5rem 0 0 1rem;position:static}.Menu-module__pLftKG__dropdownItem a{padding:.8rem 1rem;font-size:.9rem}.Menu-module__pLftKG__dropdownItem a:hover{transform:translate(3px)}.Menu-module__pLftKG__menuActions{display:none}.Menu-module__pLftKG__menuOpen+.Menu-module__pLftKG__menuActions{width:100%;margin-top:1rem;display:flex}}@media (max-width:480px){.Menu-module__pLftKG__logo h1{font-size:1.5rem}.Menu-module__pLftKG__menuContainer{gap:1rem}.Menu-module__pLftKG__menuList{padding:.5rem}.Menu-module__pLftKG__menuItem a{font-size:.95rem}}
.Footer-module__UDEoiW__footer{color:#333;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;width:100%;margin-top:auto;padding:2rem 0;box-shadow:0 -4px 6px #0000001a}.Footer-module__UDEoiW__container{text-align:center;max-width:1200px;margin:0 auto;padding:0 2rem}.Footer-module__UDEoiW__text{opacity:.9;margin:0;font-size:.9rem;font-weight:400}@media (max-width:768px){.Footer-module__UDEoiW__footer{padding:1.5rem 0}.Footer-module__UDEoiW__container{padding:0 1rem}.Footer-module__UDEoiW__text{font-size:.8rem}}@media print{.Footer-module__UDEoiW__footer{display:none!important}}
.Spinner-module__6s651q__spinnerOverlay{z-index:99999;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#00000080;justify-content:center;align-items:center;animation:.2s ease-in-out Spinner-module__6s651q__fadeIn;display:flex;position:fixed;inset:0}@keyframes Spinner-module__6s651q__fadeIn{0%{opacity:0}to{opacity:1}}.Spinner-module__6s651q__spinner{text-align:center;background:#fff;border-radius:16px;padding:3rem 3.5rem;animation:.3s ease-out Spinner-module__6s651q__scaleIn;box-shadow:0 20px 60px #0000004d}@keyframes Spinner-module__6s651q__scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.Spinner-module__6s651q__loaderContainer{width:100px;height:100px;margin:0 auto 1.5rem;position:relative}.Spinner-module__6s651q__circleSpinner{width:100%;height:100%;animation:1.5s linear infinite Spinner-module__6s651q__rotate;position:relative}.Spinner-module__6s651q__segment{transform-origin:50% 50px;background:linear-gradient(#f83,#0000);border-radius:4px;width:8px;height:35px;margin-left:-4px;animation:1.5s ease-in-out infinite Spinner-module__6s651q__fadeSegment;position:absolute;top:0;left:50%}.Spinner-module__6s651q__segment:first-child{animation-delay:0s;transform:rotate(0)}.Spinner-module__6s651q__segment:nth-child(2){animation-delay:-.25s;transform:rotate(60deg)}.Spinner-module__6s651q__segment:nth-child(3){animation-delay:-.5s;transform:rotate(120deg)}.Spinner-module__6s651q__segment:nth-child(4){animation-delay:-.75s;transform:rotate(180deg)}.Spinner-module__6s651q__segment:nth-child(5){animation-delay:-1s;transform:rotate(240deg)}.Spinner-module__6s651q__segment:nth-child(6){animation-delay:-1.25s;transform:rotate(300deg)}@keyframes Spinner-module__6s651q__rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes Spinner-module__6s651q__fadeSegment{0%,to{opacity:.2}50%{opacity:1}}@keyframes Spinner-module__6s651q__pulse{0%,to{opacity:1;transform:translate(-50%,-50%)scale(1)}50%{opacity:.7;transform:translate(-50%,-50%)scale(1.3)}}.Spinner-module__6s651q__spinnerText{color:#333;letter-spacing:.5px;background:linear-gradient(135deg,#ff6b35 0%,#ff8c42 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:1.2rem;font-weight:600;animation:2s ease-in-out infinite Spinner-module__6s651q__fadeInOut}@keyframes Spinner-module__6s651q__fadeInOut{0%,to{opacity:1}50%{opacity:.5}}@media (max-width:768px){.Spinner-module__6s651q__spinner{padding:2rem 2.5rem}.Spinner-module__6s651q__spinnerCircle{width:80px;height:80px}.Spinner-module__6s651q__spinnerCircle:before{width:50px;height:20px}.Spinner-module__6s651q__spinnerCircle:after{width:65px;height:65px}.Spinner-module__6s651q__spinnerText{font-size:1rem}}
.ConfirmDialog-module__jZCFWa__overlay{z-index:10000;background-color:#00000080;justify-content:center;align-items:center;animation:.2s ease-in ConfirmDialog-module__jZCFWa__fadeIn;display:flex;position:fixed;inset:0}@keyframes ConfirmDialog-module__jZCFWa__fadeIn{0%{opacity:0}to{opacity:1}}.ConfirmDialog-module__jZCFWa__dialog{background:#fff;border-radius:8px;width:90%;max-width:450px;animation:.3s ease-out ConfirmDialog-module__jZCFWa__slideIn;box-shadow:0 10px 40px #0000004d}@keyframes ConfirmDialog-module__jZCFWa__slideIn{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}.ConfirmDialog-module__jZCFWa__header{border-bottom:1px solid #e5e7eb;border-radius:8px 8px 0 0;padding:20px 24px}.ConfirmDialog-module__jZCFWa__header h2{color:#1f2937;margin:0;font-size:1.25rem;font-weight:600}.ConfirmDialog-module__jZCFWa__header.ConfirmDialog-module__jZCFWa__danger{background-color:#fef2f2;border-bottom-color:#fecaca}.ConfirmDialog-module__jZCFWa__header.ConfirmDialog-module__jZCFWa__danger h2{color:#dc2626}.ConfirmDialog-module__jZCFWa__header.ConfirmDialog-module__jZCFWa__warning{background-color:#fffbeb;border-bottom-color:#fde68a}.ConfirmDialog-module__jZCFWa__header.ConfirmDialog-module__jZCFWa__warning h2{color:#d97706}.ConfirmDialog-module__jZCFWa__header.ConfirmDialog-module__jZCFWa__info{background-color:#eff6ff;border-bottom-color:#bfdbfe}.ConfirmDialog-module__jZCFWa__header.ConfirmDialog-module__jZCFWa__info h2{color:#2563eb}.ConfirmDialog-module__jZCFWa__body{padding:24px}.ConfirmDialog-module__jZCFWa__body p{color:#4b5563;margin:0;font-size:.95rem;line-height:1.6}.ConfirmDialog-module__jZCFWa__footer{background-color:#f9fafb;border-radius:0 0 8px 8px;justify-content:flex-end;gap:12px;padding:16px 24px;display:flex}.ConfirmDialog-module__jZCFWa__btnCancel,.ConfirmDialog-module__jZCFWa__btnConfirm{cursor:pointer;border:none;border-radius:6px;padding:10px 20px;font-size:.9rem;font-weight:500;transition:all .2s}.ConfirmDialog-module__jZCFWa__btnCancel{color:#6b7280;background-color:#fff;border:1px solid #d1d5db}.ConfirmDialog-module__jZCFWa__btnCancel:hover{background-color:#f9fafb;border-color:#9ca3af}.ConfirmDialog-module__jZCFWa__btnConfirm{color:#fff}.ConfirmDialog-module__jZCFWa__btnDanger{background-color:#dc2626}.ConfirmDialog-module__jZCFWa__btnDanger:hover{background-color:#b91c1c}.ConfirmDialog-module__jZCFWa__btnWarning{background-color:#d97706}.ConfirmDialog-module__jZCFWa__btnWarning:hover{background-color:#b45309}.ConfirmDialog-module__jZCFWa__btnInfo{background-color:#2563eb}.ConfirmDialog-module__jZCFWa__btnInfo:hover{background-color:#1d4ed8}@media (max-width:640px){.ConfirmDialog-module__jZCFWa__dialog{width:95%;margin:20px}.ConfirmDialog-module__jZCFWa__header{padding:16px 20px}.ConfirmDialog-module__jZCFWa__body{padding:20px}.ConfirmDialog-module__jZCFWa__footer{flex-direction:column-reverse;padding:12px 20px}.ConfirmDialog-module__jZCFWa__btnCancel,.ConfirmDialog-module__jZCFWa__btnConfirm{width:100%}}
.Andamio-module__GqtsAa__container{background:linear-gradient(135deg,#4a90e2 0%,#2874d9 100%);flex-direction:column;min-height:100vh;display:flex}.Andamio-module__GqtsAa__main{flex:1;width:100%;max-width:1400px;margin:0 auto;padding:2rem}.Andamio-module__GqtsAa__header{color:#fff;justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.Andamio-module__GqtsAa__header h1{text-shadow:2px 2px 4px #0003;margin:0;font-size:2.5rem}.Andamio-module__GqtsAa__btnAdd{color:#4a90e2;cursor:pointer;background:#fff;border:none;border-radius:8px;padding:.8rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s;box-shadow:0 2px 8px #0000001a}.Andamio-module__GqtsAa__btnAdd:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.Andamio-module__GqtsAa__searchBar{margin-bottom:2rem}.Andamio-module__GqtsAa__searchInput{border:none;border-radius:8px;outline:none;width:100%;max-width:500px;padding:.8rem 1.2rem;font-size:1rem;transition:box-shadow .3s;box-shadow:0 2px 8px #0000001a}.Andamio-module__GqtsAa__searchInput:focus{box-shadow:0 4px 12px #0003}.Andamio-module__GqtsAa__actions{gap:.5rem;display:flex}.Andamio-module__GqtsAa__btnEdit,.Andamio-module__GqtsAa__btnDelete{cursor:pointer;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.9rem;font-weight:500;transition:all .2s}.Andamio-module__GqtsAa__btnEdit{color:#fff;background:#4a90e2}.Andamio-module__GqtsAa__btnEdit:hover{background:#357abd;transform:translateY(-1px)}.Andamio-module__GqtsAa__btnDelete{color:#fff;background:#e74c3c}.Andamio-module__GqtsAa__btnDelete:hover{background:#c0392b;transform:translateY(-1px)}.Andamio-module__GqtsAa__statusActive,.Andamio-module__GqtsAa__statusInactive{border-radius:20px;padding:.3rem .8rem;font-size:.85rem;font-weight:500}.Andamio-module__GqtsAa__statusActive{color:#155724;background:#d4edda}.Andamio-module__GqtsAa__statusInactive{color:#721c24;background:#f8d7da}.Andamio-module__GqtsAa__modalOverlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.Andamio-module__GqtsAa__modal{background:#fff;border-radius:12px;width:90%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 8px 32px #0000004d}.Andamio-module__GqtsAa__modalHeader{color:#fff;background:linear-gradient(135deg,#4a90e2 0%,#2874d9 100%);border-bottom:1px solid #e0e0e0;border-radius:12px 12px 0 0;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.Andamio-module__GqtsAa__modalHeader h2{margin:0;font-size:1.5rem}.Andamio-module__GqtsAa__closeBtn{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;padding:0;font-size:2rem;line-height:1;transition:background .2s;display:flex}.Andamio-module__GqtsAa__closeBtn:hover{background:#fff3}.Andamio-module__GqtsAa__form{padding:1.5rem}.Andamio-module__GqtsAa__formGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.Andamio-module__GqtsAa__fullWidth{grid-column:1/-1}.Andamio-module__GqtsAa__formGroup{margin-bottom:1.5rem}.Andamio-module__GqtsAa__formGroup label{color:#333;margin-bottom:.5rem;font-weight:500;display:block}.Andamio-module__GqtsAa__formGroup input[type=text],.Andamio-module__GqtsAa__formGroup input[type=number]{background:#fff;border:1px solid #ddd;border-radius:6px;outline:none;width:100%;padding:.8rem;font-family:inherit;font-size:1rem;transition:border-color .3s}.Andamio-module__GqtsAa__formGroup input[type=text]:focus,.Andamio-module__GqtsAa__formGroup input[type=number]:focus{border-color:#4a90e2}.Andamio-module__GqtsAa__priceSection{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;grid-column:1/-1;margin:1.5rem 0;padding:1.5rem}.Andamio-module__GqtsAa__sectionTitle{color:#4a90e2;border-bottom:2px solid #4a90e2;margin:0 0 1rem;padding-bottom:.5rem;font-size:1.1rem;font-weight:600}.Andamio-module__GqtsAa__priceGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.Andamio-module__GqtsAa__priceGrid .Andamio-module__GqtsAa__formGroup{margin-bottom:0}.Andamio-module__GqtsAa__toggleContainer{flex-direction:column;gap:.5rem;display:flex}.Andamio-module__GqtsAa__toggleLabel{color:#333;margin-bottom:0;font-weight:500;display:block}.Andamio-module__GqtsAa__checkboxLabel{cursor:pointer;align-items:center;display:flex}.Andamio-module__GqtsAa__checkboxLabel input[type=checkbox]{appearance:none;cursor:pointer;background:linear-gradient(135deg,#e74c3c 0%,#c0392b 100%);border-radius:50px;outline:none;width:120px;height:36px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;box-shadow:inset 0 2px 4px #0000001a}.Andamio-module__GqtsAa__checkboxLabel input[type=checkbox]:after{content:"Inactivo";color:#fff;pointer-events:none;text-shadow:0 1px 2px #0000004d;font-size:.85rem;font-weight:600;transition:opacity .2s;position:absolute;top:50%;left:auto;right:16px;transform:translateY(-50%)}.Andamio-module__GqtsAa__checkboxLabel input[type=checkbox]:hover{box-shadow:inset 0 2px 4px #00000026,0 0 8px #4a90e24d}.Andamio-module__GqtsAa__checkboxLabel input[type=checkbox]:checked{background:linear-gradient(135deg,#27ae60 0%,#229954 100%);box-shadow:inset 0 2px 4px #0000001a,0 0 12px #27ae6066}.Andamio-module__GqtsAa__checkboxLabel input[type=checkbox]:checked:after{content:"Activo";left:16px;right:auto}.Andamio-module__GqtsAa__checkboxLabel input[type=checkbox]:before{content:"";z-index:1;background:linear-gradient(135deg,#fff 0%,#f5f5f5 100%);border-radius:50%;width:30px;height:30px;transition:all .4s cubic-bezier(.4,0,.2,1);position:absolute;top:3px;left:3px;box-shadow:0 3px 6px #00000040,0 1px 3px #00000026}.Andamio-module__GqtsAa__checkboxLabel input[type=checkbox]:checked:before{transform:translate(84px);box-shadow:0 3px 8px #0000004d,0 1px 4px #0003}.Andamio-module__GqtsAa__modalActions{justify-content:flex-end;gap:1rem;margin-top:2rem;display:flex}.Andamio-module__GqtsAa__btnCancel,.Andamio-module__GqtsAa__btnSubmit{cursor:pointer;border:none;border-radius:6px;padding:.8rem 1.5rem;font-size:1rem;font-weight:500;transition:all .2s}.Andamio-module__GqtsAa__btnCancel{color:#fff;background:#6c757d}.Andamio-module__GqtsAa__btnCancel:hover{background:#5a6268}.Andamio-module__GqtsAa__btnSubmit{color:#fff;background:linear-gradient(135deg,#4a90e2 0%,#2874d9 100%)}.Andamio-module__GqtsAa__btnSubmit:hover{transform:translateY(-2px);box-shadow:0 4px 12px #4a90e266}@media (max-width:768px){.Andamio-module__GqtsAa__main{padding:1rem}.Andamio-module__GqtsAa__header{text-align:center;flex-direction:column;gap:1rem}.Andamio-module__GqtsAa__header h1{font-size:2rem}.Andamio-module__GqtsAa__actions{flex-direction:column}.Andamio-module__GqtsAa__modal{width:95%;margin:1rem}.Andamio-module__GqtsAa__modalHeader h2{font-size:1.2rem}.Andamio-module__GqtsAa__form{padding:1rem}.Andamio-module__GqtsAa__formGrid,.Andamio-module__GqtsAa__priceGrid{grid-template-columns:1fr}.Andamio-module__GqtsAa__modalActions{flex-direction:column}.Andamio-module__GqtsAa__btnCancel,.Andamio-module__GqtsAa__btnSubmit{width:100%}}
.BitacoraEquipo-module__B2qhCG__container{background:linear-gradient(135deg,#f5f7fa 0%,#c3cfe2 100%);flex-direction:column;min-height:100vh;display:flex}.BitacoraEquipo-module__B2qhCG__main{flex:1;width:100%;max-width:1600px;margin:0 auto;padding:2rem}.BitacoraEquipo-module__B2qhCG__header{background:#fff;border-radius:12px;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding:2rem;display:flex;box-shadow:0 2px 8px #0000001a}.BitacoraEquipo-module__B2qhCG__header h1{color:#2c3e50;margin:0 0 .5rem;font-size:2rem;font-weight:700}.BitacoraEquipo-module__B2qhCG__subtitle{color:#7f8c8d;margin:0;font-size:.95rem}.BitacoraEquipo-module__B2qhCG__btnRefresh{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 12px #667eea4d}.BitacoraEquipo-module__B2qhCG__btnRefresh:hover{transform:translateY(-2px);box-shadow:0 6px 16px #667eea66}.BitacoraEquipo-module__B2qhCG__searchBar{margin-bottom:2rem}.BitacoraEquipo-module__B2qhCG__searchInput{background:#fff;border:2px solid #e0e0e0;border-radius:12px;width:100%;padding:1rem 1.5rem;font-size:1rem;transition:all .3s;box-shadow:0 2px 8px #0000000d}.BitacoraEquipo-module__B2qhCG__searchInput:focus{border-color:#667eea;outline:none;box-shadow:0 4px 12px #667eea26}.BitacoraEquipo-module__B2qhCG__summaryCards{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.BitacoraEquipo-module__B2qhCG__summaryCard{background:#fff;border-radius:12px;align-items:center;gap:1rem;padding:1.5rem;transition:all .3s;display:flex;box-shadow:0 2px 8px #0000001a}.BitacoraEquipo-module__B2qhCG__summaryCard:hover{transform:translateY(-4px);box-shadow:0 6px 16px #00000026}.BitacoraEquipo-module__B2qhCG__cardEnUso{border-left:4px solid #2196f3}.BitacoraEquipo-module__B2qhCG__cardProgramado{border-left:4px solid #ff9800}.BitacoraEquipo-module__B2qhCG__cardDevuelto{border-left:4px solid #4caf50}.BitacoraEquipo-module__B2qhCG__cardIcon{font-size:2.5rem;line-height:1}.BitacoraEquipo-module__B2qhCG__cardContent{flex:1}.BitacoraEquipo-module__B2qhCG__cardLabel{color:#7f8c8d;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.25rem;font-size:.85rem}.BitacoraEquipo-module__B2qhCG__cardValue{color:#2c3e50;font-size:2rem;font-weight:700}.BitacoraEquipo-module__B2qhCG__tableWrapper{background:#fff;border-radius:12px;max-height:600px;margin-bottom:2rem;overflow:auto;box-shadow:0 2px 12px #0000001a}.BitacoraEquipo-module__B2qhCG__bitacoraTable{border-collapse:collapse;width:100%;font-size:.9rem}.BitacoraEquipo-module__B2qhCG__bitacoraTable thead{color:#fff;z-index:10;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);position:sticky;top:0}.BitacoraEquipo-module__B2qhCG__bitacoraTable th{text-align:left;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:1rem;font-size:.85rem;font-weight:600}.BitacoraEquipo-module__B2qhCG__tableRow{border-bottom:1px solid #f0f0f0;transition:all .2s}.BitacoraEquipo-module__B2qhCG__tableRow:hover{background-color:#f8f9fa}.BitacoraEquipo-module__B2qhCG__bitacoraTable td{color:#2c3e50;padding:1rem}.BitacoraEquipo-module__B2qhCG__tdEquipo{color:#2c3e50;font-weight:600}.BitacoraEquipo-module__B2qhCG__tdCliente{color:#34495e}.BitacoraEquipo-module__B2qhCG__tdSolicitud{color:#667eea;font-family:Courier New,monospace;font-weight:500}.BitacoraEquipo-module__B2qhCG__tdCantidad{text-align:center;font-weight:600}.BitacoraEquipo-module__B2qhCG__tdFecha{color:#7f8c8d;font-size:.85rem}.BitacoraEquipo-module__B2qhCG__tdEstado{text-align:center}.BitacoraEquipo-module__B2qhCG__tdObservaciones{color:#7f8c8d;text-overflow:ellipsis;white-space:nowrap;max-width:200px;font-size:.85rem;overflow:hidden}.BitacoraEquipo-module__B2qhCG__badge{text-transform:uppercase;letter-spacing:.5px;border-radius:20px;padding:.4rem .8rem;font-size:.75rem;font-weight:600;display:inline-block}.BitacoraEquipo-module__B2qhCG__badgeEnUso{color:#fff;background:linear-gradient(135deg,#2196f3 0%,#1976d2 100%)}.BitacoraEquipo-module__B2qhCG__badgeProgramado{color:#fff;background:linear-gradient(135deg,#ff9800 0%,#f57c00 100%)}.BitacoraEquipo-module__B2qhCG__badgeDevuelto{color:#fff;background:linear-gradient(135deg,#4caf50 0%,#388e3c 100%)}.BitacoraEquipo-module__B2qhCG__noData{text-align:center;padding:3rem!important}.BitacoraEquipo-module__B2qhCG__noDataContent{color:#95a5a6;flex-direction:column;align-items:center;gap:1rem;display:flex}.BitacoraEquipo-module__B2qhCG__noDataIcon{opacity:.5;font-size:4rem}@media (max-width:768px){.BitacoraEquipo-module__B2qhCG__main{padding:1rem}.BitacoraEquipo-module__B2qhCG__header{flex-direction:column;gap:1rem}.BitacoraEquipo-module__B2qhCG__btnRefresh{width:100%}.BitacoraEquipo-module__B2qhCG__summaryCards{grid-template-columns:1fr}.BitacoraEquipo-module__B2qhCG__tableWrapper{max-height:500px}.BitacoraEquipo-module__B2qhCG__bitacoraTable{font-size:.8rem}.BitacoraEquipo-module__B2qhCG__bitacoraTable th,.BitacoraEquipo-module__B2qhCG__bitacoraTable td{padding:.75rem .5rem}}.BitacoraEquipo-module__B2qhCG__selectorBar{background:#fff;border-radius:12px;align-items:center;gap:1rem;margin-bottom:2rem;padding:1.5rem;display:flex;box-shadow:0 2px 8px #0000001a}.BitacoraEquipo-module__B2qhCG__selectorLabel{color:#2c3e50;white-space:nowrap;font-size:1rem;font-weight:600}.BitacoraEquipo-module__B2qhCG__equipoSelector{cursor:pointer;background:#fff;border:2px solid #e0e0e0;border-radius:8px;flex:1;padding:.75rem 1rem;font-size:1rem;transition:all .3s}.BitacoraEquipo-module__B2qhCG__equipoSelector:focus{border-color:#667eea;outline:none;box-shadow:0 0 0 3px #667eea1a}.BitacoraEquipo-module__B2qhCG__equipoSelector:hover{border-color:#667eea}.BitacoraEquipo-module__B2qhCG__emptyState{text-align:center;background:#fff;border-radius:12px;padding:4rem 2rem;box-shadow:0 2px 8px #0000001a}.BitacoraEquipo-module__B2qhCG__emptyIcon{opacity:.5;margin-bottom:1rem;font-size:5rem}.BitacoraEquipo-module__B2qhCG__emptyState h2{color:#2c3e50;margin:0 0 1rem;font-size:1.5rem}.BitacoraEquipo-module__B2qhCG__emptyState p{color:#7f8c8d;margin:0;font-size:1rem}
.CategoriaEquipo-module__BQJ8Vq__container{background:linear-gradient(135deg,#4a90e2 0%,#2874d9 100%);flex-direction:column;min-height:100vh;display:flex}.CategoriaEquipo-module__BQJ8Vq__main{flex:1;width:100%;max-width:1400px;margin:0 auto;padding:2rem}.CategoriaEquipo-module__BQJ8Vq__header{color:#fff;justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.CategoriaEquipo-module__BQJ8Vq__header h1{text-shadow:2px 2px 4px #0003;margin:0;font-size:2.5rem}.CategoriaEquipo-module__BQJ8Vq__btnAdd{color:#4a90e2;cursor:pointer;background:#fff;border:none;border-radius:8px;padding:.8rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s;box-shadow:0 2px 8px #0000001a}.CategoriaEquipo-module__BQJ8Vq__btnAdd:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.CategoriaEquipo-module__BQJ8Vq__searchBar{margin-bottom:2rem}.CategoriaEquipo-module__BQJ8Vq__searchInput{border:none;border-radius:8px;outline:none;width:100%;max-width:500px;padding:.8rem 1.2rem;font-size:1rem;transition:box-shadow .3s;box-shadow:0 2px 8px #0000001a}.CategoriaEquipo-module__BQJ8Vq__searchInput:focus{box-shadow:0 4px 12px #0003}.CategoriaEquipo-module__BQJ8Vq__tableContainer{background:#fff;border-radius:12px;padding:1.5rem;overflow-x:auto;box-shadow:0 4px 20px #0000001a}.CategoriaEquipo-module__BQJ8Vq__table{border-collapse:collapse;width:100%}.CategoriaEquipo-module__BQJ8Vq__table thead{color:#fff;background:linear-gradient(135deg,#4a90e2 0%,#2874d9 100%)}.CategoriaEquipo-module__BQJ8Vq__table th{text-align:left;padding:1rem;font-size:.95rem;font-weight:600}.CategoriaEquipo-module__BQJ8Vq__table tbody tr{border-bottom:1px solid #e0e0e0;transition:background-color .2s}.CategoriaEquipo-module__BQJ8Vq__table tbody tr:hover{background-color:#f5f5f5}.CategoriaEquipo-module__BQJ8Vq__table td{color:#333;padding:1rem}.CategoriaEquipo-module__BQJ8Vq__actions{gap:.5rem;display:flex}.CategoriaEquipo-module__BQJ8Vq__btnEdit,.CategoriaEquipo-module__BQJ8Vq__btnDelete{cursor:pointer;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.9rem;font-weight:500;transition:all .2s}.CategoriaEquipo-module__BQJ8Vq__btnEdit{color:#fff;background:#4a90e2}.CategoriaEquipo-module__BQJ8Vq__btnEdit:hover{background:#357abd;transform:translateY(-1px)}.CategoriaEquipo-module__BQJ8Vq__btnDelete{color:#fff;background:#e74c3c}.CategoriaEquipo-module__BQJ8Vq__btnDelete:hover{background:#c0392b;transform:translateY(-1px)}.CategoriaEquipo-module__BQJ8Vq__statusActive,.CategoriaEquipo-module__BQJ8Vq__statusInactive{border-radius:20px;padding:.3rem .8rem;font-size:.85rem;font-weight:500}.CategoriaEquipo-module__BQJ8Vq__statusActive{color:#155724;background:#d4edda}.CategoriaEquipo-module__BQJ8Vq__statusInactive{color:#721c24;background:#f8d7da}.CategoriaEquipo-module__BQJ8Vq__noData{text-align:center;color:#999;padding:2rem;font-style:italic}.CategoriaEquipo-module__BQJ8Vq__modalOverlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.CategoriaEquipo-module__BQJ8Vq__modal{background:#fff;border-radius:12px;width:90%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 8px 32px #0000004d}.CategoriaEquipo-module__BQJ8Vq__modalHeader{color:#fff;background:linear-gradient(135deg,#4a90e2 0%,#2874d9 100%);border-bottom:1px solid #e0e0e0;border-radius:12px 12px 0 0;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.CategoriaEquipo-module__BQJ8Vq__modalHeader h2{margin:0;font-size:1.5rem}.CategoriaEquipo-module__BQJ8Vq__closeBtn{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;padding:0;font-size:2rem;line-height:1;transition:background .2s;display:flex}.CategoriaEquipo-module__BQJ8Vq__closeBtn:hover{background:#fff3}.CategoriaEquipo-module__BQJ8Vq__form{padding:1.5rem}.CategoriaEquipo-module__BQJ8Vq__formRow{grid-template-columns:2fr 1fr;gap:1.5rem;margin-bottom:1.5rem;display:grid}.CategoriaEquipo-module__BQJ8Vq__formGroup{margin-bottom:1.5rem}.CategoriaEquipo-module__BQJ8Vq__formGroup label{color:#333;margin-bottom:.5rem;font-weight:500;display:block}.CategoriaEquipo-module__BQJ8Vq__formGroup input[type=text],.CategoriaEquipo-module__BQJ8Vq__formGroup textarea{border:1px solid #ddd;border-radius:6px;outline:none;width:100%;padding:.8rem;font-family:inherit;font-size:1rem;transition:border-color .3s}.CategoriaEquipo-module__BQJ8Vq__formGroup input[type=text]:focus,.CategoriaEquipo-module__BQJ8Vq__formGroup textarea:focus{border-color:#4a90e2}.CategoriaEquipo-module__BQJ8Vq__formGroup textarea{resize:vertical;min-height:80px}.CategoriaEquipo-module__BQJ8Vq__toggleContainer{flex-direction:column;justify-content:center;align-items:flex-start;height:100%;display:flex}.CategoriaEquipo-module__BQJ8Vq__checkboxLabel{cursor:pointer;align-items:center;display:flex}.CategoriaEquipo-module__BQJ8Vq__checkboxLabel input[type=checkbox]{appearance:none;cursor:pointer;background:linear-gradient(135deg,#e74c3c 0%,#c0392b 100%);border-radius:18px;width:120px;height:36px;transition:all .3s;position:relative;box-shadow:0 2px 8px #00000026}.CategoriaEquipo-module__BQJ8Vq__checkboxLabel input[type=checkbox]:checked{background:linear-gradient(135deg,#27ae60 0%,#229954 100%)}.CategoriaEquipo-module__BQJ8Vq__checkboxLabel input[type=checkbox]:before{content:"";background:#fff;border-radius:50%;width:30px;height:30px;transition:transform .3s;position:absolute;top:3px;left:3px;box-shadow:0 2px 4px #0003}.CategoriaEquipo-module__BQJ8Vq__checkboxLabel input[type=checkbox]:checked:before{transform:translate(84px)}.CategoriaEquipo-module__BQJ8Vq__checkboxLabel input[type=checkbox]:after{content:"Inactivo";color:#fff;font-size:11px;font-weight:600;transition:opacity .3s;position:absolute;top:50%;left:40px;transform:translateY(-50%)}.CategoriaEquipo-module__BQJ8Vq__checkboxLabel input[type=checkbox]:checked:after{content:"Activo";left:12px}.CategoriaEquipo-module__BQJ8Vq__checkboxLabel span{font-weight:400}.CategoriaEquipo-module__BQJ8Vq__modalActions{justify-content:flex-end;gap:1rem;margin-top:2rem;display:flex}.CategoriaEquipo-module__BQJ8Vq__btnCancel,.CategoriaEquipo-module__BQJ8Vq__btnSubmit{cursor:pointer;border:none;border-radius:6px;padding:.8rem 1.5rem;font-size:1rem;font-weight:500;transition:all .2s}.CategoriaEquipo-module__BQJ8Vq__btnCancel{color:#fff;background:#6c757d}.CategoriaEquipo-module__BQJ8Vq__btnCancel:hover{background:#5a6268}.CategoriaEquipo-module__BQJ8Vq__btnSubmit{color:#fff;background:linear-gradient(135deg,#4a90e2 0%,#2874d9 100%)}.CategoriaEquipo-module__BQJ8Vq__btnSubmit:hover{transform:translateY(-2px);box-shadow:0 4px 12px #4a90e266}@media (max-width:768px){.CategoriaEquipo-module__BQJ8Vq__main{padding:1rem}.CategoriaEquipo-module__BQJ8Vq__header{text-align:center;flex-direction:column;gap:1rem}.CategoriaEquipo-module__BQJ8Vq__header h1{font-size:2rem}.CategoriaEquipo-module__BQJ8Vq__tableContainer{padding:1rem}.CategoriaEquipo-module__BQJ8Vq__table{font-size:.9rem}.CategoriaEquipo-module__BQJ8Vq__table th,.CategoriaEquipo-module__BQJ8Vq__table td{padding:.7rem .5rem}.CategoriaEquipo-module__BQJ8Vq__actions{flex-direction:column}.CategoriaEquipo-module__BQJ8Vq__modal{width:95%;margin:1rem}.CategoriaEquipo-module__BQJ8Vq__modalHeader h2{font-size:1.2rem}.CategoriaEquipo-module__BQJ8Vq__form{padding:1rem}.CategoriaEquipo-module__BQJ8Vq__modalActions{flex-direction:column}.CategoriaEquipo-module__BQJ8Vq__btnCancel,.CategoriaEquipo-module__BQJ8Vq__btnSubmit{width:100%}}
.Cliente-module__Q-4p-W__container{background:linear-gradient(135deg,#4a90e2 0%,#2874d9 100%);flex-direction:column;min-height:100vh;display:flex}.Cliente-module__Q-4p-W__main{flex:1;width:100%;max-width:1400px;margin:0 auto;padding:2rem}.Cliente-module__Q-4p-W__header{color:#fff;justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.Cliente-module__Q-4p-W__header h1{text-shadow:2px 2px 4px #0003;margin:0;font-size:2.5rem}.Cliente-module__Q-4p-W__btnAdd{color:#4a90e2;cursor:pointer;background:#fff;border:none;border-radius:8px;padding:.8rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s;box-shadow:0 2px 8px #0000001a}.Cliente-module__Q-4p-W__btnAdd:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.Cliente-module__Q-4p-W__searchBar{margin-bottom:2rem}.Cliente-module__Q-4p-W__searchInput{border:none;border-radius:8px;outline:none;width:100%;max-width:500px;padding:.8rem 1.2rem;font-size:1rem;transition:box-shadow .3s;box-shadow:0 2px 8px #0000001a}.Cliente-module__Q-4p-W__searchInput:focus{box-shadow:0 4px 12px #0003}.Cliente-module__Q-4p-W__tableContainer{background:#fff;border-radius:12px;padding:1.5rem;overflow-x:auto;box-shadow:0 4px 20px #0000001a}.Cliente-module__Q-4p-W__table{border-collapse:collapse;width:100%}.Cliente-module__Q-4p-W__table thead{color:#fff;background:linear-gradient(135deg,#4a90e2 0%,#2874d9 100%)}.Cliente-module__Q-4p-W__table th{text-align:left;padding:1rem;font-size:.95rem;font-weight:600}.Cliente-module__Q-4p-W__table tbody tr{border-bottom:1px solid #e0e0e0;transition:background-color .2s}.Cliente-module__Q-4p-W__table tbody tr:hover{background-color:#f5f5f5}.Cliente-module__Q-4p-W__table td{color:#333;padding:1rem}.Cliente-module__Q-4p-W__actions{gap:.5rem;display:flex}.Cliente-module__Q-4p-W__btnEdit,.Cliente-module__Q-4p-W__btnDelete{cursor:pointer;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.9rem;font-weight:500;transition:all .2s}.Cliente-module__Q-4p-W__btnEdit{color:#fff;background:#4a90e2}.Cliente-module__Q-4p-W__btnEdit:hover{background:#357abd;transform:translateY(-1px)}.Cliente-module__Q-4p-W__btnDelete{color:#fff;background:#e74c3c}.Cliente-module__Q-4p-W__btnDelete:hover{background:#c0392b;transform:translateY(-1px)}.Cliente-module__Q-4p-W__statusActive,.Cliente-module__Q-4p-W__statusInactive{border-radius:20px;padding:.3rem .8rem;font-size:.85rem;font-weight:500}.Cliente-module__Q-4p-W__statusActive{color:#155724;background:#d4edda}.Cliente-module__Q-4p-W__statusInactive{color:#721c24;background:#f8d7da}.Cliente-module__Q-4p-W__noData{text-align:center;color:#999;padding:2rem;font-style:italic}.Cliente-module__Q-4p-W__modalOverlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.Cliente-module__Q-4p-W__modal{background:#fff;border-radius:12px;width:90%;max-width:900px;max-height:90vh;overflow-y:auto;box-shadow:0 8px 32px #0000004d}.Cliente-module__Q-4p-W__modalHeader{color:#fff;background:linear-gradient(135deg,#4a90e2 0%,#2874d9 100%);border-bottom:1px solid #e0e0e0;border-radius:12px 12px 0 0;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.Cliente-module__Q-4p-W__modalHeader h2{margin:0;font-size:1.5rem}.Cliente-module__Q-4p-W__closeBtn{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;padding:0;font-size:2rem;line-height:1;transition:background .2s;display:flex}.Cliente-module__Q-4p-W__closeBtn:hover{background:#fff3}.Cliente-module__Q-4p-W__form{grid-template-columns:1fr 1fr 1fr;gap:1.5rem;padding:1.5rem;display:grid}.Cliente-module__Q-4p-W__formGroup{margin-bottom:.5rem}.Cliente-module__Q-4p-W__formGroup label{color:#333;margin-bottom:.5rem;font-weight:500;display:block}.Cliente-module__Q-4p-W__formGroup input[type=text],.Cliente-module__Q-4p-W__formGroup input[type=email],.Cliente-module__Q-4p-W__formGroup input[type=number],.Cliente-module__Q-4p-W__formGroup select,.Cliente-module__Q-4p-W__formGroup textarea{border:1px solid #ddd;border-radius:6px;outline:none;width:100%;padding:.8rem;font-family:inherit;font-size:1rem;transition:border-color .3s}.Cliente-module__Q-4p-W__formGroup input[type=text]:focus,.Cliente-module__Q-4p-W__formGroup input[type=email]:focus,.Cliente-module__Q-4p-W__formGroup input[type=number]:focus,.Cliente-module__Q-4p-W__formGroup select:focus,.Cliente-module__Q-4p-W__formGroup textarea:focus{border-color:#4a90e2}.Cliente-module__Q-4p-W__formGroup select{cursor:pointer;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%234a90e2' d='M1.41 0L6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E");background-position:right .8rem center;background-repeat:no-repeat;background-size:12px;padding-right:2.5rem}.Cliente-module__Q-4p-W__formGroup select:hover{background-color:#f8f9fa;border-color:#4a90e2}.Cliente-module__Q-4p-W__formGroup select option{color:#333;background-color:#fff;padding:.5rem}.Cliente-module__Q-4p-W__formGroup select option:hover{color:#fff;background-color:#4a90e2}.Cliente-module__Q-4p-W__formGroup textarea{resize:vertical;min-height:80px}.Cliente-module__Q-4p-W__toggleContainer{flex-direction:column;gap:.5rem;display:flex}.Cliente-module__Q-4p-W__toggleLabel{color:#333;margin-bottom:0;font-weight:500;display:block}.Cliente-module__Q-4p-W__checkboxLabel{cursor:pointer;align-items:center;display:flex}.Cliente-module__Q-4p-W__checkboxLabel input[type=checkbox]{appearance:none;cursor:pointer;background:linear-gradient(135deg,#e74c3c 0%,#c0392b 100%);border-radius:50px;outline:none;width:120px;height:36px;transition:all .3s;position:relative}.Cliente-module__Q-4p-W__checkboxLabel input[type=checkbox]:checked{background:linear-gradient(135deg,#27ae60 0%,#229954 100%)}.Cliente-module__Q-4p-W__checkboxLabel input[type=checkbox]:before{content:"";z-index:2;background:#fff;border-radius:50%;width:30px;height:30px;transition:transform .3s;position:absolute;top:3px;left:3px;box-shadow:0 2px 6px #0000004d}.Cliente-module__Q-4p-W__checkboxLabel input[type=checkbox]:checked:before{transform:translate(84px)}.Cliente-module__Q-4p-W__checkboxLabel input[type=checkbox]:after{content:"Inactivo";color:#fff;z-index:1;font-size:.75rem;font-weight:600;transition:opacity .3s;position:absolute;top:50%;left:auto;right:16px;transform:translateY(-50%)}.Cliente-module__Q-4p-W__checkboxLabel input[type=checkbox]:checked:after{content:"Activo";left:12px;right:auto}.Cliente-module__Q-4p-W__estadoActivo{color:#27ae60}.Cliente-module__Q-4p-W__estadoInactivo{color:#e74c3c}.Cliente-module__Q-4p-W__direccionColumn{grid-area:1/3/span 10}.Cliente-module__Q-4p-W__modalActions{justify-content:flex-end;align-items:flex-end;gap:1rem;height:100%;display:flex}.Cliente-module__Q-4p-W__btnCancel,.Cliente-module__Q-4p-W__btnSubmit{cursor:pointer;border:none;border-radius:6px;padding:.8rem 1.5rem;font-size:1rem;font-weight:500;transition:all .2s}.Cliente-module__Q-4p-W__btnCancel{color:#fff;background:#6c757d}.Cliente-module__Q-4p-W__btnCancel:hover{background:#5a6268}.Cliente-module__Q-4p-W__btnSubmit{color:#fff;background:linear-gradient(135deg,#4a90e2 0%,#2874d9 100%)}.Cliente-module__Q-4p-W__btnSubmit:hover{transform:translateY(-2px);box-shadow:0 4px 12px #4a90e266}@media (max-width:768px){.Cliente-module__Q-4p-W__main{padding:1rem}.Cliente-module__Q-4p-W__header{text-align:center;flex-direction:column;gap:1rem}.Cliente-module__Q-4p-W__header h1{font-size:2rem}.Cliente-module__Q-4p-W__tableContainer{padding:1rem}.Cliente-module__Q-4p-W__table{font-size:.9rem}.Cliente-module__Q-4p-W__table th,.Cliente-module__Q-4p-W__table td{padding:.7rem .5rem}.Cliente-module__Q-4p-W__actions{flex-direction:column}.Cliente-module__Q-4p-W__modal{width:95%;margin:1rem}.Cliente-module__Q-4p-W__modalHeader h2{font-size:1.2rem}.Cliente-module__Q-4p-W__form{padding:1rem}.Cliente-module__Q-4p-W__modalActions{flex-direction:column}.Cliente-module__Q-4p-W__btnCancel,.Cliente-module__Q-4p-W__btnSubmit{width:100%}}
.Compactador-module__Gqfjda__container{background:linear-gradient(135deg,#4a90e2 0%,#2874d9 100%);flex-direction:column;min-height:100vh;display:flex}.Compactador-module__Gqfjda__main{flex:1;width:100%;max-width:1400px;margin:0 auto;padding:2rem}.Compactador-module__Gqfjda__header{color:#fff;justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.Compactador-module__Gqfjda__header h1{text-shadow:2px 2px 4px #0003;margin:0;font-size:2.5rem}.Compactador-module__Gqfjda__btnAdd{color:#4a90e2;cursor:pointer;background:#fff;border:none;border-radius:8px;padding:.8rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s;box-shadow:0 2px 8px #0000001a}.Compactador-module__Gqfjda__btnAdd:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.Compactador-module__Gqfjda__searchBar{margin-bottom:2rem}.Compactador-module__Gqfjda__searchInput{border:none;border-radius:8px;outline:none;width:100%;max-width:500px;padding:.8rem 1.2rem;font-size:1rem;transition:box-shadow .3s;box-shadow:0 2px 8px #0000001a}.Compactador-module__Gqfjda__searchInput:focus{box-shadow:0 4px 12px #0003}.Compactador-module__Gqfjda__actions{gap:.5rem;display:flex}.Compactador-module__Gqfjda__btnEdit,.Compactador-module__Gqfjda__btnDelete{cursor:pointer;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.9rem;font-weight:500;transition:all .2s}.Compactador-module__Gqfjda__btnEdit{color:#fff;background:#4a90e2}.Compactador-module__Gqfjda__btnEdit:hover{background:#357abd;transform:translateY(-1px)}.Compactador-module__Gqfjda__btnDelete{color:#fff;background:#e74c3c}.Compactador-module__Gqfjda__btnDelete:hover{background:#c0392b;transform:translateY(-1px)}.Compactador-module__Gqfjda__statusActive,.Compactador-module__Gqfjda__statusInactive{border-radius:20px;padding:.3rem .8rem;font-size:.85rem;font-weight:500}.Compactador-module__Gqfjda__statusActive{color:#155724;background:#d4edda}.Compactador-module__Gqfjda__statusInactive{color:#721c24;background:#f8d7da}.Compactador-module__Gqfjda__modalOverlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.Compactador-module__Gqfjda__modal{background:#fff;border-radius:12px;width:90%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 8px 32px #0000004d}.Compactador-module__Gqfjda__modalHeader{color:#fff;background:linear-gradient(135deg,#4a90e2 0%,#2874d9 100%);border-bottom:1px solid #e0e0e0;border-radius:12px 12px 0 0;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.Compactador-module__Gqfjda__modalHeader h2{margin:0;font-size:1.5rem}.Compactador-module__Gqfjda__closeBtn{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;padding:0;font-size:2rem;line-height:1;transition:background .2s;display:flex}.Compactador-module__Gqfjda__closeBtn:hover{background:#fff3}.Compactador-module__Gqfjda__form{padding:1.5rem}.Compactador-module__Gqfjda__formGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.Compactador-module__Gqfjda__fullWidth{grid-column:1/-1}.Compactador-module__Gqfjda__formGroup{margin-bottom:1.5rem}.Compactador-module__Gqfjda__formGroup label{color:#333;margin-bottom:.5rem;font-weight:500;display:block}.Compactador-module__Gqfjda__formGroup input[type=text],.Compactador-module__Gqfjda__formGroup input[type=number],.Compactador-module__Gqfjda__formGroup textarea{background:#fff;border:1px solid #ddd;border-radius:6px;outline:none;width:100%;padding:.8rem;font-family:inherit;font-size:1rem;transition:border-color .3s}.Compactador-module__Gqfjda__formGroup input[type=text]:focus,.Compactador-module__Gqfjda__formGroup input[type=number]:focus,.Compactador-module__Gqfjda__formGroup textarea:focus{border-color:#4a90e2}.Compactador-module__Gqfjda__formGroup textarea{resize:vertical;min-height:80px}.Compactador-module__Gqfjda__priceSection{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;grid-column:1/-1;margin:1.5rem 0;padding:1.5rem}.Compactador-module__Gqfjda__sectionTitle{color:#4a90e2;border-bottom:2px solid #4a90e2;margin:0 0 1rem;padding-bottom:.5rem;font-size:1.1rem;font-weight:600}.Compactador-module__Gqfjda__priceGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.Compactador-module__Gqfjda__priceGrid .Compactador-module__Gqfjda__formGroup{margin-bottom:0}.Compactador-module__Gqfjda__toggleContainer{flex-direction:column;gap:.5rem;display:flex}.Compactador-module__Gqfjda__toggleLabel{color:#333;margin-bottom:0;font-weight:500;display:block}.Compactador-module__Gqfjda__checkboxLabel{cursor:pointer;align-items:center;display:flex}.Compactador-module__Gqfjda__checkboxLabel input[type=checkbox]{appearance:none;cursor:pointer;background:linear-gradient(135deg,#e74c3c 0%,#c0392b 100%);border-radius:50px;outline:none;width:120px;height:36px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;box-shadow:inset 0 2px 4px #0000001a}.Compactador-module__Gqfjda__checkboxLabel input[type=checkbox]:after{content:"Inactivo";color:#fff;pointer-events:none;text-shadow:0 1px 2px #0000004d;font-size:.85rem;font-weight:600;transition:opacity .2s;position:absolute;top:50%;left:auto;right:16px;transform:translateY(-50%)}.Compactador-module__Gqfjda__checkboxLabel input[type=checkbox]:hover{box-shadow:inset 0 2px 4px #00000026,0 0 8px #4a90e24d}.Compactador-module__Gqfjda__checkboxLabel input[type=checkbox]:checked{background:linear-gradient(135deg,#27ae60 0%,#229954 100%);box-shadow:inset 0 2px 4px #0000001a,0 0 12px #27ae6066}.Compactador-module__Gqfjda__checkboxLabel input[type=checkbox]:checked:after{content:"Activo";left:16px;right:auto}.Compactador-module__Gqfjda__checkboxLabel input[type=checkbox]:before{content:"";z-index:1;background:linear-gradient(135deg,#fff 0%,#f5f5f5 100%);border-radius:50%;width:30px;height:30px;transition:all .4s cubic-bezier(.4,0,.2,1);position:absolute;top:3px;left:3px;box-shadow:0 3px 6px #00000040,0 1px 3px #00000026}.Compactador-module__Gqfjda__checkboxLabel input[type=checkbox]:checked:before{transform:translate(84px);box-shadow:0 3px 8px #0000004d,0 1px 4px #0003}.Compactador-module__Gqfjda__modalActions{justify-content:flex-end;gap:1rem;margin-top:2rem;display:flex}.Compactador-module__Gqfjda__btnCancel,.Compactador-module__Gqfjda__btnSubmit{cursor:pointer;border:none;border-radius:6px;padding:.8rem 1.5rem;font-size:1rem;font-weight:500;transition:all .2s}.Compactador-module__Gqfjda__btnCancel{color:#fff;background:#6c757d}.Compactador-module__Gqfjda__btnCancel:hover{background:#5a6268}.Compactador-module__Gqfjda__btnSubmit{color:#fff;background:linear-gradient(135deg,#4a90e2 0%,#2874d9 100%)}.Compactador-module__Gqfjda__btnSubmit:hover{transform:translateY(-2px);box-shadow:0 4px 12px #4a90e266}@media (max-width:768px){.Compactador-module__Gqfjda__main{padding:1rem}.Compactador-module__Gqfjda__header{text-align:center;flex-direction:column;gap:1rem}.Compactador-module__Gqfjda__header h1{font-size:2rem}.Compactador-module__Gqfjda__actions{flex-direction:column}.Compactador-module__Gqfjda__modal{width:95%;margin:1rem}.Compactador-module__Gqfjda__modalHeader h2{font-size:1.2rem}.Compactador-module__Gqfjda__form{padding:1rem}.Compactador-module__Gqfjda__formGrid,.Compactador-module__Gqfjda__priceGrid{grid-template-columns:1fr}.Compactador-module__Gqfjda__modalActions{flex-direction:column}.Compactador-module__Gqfjda__btnCancel,.Compactador-module__Gqfjda__btnSubmit{width:100%}}
.Equipo-module__gjhvhq__container{background:linear-gradient(135deg,#4a90e2 0%,#2874d9 100%);flex-direction:column;min-height:100vh;display:flex}.Equipo-module__gjhvhq__main{flex:1;width:100%;max-width:1400px;margin:0 auto;padding:2rem}.Equipo-module__gjhvhq__header{color:#fff;justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.Equipo-module__gjhvhq__header h1{text-shadow:2px 2px 4px #0003;margin:0;font-size:2.5rem}.Equipo-module__gjhvhq__btnAdd{color:#4a90e2;cursor:pointer;background:#fff;border:none;border-radius:8px;padding:.8rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s;box-shadow:0 2px 8px #0000001a}.Equipo-module__gjhvhq__btnAdd:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.Equipo-module__gjhvhq__searchBar{margin-bottom:2rem}.Equipo-module__gjhvhq__searchInput{border:none;border-radius:8px;outline:none;width:100%;max-width:500px;padding:.8rem 1.2rem;font-size:1rem;transition:box-shadow .3s;box-shadow:0 2px 8px #0000001a}.Equipo-module__gjhvhq__searchInput:focus{box-shadow:0 4px 12px #0003}.Equipo-module__gjhvhq__tableContainer{background:#fff;border-radius:12px;padding:1.5rem;overflow-x:auto;box-shadow:0 4px 20px #0000001a}.Equipo-module__gjhvhq__table{border-collapse:collapse;width:100%}.Equipo-module__gjhvhq__table thead{color:#fff;background:linear-gradient(135deg,#4a90e2 0%,#2874d9 100%)}.Equipo-module__gjhvhq__table th{text-align:left;padding:1rem;font-size:.95rem;font-weight:600}.Equipo-module__gjhvhq__table tbody tr{border-bottom:1px solid #e0e0e0;transition:background-color .2s}.Equipo-module__gjhvhq__table tbody tr:hover{background-color:#f5f5f5}.Equipo-module__gjhvhq__table td{color:#333;padding:1rem}.Equipo-module__gjhvhq__actions{gap:.5rem;display:flex}.Equipo-module__gjhvhq__btnEdit,.Equipo-module__gjhvhq__btnDelete{cursor:pointer;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.9rem;font-weight:500;transition:all .2s}.Equipo-module__gjhvhq__btnEdit{color:#fff;background:#4a90e2}.Equipo-module__gjhvhq__btnEdit:hover{background:#357abd;transform:translateY(-1px)}.Equipo-module__gjhvhq__btnDelete{color:#fff;background:#e74c3c}.Equipo-module__gjhvhq__btnDelete:hover{background:#c0392b;transform:translateY(-1px)}.Equipo-module__gjhvhq__statusActive,.Equipo-module__gjhvhq__statusInactive{border-radius:20px;padding:.3rem .8rem;font-size:.85rem;font-weight:500}.Equipo-module__gjhvhq__statusActive{color:#155724;background:#d4edda}.Equipo-module__gjhvhq__statusInactive{color:#721c24;background:#f8d7da}.Equipo-module__gjhvhq__noData{text-align:center;color:#999;padding:2rem;font-style:italic}.Equipo-module__gjhvhq__modalOverlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.Equipo-module__gjhvhq__modal{background:#fff;border-radius:12px;width:95%;max-width:900px;max-height:92vh;animation:.3s ease-out Equipo-module__gjhvhq__modalSlideIn;overflow-y:auto;box-shadow:0 8px 32px #0000004d}@keyframes Equipo-module__gjhvhq__modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.Equipo-module__gjhvhq__modalHeader{color:#fff;background:linear-gradient(135deg,#4a90e2 0%,#2874d9 100%);border-bottom:1px solid #e0e0e0;border-radius:12px 12px 0 0;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.Equipo-module__gjhvhq__modalHeader h2{margin:0;font-size:1.5rem}.Equipo-module__gjhvhq__closeBtn{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;padding:0;font-size:2rem;line-height:1;transition:background .2s;display:flex}.Equipo-module__gjhvhq__closeBtn:hover{background:#fff3}.Equipo-module__gjhvhq__form{background:#fafafa;padding:2rem}.Equipo-module__gjhvhq__formGroup{margin-bottom:1.2rem}.Equipo-module__gjhvhq__formGroup label{color:#2c3e50;letter-spacing:.3px;margin-bottom:.6rem;font-size:.95rem;font-weight:600;display:block}.Equipo-module__gjhvhq__divider{text-align:center;border-top:2px solid #e8eef5;margin:2rem 0 1.5rem;padding:1rem 0;position:relative}.Equipo-module__gjhvhq__divider:before{content:"";background:linear-gradient(135deg,#4a90e2 0%,#2874d9 100%);width:60px;height:2px;position:absolute;top:0;left:50%;transform:translate(-50%)}.Equipo-module__gjhvhq__divider span{color:#fff;letter-spacing:.5px;background:linear-gradient(135deg,#4a90e2 0%,#2874d9 100%);border-radius:25px;padding:.6rem 2rem;font-size:1rem;font-weight:600;display:inline-block;box-shadow:0 4px 12px #4a90e240}.Equipo-module__gjhvhq__formGroup input[type=text],.Equipo-module__gjhvhq__formGroup input[type=email],.Equipo-module__gjhvhq__formGroup input[type=number],.Equipo-module__gjhvhq__formGroup select,.Equipo-module__gjhvhq__formGroup textarea{background-color:#fff;border:2px solid #e0e0e0;border-radius:8px;outline:none;width:100%;padding:.9rem 1rem;font-family:inherit;font-size:1rem;transition:all .3s}.Equipo-module__gjhvhq__formGroup input[type=text]:focus,.Equipo-module__gjhvhq__formGroup input[type=email]:focus,.Equipo-module__gjhvhq__formGroup input[type=number]:focus,.Equipo-module__gjhvhq__formGroup select:focus,.Equipo-module__gjhvhq__formGroup textarea:focus{background-color:#fff;border-color:#4a90e2;box-shadow:0 0 0 3px #4a90e21a}.Equipo-module__gjhvhq__formGroup select{cursor:pointer;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%234a90e2' d='M1.41 0L6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E");background-position:right .8rem center;background-repeat:no-repeat;background-size:12px;padding-right:2.5rem}.Equipo-module__gjhvhq__formGroup select:hover{background-color:#f8f9fa;border-color:#4a90e2}.Equipo-module__gjhvhq__formGroup select option{color:#333;background-color:#fff;padding:.5rem}.Equipo-module__gjhvhq__formGroup select option:hover{color:#fff;background-color:#4a90e2}.Equipo-module__gjhvhq__formGroup textarea{resize:vertical;min-height:80px}.Equipo-module__gjhvhq__checkboxLabel{cursor:pointer;align-items:center;gap:.5rem;display:flex}.Equipo-module__gjhvhq__checkboxLabel input[type=checkbox]{cursor:pointer;width:18px;height:18px}.Equipo-module__gjhvhq__checkboxLabel span{font-weight:400}.Equipo-module__gjhvhq__modalActions{border-top:2px solid #e8eef5;justify-content:flex-end;gap:1rem;margin-top:2.5rem;padding-top:1.5rem;display:flex}.Equipo-module__gjhvhq__btnCancel,.Equipo-module__gjhvhq__btnSubmit{cursor:pointer;border:none;border-radius:8px;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;box-shadow:0 2px 8px #0000001a}.Equipo-module__gjhvhq__btnCancel{color:#fff;background:#6c757d}.Equipo-module__gjhvhq__btnCancel:hover{background:#5a6268;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.Equipo-module__gjhvhq__btnSubmit{color:#fff;background:linear-gradient(135deg,#4a90e2 0%,#2874d9 100%)}.Equipo-module__gjhvhq__btnSubmit:hover{transform:translateY(-2px);box-shadow:0 6px 16px #4a90e266}.Equipo-module__gjhvhq__formRow{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.Equipo-module__gjhvhq__formRow .Equipo-module__gjhvhq__formGroup{margin-bottom:0}@media (max-width:768px){.Equipo-module__gjhvhq__formRow{grid-template-columns:1fr;gap:0}.Equipo-module__gjhvhq__formRow .Equipo-module__gjhvhq__formGroup{margin-bottom:1.2rem}.Equipo-module__gjhvhq__main{padding:1rem}.Equipo-module__gjhvhq__header{text-align:center;flex-direction:column;gap:1rem}.Equipo-module__gjhvhq__header h1{font-size:2rem}.Equipo-module__gjhvhq__tableContainer{padding:1rem}.Equipo-module__gjhvhq__table{font-size:.9rem}.Equipo-module__gjhvhq__table th,.Equipo-module__gjhvhq__table td{padding:.7rem .5rem}.Equipo-module__gjhvhq__actions{flex-direction:column}.Equipo-module__gjhvhq__modal{width:95%;margin:1rem}.Equipo-module__gjhvhq__modalHeader h2{font-size:1.2rem}.Equipo-module__gjhvhq__form{padding:1rem}.Equipo-module__gjhvhq__modalActions{flex-direction:column}.Equipo-module__gjhvhq__btnCancel,.Equipo-module__gjhvhq__btnSubmit{width:100%}}
.Mezcladora-module__Ir45DG__container{background:linear-gradient(135deg,#4a90e2 0%,#2874d9 100%);flex-direction:column;min-height:100vh;display:flex}.Mezcladora-module__Ir45DG__main{flex:1;width:100%;max-width:1400px;margin:0 auto;padding:2rem}.Mezcladora-module__Ir45DG__header{color:#fff;justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.Mezcladora-module__Ir45DG__header h1{text-shadow:2px 2px 4px #0003;margin:0;font-size:2.5rem}.Mezcladora-module__Ir45DG__btnAdd{color:#4a90e2;cursor:pointer;background:#fff;border:none;border-radius:8px;padding:.8rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s;box-shadow:0 2px 8px #0000001a}.Mezcladora-module__Ir45DG__btnAdd:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.Mezcladora-module__Ir45DG__searchBar{margin-bottom:2rem}.Mezcladora-module__Ir45DG__searchInput{border:none;border-radius:8px;outline:none;width:100%;max-width:500px;padding:.8rem 1.2rem;font-size:1rem;transition:box-shadow .3s;box-shadow:0 2px 8px #0000001a}.Mezcladora-module__Ir45DG__searchInput:focus{box-shadow:0 4px 12px #0003}.Mezcladora-module__Ir45DG__actions{gap:.5rem;display:flex}.Mezcladora-module__Ir45DG__btnEdit,.Mezcladora-module__Ir45DG__btnDelete{cursor:pointer;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.9rem;font-weight:500;transition:all .2s}.Mezcladora-module__Ir45DG__btnEdit{color:#fff;background:#4a90e2}.Mezcladora-module__Ir45DG__btnEdit:hover{background:#357abd;transform:translateY(-1px)}.Mezcladora-module__Ir45DG__btnDelete{color:#fff;background:#e74c3c}.Mezcladora-module__Ir45DG__btnDelete:hover{background:#c0392b;transform:translateY(-1px)}.Mezcladora-module__Ir45DG__statusActive,.Mezcladora-module__Ir45DG__statusInactive{border-radius:20px;padding:.3rem .8rem;font-size:.85rem;font-weight:500}.Mezcladora-module__Ir45DG__statusActive{color:#155724;background:#d4edda}.Mezcladora-module__Ir45DG__statusInactive{color:#721c24;background:#f8d7da}.Mezcladora-module__Ir45DG__modalOverlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.Mezcladora-module__Ir45DG__modal{background:#fff;border-radius:12px;width:90%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 8px 32px #0000004d}.Mezcladora-module__Ir45DG__modalHeader{color:#fff;background:linear-gradient(135deg,#4a90e2 0%,#2874d9 100%);border-bottom:1px solid #e0e0e0;border-radius:12px 12px 0 0;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.Mezcladora-module__Ir45DG__modalHeader h2{margin:0;font-size:1.5rem}.Mezcladora-module__Ir45DG__closeBtn{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;padding:0;font-size:2rem;line-height:1;transition:background .2s;display:flex}.Mezcladora-module__Ir45DG__closeBtn:hover{background:#fff3}.Mezcladora-module__Ir45DG__form{padding:1.5rem}.Mezcladora-module__Ir45DG__formGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.Mezcladora-module__Ir45DG__fullWidth{grid-column:1/-1}.Mezcladora-module__Ir45DG__formGroup{margin-bottom:1.5rem}.Mezcladora-module__Ir45DG__formGroup label{color:#333;margin-bottom:.5rem;font-weight:500;display:block}.Mezcladora-module__Ir45DG__formGroup input[type=text],.Mezcladora-module__Ir45DG__formGroup textarea,.Mezcladora-module__Ir45DG__formGroup select{background:#fff;border:1px solid #ddd;border-radius:6px;outline:none;width:100%;padding:.8rem;font-family:inherit;font-size:1rem;transition:border-color .3s}.Mezcladora-module__Ir45DG__formGroup input[type=text]:focus,.Mezcladora-module__Ir45DG__formGroup textarea:focus,.Mezcladora-module__Ir45DG__formGroup select:focus{border-color:#4a90e2}.Mezcladora-module__Ir45DG__formGroup input[type=number]{background:#fff;border:1px solid #ddd;border-radius:6px;outline:none;width:100%;padding:.8rem;font-family:inherit;font-size:1rem;transition:border-color .3s}.Mezcladora-module__Ir45DG__formGroup input[type=number]:focus{border-color:#4a90e2}.Mezcladora-module__Ir45DG__priceSection{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;grid-column:1/-1;margin:1.5rem 0;padding:1.5rem}.Mezcladora-module__Ir45DG__sectionTitle{color:#4a90e2;border-bottom:2px solid #4a90e2;margin:0 0 1rem;padding-bottom:.5rem;font-size:1.1rem;font-weight:600}.Mezcladora-module__Ir45DG__priceGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.Mezcladora-module__Ir45DG__priceGrid .Mezcladora-module__Ir45DG__formGroup{margin-bottom:0}.Mezcladora-module__Ir45DG__formGroup select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234a90e2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-position:right .8rem center;background-repeat:no-repeat;background-size:1.2em;padding-right:2.5rem}.Mezcladora-module__Ir45DG__formGroup select:hover{border-color:#4a90e2}.Mezcladora-module__Ir45DG__formGroup textarea{resize:vertical;min-height:80px}.Mezcladora-module__Ir45DG__toggleContainer{flex-direction:column;gap:.5rem;display:flex}.Mezcladora-module__Ir45DG__toggleLabel{color:#333;margin-bottom:0;font-weight:500;display:block}.Mezcladora-module__Ir45DG__checkboxLabel{cursor:pointer;align-items:center;display:flex}.Mezcladora-module__Ir45DG__checkboxLabel input[type=checkbox]{appearance:none;cursor:pointer;background:linear-gradient(135deg,#e74c3c 0%,#c0392b 100%);border-radius:50px;outline:none;width:120px;height:36px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;box-shadow:inset 0 2px 4px #0000001a}.Mezcladora-module__Ir45DG__checkboxLabel input[type=checkbox]:after{content:"Inactivo";color:#fff;pointer-events:none;text-shadow:0 1px 2px #0000004d;font-size:.85rem;font-weight:600;transition:opacity .2s;position:absolute;top:50%;left:auto;right:16px;transform:translateY(-50%)}.Mezcladora-module__Ir45DG__checkboxLabel input[type=checkbox]:hover{box-shadow:inset 0 2px 4px #00000026,0 0 8px #4a90e24d}.Mezcladora-module__Ir45DG__checkboxLabel input[type=checkbox]:checked{background:linear-gradient(135deg,#27ae60 0%,#229954 100%);box-shadow:inset 0 2px 4px #0000001a,0 0 12px #27ae6066}.Mezcladora-module__Ir45DG__checkboxLabel input[type=checkbox]:checked:after{content:"Activo";left:16px;right:auto}.Mezcladora-module__Ir45DG__checkboxLabel input[type=checkbox]:before{content:"";z-index:1;background:linear-gradient(135deg,#fff 0%,#f5f5f5 100%);border-radius:50%;width:30px;height:30px;transition:all .4s cubic-bezier(.4,0,.2,1);position:absolute;top:3px;left:3px;box-shadow:0 3px 6px #00000040,0 1px 3px #00000026}.Mezcladora-module__Ir45DG__checkboxLabel input[type=checkbox]:checked:before{transform:translate(84px);box-shadow:0 3px 8px #0000004d,0 1px 4px #0003}.Mezcladora-module__Ir45DG__modalActions{justify-content:flex-end;gap:1rem;margin-top:2rem;display:flex}.Mezcladora-module__Ir45DG__btnCancel,.Mezcladora-module__Ir45DG__btnSubmit{cursor:pointer;border:none;border-radius:6px;padding:.8rem 1.5rem;font-size:1rem;font-weight:500;transition:all .2s}.Mezcladora-module__Ir45DG__btnCancel{color:#fff;background:#6c757d}.Mezcladora-module__Ir45DG__btnCancel:hover{background:#5a6268}.Mezcladora-module__Ir45DG__btnSubmit{color:#fff;background:linear-gradient(135deg,#4a90e2 0%,#2874d9 100%)}.Mezcladora-module__Ir45DG__btnSubmit:hover{transform:translateY(-2px);box-shadow:0 4px 12px #4a90e266}@media (max-width:768px){.Mezcladora-module__Ir45DG__main{padding:1rem}.Mezcladora-module__Ir45DG__header{text-align:center;flex-direction:column;gap:1rem}.Mezcladora-module__Ir45DG__header h1{font-size:2rem}.Mezcladora-module__Ir45DG__actions{flex-direction:column}.Mezcladora-module__Ir45DG__modal{width:95%;margin:1rem}.Mezcladora-module__Ir45DG__modalHeader h2{font-size:1.2rem}.Mezcladora-module__Ir45DG__form{padding:1rem}.Mezcladora-module__Ir45DG__formGrid,.Mezcladora-module__Ir45DG__priceGrid{grid-template-columns:1fr}.Mezcladora-module__Ir45DG__modalActions{flex-direction:column}.Mezcladora-module__Ir45DG__btnCancel,.Mezcladora-module__Ir45DG__btnSubmit{width:100%}}
.Puntal-module__Clb9dG__container{background:linear-gradient(135deg,#4a90e2 0%,#2874d9 100%);flex-direction:column;min-height:100vh;display:flex}.Puntal-module__Clb9dG__main{flex:1;width:100%;max-width:1400px;margin:0 auto;padding:2rem}.Puntal-module__Clb9dG__header{color:#fff;justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.Puntal-module__Clb9dG__header h1{text-shadow:2px 2px 4px #0003;margin:0;font-size:2.5rem}.Puntal-module__Clb9dG__btnAdd{color:#4a90e2;cursor:pointer;background:#fff;border:none;border-radius:8px;padding:.8rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s;box-shadow:0 2px 8px #0000001a}.Puntal-module__Clb9dG__btnAdd:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.Puntal-module__Clb9dG__searchBar{margin-bottom:2rem}.Puntal-module__Clb9dG__searchInput{border:none;border-radius:8px;outline:none;width:100%;max-width:500px;padding:.8rem 1.2rem;font-size:1rem;transition:box-shadow .3s;box-shadow:0 2px 8px #0000001a}.Puntal-module__Clb9dG__searchInput:focus{box-shadow:0 4px 12px #0003}.Puntal-module__Clb9dG__actions{gap:.5rem;display:flex}.Puntal-module__Clb9dG__btnEdit,.Puntal-module__Clb9dG__btnDelete{cursor:pointer;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.9rem;font-weight:500;transition:all .2s}.Puntal-module__Clb9dG__btnEdit{color:#fff;background:#4a90e2}.Puntal-module__Clb9dG__btnEdit:hover{background:#357abd;transform:translateY(-1px)}.Puntal-module__Clb9dG__btnDelete{color:#fff;background:#e74c3c}.Puntal-module__Clb9dG__btnDelete:hover{background:#c0392b;transform:translateY(-1px)}.Puntal-module__Clb9dG__statusActive,.Puntal-module__Clb9dG__statusInactive{border-radius:20px;padding:.3rem .8rem;font-size:.85rem;font-weight:500}.Puntal-module__Clb9dG__statusActive{color:#155724;background:#d4edda}.Puntal-module__Clb9dG__statusInactive{color:#721c24;background:#f8d7da}.Puntal-module__Clb9dG__modalOverlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.Puntal-module__Clb9dG__modal{background:#fff;border-radius:12px;width:90%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 8px 32px #0000004d}.Puntal-module__Clb9dG__modalHeader{color:#fff;background:linear-gradient(135deg,#4a90e2 0%,#2874d9 100%);border-bottom:1px solid #e0e0e0;border-radius:12px 12px 0 0;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.Puntal-module__Clb9dG__modalHeader h2{margin:0;font-size:1.5rem}.Puntal-module__Clb9dG__closeBtn{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;padding:0;font-size:2rem;line-height:1;transition:background .2s;display:flex}.Puntal-module__Clb9dG__closeBtn:hover{background:#fff3}.Puntal-module__Clb9dG__form{padding:1.5rem}.Puntal-module__Clb9dG__formGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.Puntal-module__Clb9dG__fullWidth{grid-column:1/-1}.Puntal-module__Clb9dG__formGroup{margin-bottom:1.5rem}.Puntal-module__Clb9dG__formGroup label{color:#333;margin-bottom:.5rem;font-weight:500;display:block}.Puntal-module__Clb9dG__formGroup input[type=text],.Puntal-module__Clb9dG__formGroup textarea,.Puntal-module__Clb9dG__formGroup select{background:#fff;border:1px solid #ddd;border-radius:6px;outline:none;width:100%;padding:.8rem;font-family:inherit;font-size:1rem;transition:border-color .3s}.Puntal-module__Clb9dG__formGroup input[type=text]:focus,.Puntal-module__Clb9dG__formGroup textarea:focus,.Puntal-module__Clb9dG__formGroup select:focus{border-color:#4a90e2}.Puntal-module__Clb9dG__formGroup input[type=number]{background:#fff;border:1px solid #ddd;border-radius:6px;outline:none;width:100%;padding:.8rem;font-family:inherit;font-size:1rem;transition:border-color .3s}.Puntal-module__Clb9dG__formGroup input[type=number]:focus{border-color:#4a90e2}.Puntal-module__Clb9dG__priceSection{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;grid-column:1/-1;margin:1.5rem 0;padding:1.5rem}.Puntal-module__Clb9dG__sectionTitle{color:#4a90e2;border-bottom:2px solid #4a90e2;margin:0 0 1rem;padding-bottom:.5rem;font-size:1.1rem;font-weight:600}.Puntal-module__Clb9dG__priceGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.Puntal-module__Clb9dG__priceGrid .Puntal-module__Clb9dG__formGroup{margin-bottom:0}.Puntal-module__Clb9dG__formGroup select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234a90e2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-position:right .8rem center;background-repeat:no-repeat;background-size:1.2em;padding-right:2.5rem}.Puntal-module__Clb9dG__formGroup select:hover{border-color:#4a90e2}.Puntal-module__Clb9dG__formGroup textarea{resize:vertical;min-height:80px}.Puntal-module__Clb9dG__toggleContainer{flex-direction:column;gap:.5rem;display:flex}.Puntal-module__Clb9dG__toggleLabel{color:#333;margin-bottom:0;font-weight:500;display:block}.Puntal-module__Clb9dG__checkboxLabel{cursor:pointer;align-items:center;display:flex}.Puntal-module__Clb9dG__checkboxLabel input[type=checkbox]{appearance:none;cursor:pointer;background:linear-gradient(135deg,#e74c3c 0%,#c0392b 100%);border-radius:50px;outline:none;width:120px;height:36px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;box-shadow:inset 0 2px 4px #0000001a}.Puntal-module__Clb9dG__checkboxLabel input[type=checkbox]:after{content:"Inactivo";color:#fff;pointer-events:none;text-shadow:0 1px 2px #0000004d;font-size:.85rem;font-weight:600;transition:opacity .2s;position:absolute;top:50%;left:auto;right:16px;transform:translateY(-50%)}.Puntal-module__Clb9dG__checkboxLabel input[type=checkbox]:hover{box-shadow:inset 0 2px 4px #00000026,0 0 8px #4a90e24d}.Puntal-module__Clb9dG__checkboxLabel input[type=checkbox]:checked{background:linear-gradient(135deg,#27ae60 0%,#229954 100%);box-shadow:inset 0 2px 4px #0000001a,0 0 12px #27ae6066}.Puntal-module__Clb9dG__checkboxLabel input[type=checkbox]:checked:after{content:"Activo";left:16px;right:auto}.Puntal-module__Clb9dG__checkboxLabel input[type=checkbox]:before{content:"";z-index:1;background:linear-gradient(135deg,#fff 0%,#f5f5f5 100%);border-radius:50%;width:30px;height:30px;transition:all .4s cubic-bezier(.4,0,.2,1);position:absolute;top:3px;left:3px;box-shadow:0 3px 6px #00000040,0 1px 3px #00000026}.Puntal-module__Clb9dG__checkboxLabel input[type=checkbox]:checked:before{transform:translate(84px);box-shadow:0 3px 8px #0000004d,0 1px 4px #0003}.Puntal-module__Clb9dG__modalActions{justify-content:flex-end;gap:1rem;margin-top:2rem;display:flex}.Puntal-module__Clb9dG__btnCancel,.Puntal-module__Clb9dG__btnSubmit{cursor:pointer;border:none;border-radius:6px;padding:.8rem 1.5rem;font-size:1rem;font-weight:500;transition:all .2s}.Puntal-module__Clb9dG__btnCancel{color:#fff;background:#6c757d}.Puntal-module__Clb9dG__btnCancel:hover{background:#5a6268}.Puntal-module__Clb9dG__btnSubmit{color:#fff;background:linear-gradient(135deg,#4a90e2 0%,#2874d9 100%)}.Puntal-module__Clb9dG__btnSubmit:hover{transform:translateY(-2px);box-shadow:0 4px 12px #4a90e266}@media (max-width:768px){.Puntal-module__Clb9dG__main{padding:1rem}.Puntal-module__Clb9dG__header{text-align:center;flex-direction:column;gap:1rem}.Puntal-module__Clb9dG__header h1{font-size:2rem}.Puntal-module__Clb9dG__actions{flex-direction:column}.Puntal-module__Clb9dG__modal{width:95%;margin:1rem}.Puntal-module__Clb9dG__modalHeader h2{font-size:1.2rem}.Puntal-module__Clb9dG__form{padding:1rem}.Puntal-module__Clb9dG__formGrid,.Puntal-module__Clb9dG__priceGrid{grid-template-columns:1fr}.Puntal-module__Clb9dG__modalActions{flex-direction:column}.Puntal-module__Clb9dG__btnCancel,.Puntal-module__Clb9dG__btnSubmit{width:100%}}
.Rol-module__qOejJa__container{background:linear-gradient(135deg,#4a90e2 0%,#2874d9 100%);flex-direction:column;min-height:100vh;display:flex}.Rol-module__qOejJa__main{flex:1;width:100%;max-width:1400px;margin:0 auto;padding:2rem}.Rol-module__qOejJa__header{color:#fff;justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.Rol-module__qOejJa__header h1{text-shadow:2px 2px 4px #0003;margin:0;font-size:2.5rem}.Rol-module__qOejJa__btnAdd{color:#4a90e2;cursor:pointer;background:#fff;border:none;border-radius:8px;padding:.8rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s;box-shadow:0 2px 8px #0000001a}.Rol-module__qOejJa__btnAdd:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.Rol-module__qOejJa__searchBar{margin-bottom:2rem}.Rol-module__qOejJa__searchInput{border:none;border-radius:8px;outline:none;width:100%;max-width:500px;padding:.8rem 1.2rem;font-size:1rem;transition:box-shadow .3s;box-shadow:0 2px 8px #0000001a}.Rol-module__qOejJa__searchInput:focus{box-shadow:0 4px 12px #0003}.Rol-module__qOejJa__tableContainer{background:#fff;border-radius:12px;padding:1.5rem;overflow-x:auto;box-shadow:0 4px 20px #0000001a}.Rol-module__qOejJa__table{border-collapse:collapse;width:100%}.Rol-module__qOejJa__table thead{color:#fff;background:linear-gradient(135deg,#4a90e2 0%,#2874d9 100%)}.Rol-module__qOejJa__table th{text-align:left;padding:1rem;font-size:.95rem;font-weight:600}.Rol-module__qOejJa__table tbody tr{border-bottom:1px solid #e0e0e0;transition:background-color .2s}.Rol-module__qOejJa__table tbody tr:hover{background-color:#f5f5f5}.Rol-module__qOejJa__table td{color:#333;padding:1rem}.Rol-module__qOejJa__actions{gap:.5rem;display:flex}.Rol-module__qOejJa__btnEdit,.Rol-module__qOejJa__btnDelete{cursor:pointer;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.9rem;font-weight:500;transition:all .2s}.Rol-module__qOejJa__btnEdit{color:#fff;background:#4a90e2}.Rol-module__qOejJa__btnEdit:hover{background:#357abd;transform:translateY(-1px)}.Rol-module__qOejJa__btnDelete{color:#fff;background:#e74c3c}.Rol-module__qOejJa__btnDelete:hover{background:#c0392b;transform:translateY(-1px)}.Rol-module__qOejJa__statusActive,.Rol-module__qOejJa__statusInactive{border-radius:20px;padding:.3rem .8rem;font-size:.85rem;font-weight:500}.Rol-module__qOejJa__statusActive{color:#155724;background:#d4edda}.Rol-module__qOejJa__statusInactive{color:#721c24;background:#f8d7da}.Rol-module__qOejJa__noData{text-align:center;color:#999;padding:2rem;font-style:italic}.Rol-module__qOejJa__modalOverlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.Rol-module__qOejJa__modal{background:#fff;border-radius:12px;width:90%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 8px 32px #0000004d}.Rol-module__qOejJa__modalHeader{color:#fff;background:linear-gradient(135deg,#4a90e2 0%,#2874d9 100%);border-bottom:1px solid #e0e0e0;border-radius:12px 12px 0 0;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.Rol-module__qOejJa__modalHeader h2{margin:0;font-size:1.5rem}.Rol-module__qOejJa__closeBtn{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;padding:0;font-size:2rem;line-height:1;transition:background .2s;display:flex}.Rol-module__qOejJa__closeBtn:hover{background:#fff3}.Rol-module__qOejJa__form{flex-direction:column;gap:1.5rem;padding:1.5rem;display:flex}.Rol-module__qOejJa__formRow{grid-template-columns:2fr 1fr;gap:1.5rem;display:grid}.Rol-module__qOejJa__formGroup{margin-bottom:0}.Rol-module__qOejJa__formGroup label{color:#333;margin-bottom:.5rem;font-weight:500;display:block}.Rol-module__qOejJa__formGroup input[type=text],.Rol-module__qOejJa__formGroup textarea{border:1px solid #ddd;border-radius:6px;outline:none;width:100%;padding:.8rem;font-family:inherit;font-size:1rem;transition:border-color .3s}.Rol-module__qOejJa__formGroup input[type=text]:focus,.Rol-module__qOejJa__formGroup textarea:focus{border-color:#4a90e2}.Rol-module__qOejJa__formGroup textarea{resize:vertical;min-height:100px}.Rol-module__qOejJa__toggleContainer{flex-direction:column;justify-content:center;gap:.5rem;height:100%;display:flex}.Rol-module__qOejJa__checkboxLabel{cursor:pointer;align-items:center;gap:.5rem;display:flex}.Rol-module__qOejJa__checkboxLabel input[type=checkbox]{appearance:none;cursor:pointer;background:linear-gradient(135deg,#e74c3c 0%,#c0392b 100%);border-radius:50px;outline:none;width:120px;height:36px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;box-shadow:inset 0 2px 4px #0000001a}.Rol-module__qOejJa__checkboxLabel input[type=checkbox]:after{content:"Inactivo";color:#fff;pointer-events:none;text-shadow:0 1px 2px #0000004d;font-size:.85rem;font-weight:600;transition:opacity .2s;position:absolute;top:50%;left:auto;right:16px;transform:translateY(-50%)}.Rol-module__qOejJa__checkboxLabel input[type=checkbox]:hover{box-shadow:inset 0 2px 4px #00000026,0 0 8px #4a90e24d}.Rol-module__qOejJa__checkboxLabel input[type=checkbox]:checked{background:linear-gradient(135deg,#27ae60 0%,#229954 100%);box-shadow:inset 0 2px 4px #0000001a,0 0 12px #27ae6066}.Rol-module__qOejJa__checkboxLabel input[type=checkbox]:checked:after{content:"Activo";left:16px;right:auto}.Rol-module__qOejJa__checkboxLabel input[type=checkbox]:before{content:"";z-index:1;background:linear-gradient(135deg,#fff 0%,#f5f5f5 100%);border-radius:50%;width:30px;height:30px;transition:all .4s cubic-bezier(.4,0,.2,1);position:absolute;top:3px;left:3px;box-shadow:0 3px 6px #00000040,0 1px 3px #00000026}.Rol-module__qOejJa__checkboxLabel input[type=checkbox]:checked:before{transform:translate(84px);box-shadow:0 3px 8px #0000004d,0 1px 4px #0003}.Rol-module__qOejJa__checkboxLabel span{font-size:1rem;font-weight:600;transition:color .3s}.Rol-module__qOejJa__modalActions{justify-content:flex-end;gap:1rem;margin-top:1rem;display:flex}.Rol-module__qOejJa__btnCancel,.Rol-module__qOejJa__btnSubmit{cursor:pointer;border:none;border-radius:6px;padding:.8rem 1.5rem;font-size:1rem;font-weight:500;transition:all .2s}.Rol-module__qOejJa__btnCancel{color:#fff;background:#6c757d}.Rol-module__qOejJa__btnCancel:hover{background:#5a6268}.Rol-module__qOejJa__btnSubmit{color:#fff;background:linear-gradient(135deg,#4a90e2 0%,#2874d9 100%)}.Rol-module__qOejJa__btnSubmit:hover{transform:translateY(-2px);box-shadow:0 4px 12px #4a90e266}@media (max-width:768px){.Rol-module__qOejJa__main{padding:1rem}.Rol-module__qOejJa__header{text-align:center;flex-direction:column;gap:1rem}.Rol-module__qOejJa__header h1{font-size:2rem}.Rol-module__qOejJa__tableContainer{padding:1rem}.Rol-module__qOejJa__table{font-size:.9rem}.Rol-module__qOejJa__table th,.Rol-module__qOejJa__table td{padding:.7rem .5rem}.Rol-module__qOejJa__actions{flex-direction:column}.Rol-module__qOejJa__modal{width:95%;margin:1rem}.Rol-module__qOejJa__modalHeader h2{font-size:1.2rem}.Rol-module__qOejJa__form{padding:1rem}.Rol-module__qOejJa__modalActions{flex-direction:column}.Rol-module__qOejJa__btnCancel,.Rol-module__qOejJa__btnSubmit{width:100%}}
.Rompedor-module__u1wr0G__container{background:linear-gradient(135deg,#4a90e2 0%,#2874d9 100%);flex-direction:column;min-height:100vh;display:flex}.Rompedor-module__u1wr0G__main{flex:1;width:100%;max-width:1400px;margin:0 auto;padding:2rem}.Rompedor-module__u1wr0G__header{color:#fff;justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.Rompedor-module__u1wr0G__header h1{text-shadow:2px 2px 4px #0003;margin:0;font-size:2.5rem}.Rompedor-module__u1wr0G__btnAdd{color:#4a90e2;cursor:pointer;background:#fff;border:none;border-radius:8px;padding:.8rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s;box-shadow:0 2px 8px #0000001a}.Rompedor-module__u1wr0G__btnAdd:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.Rompedor-module__u1wr0G__searchBar{margin-bottom:2rem}.Rompedor-module__u1wr0G__formGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.Rompedor-module__u1wr0G__fullWidth{grid-column:1/-1}.Rompedor-module__u1wr0G__priceSection{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;grid-column:1/-1;margin-top:1rem;padding:1.5rem}.Rompedor-module__u1wr0G__sectionTitle{color:#4a90e2;border-bottom:2px solid #4a90e2;margin:0 0 1rem;padding-bottom:.5rem;font-size:1.1rem;font-weight:600}.Rompedor-module__u1wr0G__priceGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.Rompedor-module__u1wr0G__toggleContainer{flex-direction:column;gap:.5rem;display:flex}.Rompedor-module__u1wr0G__toggleLabel{color:#333;margin-bottom:0;font-weight:500;display:block}.Rompedor-module__u1wr0G__checkboxLabel{cursor:pointer;align-items:center;display:flex}.Rompedor-module__u1wr0G__checkboxLabel input[type=checkbox]{appearance:none;cursor:pointer;background:linear-gradient(135deg,#e74c3c 0%,#c0392b 100%);border-radius:50px;outline:none;width:120px;height:36px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;box-shadow:inset 0 2px 4px #0000001a}.Rompedor-module__u1wr0G__checkboxLabel input[type=checkbox]:after{content:"Inactivo";color:#fff;pointer-events:none;text-shadow:0 1px 2px #0000004d;font-size:.85rem;font-weight:600;transition:opacity .2s;position:absolute;top:50%;left:auto;right:16px;transform:translateY(-50%)}.Rompedor-module__u1wr0G__checkboxLabel input[type=checkbox]:hover{box-shadow:inset 0 2px 4px #00000026,0 0 8px #4a90e24d}.Rompedor-module__u1wr0G__checkboxLabel input[type=checkbox]:checked{background:linear-gradient(135deg,#27ae60 0%,#229954 100%);box-shadow:inset 0 2px 4px #0000001a,0 0 12px #27ae6066}.Rompedor-module__u1wr0G__checkboxLabel input[type=checkbox]:checked:after{content:"Activo";left:16px;right:auto}.Rompedor-module__u1wr0G__checkboxLabel input[type=checkbox]:before{content:"";z-index:1;background:linear-gradient(135deg,#fff 0%,#f5f5f5 100%);border-radius:50%;width:30px;height:30px;transition:all .4s cubic-bezier(.4,0,.2,1);position:absolute;top:3px;left:3px;box-shadow:0 3px 6px #00000040,0 1px 3px #00000026}.Rompedor-module__u1wr0G__checkboxLabel input[type=checkbox]:checked:before{transform:translate(84px);box-shadow:0 3px 8px #0000004d,0 1px 4px #0003}.Rompedor-module__u1wr0G__formGroup input[type=number]{background:#fff;border:1px solid #ddd;border-radius:6px;outline:none;width:100%;padding:.8rem;font-family:inherit;font-size:1rem;transition:border-color .3s}.Rompedor-module__u1wr0G__formGroup input[type=number]:focus{border-color:#4a90e2}.Rompedor-module__u1wr0G__searchInput{border:none;border-radius:8px;outline:none;width:100%;max-width:500px;padding:.8rem 1.2rem;font-size:1rem;transition:box-shadow .3s;box-shadow:0 2px 8px #0000001a}.Rompedor-module__u1wr0G__searchInput:focus{box-shadow:0 4px 12px #0003}.Rompedor-module__u1wr0G__actions{gap:.5rem;display:flex}.Rompedor-module__u1wr0G__btnEdit,.Rompedor-module__u1wr0G__btnDelete{cursor:pointer;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.9rem;font-weight:500;transition:all .2s}.Rompedor-module__u1wr0G__btnEdit{color:#fff;background:#4a90e2}.Rompedor-module__u1wr0G__btnEdit:hover{background:#357abd;transform:translateY(-1px)}.Rompedor-module__u1wr0G__btnDelete{color:#fff;background:#e74c3c}.Rompedor-module__u1wr0G__btnDelete:hover{background:#c0392b;transform:translateY(-1px)}.Rompedor-module__u1wr0G__statusActive,.Rompedor-module__u1wr0G__statusInactive{border-radius:20px;padding:.3rem .8rem;font-size:.85rem;font-weight:500}.Rompedor-module__u1wr0G__statusActive{color:#155724;background:#d4edda}.Rompedor-module__u1wr0G__statusInactive{color:#721c24;background:#f8d7da}.Rompedor-module__u1wr0G__modalOverlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.Rompedor-module__u1wr0G__modal{background:#fff;border-radius:12px;width:90%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 8px 32px #0000004d}.Rompedor-module__u1wr0G__modalHeader{color:#fff;background:linear-gradient(135deg,#4a90e2 0%,#2874d9 100%);border-bottom:1px solid #e0e0e0;border-radius:12px 12px 0 0;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.Rompedor-module__u1wr0G__modalHeader h2{margin:0;font-size:1.5rem}.Rompedor-module__u1wr0G__closeBtn{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;padding:0;font-size:2rem;line-height:1;transition:background .2s;display:flex}.Rompedor-module__u1wr0G__closeBtn:hover{background:#fff3}.Rompedor-module__u1wr0G__form{padding:1.5rem}.Rompedor-module__u1wr0G__formGroup{margin-bottom:1.5rem}.Rompedor-module__u1wr0G__formGroup label{color:#333;margin-bottom:.5rem;font-weight:500;display:block}.Rompedor-module__u1wr0G__formGroup input[type=text],.Rompedor-module__u1wr0G__formGroup textarea,.Rompedor-module__u1wr0G__formGroup select{background:#fff;border:1px solid #ddd;border-radius:6px;outline:none;width:100%;padding:.8rem;font-family:inherit;font-size:1rem;transition:border-color .3s}.Rompedor-module__u1wr0G__formGroup input[type=text]:focus,.Rompedor-module__u1wr0G__formGroup textarea:focus,.Rompedor-module__u1wr0G__formGroup select:focus{border-color:#4a90e2}.Rompedor-module__u1wr0G__modalActions{justify-content:flex-end;gap:1rem;margin-top:2rem;display:flex}.Rompedor-module__u1wr0G__btnCancel,.Rompedor-module__u1wr0G__btnSubmit{cursor:pointer;border:none;border-radius:6px;padding:.8rem 1.5rem;font-size:1rem;font-weight:500;transition:all .2s}.Rompedor-module__u1wr0G__btnCancel{color:#fff;background:#6c757d}.Rompedor-module__u1wr0G__btnCancel:hover{background:#5a6268}.Rompedor-module__u1wr0G__btnSubmit{color:#fff;background:linear-gradient(135deg,#4a90e2 0%,#2874d9 100%)}.Rompedor-module__u1wr0G__btnSubmit:hover{transform:translateY(-2px);box-shadow:0 4px 12px #4a90e266}@media (max-width:768px){.Rompedor-module__u1wr0G__main{padding:1rem}.Rompedor-module__u1wr0G__header{text-align:center;flex-direction:column;gap:1rem}.Rompedor-module__u1wr0G__header h1{font-size:2rem}.Rompedor-module__u1wr0G__actions{flex-direction:column}.Rompedor-module__u1wr0G__modal{width:95%;margin:1rem}.Rompedor-module__u1wr0G__modalHeader h2{font-size:1.2rem}.Rompedor-module__u1wr0G__form{padding:1rem}.Rompedor-module__u1wr0G__formGrid,.Rompedor-module__u1wr0G__priceGrid{grid-template-columns:1fr}.Rompedor-module__u1wr0G__checkboxLabel input[type=checkbox]{width:100px}.Rompedor-module__u1wr0G__checkboxLabel input[type=checkbox]:before{width:26px;height:26px}.Rompedor-module__u1wr0G__checkboxLabel input[type=checkbox]:checked:before{left:70px}.Rompedor-module__u1wr0G__modalActions{flex-direction:column}.Rompedor-module__u1wr0G__btnCancel,.Rompedor-module__u1wr0G__btnSubmit{width:100%}}
.Table-module__fOjjCW__tableWrapper{width:100%}.Table-module__fOjjCW__tableContainer{background:#fff;border-radius:12px;margin-bottom:1rem;padding:1.5rem;overflow-x:auto;box-shadow:0 4px 20px #0000001a}.Table-module__fOjjCW__table{border-collapse:collapse;width:100%}.Table-module__fOjjCW__table thead{color:#fff;background:linear-gradient(135deg,#4a90e2 0%,#2874d9 100%)}.Table-module__fOjjCW__table th{text-align:center;vertical-align:top;border-right:1px solid #fff;padding:1rem;font-size:.95rem;font-weight:600}.Table-module__fOjjCW__table th:last-child{border-right:none}.Table-module__fOjjCW__headerCell{flex-direction:column;align-items:center;gap:.5rem;display:flex}.Table-module__fOjjCW__headerCell span{font-weight:600}.Table-module__fOjjCW__sortableHeader{-webkit-user-select:none;user-select:none;border-radius:4px;align-items:center;gap:.3rem;padding:.2rem .4rem;transition:background-color .2s;display:flex}.Table-module__fOjjCW__sortableHeader:hover{background-color:#ffffff1a}.Table-module__fOjjCW__sortIcon{opacity:.7;font-size:.75rem}.Table-module__fOjjCW__filterInput{color:#333;background:#fffffff2;border:1px solid #ffffff4d;border-radius:6px;width:100%;padding:.4rem .6rem;font-size:.85rem;transition:all .2s}.Table-module__fOjjCW__filterInput:focus{background:#fff;border-color:#fff;outline:none;box-shadow:0 0 0 2px #fff3}.Table-module__fOjjCW__filterInput::placeholder{color:#999;font-size:.8rem}.Table-module__fOjjCW__table tbody tr{border-bottom:1px solid #e0e0e0;transition:background-color .2s}.Table-module__fOjjCW__table tbody tr:nth-child(2n){background-color:#f9f9f9}.Table-module__fOjjCW__table tbody tr:hover{background-color:#e3f2fd}.Table-module__fOjjCW__table td{color:#333;border-right:1px solid #e0e0e0;padding:1rem}.Table-module__fOjjCW__table td:last-child{border-right:none}.Table-module__fOjjCW__actions{justify-content:flex-start;gap:.5rem;width:180px;max-width:180px;display:flex}.Table-module__fOjjCW__btnAction{cursor:pointer;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.9rem;font-weight:500;transition:all .2s}.Table-module__fOjjCW__noData{text-align:center;color:#999;padding:2rem;font-style:italic}.Table-module__fOjjCW__paginationContainer{background:#fff;border-radius:12px;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex;box-shadow:0 4px 20px #0000001a}.Table-module__fOjjCW__paginationInfo{color:#666;flex-wrap:wrap;align-items:center;gap:1rem;font-size:.9rem;display:flex}.Table-module__fOjjCW__itemsPerPageSelect{color:#333;cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:4px;padding:.25rem .5rem;font-size:.9rem;transition:all .2s}.Table-module__fOjjCW__itemsPerPageSelect:hover{border-color:#4a90e2}.Table-module__fOjjCW__itemsPerPageSelect:focus{border-color:#4a90e2;outline:none;box-shadow:0 0 0 2px #4a90e21a}.Table-module__fOjjCW__pagination{align-items:center;gap:.5rem;display:flex}.Table-module__fOjjCW__paginationBtn{color:#333;cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:6px;min-width:36px;height:36px;padding:.5rem .75rem;font-size:.9rem;font-weight:500;transition:all .2s}.Table-module__fOjjCW__paginationBtn:hover:not(:disabled),.Table-module__fOjjCW__paginationBtn.Table-module__fOjjCW__active{color:#fff;background:#4a90e2;border-color:#4a90e2}.Table-module__fOjjCW__paginationBtn:disabled{opacity:.4;cursor:not-allowed}.Table-module__fOjjCW__ellipsis{color:#999;padding:0 .5rem}@media (max-width:768px){.Table-module__fOjjCW__tableContainer{padding:1rem}.Table-module__fOjjCW__table{font-size:.9rem}.Table-module__fOjjCW__table th,.Table-module__fOjjCW__table td{padding:.7rem .5rem}.Table-module__fOjjCW__filterInput{padding:.3rem .5rem;font-size:.75rem}.Table-module__fOjjCW__actions{flex-direction:column}.Table-module__fOjjCW__paginationContainer{flex-direction:column;gap:1rem;padding:1rem}.Table-module__fOjjCW__pagination{flex-wrap:wrap;justify-content:center}.Table-module__fOjjCW__paginationBtn{min-width:32px;height:32px;padding:.4rem .6rem;font-size:.85rem}}
.Home-module__Ho9lYW__container{background:linear-gradient(135deg,#4a90e2 0%,#2874d9 100%);flex-direction:column;min-height:100vh;display:flex}.Home-module__Ho9lYW__main{flex:1;width:100%;max-width:1400px;margin:0 auto;padding:3rem}.Home-module__Ho9lYW__hero{text-align:center;color:#fff;margin-bottom:4rem}.Home-module__Ho9lYW__hero h2{text-shadow:2px 2px 4px #0000004d;margin-bottom:1rem;font-size:3rem}.Home-module__Ho9lYW__hero p{opacity:.9;margin-bottom:2rem;font-size:1.5rem}.Home-module__Ho9lYW__heroButtons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.Home-module__Ho9lYW__btnPrimary,.Home-module__Ho9lYW__btnSecondary{cursor:pointer;border:none;border-radius:8px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:transform .2s,box-shadow .2s}.Home-module__Ho9lYW__btnPrimary{color:#4a90e2;background:#fff}.Home-module__Ho9lYW__btnSecondary{color:#fff;background:0 0;border:2px solid #fff}.Home-module__Ho9lYW__btnPrimary:hover,.Home-module__Ho9lYW__btnSecondary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.Home-module__Ho9lYW__features{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:4rem;display:grid}.Home-module__Ho9lYW__featureCard{text-align:center;background:#fff;border-radius:12px;padding:2rem;transition:transform .3s;box-shadow:0 4px 20px #0000001a}.Home-module__Ho9lYW__featureCard:hover{transform:translateY(-5px)}.Home-module__Ho9lYW__icon{margin-bottom:1rem;font-size:3rem}.Home-module__Ho9lYW__featureCard h3{color:#4a90e2;margin-bottom:.5rem;font-size:1.5rem}.Home-module__Ho9lYW__featureCard p{color:#666;line-height:1.6}.Home-module__Ho9lYW__stats{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.Home-module__Ho9lYW__statCard{text-align:center;background:#fffffff2;border-radius:12px;padding:2rem;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 15px #0000001a}.Home-module__Ho9lYW__statCard:hover{transform:translateY(-5px);box-shadow:0 6px 20px #00000026}.Home-module__Ho9lYW__statCard h4{color:#4a90e2;margin-bottom:.5rem;font-size:1.1rem}.Home-module__Ho9lYW__statNumber{color:#2874d9;margin:0;font-size:3rem;font-weight:700;line-height:1}.Home-module__Ho9lYW__statDetail{color:#666;margin-top:.5rem;font-size:.9rem;font-style:italic;display:block}@media (max-width:768px){.Home-module__Ho9lYW__main{padding:1.5rem}.Home-module__Ho9lYW__hero h2{font-size:2rem}.Home-module__Ho9lYW__hero p{font-size:1.2rem}.Home-module__Ho9lYW__features{grid-template-columns:1fr}.Home-module__Ho9lYW__stats{grid-template-columns:repeat(2,1fr)}}
