body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.login-container{align-items:center;background:#ffffffe6;display:flex;font-family:Segoe UI,Arial,sans-serif;height:100vh;justify-content:center}.login-card{background-color:#000;background-image:url(/static/media/logo.73fe6ea4de5265b2bf59.png);background-position:50%;background-repeat:no-repeat;background-size:180px;border:2px solid #d4af37;border-radius:12px;box-shadow:0 6px 20px #d4af3780;padding:40px 30px;text-align:center;width:350px}.login-card button,.login-card h2,.login-card input,.login-message{color:#000;position:relative;z-index:2}.login-card h2{color:#d4af37;font-weight:700;margin-bottom:20px}.login-card input{border:1px solid #ccc;border-radius:8px;margin:10px 0;outline:none;padding:12px;transition:border .3s;width:100%}.login-card input:focus{border:1px solid #d4af37}.login-card button{background:#d4af37;border:none;border-radius:8px;color:#000;cursor:pointer;font-weight:700;padding:12px;transition:background .3s;width:100%}.login-card button:hover{background:#b8860b}.login-message{color:#d4af37;font-weight:700;margin-top:15px}.modules{align-items:center;background-color:#f5f5f5;display:flex;flex-direction:column;height:100vh;justify-content:center}.modules h2{color:#333;margin-bottom:2rem}.modules button{border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;margin:.5rem 0;padding:1rem;transition:transform .2s ease,background-color .3s ease,box-shadow .3s ease;width:220px}.modules button:nth-child(2n){background:linear-gradient(145deg,#1a1a1a,#333)}.modules button:nth-child(odd){background:linear-gradient(145deg,#d4af37,#b8860b);color:#000}.modules button:hover{box-shadow:0 6px 12px #0003;transform:translateY(-3px)}.modules button:active{box-shadow:inset 0 4px 8px #0000004d;transform:scale(.95)}.inventario-container{background:linear-gradient(180deg,#fff8e1,#f5f5f5);font-family:Segoe UI,Arial,sans-serif;min-height:100vh;padding:2rem}.inventario-header{align-items:center;display:flex;justify-content:space-between}.usuario-icon{position:relative}.usuario-btn,.usuario-icon{color:#d4af37;color:var(--gold);cursor:pointer;font-size:1.8rem}.usuario-btn{background:none;border:none}.usuario-btn:hover{transform:scale(1.1)}.usuario-nombre{color:#333;color:var(--text);font-size:1rem;font-weight:700}.usuario-menu{background:#fffbea;background:var(--gold-bg);border:1px solid #d4af37;border:1px solid var(--gold);border-radius:6px;border-radius:var(--radius);box-shadow:0 4px 12px #0003;min-width:220px;position:absolute;right:0;top:2.5rem;z-index:20}.usuario-menu ul{list-style:none;margin:0;padding:0}.usuario-menu li{color:#333;color:var(--text);cursor:pointer;font-weight:500;padding:.8rem 1rem;transition:background .2s}.usuario-menu li:hover{background:#fff3cd;background:var(--gold-hover)}.modal-overlay{align-items:center;background:#000000b3;display:flex;inset:0;justify-content:center;position:fixed;z-index:999}.modal-content{background:#fff;border-radius:8px;padding:20px;text-align:center}.modal-content--import{max-height:80vh;overflow-y:auto;text-align:left;width:min(720px,92vw)}.modal-img{margin-bottom:10px;max-height:80vh;max-width:90%}.modal-actions{display:flex;gap:8px;justify-content:center;margin-top:12px}.tabla-wrapper{border-radius:10px;box-shadow:0 2px 12px #00000012;margin-top:28px;overflow-x:auto;width:100%}.inventario-tabla{background:#fff;border:2px solid #d4af37;border:2px solid var(--gold);border-collapse:collapse;width:100%}.inventario-tabla td,.inventario-tabla th{border:1px solid #d4af37;border:1px solid var(--gold);padding:.75rem;text-align:center}.inventario-tabla th{background:linear-gradient(145deg,#d4af37,#b8860b);background:linear-gradient(145deg,var(--gold),var(--gold-dark));color:#000;font-weight:700}.inventario-tabla tr:nth-child(2n){background:#fdf5e6;background:var(--gold-light)}.inventario-tabla tr:hover{background:#fff3cd;background:var(--gold-hover)}.inventario-tabla tr.selected-row,.inventario-tabla tr.selected-row:nth-child(2n){background:#dff3e6}.inventario-tabla .td-code{color:#2c1a0e;color:var(--text-dark);font-family:Courier New,monospace;font-size:13px;font-weight:600;white-space:nowrap}.inventario-tabla .td-precio{color:#155724;font-size:.9rem;font-weight:700;white-space:nowrap}.inventario-form{display:flex;flex-direction:column;gap:.8rem;margin:1.5rem 0}.form-section{background:#fff;border:1px solid #e0e0e0;border-radius:10px;margin-bottom:20px;padding:24px}.form-section--sub{background:#fffdf5;border-color:#b8860b;border-color:var(--gold-dark);border-left:4px solid #b8860b;border-left:4px solid var(--gold-dark)}.form-section-title{align-items:center;border-bottom:2px solid #f0f0f0;color:#333;color:var(--text);display:flex;flex-wrap:wrap;font-size:1rem;font-weight:600;gap:10px;margin:0 0 20px;padding-bottom:12px}.form-section-number{align-items:center;border-radius:50%;display:inline-flex;flex-shrink:0;font-size:.85rem;height:28px;justify-content:center;width:28px}.form-section-badge,.form-section-number{background:#b8860b;background:var(--gold-dark);color:#fff;font-weight:700}.form-section-badge{border-radius:20px;display:inline-block;font-size:.75rem;letter-spacing:.04em;padding:2px 10px;text-transform:uppercase}.form-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}@media (max-width:640px){.form-grid{grid-template-columns:1fr}}.form-field{display:flex;flex-direction:column;gap:6px}.form-field label{color:#555;font-size:.82rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase}.form-field--full{grid-column:1/-1}.form-field--venta{display:flex;flex-direction:column;gap:6px}.label-optional{color:#999;font-size:.78rem;font-weight:400;letter-spacing:0;text-transform:none}.form-field input,.form-field select,.form-field textarea,.venta-toggle select{background:#fafafa;border:1px solid #d0d0d0;border-radius:6px;border-radius:var(--radius);box-sizing:border-box;color:#333;color:var(--text);font-size:.92rem;padding:9px 12px;transition:border-color .2s,box-shadow .2s;width:100%}.form-field input:focus,.form-field select:focus,.form-field textarea:focus,.venta-toggle select:focus{background:#fff;border-color:#b8860b;border-color:var(--gold-dark);box-shadow:0 0 0 3px #b8860b1f;outline:none}.form-field textarea{min-height:90px;resize:vertical}.venta-toggle select{background:#fffdf7;border-color:#d4b483;color:#2c1a0e;color:var(--text-dark)}.subcategoria-info{color:#888;font-size:.9rem;font-style:italic;margin:0}.btn-submit{background:#b8860b;background:var(--gold-dark);border:none;border-radius:8px;color:#fff;cursor:pointer;display:block;font-size:1rem;font-weight:700;letter-spacing:.04em;margin-top:4px;padding:13px;transition:background .2s,transform .1s;width:100%}.btn-submit:hover{background:#9a700a;background:var(--gold-darker);transform:translateY(-1px)}.btn-submit:active{transform:translateY(0)}.btn-eliminar{background:#c0392b;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:13px;padding:5px 12px;transition:background .2s}.btn-eliminar:hover{background:#96281b}.import-section{background:#f8f8f8;border:1px dashed #ccc;border-radius:10px;margin:24px 0;padding:20px 24px}.import-section h3{color:#555;font-size:.95rem;font-weight:600;margin:0 0 16px}.import-controls{align-items:flex-end;display:flex;flex-wrap:wrap;gap:16px}.import-controls>div{display:flex;flex-direction:column;gap:6px}.import-controls label{color:#666;font-size:.8rem;font-weight:600;text-transform:uppercase}.import-buttons{display:flex;flex-wrap:wrap;gap:10px}.import-buttons button{background:#0000;border:1px solid #b8860b;border:1px solid var(--gold-dark);border-radius:6px;border-radius:var(--radius);color:#b8860b;color:var(--gold-dark);cursor:pointer;font-size:.85rem;font-weight:600;padding:8px 14px;transition:background .2s,color .2s}.import-buttons button:hover{background:#b8860b;background:var(--gold-dark);color:#fff}.codigo-preview{align-items:center;background:linear-gradient(135deg,#fff8e7,#fef3cd);border:1.5px dashed #d4a017;border-radius:8px;display:inline-flex;gap:10px;margin-top:4px;padding:10px 16px}.codigo-preview__label{color:#7a5c1a;font-size:13px;font-weight:500}.codigo-preview__value{background:#fff;border:1px solid #d4a017;border-radius:4px;color:#2c1a0e;color:var(--text-dark);font-family:Courier New,monospace;font-size:15px;font-weight:700;letter-spacing:.5px;padding:3px 10px}.badge{border-radius:20px;display:inline-block;font-size:12px;font-weight:600;letter-spacing:.3px;padding:3px 10px}.badge--si{background:#d4edda;border:1px solid #c3e6cb;color:#155724}.badge--no{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.input-cm-wrapper{border-radius:var(--radius)}.input-cm-wrapper:focus-within{border-color:var(--gold-dark)}.input-cm-wrapper input{color:var(--text)}.input-cm-suffix{color:var(--gold-dark)}.export-section{background:#f0f9f4;border:1px solid #c3e6cb;border-radius:10px;margin:24px 0;padding:20px 24px}.export-section h3{color:#155724;font-size:.95rem;font-weight:600;margin:0 0 14px}.export-controls{align-items:center;display:flex;flex-wrap:wrap;gap:12px;margin-bottom:14px}.export-controls label{align-items:center;color:#555;cursor:pointer;display:flex;font-size:.85rem;font-weight:600;gap:6px}.export-table-wrapper{border:1px solid #c3e6cb;border-radius:6px;margin-bottom:14px;max-height:260px;overflow-y:auto}.export-table{border-collapse:collapse;font-size:.85rem;width:100%}.export-table th{background:#d4edda;color:#155724;padding:6px 10px;position:-webkit-sticky;position:sticky;text-align:left;top:0}.export-table td{border-bottom:1px solid #eee;padding:5px 10px}.export-table tr:hover{background:#f0faf4}.btn-export{background:#27ae60;border:none;border-radius:6px;border-radius:var(--radius);color:#fff;cursor:pointer;font-size:.9rem;font-weight:700;padding:9px 20px;transition:background .2s}.btn-export:hover{background:#219150}.filter-section{background:#fff;border:1px solid #d4af37;border-left-width:4px;border-radius:10px;margin:24px 0 0;padding:20px 24px}.filter-section h3{color:#7a5c1a;font-size:.95rem;font-weight:700;margin:0 0 16px}.filter-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));margin-bottom:16px}.filter-field{display:flex;flex-direction:column;gap:5px}.filter-field--highlight input{background:#fff8e7;border-color:#d4a017}.filter-field label{color:#666;font-size:.78rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase}.filter-field input,.filter-field select{background:#fafafa;border:1px solid #d0d0d0;border-radius:6px;border-radius:var(--radius);font-size:.88rem;padding:7px 10px;transition:border-color .2s,box-shadow .2s}.filter-field input:focus,.filter-field select:focus{background:#fff;border-color:#b8860b;border-color:var(--gold-dark);box-shadow:0 0 0 3px #b8860b1f;outline:none}.filter-actions{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.btn-filter-apply{background:#b8860b;background:var(--gold-dark);border:none;border-radius:6px;border-radius:var(--radius);color:#fff;cursor:pointer;font-size:.88rem;font-weight:700;padding:8px 20px;transition:background .2s}.btn-filter-apply:hover{background:#9a700a;background:var(--gold-darker)}.btn-filter-clear{background:#0000;border:1.5px solid #b8860b;border:1.5px solid var(--gold-dark);border-radius:6px;border-radius:var(--radius);color:#b8860b;color:var(--gold-dark);cursor:pointer;font-size:.88rem;font-weight:600;padding:8px 20px;transition:background .2s,color .2s}.btn-filter-clear:hover{background:#b8860b;background:var(--gold-dark);color:#fff}.usuarios-container{background:linear-gradient(180deg,#fff8e1,#f5f5f5);display:flex;flex-direction:column;font-family:Segoe UI,Arial,sans-serif;gap:2rem;min-height:100vh;padding:2rem}.usuarios-card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 2px 10px #0000000f;padding:28px}.usuarios-card h2{border-bottom:2px solid #d4af37;color:#2c1a0e;font-size:1.3rem;margin:0 0 20px;padding-bottom:10px}.usuarios-card h3{color:#555;font-size:1rem;margin:24px 0 14px}.proveedores-card{border-left:4px solid #b8860b}.movimientos-card{border-left:4px solid #1f6f8b}.movimientos-card h2{border-bottom-color:#1f6f8b}.movimientos-table td{text-align:left}.movimientos-table td:first-child,.movimientos-table td:nth-child(3){text-align:center;white-space:nowrap}.table-scroll-wrapper{border-radius:8px;box-shadow:0 1px 6px #0000000f;overflow-x:auto;width:100%}.usuarios-table{background:#fff;border:1.5px solid #d4af37;border-collapse:collapse;min-width:600px;width:100%}.usuarios-table td,.usuarios-table th{border:1px solid #e8d9a0;padding:8px 10px;text-align:center;vertical-align:middle}.usuarios-table th{background:linear-gradient(145deg,#d4af37,#b8860b);color:#fff;font-size:.85rem;font-weight:600;white-space:nowrap}.usuarios-table tr:nth-child(2n){background-color:#fdf5e6}.usuarios-table tr:hover{background-color:#fff3cd}.usuarios-table input{background:#fffbea;border:1px solid #d4af37;border-radius:5px;box-sizing:border-box;font-size:.87rem;padding:5px 8px;width:100%}.usuarios-table input:focus{border-color:#b8860b;box-shadow:0 0 0 2px #b8860b26;outline:none}.usuarios-table button{background:linear-gradient(145deg,#d4af37,#b8860b);border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:.82rem;font-weight:600;padding:5px 12px;transition:background .2s}.usuarios-table button:hover{background:linear-gradient(145deg,#c9a227,#a07009)}.prov-actions{display:flex;flex-wrap:nowrap;gap:6px;justify-content:center}.btn-guardar{background:linear-gradient(145deg,#d4af37,#b8860b)!important;color:#fff!important}.btn-eliminar-prov{background:#c0392b!important;border:none;border-radius:5px;color:#fff!important;cursor:pointer;font-size:.82rem;font-weight:600;padding:5px 10px;transition:background .2s}.btn-eliminar-prov:hover{background:#96281b!important}.sale-price-badge{background:#d4edda;border:1px solid #c3e6cb;border-radius:16px;color:#155724;display:inline-block;font-size:.88rem;font-weight:700;padding:3px 12px;white-space:nowrap}.nuevo-usuario{align-items:flex-end;display:flex;flex-wrap:wrap;gap:10px;margin-top:4px}.nuevo-usuario input{background:#fffbea;border:1px solid #d4af37;border-radius:6px;flex:1 1;font-size:.9rem;min-width:140px;padding:8px 12px}.nuevo-usuario input:focus{border-color:#b8860b;box-shadow:0 0 0 2px #b8860b26;outline:none}.nuevo-usuario button{background:linear-gradient(145deg,#d4af37,#b8860b);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:700;padding:8px 20px;transition:background .2s,transform .1s;white-space:nowrap}.nuevo-usuario button:hover{background:linear-gradient(145deg,#c9a227,#a07009);transform:translateY(-1px)}.nuevo-proveedor{grid-gap:14px;display:grid;gap:14px;grid-template-columns:1fr 1fr;margin-top:4px}@media (max-width:600px){.nuevo-proveedor{grid-template-columns:1fr}}.prov-field{display:flex;flex-direction:column;gap:5px}.prov-field label{color:#555;font-size:.8rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase}.prov-field input{background:#fafafa;border:1px solid #d0d0d0;border-radius:6px;box-sizing:border-box;color:#333;font-size:.92rem;padding:8px 12px;transition:border-color .2s,box-shadow .2s}.prov-field input:focus{background:#fff;border-color:#b8860b;box-shadow:0 0 0 3px #b8860b1f;outline:none}.prov-field--full{grid-column:1/-1}.sale-price-preview{align-items:center;background:linear-gradient(135deg,#fff8e7,#fef3cd);border:1.5px dashed #d4a017;border-radius:8px;display:inline-flex;gap:6px;padding:10px 16px}.sale-price-formula{color:#7a5c1a;font-size:13px;font-weight:500}.sale-price-value{background:#d4edda;border:1px solid #c3e6cb;border-radius:4px;color:#155724;font-family:Courier New,monospace;font-size:16px;font-weight:700;padding:3px 10px}.btn-crear-proveedor{background:linear-gradient(145deg,#d4af37,#b8860b);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;letter-spacing:.04em;padding:12px;transition:background .2s,transform .1s;width:100%}.btn-crear-proveedor:hover{background:linear-gradient(145deg,#c9a227,#a07009);transform:translateY(-1px)}.input-cm-wrapper{align-items:center;background:#fafafa;border:1px solid #d0d0d0;border-radius:6px;display:flex;overflow:hidden;transition:border-color .2s,box-shadow .2s}.input-cm-wrapper:focus-within{background:#fff;border-color:#b8860b;box-shadow:0 0 0 3px #b8860b1f}.input-cm-wrapper input{background:#0000!important;border:none!important;box-shadow:none!important;color:#333;flex:1 1;font-size:.92rem;min-width:0;outline:none!important;padding:9px 10px}.input-cm-suffix{align-items:center;background:#fff8e7;border-left:1px solid #d4a017;color:#b8860b;display:flex;font-size:.88rem;font-weight:700;height:100%;padding:0 12px;-webkit-user-select:none;user-select:none;white-space:nowrap}.ubicaciones-card{border-left:4px solid #2c7a4b}.ubicaciones-card h2{border-bottom-color:#2c7a4b}.card-subtitle{color:#666;font-size:.88rem;margin:-12px 0 16px}.ubic-select{background:#fffbea;border:1px solid #d4af37;border-radius:5px;cursor:pointer;font-size:.87rem;padding:5px 8px;width:100%}.ubic-select:focus{border-color:#b8860b;box-shadow:0 0 0 2px #b8860b26;outline:none}.label-opt{color:#999;font-size:.78rem;font-weight:400;letter-spacing:0;text-transform:none}.ventas-module{--pos-bg:#faf8f5;--pos-card-bg:#fff;--pos-gold:#af861b;--pos-gold-dark:#8e6c13;--pos-gold-light:#e5cd93;--pos-gold-ultra:#fbf8f0;--pos-accent-yellow:#fef3c7;--pos-border:#e8e6e2;--pos-text:#2d3748;--pos-text-muted:#718096;--pos-text-light:#a0aec0;--pos-success:#2f855a;--pos-success-bg:#f0fff4;--pos-danger:#c53030;--pos-danger-bg:#fff5f5;--pos-info:#2b6cb0;--pos-info-bg:#ebf8ff;--pos-warning:#dd6b20;--pos-shadow-sm:0 1px 3px #af861b0d;--pos-shadow-md:0 4px 12px #af861b0f;--pos-radius-sm:4px;--pos-radius-md:8px;--pos-radius-lg:12px;--pos-transition:0.2s ease;background-color:var(--pos-bg);color:var(--pos-text);display:flex;flex-direction:column;font-family:Segoe UI,Arial,sans-serif;font-size:15px;line-height:1.5;min-height:100vh}.ventas-module,.ventas-module *,.ventas-module :after,.ventas-module :before{box-sizing:border-box}.ventas-module .main-header{align-items:center;background-color:var(--pos-card-bg);border-bottom:1px solid var(--pos-border);display:flex;flex-shrink:0;justify-content:space-between;padding:16px 32px}.ventas-module .main-header h2{color:var(--pos-text);font-size:22px;font-weight:700;margin:0 0 2px}.ventas-module .main-header p{color:var(--pos-text-muted);font-size:13px;margin:0}.ventas-module .header-user{align-items:flex-end;display:flex;flex-direction:column;gap:2px}.ventas-module .user-name{color:var(--pos-text);font-size:14px;font-weight:600}.ventas-module .user-role{color:var(--pos-text-muted);font-size:12px}.ventas-module .subtabs-bar{background-color:var(--pos-card-bg);border-bottom:1px solid var(--pos-border);display:flex;flex-shrink:0;gap:6px;padding:16px 32px 0}.ventas-module .subtab-btn{background:none;border:none;border-bottom:3px solid #0000;border-radius:var(--pos-radius-md) var(--pos-radius-md) 0 0;color:var(--pos-text-muted);cursor:pointer;font-size:14px;font-weight:500;margin-bottom:-1px;outline:none;padding:10px 18px;transition:var(--pos-transition)}.ventas-module .subtab-btn.active,.ventas-module .subtab-btn:hover{background-color:var(--pos-gold-ultra);color:var(--pos-gold)}.ventas-module .subtab-btn.active{border-bottom-color:var(--pos-gold);font-weight:700}.ventas-module .main-content-scroll{flex:1 1;overflow-y:auto;padding:24px 32px 48px}.ventas-module .sales-grid{grid-gap:24px;align-items:start;display:grid;gap:24px;grid-template-columns:1.1fr .9fr}@media (max-width:1000px){.ventas-module .sales-grid{grid-template-columns:1fr}}.ventas-module .card{background-color:var(--pos-card-bg);border:1px solid var(--pos-border);border-radius:var(--pos-radius-lg);box-shadow:var(--pos-shadow-sm);overflow:hidden;transition:box-shadow var(--pos-transition)}.ventas-module .card:hover{box-shadow:var(--pos-shadow-md)}.ventas-module .card-gold-border{border-left:4px solid var(--pos-gold)}.ventas-module .card-header{align-items:center;background-color:var(--pos-card-bg);border-bottom:1px solid var(--pos-border);display:flex;justify-content:space-between;padding:14px 20px}.ventas-module .card-header h3{color:var(--pos-text);font-size:15px;font-weight:700;margin:0}.ventas-module .card-body{padding:20px}.ventas-module .form-row{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:14px}.ventas-module .form-row:last-child{margin-bottom:0}.ventas-module .form-group{display:flex;flex-direction:column;gap:5px}.ventas-module .form-group.w-50{width:calc(50% - 7px)}.ventas-module .form-group.w-60{width:calc(60% - 7px)}.ventas-module .form-group.w-40{width:calc(40% - 7px)}.ventas-module .form-group.w-100{width:100%}.ventas-module .form-group label{color:var(--pos-text-muted);display:block;font-size:11px;font-weight:700;letter-spacing:.4px;text-transform:uppercase}.ventas-module input[type=date],.ventas-module input[type=email],.ventas-module input[type=number],.ventas-module input[type=tel],.ventas-module input[type=text],.ventas-module select,.ventas-module textarea{background-color:#fff;border:1px solid var(--pos-border);border-radius:var(--pos-radius-md);color:var(--pos-text);font-family:inherit;font-size:14px;outline:none;padding:10px 13px;transition:border-color var(--pos-transition),box-shadow var(--pos-transition);width:100%}.ventas-module input[type=date]:focus,.ventas-module input[type=email]:focus,.ventas-module input[type=number]:focus,.ventas-module input[type=tel]:focus,.ventas-module input[type=text]:focus,.ventas-module select:focus,.ventas-module textarea:focus{border-color:var(--pos-gold);box-shadow:0 0 0 3px #af861b1a}.ventas-module textarea{min-height:70px;resize:vertical}.ventas-module .input-with-action{display:flex;gap:6px}.ventas-module .input-with-action input{flex:1 1}.ventas-module .btn{align-items:center;border:none;border-radius:var(--pos-radius-md);cursor:pointer;display:inline-flex;font-size:13px;font-weight:600;gap:6px;justify-content:center;outline:none;padding:10px 18px;transition:background-color var(--pos-transition),box-shadow var(--pos-transition);white-space:nowrap}.ventas-module .btn:disabled{cursor:not-allowed;opacity:.5}.ventas-module .btn-primary{background-color:var(--pos-gold);color:#fff}.ventas-module .btn-primary:hover:not(:disabled){background-color:var(--pos-gold-dark);box-shadow:0 3px 8px #af861b40}.ventas-module .btn-secondary{background-color:var(--pos-gold-ultra);border:1px solid #af861b4d;color:var(--pos-gold)}.ventas-module .btn-secondary:hover:not(:disabled){background-color:#faf4e5;border-color:var(--pos-gold)}.ventas-module .btn-danger{background-color:var(--pos-danger);color:#fff}.ventas-module .btn-danger:hover:not(:disabled){background-color:#a72828}.ventas-module .btn-large{font-size:14px;font-weight:700;padding:13px 22px}.ventas-module .btn-icon{background:var(--pos-danger-bg);border:1px solid #c5303026;border-radius:var(--pos-radius-sm);color:var(--pos-danger);flex-shrink:0;height:30px;padding:0;width:30px}.ventas-module .btn-icon:hover{background-color:#fed7d7}.ventas-module .product-info-box{background-color:var(--pos-gold-ultra);border:1.5px dashed var(--pos-gold);border-radius:var(--pos-radius-md);padding:16px}.ventas-module .visual-detail{background-color:#fff;border:1px solid var(--pos-border);border-radius:var(--pos-radius-sm);display:flex;flex-direction:column;padding:8px 10px}.ventas-module .detail-lbl{color:var(--pos-text-muted);font-size:10px;font-weight:700;letter-spacing:.4px;text-transform:uppercase}.ventas-module .detail-val{color:var(--pos-text);font-size:13px;font-weight:600;margin-top:3px}.ventas-module .cart-items-list{display:flex;flex-direction:column;gap:8px;margin-bottom:12px;max-height:240px;overflow-y:auto}.ventas-module .cart-item{align-items:center;background-color:var(--pos-bg);border:1px solid var(--pos-border);border-radius:var(--pos-radius-md);display:flex;gap:8px;justify-content:space-between;padding:10px 14px}.ventas-module .item-meta{display:flex;flex:1 1;flex-direction:column;min-width:0}.ventas-module .item-code{color:var(--pos-gold);font-size:10.5px;font-weight:700;text-transform:uppercase}.ventas-module .item-title{color:var(--pos-text);font-size:12.5px;margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ventas-module .item-price-actions{align-items:center;display:flex;flex-shrink:0;gap:10px}.ventas-module .item-price{color:var(--pos-text);font-size:13px;font-weight:700;white-space:nowrap}.ventas-module .totals-summary-box{background-color:var(--pos-gold-ultra);border:1px solid var(--pos-border);border-radius:var(--pos-radius-md);padding:14px 16px}.ventas-module .summary-line{align-items:center;color:var(--pos-text-muted);display:flex;font-size:13px;justify-content:space-between;margin-bottom:6px}.ventas-module .summary-line:last-child{margin-bottom:0}.ventas-module .summary-line.total-price{border-top:1px solid var(--pos-border);color:var(--pos-text);font-size:16px;font-weight:700;margin-top:6px;padding-top:10px}.ventas-module .payment-input-card{background-color:var(--pos-bg);border:1px solid var(--pos-border);border-radius:var(--pos-radius-md);margin-top:10px;padding:12px}.ventas-module .alert{align-items:center;border:1px solid #0000;border-radius:var(--pos-radius-md);display:flex;font-size:13px;gap:8px;padding:12px 16px}.ventas-module .alert-success{background-color:var(--pos-success-bg);border-color:#2f855a33;color:var(--pos-success)}.ventas-module .alert-danger{background-color:var(--pos-danger-bg);border-color:#c5303033;color:var(--pos-danger)}.ventas-module .alert-info{background-color:var(--pos-info-bg);border-color:#2b6cb033;color:var(--pos-info)}.ventas-module .badge{align-items:center;border-radius:12px;display:inline-flex;font-size:11px;font-weight:700;justify-content:center;letter-spacing:.4px;padding:3px 9px;text-transform:uppercase}.ventas-module .badge-gold{background-color:var(--pos-accent-yellow);border:1px solid #af861b40;color:var(--pos-gold-dark)}.ventas-module .badge-success{background-color:var(--pos-success-bg);border:1px solid #2f855a26;color:var(--pos-success)}.ventas-module .badge-danger{background-color:var(--pos-danger-bg);border:1px solid #c5303026;color:var(--pos-danger)}.ventas-module .badge-info{background-color:var(--pos-info-bg);border:1px solid #2b6cb026;color:var(--pos-info)}.ventas-module .text-gold{color:var(--pos-gold)!important}.ventas-module .text-red{color:var(--pos-danger)!important}.ventas-module .text-green{color:var(--pos-success)!important}.ventas-module .text-muted{color:var(--pos-text-muted)!important}.ventas-module .font-bold{font-weight:700}.ventas-module .w-100{width:100%}@media (max-width:700px){.ventas-module .main-content-scroll,.ventas-module .main-header,.ventas-module .subtabs-bar{padding-left:16px;padding-right:16px}.ventas-module .form-group.w-40,.ventas-module .form-group.w-50,.ventas-module .form-group.w-60{width:100%}}:root{--gold:#d4af37;--gold-dark:#b8860b;--gold-darker:#9a700a;--gold-bg:#fffbea;--gold-light:#fdf5e6;--gold-hover:#fff3cd;--text:#333;--text-dark:#2c1a0e;--radius:6px}.cot-container{background:linear-gradient(180deg,#fff8e1,#f5f5f5);display:flex;flex-direction:column;font-family:Segoe UI,Arial,sans-serif;gap:1.5rem;min-height:100vh;padding:2rem 2rem 120px}.cot-header{background:linear-gradient(135deg,#1a1a1a,#2c2c2c);border-radius:12px;box-shadow:0 4px 16px #0000002e;flex-wrap:wrap;gap:1rem;justify-content:space-between;padding:20px 28px}.cot-header,.cot-header__title{align-items:center;display:flex}.cot-header__title{gap:16px}.cot-header__icon{filter:drop-shadow(0 0 8px rgba(212,175,55,.6));font-size:2.4rem}.cot-header__title h1{color:#d4af37;color:var(--gold);font-size:1.6rem;font-weight:800;letter-spacing:.02em;margin:0 0 2px}.cot-header__title p{color:#aaa;font-size:.85rem;margin:0}.cot-header__user{align-items:flex-end;display:flex;flex-direction:column;gap:2px}.cot-header__user-label{color:#d4af37;color:var(--gold);font-size:.72rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.cot-header__user strong{color:#fff;font-size:1rem}.cot-header__user span{color:#bbb;font-size:.82rem}.cot-card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 2px 10px #0000000d;padding:24px 28px}.cot-card--filter{background:linear-gradient(135deg,#fff,#fffbea);background:linear-gradient(135deg,#fff,var(--gold-bg));border-left:4px solid #d4af37;border-left:4px solid var(--gold)}.cot-card__title{border-bottom:2px solid #f0f0f0;color:#2c1a0e;color:var(--text-dark);display:flex;font-size:1rem;gap:10px;margin:0 0 20px;padding-bottom:12px}.cot-card__num,.cot-card__title{align-items:center;font-weight:700}.cot-card__num{background:#b8860b;background:var(--gold-dark);border-radius:50%;color:#fff;display:inline-flex;flex-shrink:0;font-size:.85rem;height:28px;justify-content:center;width:28px}.cot-card__header-row{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;margin-bottom:18px}.cot-form-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}@media (max-width:600px){.cot-form-grid{grid-template-columns:1fr}}.cot-field{display:flex;flex-direction:column;gap:6px}.cot-field label{color:#555;font-size:.8rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase}.cot-optional{color:#999;font-size:.78rem;font-weight:400;letter-spacing:0;text-transform:none}.cot-field input,.cot-field select{background:#fafafa;border:1px solid #d0d0d0;border-radius:6px;border-radius:var(--radius);box-sizing:border-box;color:#333;color:var(--text);font-size:.92rem;padding:9px 12px;transition:border-color .2s,box-shadow .2s}.cot-field input:focus,.cot-field select:focus{background:#fff;border-color:#b8860b;border-color:var(--gold-dark);box-shadow:0 0 0 3px #b8860b1f;outline:none}.cot-field--highlight input{background:#fffbea;background:var(--gold-bg);border-color:#b8860b;border-color:var(--gold-dark);font-family:Courier New,monospace;font-size:.95rem;font-weight:600}.cot-field--highlight label{color:#9a700a;color:var(--gold-darker)}.cot-filter-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));margin-bottom:16px}.cot-filter-actions{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.cot-btn{border:none;border-radius:6px;border-radius:var(--radius);cursor:pointer;font-size:.88rem;font-weight:700;padding:9px 22px;transition:background .2s,transform .1s,opacity .2s;white-space:nowrap}.cot-btn--apply{background:#b8860b;background:var(--gold-dark);color:#fff}.cot-btn--apply:hover{background:#9a700a;background:var(--gold-darker)}.cot-btn--clear{background:#0000;border:1.5px solid #b8860b;border:1.5px solid var(--gold-dark);color:#b8860b;color:var(--gold-dark)}.cot-btn--clear:hover{background:#b8860b;background:var(--gold-dark);color:#fff}.cot-btn--generar{background:linear-gradient(135deg,#d4af37,#b8860b);background:linear-gradient(135deg,var(--gold),var(--gold-dark));border-radius:8px;box-shadow:0 4px 14px #b8860b4d;color:#000;font-size:1rem;font-weight:800;letter-spacing:.03em;padding:13px 32px}.cot-btn--generar:hover:not(:disabled){background:linear-gradient(135deg,#b8860b,#9a700a);background:linear-gradient(135deg,var(--gold-dark),var(--gold-darker));box-shadow:0 6px 18px #b8860b66;transform:translateY(-2px)}.cot-btn--generar:disabled{cursor:not-allowed;opacity:.5;transform:none}.cot-tabla-wrapper{border-radius:8px;box-shadow:0 2px 8px #0000000f;overflow-x:auto;width:100%}.cot-tabla{background:#fff;border:2px solid #d4af37;border:2px solid var(--gold);border-collapse:collapse;min-width:900px;width:100%}.cot-tabla td,.cot-tabla th{border:1px solid #d4af37;border:1px solid var(--gold);font-size:.88rem;padding:.65rem .75rem;text-align:center}.cot-tabla th{background:linear-gradient(145deg,#d4af37,#b8860b);background:linear-gradient(145deg,var(--gold),var(--gold-dark));color:#000;font-weight:700;white-space:nowrap}.cot-tabla tr.cot-row:nth-child(2n){background:#fdf5e6;background:var(--gold-light)}.cot-tabla tr.cot-row:hover{background:#fff3cd;background:var(--gold-hover)}.cot-tabla tr.cot-row--selec,.cot-tabla tr.cot-row--selec:nth-child(2n){background:#d4edda;outline:2px solid #27ae60;outline-offset:-2px}.cot-td-code{color:#2c1a0e;color:var(--text-dark);font-family:Courier New,monospace;font-size:13px;font-weight:600;white-space:nowrap}.cot-td-precio{color:#155724;font-weight:700;white-space:nowrap}.cot-td-empty{color:#999;font-style:italic;padding:2rem;text-align:center}.cot-badge{border-radius:20px;display:inline-block;font-size:12px;font-weight:600;padding:3px 10px}.cot-badge--si{background:#d4edda;border:1px solid #c3e6cb;color:#155724}.cot-badge--no{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.cot-badge-count{background:#d4edda;border:1px solid #c3e6cb;border-radius:20px;color:#155724;display:inline-block;font-size:.82rem;font-weight:700;padding:4px 14px}.cot-badge-count--empty{background:#f0f0f0;border-color:#ddd;color:#888}.cot-action-bar{align-items:center;background:linear-gradient(135deg,#1a1a1a,#2c2c2c);border-radius:12px;bottom:1.5rem;box-shadow:0 4px 20px #00000040;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;left:2rem;padding:18px 28px;position:fixed;right:2rem;z-index:50}.cot-action-bar__info{color:#ccc;display:flex;flex-direction:column;font-size:.92rem;gap:4px}.cot-action-bar__info strong{color:#d4af37;color:var(--gold)}.cot-action-bar__total{font-size:1rem}.cot-action-bar__total strong{color:#6fcf97;font-size:1.1rem}.cot-action-bar__right{align-items:center;display:flex;gap:16px}.cot-progreso{align-items:center;color:#d4af37;color:var(--gold);display:flex;font-size:.88rem;font-weight:600;gap:10px;white-space:nowrap}.cot-spinner{animation:cot-spin .75s linear infinite;border:3px solid #d4af374d;border-radius:50%;border-top:3px solid var(--gold);display:inline-block;flex-shrink:0;height:18px;width:18px}@keyframes cot-spin{to{transform:rotate(1turn)}}@media (max-width:700px){.cot-action-bar{bottom:1rem;left:1rem;right:1rem}.cot-action-bar,.cot-action-bar__right{align-items:stretch;flex-direction:column}.cot-btn--generar{text-align:center}}