@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";:root{--bg-base: #f8fafc;--bg-primary: #ffffff;--bg-surface: #ffffff;--bg-glass: #ffffff;--accent-primary: #0ea5e9;--accent-secondary: #0ea5e9;--accent-violet: #8b5cf6;--text-primary: #0f172a;--text-secondary: #475569;--text-muted: #94a3b8;--elite-shadow-sm: 0 1px 3px rgba(0,0,0,.05);--elite-shadow-md: 0 10px 30px rgba(0, 0, 0, .05);--elite-shadow-lg: 0 20px 50px rgba(0, 0, 0, .08);--elite-shadow-inner: none;--glass-blur: none;--glass-border-color: #e2e8f0;--glass-border: 1px solid var(--glass-border-color);--glass-gradient: none;--radius-elite: 1rem;--font-family: "Outfit", sans-serif}*,*:before,*:after{box-sizing:border-box}.elite-form-group{display:flex;flex-direction:column;gap:6px;margin-bottom:16px;width:100%}.elite-form-label{font-size:.68rem;font-weight:900;color:#64748b;text-transform:uppercase;letter-spacing:.1em;padding-left:2px}.elite-form-input,.elite-form-select{width:100%;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;padding:12px 16px;font-family:Outfit,sans-serif;font-size:.85rem;font-weight:700;color:#0f172a;transition:all .2s cubic-bezier(.4,0,.2,1);outline:none;box-shadow:inset 0 2px 4px #00000005}.elite-form-input::placeholder{color:#94a3b8;font-weight:500}.elite-form-input:focus,.elite-form-select:focus{border-color:#2563eb;background:#fff;box-shadow:0 0 0 4px #2563eb1a,0 8px 16px #0000000d;transform:translateY(-1px)}.elite-form-input:disabled{background:#f1f4f9;cursor:not-allowed;opacity:.7}.elite-spin{animation:elite-spin 1s linear infinite}.admin-form-input{width:100%;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem;padding:.8rem 1rem;font-family:Outfit,sans-serif;font-size:.9rem;font-weight:600;color:#0f172a;transition:all .2s ease;outline:none}.admin-form-input:focus{border-color:#2563eb;background:#fff;box-shadow:0 0 0 4px #2563eb1a}@keyframes elite-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes elite-fade-in{0%{opacity:0}to{opacity:1}}@keyframes fadein{0%{opacity:0}to{opacity:1}}.elite-table-row{transition:all .25s cubic-bezier(.4,0,.2,1);border-bottom:1px solid #e2e8f0}.elite-table-row:hover{background:#2563eb0a;transform:translate(4px);border-bottom-color:#2563eb40}.elite-table-header th{padding:16px;font-size:.68rem;font-weight:900;color:#64748b;text-transform:uppercase;letter-spacing:.12em;background:#f8fafc}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.85)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}html,body,#root{margin:0;padding:0;box-sizing:border-box;height:100dvh;min-height:100dvh;width:100%;overflow:hidden}body{font-family:var(--font-family);background:#f1f4f9;color:var(--text-primary);-webkit-font-smoothing:antialiased}.text-elite-title{font-weight:1000;font-size:2.2rem;letter-spacing:-1px;line-height:1.1;color:#0f172a}.subtitle-elite{color:#64748b;font-size:.95rem;font-weight:500;margin-top:.25rem}.btn-elite-3d{color:#1e293b;background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);padding:.65rem 1.25rem;border-radius:1.25rem;font-weight:850;font-size:.82rem;text-transform:uppercase;letter-spacing:1px;border:var(--glass-border);cursor:pointer;transition:all .2s cubic-bezier(.175,.885,.32,1.275);display:inline-flex;align-items:center;gap:.6rem;min-height:44px;box-shadow:var(--shadow-md)}.btn-elite-3d:hover{transform:translateY(-2px);box-shadow:var(--elite-shadow-3d)}.btn-elite-azul{background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff;border:none;box-shadow:0 4px 12px #0ea5e94d,inset 0 -4px #0000001a}.btn-elite-violet{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;border:none;box-shadow:0 4px 12px #8b5cf64d,inset 0 -4px #0000001a}.btn-elite-naranja{background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;border:none;box-shadow:0 4px 12px #f973164d,inset 0 -4px #0000001a}.btn-elite-verde{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;box-shadow:0 4px 12px #10b9814d,inset 0 -4px #0000001a}.btn-elite-rojo{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border:none;box-shadow:0 4px 12px #ef44444d,inset 0 -4px #0000001a}.btn-elite-azul:hover,.btn-elite-violet:hover,.btn-elite-naranja:hover,.btn-elite-verde:hover,.btn-elite-rojo:hover{filter:brightness(1.1);box-shadow:0 8px 20px #00000026}.sidebar-header{padding:1rem 1.25rem;display:flex;flex-direction:column;align-items:center;gap:.75rem;border-bottom:1px solid rgba(255,255,255,.08)}.sidebar-logo-container{width:56px;height:56px;border-radius:1rem;display:flex;align-items:center;justify-content:center;padding:6px;box-shadow:0 4px 15px #0000004d;border:1.5px solid rgba(255,255,255,.1)}.login-elite-container{min-height:100dvh;width:100%;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background:#f8fafc;font-family:Outfit,sans-serif}.login-v2-dynamic-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(#e2e8f0 1px,transparent 1px);background-size:40px 40px;z-index:1}.login-v2-dynamic-bg:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 50% 50%,transparent 0%,rgba(248,250,252,.4) 100%);z-index:2}.login-elite-card{width:100%;max-width:440px;padding:3.5rem;border-radius:2.5rem;display:flex;flex-direction:column;gap:1.8rem;z-index:10;position:relative;overflow:visible}.elite-v2-card{background:#fff;border:1px solid #e2e8f0;border-radius:1.5rem!important;box-shadow:0 25px 50px -12px #00000014,0 0 0 1px #00000005;width:100%;max-width:440px;position:relative}.elite-v2-card:before{content:"";position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#2563eb,#8b5cf6);border-radius:1.5rem 1.5rem 0 0}.client-logo-wrapper{margin-bottom:1.5rem;display:flex;justify-content:center;width:100%}.client-login-logo{width:80px;height:80px;object-fit:contain;border-radius:1rem;background:#fff;padding:10px;box-shadow:0 10px 25px -5px #0000001a,inset 0 0 0 1px #0000000d;border:1px solid #e2e8f0}.client-logo-fallback{width:80px;height:80px;background:#f8fafc;border-radius:1rem;display:flex;align-items:center;justify-content:center;border:1px solid #e2e8f0;box-shadow:0 10px 25px -5px #0000000d}.logo-glow-text{font-family:Outfit,sans-serif;font-weight:800;font-size:1.8rem;letter-spacing:-1px;color:#0f172a;display:flex;align-items:center;justify-content:center;gap:.4rem}.logo-glow-text .text-accent{color:#2563eb;font-weight:1000;text-shadow:0 0 20px rgba(37,99,235,.2)}.subtitle-elite-v2{font-size:.65rem;font-weight:800;letter-spacing:4px;color:#64748b;text-transform:uppercase;margin-top:-.4rem}.input-elite-v2-group label{font-weight:800;color:#475569!important;margin-bottom:.5rem;font-size:.65rem;letter-spacing:1.2px}.input-elite-v2-wrapper{background:#f8fafc;border-radius:.5rem;border:1px solid #e2e8f0;transition:all .2s ease;position:relative;display:flex;align-items:center}.input-elite-v2-wrapper:focus-within{border-color:#2563eb;background:#fff;box-shadow:0 0 0 4px #2563eb14;transform:none}.input-elite-v2-wrapper input{background:transparent!important;color:#0f172a!important;border:none!important;box-shadow:none!important;width:100%;padding:.8rem .8rem .8rem 3rem!important;font-size:.95rem;font-weight:500;outline:none!important;font-family:Outfit,sans-serif}.login-submit{padding:.85rem!important;font-size:.85rem!important;font-weight:800!important;justify-content:center;margin-top:1rem;letter-spacing:2px;color:#fff!important;background:#2563eb!important;border-radius:.5rem!important;box-shadow:0 4px #1d4ed8,0 8px 15px #2563eb33!important;border:none!important}.login-submit:hover{transform:translateY(1px);box-shadow:0 3px #1d4ed8,0 4px 8px #2563eb1a!important;filter:brightness(1.05)}.login-submit:active{transform:translateY(4px);box-shadow:0 0 #0284c7!important}.input-elite-v2-wrapper .input-icon{color:#94a3b8;position:absolute;left:1rem;z-index:10;pointer-events:none}.btn-shimmer-v2{position:relative;overflow:hidden}.btn-shimmer-v2:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(to right,#fff0,#fff3,#fff0);transform:rotate(30deg);animation:shimmer-effect 4s infinite}@keyframes shimmer-effect{0%{transform:translate(-100%) rotate(30deg)}20%,to{transform:translate(100%) rotate(30deg)}}.version-pill{background:#fff;padding:.5rem 1rem;border-radius:.5rem;border:1px solid #e2e8f0;color:#64748b;font-size:.7rem;font-weight:700;display:inline-flex;align-items:center;gap:.5rem;margin-top:1.5rem;box-shadow:0 2px 4px #00000005}.soluit-link{color:#2563eb;text-decoration:none;font-weight:800}.text-elite-cian{color:#0ea5e9}.btn-elite-cian{background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff!important;box-shadow:0 10px 20px -5px #0ea5e966,inset 0 -4px #0003}.btn-elite-cian:hover{box-shadow:0 15px 30px -5px #0ea5e999,inset 0 -4px #0003}.text-elite-verde{color:#10b981}.btn-elite-verde{background:linear-gradient(135deg,#10b981,#059669);color:#fff!important;box-shadow:0 10px 20px -5px #10b98166,inset 0 -4px #0003}.btn-elite-verde:hover{box-shadow:0 15px 30px -5px #10b98199,inset 0 -4px #0003}.text-elite-azul{color:#2563eb}.btn-elite-azul{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff!important;box-shadow:0 10px 20px -5px #2563eb66,inset 0 -4px #0003}.btn-elite-azul:hover{box-shadow:0 15px 30px -5px #2563eb99,inset 0 -4px #0003}.text-elite-naranja{color:#f59e0b}.btn-elite-naranja{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff!important;box-shadow:0 10px 20px -5px #f59e0b66,inset 0 -4px #0003}.btn-elite-naranja:hover{box-shadow:0 15px 30px -5px #f59e0b99,inset 0 -4px #0003}.text-elite-rojo{color:#ef4444}.btn-elite-rojo{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff!important;box-shadow:0 10px 20px -5px #ef444466,inset 0 -4px #0003}.btn-elite-rojo:hover{box-shadow:0 15px 30px -5px #ef444499,inset 0 -4px #0003}.elite-card{background:#fff!important;border-radius:24px;border:1px solid rgb(226,232,240);box-shadow:0 15px 30px -10px #0000000d,inset 0 1px 1px #fff;position:relative;overflow:hidden;transition:all .3s ease}.elite-card:before{content:"";position:absolute;top:0;left:0;bottom:0;width:5px;background:var(--card-stripe, transparent);z-index:10}.control-nav-sidebar{background:#ffffffd9!important;backdrop-filter:blur(20px) saturate(1.8)!important;-webkit-backdrop-filter:blur(20px) saturate(1.8)!important;border-radius:24px!important;border:1px solid rgb(226,232,240)!important;box-shadow:0 15px 30px -10px #0000000d!important}.text-elite-heading{font-weight:1000;color:#1e293b;letter-spacing:-.5px;text-transform:none}.label-elite-v4{font-size:.7rem;font-weight:800;color:#64748b;text-transform:uppercase;letter-spacing:1px}.badge-elite-v4{padding:6px 12px;border-radius:8px;font-size:.65rem;font-weight:900;text-transform:uppercase;letter-spacing:.5px}.glass-morphism{background:var(--bg-glass);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:var(--glass-border);box-shadow:var(--elite-shadow-sm)}.sector-card-elite{display:flex;align-items:center;gap:1.5rem;padding:1.5rem;border-radius:1.5rem;background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);border:var(--glass-border);transition:all .3s ease;box-shadow:var(--shadow-md)}.sector-icon-box{width:64px;height:64px;border-radius:1.25rem;background:linear-gradient(135deg,#bae6fd,#0ea5e9);display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 8px 16px -4px #0ea5e94d}.elite-table-card{background:var(--glass-bg);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:var(--glass-border);border-radius:1.5rem;padding:1.25rem;box-shadow:var(--shadow-md);transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;flex-direction:column;position:relative;overflow:hidden}.elite-table-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:var(--elite-shadow-3d);background:#fff;border-color:var(--accent-primary)}.table-indicator-stripe{position:absolute;top:0;left:0;height:6px;width:100%}.table-indicator-stripe.free{background:var(--color-verde)}.table-indicator-stripe.busy{background:var(--color-azul)}.table-indicator-stripe.ready{background:var(--color-rojo);animation:sync-pulse 1s infinite}.table-indicator-stripe.closing{background:var(--color-naranja)}.glass-panel{background:var(--bg-surface);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border-color);border-radius:1.1rem;box-shadow:0 8px 12px -3px #0000000d;transition:transform .2s cubic-bezier(.4,0,.2,1);padding:1.25rem}.glass-input{background:#fff;border:1px solid var(--border-color);color:var(--text-primary);padding:.75rem 1rem;border-radius:12px;transition:all .3s ease;outline:none;width:100%;font-family:var(--font-family);font-weight:500}.glass-input:focus{border-color:var(--accent-primary);box-shadow:0 0 0 3px #4f46e51a}.btn{border:none;cursor:pointer;border-radius:10px;font-weight:700;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-family:var(--font-family)}.btn-primary{background:var(--accent-primary);color:#fff;box-shadow:0 4px 12px #4f46e533}.btn-primary:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.btn-danger{background:var(--danger);color:#fff;box-shadow:0 4px 12px #ef444433}.btn:disabled{opacity:.5;cursor:not-allowed}@keyframes slideUp{0%{opacity:0}to{opacity:1}}.adminSlideUp{animation:slideUp .4s cubic-bezier(.16,1,.3,1) forwards}@keyframes pulse-glow{0%{box-shadow:0 0 #06b6d466}70%{box-shadow:0 0 0 10px #06b6d400}to{box-shadow:0 0 #06b6d400}}@keyframes blink-red{0%{border-color:#ef4444;box-shadow:0 0 #ef444400}50%{border-color:#f87171;box-shadow:0 0 20px #ef444499;background-color:#ef44441a}to{border-color:#ef4444;box-shadow:0 0 #ef444400}}@keyframes blink-blue{0%{box-shadow:0 0 #2563eb00}50%{box-shadow:0 0 20px #2563eb66}to{box-shadow:0 0 #2563eb00}}.product-card-hover{animation:slideUp .4s cubic-bezier(.16,1,.3,1) forwards}.product-card-hover:hover{transform:translateY(-4px);border-color:#fff3;background:#1e293bb3;box-shadow:0 10px 25px -5px #00000080}.spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin .8s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}.app-container{display:flex;height:100dvh;min-height:100dvh;width:100%;gap:0;padding:0!important;background:transparent;overflow:hidden}.sidebar{width:200px;height:calc(100dvh - 20px);margin:10px 0 10px 10px;border-radius:18px!important;display:flex;flex-direction:column;overflow:hidden;background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid rgba(0,0,0,.06);box-shadow:0 25px 50px -12px #00000014,0 5px 15px #00000008,inset 0 1px #fff;z-index:50}.main-content{flex:1;display:flex;flex-direction:column;background:transparent;overflow-y:auto;padding:0;min-height:0}.nav-link{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:.5rem;padding:.65rem .75rem;color:var(--text-secondary);text-decoration:none;border-radius:.75rem;transition:all .2s cubic-bezier(.4,0,.2,1);font-weight:700;font-size:.78rem;margin-bottom:.15rem}.nav-link svg{flex-shrink:0}.nav-link:hover{background-color:#ffffff0d;color:var(--text-primary);transform:translateY(-2px)}.nav-link.active{background:linear-gradient(180deg,rgba(37,99,235,.1) 0%,transparent 100%);color:var(--accent-primary);border-left:3px solid var(--accent-primary)}.p-6{padding:1rem}.crm-grid{grid-template-columns:minmax(350px,1fr) 2fr}.crm-indicators-grid{grid-template-columns:1fr 1fr}.doc-center-container{flex-direction:row}.doc-center-left{max-width:450px}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#94a3b866;border-radius:10px;transition:background .3s}::-webkit-scrollbar-thumb:hover{background:#2563eb}.mobile-header{display:none}@media(max-width:768px){.app-container{flex-direction:column;padding:.5rem;padding-top:70px;gap:.5rem;min-height:100dvh;overflow:hidden}.mobile-header{display:flex;position:fixed;top:0;left:0;width:100%;height:60px;align-items:center;padding:0 1.5rem;z-index:40;background:var(--bg-surface);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-color);justify-content:space-between;box-shadow:var(--shadow-glass)}.sidebar{position:fixed;top:0;left:-100%;width:260px;min-height:100dvh;z-index:50;transition:left .3s ease;flex-direction:column;background:var(--bg-surface);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:var(--shadow-glass);border-right:1px solid var(--border-color)}.sidebar.open{left:0}.sidebar-overlay{position:fixed;top:0;left:0;width:100%;min-height:100dvh;background:#00000080;z-index:45;display:none}.sidebar-overlay.open{display:block}.main-content{flex:1;overflow-y:auto;border-radius:8px}.grid-cols-1.md\:grid-cols-2,.grid-cols-1.md\:grid-cols-3,.grid-cols-2,.grid-cols-3,.grid-cols-4,.crm-grid,.crm-indicators-grid{grid-template-columns:1fr!important}.doc-center-container{flex-direction:column!important}.crm-grid{display:flex!important;flex-direction:column!important;height:auto!important}.crm-client-header{padding:1.5rem!important}.flex.gap-6{flex-direction:column}.pos-container{flex-direction:column!important;padding:.5rem!important;gap:.5rem!important;flex:1!important;min-height:0!important}.pos-products-area{flex:1!important;height:auto!important;min-height:0!important;margin-bottom:.5rem}.pos-cart-area{flex:1!important;height:auto!important;width:100%!important;border-left:none!important;border-top:2px solid var(--accent-primary)!important;min-height:0!important}.glass-input,.btn{font-size:1rem;padding:.85rem 1rem}table th,table td{padding:.5rem!important;font-size:.85rem}.modal-content{width:95%!important;max-width:none!important;margin:10px auto}}.nav-link{border-left:3px solid transparent}.pos-price{font-family:Courier New,Courier,monospace;font-weight:800}.product-card-compact{padding:.75rem;border-radius:1rem;cursor:pointer;display:flex;flex-direction:column;border:1px solid var(--border-color);transition:all .2s cubic-bezier(.4,0,.2,1);position:relative;min-height:130px;max-height:140px;overflow:hidden;background:var(--bg-surface);-webkit-user-select:none;user-select:none}.product-card-compact:hover:not(.out-of-stock){transform:translateY(-4px);border-color:var(--accent-primary);box-shadow:0 10px 20px -10px var(--accent-primary)}.product-card-compact:active:not(.out-of-stock){transform:scale(.96)}.product-card-compact.out-of-stock{opacity:.5;filter:grayscale(1);cursor:not-allowed}.product-card-compact.out-of-stock:after{content:"AGOTADO";position:absolute;inset:0;background:#00000080;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:.75rem;letter-spacing:1px;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.product-card-compact:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2563eb1f;border-color:#2563eb4d}.product-card-compact:active{transform:scale(.97)}.product-category-badge{position:absolute;top:.35rem;right:.35rem;padding:.1rem .4rem;border-radius:2rem;font-size:.58rem;font-weight:800;letter-spacing:.5px;text-transform:uppercase;background:#2563eb1f;color:var(--accent-primary)}.product-stock-badge{position:absolute;top:.35rem;left:.35rem;padding:.1rem .35rem;border-radius:2rem;font-size:.55rem;font-weight:800;background:#0f172a12;color:var(--text-muted)}.product-grid-enterprise{display:grid;grid-template-columns:repeat(3,1fr);gap:.6rem;align-content:start}@media(min-width:1440px){.product-grid-enterprise{grid-template-columns:repeat(4,1fr)}}@media(max-width:1024px){.product-grid-enterprise{grid-template-columns:repeat(2,1fr)}}@media(max-width:1024px){.pos-total-display{font-size:1.25rem!important}.summary-card-value{font-size:1.1rem!important}}@keyframes sync-pulse{0%{transform:scale(1);opacity:.8}50%{transform:scale(1.3);opacity:1}to{transform:scale(1);opacity:.8}}.sync-indicator{width:8px;height:8px;background-color:#10b981;border-radius:50%;box-shadow:0 0 8px #10b98199;animation:sync-pulse 2s infinite ease-in-out}.sync-indicator.syncing{background-color:#3b82f6;box-shadow:0 0 12px #3b82f6cc}.card-control{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:1rem;padding:1.5rem;transition:transform .2s;margin-bottom:1rem}.card-control:hover{border-color:var(--accent-primary)}.card-control h3{margin-top:0;margin-bottom:1.25rem;font-size:1.1rem;font-weight:700;display:flex;align-items:center;gap:.5rem;color:var(--text-primary)}.form-group-control{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.form-group-control label{font-size:.8rem;font-weight:600;color:var(--text-secondary)}.form-group-control input,.form-group-control select,.form-group-control textarea{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:.5rem;padding:.75rem;color:var(--text-primary);font-size:.95rem;transition:all .2s}.form-group-control input:focus{border-color:var(--accent-primary);outline:none;box-shadow:0 0 0 2px #38bdf833}.form-group-check{display:flex;align-items:center;gap:.75rem;cursor:pointer;margin:.5rem 0}.form-group-check input[type=checkbox]{width:1.25rem;height:1.25rem;accent-color:var(--accent-primary)}.btn-sm-toggle{padding:.5rem 1rem;border-radius:.5rem;border:1px solid var(--border-color);background:transparent;color:var(--text-secondary);cursor:pointer;font-size:.85rem;font-weight:600;transition:all .2s}.btn-sm-toggle.active{background:var(--accent-primary);color:#fff;border-color:var(--accent-primary)}.badge{padding:.2rem .6rem;border-radius:1rem;font-size:.7rem;font-weight:700;text-transform:uppercase;background:#38bdf81a;color:var(--accent-primary)}.text-danger{color:#ef4444!important}.alert-info{background:#38bdf80d;border-left:4px solid var(--accent-primary);padding:1rem;border-radius:.5rem}.sidebar-header{padding:1.5rem 1rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(0,0,0,.05);margin-bottom:1rem}.logo-elite-3d{font-family:Anton,sans-serif;font-size:1.25rem;background:linear-gradient(135deg,#0ea5e9,#2563eb);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 2px 2px rgba(0,0,0,.1));letter-spacing:.5px;line-height:1.2}.logo-elite-3d small{display:block;font-family:Inter,sans-serif;font-size:.6rem;font-weight:800;color:#94a3b8;-webkit-text-fill-color:#94a3b8;letter-spacing:2px;margin-top:-2px}.btn-close-elite{width:28px;height:28px;border-radius:50%;background:#fff;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center;color:#64748b;cursor:pointer;box-shadow:0 4px 10px #0000000d;transition:all .2s;display:none}@media(max-width:768px){.btn-close-elite{display:flex}}.btn-close-elite:hover{transform:rotate(90deg);color:#ef4444}.sidebar-footer{padding:1.25rem 1rem;border-top:1px solid rgba(0,0,0,.05);margin-top:auto;display:flex;flex-direction:column;gap:1rem;background:linear-gradient(to top,rgba(15,23,42,.02),transparent)}.user-card-elite{padding:.75rem;border-radius:.85rem;border:1px solid #f1f5f9;box-shadow:0 4px 15px #00000008;display:flex;flex-direction:column;gap:2px}.user-card-elite span{font-size:.8rem;font-weight:900;color:#1e293b}.user-card-elite small{font-size:.65rem;font-weight:800;color:#3b82f6;text-transform:uppercase}.footer-actions-elite{display:flex;gap:.5rem;justify-content:space-between}.btn-action-elite{width:36px;height:36px;border-radius:10px;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 4px 6px #0000000d}.btn-action-elite:hover{transform:translateY(-3px) scale(1.05)}.btn-logout-elite{background:linear-gradient(135deg,#f97316,#ef4444);color:#fff;box-shadow:0 4px 12px #ef44444d}@media(min-width:769px){.app-container{padding:0!important;gap:0!important}.btn-close-elite{display:none!important}}.sidebar-header{border-bottom:1px solid var(--border-color)}.caja-smart{background:linear-gradient(145deg,#fff,#f1f5f9);border:1px solid var(--border-color);border-top:6px solid var(--color-azul);border-radius:var(--radius-elite);padding:1.5rem;box-shadow:var(--shadow-md);transition:all .3s ease}.caja-smart:hover{box-shadow:var(--shadow-lg)}.caja-smart-cian{border-top-color:var(--color-cian)}.caja-smart-azul{border-top-color:var(--color-azul)}.caja-smart-verde{border-top-color:var(--color-verde)}.caja-smart-naranja{border-top-color:var(--color-naranja)}.caja-smart-rojo{border-top-color:var(--color-rojo)}.caja-smart-gris{border-top-color:var(--color-gris)}.caja-smart-left{border-top:1px solid var(--border-color);border-left:6px solid var(--color-azul)}.caja-smart-left.caja-smart-cian{border-left-color:var(--color-cian)}.caja-smart-left.caja-smart-verde{border-left-color:var(--color-verde)}.caja-smart-left.caja-smart-naranja{border-left-color:var(--color-naranja)}.caja-smart-left.caja-smart-rojo{border-left-color:var(--color-rojo)}.caja-smart-left.caja-smart-gris{border-left-color:var(--color-gris)}.elite-header{display:flex;align-items:center;gap:1.5rem;padding:1.5rem 2rem;background:#fff;border-bottom:1px solid rgba(15,23,42,.05);box-shadow:0 4px 20px #00000005;margin-bottom:2rem}.elite-header-icon{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.elite-header-meta span{font-size:.75rem;font-weight:900;text-transform:uppercase;letter-spacing:3px}.elite-header h1{font-size:2rem;font-weight:950;color:#0f172a;margin:0;line-height:1.1;letter-spacing:-1.5px}.elite-header p{font-size:.9rem;color:#64748b;font-weight:500;margin-top:.25rem}.modal-elite-overlay{position:fixed;inset:0;background:#0f172a80;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:999999;display:flex;align-items:center;justify-content:center;padding:1rem;animation:confirmScaleIn .25s ease}.modal-elite-panel{background:#fff;border:1px solid var(--border-color);border-radius:1.5rem;padding:2.5rem;width:100%;max-width:440px;box-shadow:0 25px 50px -12px #00000040;animation:confirmScaleIn .3s cubic-bezier(.16,1,.3,1)}@keyframes confirmScaleIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.nav-section-label{font-size:9px;font-weight:900;color:#a8a29e;text-transform:uppercase;letter-spacing:2px;padding:.75rem 1.25rem .25rem;margin-top:.25rem}@media(min-width:769px)and (max-width:1024px){.elite-header{padding:1.25rem 1.5rem;gap:1rem}.elite-header h1{font-size:1.6rem}.elite-header-icon{width:48px;height:48px}.sidebar{width:200px!important}.sidebar-nav .nav-link span{font-size:.75rem}.caja-smart{padding:1rem}}@media(pointer:coarse){.btn,.btn-elite-3d,.nav-link,.admin-tab{min-height:44px}}.elite-table-card{background:linear-gradient(145deg,#fff,#f8fafc);border:1px solid rgba(15,23,42,.08);border-radius:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 4px 12px #00000008;display:flex;flex-direction:column}.elite-table-card:hover{transform:translateY(-4px);box-shadow:0 15px 35px -10px #0000001a;border-color:#0f172a26}.table-indicator-stripe{position:absolute;top:0;left:0;right:0;height:6px;background:#94a3b8}.table-indicator-stripe.free{background:#10b981}.table-indicator-stripe.busy{background:#f97316}.table-indicator-stripe.closing{background:#334155}.table-indicator-stripe.ready{background:#ef4444;animation:elite-red-blink 1.5s infinite}@keyframes elite-red-blink{0%,to{opacity:1;box-shadow:0 0 20px #ef444480}50%{opacity:.3}}@keyframes elite-pulse-blue{0%{box-shadow:0 0 #2563eb66}70%{box-shadow:0 0 0 10px #2563eb00}to{box-shadow:0 0 #2563eb00}}@media print{body{background:#fff!important;overflow:visible!important;height:auto!important;width:auto!important;color:#000!important;font-weight:600!important}.sidebar,.mobile-header,.btn,.btn-elite-3d,header.elite-header,.sidebar-overlay,.main-content>*:not(.pos-container),.pos-container>*:not(.pos-cart-area),.pos-cart-area>*:not(.payment-flow-overlay),.payment-flow-overlay *{display:none!important}.print-exclusive-ticket{display:block!important;position:fixed;top:0;left:0;width:72mm;max-width:72mm;box-sizing:border-box;padding:2mm;background:#fff;font-family:Courier New,Courier,monospace;color:#000!important;font-weight:600!important;z-index:9999}.print-exclusive-ticket *{color:#000!important}#root,.app-container,.main-content{display:block!important;padding:0!important;margin:0!important;height:auto!important;overflow:visible!important}}:root{--bg-app: #F7F9FC;--surface-white: #FFFFFF;--status-info: #3B82F6;--status-success: #10B981;--status-warning: #F59E0B;--status-danger: #EF4444;--text-main: #1E293B;--text-muted: #64748B;--shadow-elite-sm: 0 4px 6px -1px rgba(0, 0, 0, .05);--shadow-elite-md: 0 10px 15px -3px rgba(0, 0, 0, .04);--shadow-elite-hover: 0 20px 25px -5px rgba(0, 0, 0, .08);--radius-elite: 16px}.sidebar{background:linear-gradient(135deg,#fff,#f8fafc);display:flex;flex-direction:column;height:calc(100dvh - 20px)!important;max-height:calc(100dvh - 20px)!important;overflow:hidden!important;width:200px!important;margin:10px 0 10px 10px!important;border-radius:18px!important;border:1px solid rgba(0,0,0,.06)!important;position:relative;box-shadow:0 25px 50px -12px #00000014,0 5px 15px #00000008,inset 0 1px #fff;z-index:50;flex-shrink:0!important}.sidebar-header{flex-shrink:0;padding:16px 10px 8px;background:transparent;display:flex;flex-direction:column;align-items:center;text-align:center}.sidebar-restaurant-name{font-size:18px;font-weight:950;letter-spacing:-.5px;margin:0;line-height:1.1;width:90%;text-align:center;background:linear-gradient(135deg,#2563eb,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:block}.sidebar-brand{font-size:9px;color:#64748b;margin:2px 0 0;line-height:1.2;font-weight:600}.sidebar-brand span{color:#f97316;font-weight:800}.sidebar-nav{flex:1;display:flex;flex-direction:column;gap:16px;overflow-y:auto;overflow-x:hidden;background:transparent;padding:8px 0}.sidebar-nav::-webkit-scrollbar{width:4px}.sidebar-nav::-webkit-scrollbar-thumb{background:#0000001a;border-radius:4px}.sidebar-group-label{font-size:9.5px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#94a3b8;padding:8px 10px 4px;margin:0;text-align:center}.sidebar-separator{display:none}.denom-card-v2{border-radius:20px;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.denom-card-v2:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.btn-denom-adj{height:44px;border:none;border-radius:10px;background:#f1f5f9;color:#475569;font-weight:1000;font-size:1.1rem;cursor:pointer;transition:all .2s}.btn-denom-adj:hover{background:#e2e8f0;color:#0f172a}.btn-denom-adj:active{transform:scale(.95)}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.sidebar-nav-item{display:flex;align-items:center;gap:10px;padding:8px 12px!important;margin:2px 8px!important;border-radius:8px;font-size:13px;font-weight:700;color:#475569;text-decoration:none;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative;opacity:.55}@media(hover:hover){.sidebar-nav-item:hover{background:#00000008;color:#0f172a;opacity:.9}}.sidebar-nav-item.active,.sidebar-nav-item[aria-current=page]{background:linear-gradient(135deg,#2563eb,#1d4ed8)!important;color:#fff!important;font-weight:800;border-left:none!important;border-radius:8px!important;margin-left:8px!important;padding-left:12px!important;opacity:1!important;transform:translateY(-2px) scale(1.02);box-shadow:0 6px 12px #2563eb40,0 2px 4px #2563eb1f!important}.sidebar-nav-item.active:before,.sidebar-nav-item[aria-current=page]:before{display:none!important}.sidebar-nav-item svg,.sidebar-nav-item i{width:18px;height:18px;flex-shrink:0;transition:transform .12s ease;color:#64748b!important}@media(hover:hover){.sidebar-nav-item:hover svg,.sidebar-nav-item:hover i{transform:scale(1.05);color:#1e293b!important}}.sidebar-nav-item.active svg,.sidebar-nav-item.active i,.sidebar-nav-item.active .icon-dashboard,.sidebar-nav-item.active .icon-salon,.sidebar-nav-item.active .icon-caja,.sidebar-nav-item.active .icon-cocina,.sidebar-nav-item.active .icon-admin,.sidebar-nav-item.active .icon-reports,.sidebar-nav-item.active .icon-analytics,.sidebar-nav-item.active .icon-control{opacity:1!important;color:#fff!important}.sidebar-nav-item:not(.active) .icon-dashboard{color:#2563eb!important}.sidebar-nav-item:not(.active) .icon-salon{color:#8b5cf6!important}.sidebar-nav-item:not(.active) .icon-caja{color:#10b981!important}.sidebar-nav-item:not(.active) .icon-cocina{color:#f97316!important}.sidebar-nav-item:not(.active) .icon-admin{color:#64748b!important}.sidebar-nav-item:not(.active) .icon-reports{color:#f43f5e!important}.sidebar-nav-item:not(.active) .icon-analytics{color:#4361c2!important}.sidebar-nav-item:not(.active) .icon-control{color:#0d9488!important}.sidebar-footer{flex-shrink:0;padding:6px 8px 8px;background:transparent;border-top:none}.sidebar-user-row{display:flex;align-items:center;gap:8px;padding:5px 8px;background:#ffffff0a;border-radius:6px;margin-bottom:6px}.sidebar-avatar{width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,#38bdf8,#4361c2);display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:800;color:#fff;flex-shrink:0}.sidebar-username{font-size:10px;font-weight:700;color:#f1f5f9;line-height:1.2}.sidebar-role{font-size:8px;color:#94a3b8;line-height:1.2}.sidebar-logout{display:flex;align-items:center;justify-content:center;gap:6px;padding:6px;border-radius:6px;font-size:10px;font-weight:600;color:#cbd5e1;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;width:100%;cursor:pointer;margin-bottom:6px;transition:all .12s ease}.sidebar-logout:hover{background:#ffffff1a;color:#fff}.sidebar-version{font-size:8px;color:#64748b;text-align:center;margin-top:4px}.sidebar-badge-connected{display:flex;align-items:center;justify-content:center;padding:6px;border:1px solid #10b981;color:#10b981;font-size:10px;font-weight:800;text-transform:uppercase;border-radius:9999px;margin-bottom:6px;background:transparent;letter-spacing:1px}.sidebar-badge-disconnected{display:flex;align-items:center;justify-content:center;padding:6px;border:1px solid #ef4444;color:#ef4444;font-size:10px;font-weight:800;text-transform:uppercase;border-radius:9999px;margin-bottom:6px;background:transparent;letter-spacing:1px}.sidebar-btn-sync{display:flex;align-items:center;justify-content:center;gap:8px;padding:8px;background:#f97316;color:#fff;font-size:11px;font-weight:900;text-transform:uppercase;border-radius:9999px;border:none;width:100%;cursor:pointer;box-shadow:0 4px 10px #f9731633;transition:all .2s;letter-spacing:1px}.sidebar-btn-sync:hover{filter:brightness(1.1);transform:translateY(-1px)}.sidebar-btn-sync:active{transform:translateY(0)}.sync-pulse-dot{width:6px;height:6px;border-radius:50%;background:#10b981;box-shadow:0 0 8px #10b981}.sync-pulse-dot-red{width:6px;height:6px;border-radius:50%;background:#ef4444;box-shadow:0 0 8px #ef4444}.elite-card{background-color:var(--surface-white);border-radius:var(--radius-elite);box-shadow:var(--shadow-elite-md);padding:24px;transition:box-shadow .3s ease;position:relative;overflow:hidden;border:1px solid #F1F5F9}.elite-card:before{content:"";position:absolute;top:0;left:0;right:0;height:6px;background-color:var(--card-stripe, var(--text-muted))}.elite-btn{background-color:var(--surface-white);color:var(--text-main);border:1px solid #E2E8F0;box-shadow:var(--shadow-elite-sm);padding:8px 16px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease-in-out}.elite-btn:hover{background-color:var(--text-main)!important;color:var(--surface-white)!important;transform:translateY(-2px);box-shadow:var(--shadow-elite-hover)}@keyframes sync-pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.8}to{transform:scale(1);opacity:1}}.animate-sync{animation:sync-pulse 2s infinite}.elite-grid-salon{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;width:100%}@media(min-width:640px){.elite-grid-salon{grid-template-columns:repeat(3,1fr)}}@media(min-width:768px){.elite-grid-salon{grid-template-columns:repeat(4,1fr)}}@media(min-width:1024px){.elite-grid-salon{grid-template-columns:repeat(6,1fr)}}@media(min-width:1440px){.elite-grid-salon{grid-template-columns:repeat(8,1fr)}}.elite-flex-row{display:flex;flex-direction:row;align-items:center}.elite-flex-col{display:flex;flex-direction:column}.elite-flex-center{display:flex;align-items:center;justify-content:center}.elite-flex-between{display:flex;align-items:center;justify-content:space-between}.elite-flex-wrap{flex-wrap:wrap}.elite-full-screen{width:100%;min-height:100dvh}.elite-w-full{width:100%}.elite-h-full{height:100%}.elite-gap-2{gap:.5rem}.elite-gap-4{gap:1rem}.elite-gap-6{gap:1.5rem}.elite-p-2{padding:.5rem}.elite-p-4{padding:1rem}.elite-p-6{padding:1.5rem}.elite-p-8{padding:2rem}.elite-text-xs{font-size:.7rem}.elite-text-sm{font-size:.85rem}.elite-text-lg{font-size:1.1rem}.elite-text-xl{font-size:1.35rem}.elite-font-black{font-weight:900}.elite-font-bold{font-weight:700}.elite-uppercase{text-transform:uppercase}.elite-tracking-widest{letter-spacing:.2em}.kds-main-grid{display:flex;flex-direction:row;overflow-x:auto;gap:1.5rem;padding:2rem;height:100%}.kds-card{width:360px;flex-shrink:0;display:flex;flex-direction:column}.kds-icon-fixed{width:24px;height:24px}.kds-icon-lg{width:48px!important;height:48px!important}.elite-drawer-overlay{position:fixed;inset:0;background:#0f172a66;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;opacity:0;animation:fadeIn .3s forwards}.elite-drawer-content{position:fixed;top:0;right:0;height:100%;width:100%;max-width:450px;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:-20px 0 50px #0000001a;z-index:1001;transform:translate(100%);animation:slideInRight .4s cubic-bezier(.16,1,.3,1) forwards;display:flex;flex-direction:column;border-left:1px solid rgba(255,255,255,.2)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInRight{to{transform:translate(0)}}.elite-drawer-header{padding:2rem;border-bottom:1px solid #F1F5F9}.elite-drawer-body{padding:2rem;flex:1;overflow-y:auto}.elite-drawer-footer{padding:2rem;border-top:1px solid #F1F5F9;display:flex;gap:1rem}.card-elite-3d.minimalist{background:var(--bg-glass)!important;border:1px dashed rgba(0,0,0,.1)!important;box-shadow:none!important;opacity:.6}.card-elite-3d.minimalist:hover{opacity:1;border-style:solid!important;border-color:var(--accent-secondary)!important;transform:translateY(-5px)}.mesa-number-badge{font-size:1.5rem;font-weight:900;color:#1e293b;letter-spacing:-1px}.mesa-zona-tag{font-size:.65rem;font-weight:900;text-transform:uppercase;letter-spacing:1px;color:#94a3b8}@media print{.no-print,nav,aside,header,.elite-header,.app-header,.sidebar,.sidebar-overlay,button:not(.print-only){display:none!important}body,html,#root,.main-content,.app-container{height:auto!important;overflow:visible!important;background:#fff!important;padding:0!important;margin:0!important}.reporte-z-document{box-shadow:none!important;border:none!important;margin:0!important;padding:0!important;width:100%!important;max-width:100%!important}*{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}}.elite-header-v2{display:flex!important;justify-content:space-between!important;align-items:center!important;background:#fff!important;padding:12px 32px!important;padding-top:calc(12px + env(safe-area-inset-top))!important;position:sticky!important;top:0!important;z-index:100!important;box-shadow:0 4px 12px #00000008!important;transition:all .3s ease!important;width:100%!important;box-sizing:border-box!important;height:68px!important}.elite-header-v2 .elite-header-left{display:flex!important;align-items:center!important;gap:16px!important;flex:1!important;min-width:0!important}.elite-header-v2 .elite-back-button{width:44px!important;height:44px!important;border-radius:12px!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important;border:none!important;cursor:pointer!important;transition:all .2s ease!important}.elite-header-v2 .elite-back-button:hover{transform:translateY(-2px)!important;filter:brightness(1.1)!important}.elite-header-v2 .elite-back-button:active{transform:translateY(0) scale(.95)!important}.elite-header-v2 .elite-mesa-info{display:flex!important;flex-direction:column!important;gap:2px!important;justify-content:center!important;min-width:0!important;flex:1!important}.elite-header-v2 .elite-mesa-info h1{margin:0!important;font-size:1.2rem!important;font-weight:900!important;color:#0f172a!important;line-height:1.2!important;letter-spacing:-.5px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.elite-header-v2 .elite-mesa-info p{margin:0!important;font-size:.65rem!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.12em!important;line-height:1.2!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.elite-header-v2 .desktop-icon-only{display:flex!important;align-items:center!important;justify-content:center!important}.elite-header-v2 .mobile-icon-only{display:none!important}@media(max-width:768px){.mobile-header{display:none!important}.main-content{margin-left:0!important;width:100%!important;height:100dvh!important;overflow-y:auto!important;padding:0!important}.elite-header-v2{padding:8px 16px!important;padding-top:calc(8px + env(safe-area-inset-top))!important;min-height:calc(60px + env(safe-area-inset-top))!important;height:auto!important}.elite-header-v2 .elite-header-left{gap:12px!important}.elite-header-v2 .elite-back-button{width:38px!important;height:38px!important;border-radius:10px!important}.elite-header-v2 .elite-mesa-info h1{font-size:1.05rem!important}.elite-header-v2 .elite-mesa-info p{font-size:.58rem!important;letter-spacing:.08em!important}.elite-header-v2 .elite-connection-box,.elite-header-v2 .desktop-icon-only{display:none!important}.elite-header-v2 .mobile-icon-only{display:flex!important;align-items:center!important;justify-content:center!important}}@media(hover:none)and (pointer:coarse){button,a,select,[role=button],.clickable{min-height:48px!important;min-width:48px!important}input,textarea,select{font-size:16px!important}.comandero-product-grid>div{min-height:120px!important;padding:16px!important}.comandero-category-tabs button{padding:12px 16px!important;font-size:.8rem!important}.elite-header-tab-btn{min-height:44px!important}}@media(max-width:768px){.comandero-product-grid{grid-template-columns:repeat(2,1fr)!important;gap:10px!important;padding:12px!important}}@media(max-width:1024px){.elite-resp-grid-4{grid-template-columns:repeat(2,1fr)!important}.elite-resp-grid-6{grid-template-columns:repeat(3,1fr)!important}.elite-resp-double-grid,.checkout-main-grid,.control-main-layout{grid-template-columns:1fr!important}.caja-document-grid{grid-template-columns:repeat(2,1fr)!important}}@media(max-width:768px){.elite-resp-grid-4,.elite-resp-grid-6,.caja-dashboard-grid,.caja-kpi-grid,.caja-document-grid{grid-template-columns:1fr!important}.denomination-grid,.payment-methods-grid{grid-template-columns:repeat(2,1fr)!important}.mixed-inputs-grid,.movimiento-form-grid{grid-template-columns:1fr!important}.comandero-layout{display:flex!important;flex-direction:column!important}.comandero-panel-products.inactive,.comandero-panel-cart.inactive{display:none!important}.comandero-panel-products,.comandero-panel-cart{width:100%!important;border-left:none!important}.elite-desktop-only{display:none!important}.elite-mobile-only{display:block!important}}@media(min-width:769px){.elite-mobile-only{display:none!important}}.elite-3d-card{transition:all .4s cubic-bezier(.175,.885,.32,1.275)!important}.elite-3d-card:hover{transform:translateY(-8px) scale(1.02)!important;box-shadow:0 30px 60px -12px #0000001f,inset 0 1px 1px #fff!important;cursor:pointer}.elite-3d-card:active{transform:translateY(-2px) scale(.98)!important;box-shadow:0 10px 20px -6px #0000001a,inset 0 1px 1px #fff!important}.elite-section-card-3d{transition:all .4s cubic-bezier(.175,.885,.32,1.275)!important}.elite-section-card-3d:hover{transform:translateY(-4px)!important;box-shadow:0 20px 40px -8px #0000000f,inset 0 1px 1px #fff!important}.elite-kpi-grid-mobile{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}@media(max-width:768px){.elite-kpi-grid-mobile{grid-template-columns:repeat(2,1fr)!important;gap:12px}}.elite-input-3d{width:100%;padding:12px 16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;font-family:Inter,sans-serif;font-weight:500;font-size:.95rem;color:#1e293b;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:inset 0 2px 4px #0000000a}.elite-input-3d:focus{outline:none;background:#fff;border-color:#3b82f6;box-shadow:inset 0 1px 2px #00000005,0 0 0 4px #3b82f626}.elite-glass-alert{background:#fee2e2d9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(239,68,68,.3);border-left:6px solid #ef4444;padding:16px 24px;border-radius:16px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 10px 25px -5px #ef444426;position:relative;overflow:hidden}.elite-glass-alert:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,transparent 40%,rgba(255,255,255,.4) 50%,transparent 60%);background-size:200% 200%;animation:elite-glass-shine 3s infinite linear;pointer-events:none}@keyframes elite-glass-shine{0%{background-position:200% 0}to{background-position:-200% 0}}@media(max-width:768px){.elite-mobile-table,.elite-mobile-table tbody,.elite-mobile-table tr,.elite-mobile-table td{display:block;width:100%}.elite-mobile-table thead{display:none}.elite-mobile-table tr{margin-bottom:24px;background:#fff;border-radius:16px;padding:16px;box-shadow:0 8px 30px #2563eb14;border:1px solid #e2e8f0}.elite-mobile-table td{text-align:right;border-bottom:1px solid #f8fafc;position:relative;padding:8px 0 8px 45%;font-size:.85rem}.elite-mobile-table td:last-child{border-bottom:none}.elite-mobile-table td:before{content:attr(data-label);position:absolute;left:0;width:40%;padding-right:10px;white-space:nowrap;text-align:left;font-weight:800;color:#64748b;font-size:.75rem;text-transform:uppercase}}.elite-responsive-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start}@media(max-width:900px){.elite-responsive-grid{grid-template-columns:1fr!important}}@keyframes elite-pulse-green{0%{box-shadow:0 0 #22c55e80}70%{box-shadow:0 0 0 10px #22c55e00}to{box-shadow:0 0 #22c55e00}}.pulse-green{animation:elite-pulse-green 2s infinite!important}.elite-sidebar-btn-v2{transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.elite-sidebar-btn-v2:hover{transform:translate(4px) scale(1.02);color:var(--tab-color);background:var(--tab-bg-hover);border-left-color:var(--tab-color)!important;box-shadow:0 10px 20px -5px var(--tab-glow)}[data-theme=dark],[data-theme=auto]{--bg-base: #0f172a;--bg-primary: #0f172a;--bg-surface: rgba(30, 41, 59, .7);--bg-glass: rgba(15, 23, 42, .85);--text-primary: #f1f5f9;--text-secondary: #94a3b8;--text-muted: #64748b;--elite-shadow-sm: 0 1px 3px rgba(0,0,0,.3);--elite-shadow-md: rgba(0, 0, 0, .05) 0px 15px 30px -10px;--elite-shadow-lg: 0 30px 60px -12px rgba(0,0,0,.4);--elite-shadow-inner: inset 0px 1px 1px 0px rgba(255,255,255, .05);--glass-border: 1px solid rgba(255,255,255, .1);color-scheme:dark}[data-theme=dark] body,[data-theme=auto] body{background:#0f172a!important;color:#e2e8f0!important}[data-theme=dark] .elite-card,[data-theme=auto] .elite-card,[data-theme=dark] .elite-section-card,[data-theme=auto] .elite-section-card,[data-theme=dark] [class*=elite-3d],[data-theme=auto] [class*=elite-3d],[data-theme=dark] .elite-table-card,[data-theme=auto] .elite-table-card{background:linear-gradient(135deg,#1e293bb3,#0f172ae6)!important;border-color:#ffffff1a!important;box-shadow:#0000000d 0 15px 30px -10px,inset 0 1px 1px #ffffff0d!important;border-radius:24px!important}[data-theme=dark] .control-nav-sidebar,[data-theme=auto] .control-nav-sidebar,[data-theme=dark] .elite-header-v2,[data-theme=auto] .elite-header-v2,[data-theme=dark] .elite-header,[data-theme=auto] .elite-header{background:#0f172ad9!important;backdrop-filter:blur(20px) saturate(1.8)!important;-webkit-backdrop-filter:blur(20px) saturate(1.8)!important;border-color:#ffffff1a!important;box-shadow:0 4px 20px #00000014!important}[data-theme=dark] .control-nav-sidebar,[data-theme=auto] .control-nav-sidebar{border-radius:24px!important}[data-theme=dark] .elite-form-input,[data-theme=auto] .elite-form-input,[data-theme=dark] .elite-form-select,[data-theme=auto] .elite-form-select,[data-theme=dark] .admin-form-input,[data-theme=auto] .admin-form-input{background:#ffffff0f!important;border-color:#ffffff1f!important;color:#fff!important;box-shadow:none!important}[data-theme=dark] .elite-form-input:focus,[data-theme=auto] .elite-form-input:focus,[data-theme=dark] .elite-form-select:focus,[data-theme=auto] .elite-form-select:focus,[data-theme=dark] .admin-form-input:focus,[data-theme=auto] .admin-form-input:focus{background:#ffffff1a!important;border-color:#fff3!important}[data-theme=dark] .elite-form-input::placeholder,[data-theme=auto] .elite-form-input::placeholder{color:#64748b!important}[data-theme=dark] .elite-form-label,[data-theme=auto] .elite-form-label{color:#94a3b8!important}[data-theme=dark] table,[data-theme=auto] table{color:#e2e8f0}[data-theme=dark] thead tr,[data-theme=auto] thead tr{background:#1e293bb3!important;border-bottom-color:#ffffff1a!important}[data-theme=dark] thead th,[data-theme=auto] thead th{color:#94a3b8!important;border-bottom-color:#ffffff1a!important}[data-theme=dark] tbody tr,[data-theme=auto] tbody tr{border-bottom-color:#ffffff0d!important}[data-theme=dark] tbody tr:nth-child(odd),[data-theme=auto] tbody tr:nth-child(odd){background:#ffffff05!important}[data-theme=dark] tbody tr:nth-child(2n),[data-theme=auto] tbody tr:nth-child(2n){background:transparent!important}[data-theme=dark] tbody tr:hover,[data-theme=auto] tbody tr:hover{background:#ffffff0f!important}[data-theme=dark] .confirm-modal-box,[data-theme=dark] .confirm-modal-content,[data-theme=dark] .elite-modal-content,[data-theme=auto] .confirm-modal-box,[data-theme=auto] .confirm-modal-content,[data-theme=auto] .elite-modal-content{background:linear-gradient(135deg,#1e293bf2,#0f172afa)!important;-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important;border-color:#ffffff1a!important;color:#e2e8f0!important;border-radius:24px!important}[data-theme=dark] [style*="background: #f8fafc"],[data-theme=dark] [style*="background:#f8fafc"],[data-theme=dark] [style*="background: #ffffff"],[data-theme=dark] [style*="background:#ffffff"],[data-theme=dark] [style*="background: white"],[data-theme=dark] [style*="background:white"],[data-theme=auto] [style*="background: #f8fafc"],[data-theme=auto] [style*="background:#f8fafc"],[data-theme=auto] [style*="background: #ffffff"],[data-theme=auto] [style*="background:#ffffff"],[data-theme=auto] [style*="background: white"],[data-theme=auto] [style*="background:white"]{background:#ffffff08!important}[data-theme=dark] ::-webkit-scrollbar,[data-theme=auto] ::-webkit-scrollbar{width:6px;height:6px}[data-theme=dark] ::-webkit-scrollbar-track,[data-theme=auto] ::-webkit-scrollbar-track{background:#0f172a}[data-theme=dark] ::-webkit-scrollbar-thumb,[data-theme=auto] ::-webkit-scrollbar-thumb{background:#334155;border-radius:99px}[data-theme=dark] h1,[data-theme=dark] h2,[data-theme=dark] h3,[data-theme=dark] h4,[data-theme=dark] h5,[data-theme=dark] h6,[data-theme=auto] h1,[data-theme=auto] h2,[data-theme=auto] h3,[data-theme=auto] h4,[data-theme=auto] h5,[data-theme=auto] h6{color:#f1f5f9}[data-theme=dark] p,[data-theme=auto] p{color:#94a3b8}body.disable-animations *,body.disable-animations *:before,body.disable-animations *:after{animation-duration:0s!important;animation-delay:0s!important;transition-duration:0s!important;transition-delay:0s!important}@media print{.no-print{display:none!important}}@media(max-width:900px){.analytics-chart-grid,.analytics-dual-grid,.analytics-triple-grid{grid-template-columns:1fr!important}}@media(max-width:900px){.payment-methods-grid,.mixed-inputs-grid{grid-template-columns:1fr!important}}@media(max-width:900px){.checkout-main-grid{grid-template-columns:1fr!important;overflow-y:auto!important}}@media(max-width:768px){body{font-size:14px}}@keyframes elite-pulse-warning-anim{0%{box-shadow:0 0 #f59e0b66}70%{box-shadow:0 0 0 10px #f59e0b00}to{box-shadow:0 0 #f59e0b00}}@keyframes elite-pulse-critical-anim{0%{box-shadow:0 0 #ef444466}70%{box-shadow:0 0 0 15px #ef444400}to{box-shadow:0 0 #ef444400}}.elite-pulse-warning{animation:elite-pulse-warning-anim 2s infinite}.elite-pulse-critical{animation:elite-pulse-critical-anim 1.5s infinite}@keyframes fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.kds-card-animate{animation:fade-in-up .5s cubic-bezier(.16,1,.3,1) both}@keyframes pulso-morado{0%,to{box-shadow:0 0 #8b5cf666}50%{box-shadow:0 0 0 12px #8b5cf600}}button,a,input[type=button],input[type=submit],.elite-nav-item,.mesa-card-elite,.elite-3d-card{touch-action:manipulation!important;-webkit-tap-highlight-color:transparent!important}*{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;overscroll-behavior:none}body{overscroll-behavior-y:contain}body.pwa-standalone{overscroll-behavior:none}input,select,textarea,button{font-size:16px}.mobile-active-tab-indicator,.intel-mobile-controls,.mobile-admin-title{display:none!important}.desktop-admin-title{display:block!important}.desktop-admin-subtitle{display:inline!important}.desktop-recargar-btn-wrapper{display:flex!important}button,[role=button],.mesa-card-elite{min-height:44px;touch-action:manipulation}input[type=number],input[inputmode=numeric]{-moz-appearance:textfield}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.elite-scroll{-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(148,163,184,.3) transparent}.elite-scroll::-webkit-scrollbar{width:4px;height:4px}.elite-scroll::-webkit-scrollbar-thumb{background:#94a3b84d;border-radius:4px}@media(min-width:640px){.admin-layout .elite-3d-card,.intelligence-layout .elite-3d-card{min-height:130px!important;padding:22px 26px!important}.admin-layout .elite-3d-card .kpi-value,.intelligence-layout .elite-3d-card .kpi-value{font-size:1.85rem!important;margin-top:4px!important}.admin-layout .elite-3d-card .kpi-title,.intelligence-layout .elite-3d-card .kpi-title{font-size:.68rem!important}.admin-layout .elite-3d-card .kpi-sub,.intelligence-layout .elite-3d-card .kpi-sub{font-size:.75rem;margin-top:8px!important}}.elite-items-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:24px!important;width:100%;box-sizing:border-box}.elite-admin-controls{display:flex!important;justify-content:space-between!important;align-items:center;margin-bottom:28px!important;padding:16px 24px!important;background:#fff9!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;border-radius:24px!important;border:1px solid var(--elite-border, #e2e8f0)!important;box-sizing:border-box;width:100%}.elite-admin-controls-left{display:flex!important;align-items:center;gap:20px!important;flex:1}.elite-admin-controls-right{display:flex!important;align-items:center;gap:12px!important}.elite-resp-grid-4{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:16px!important}.elite-resp-grid-3{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:16px!important}.elite-resp-grid-2{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:16px!important}.elite-resp-double-grid{display:grid!important;grid-template-columns:1.5fr 1fr!important;gap:24px!important}.elite-resp-scroll-x{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;gap:8px!important}.elite-resp-scroll-x::-webkit-scrollbar{display:none!important}.elite-resp-header{display:flex!important;justify-content:space-between!important;align-items:center;gap:16px!important}.elite-resp-header-actions{display:flex!important;align-items:center;gap:12px!important}.elite-resp-container{padding:32px!important}@media(max-width:1023px){.intel-mobile-controls{display:flex!important}.elite-resp-grid-4,.elite-resp-grid-3{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}.elite-resp-grid-2,.elite-resp-double-grid{grid-template-columns:1fr!important;gap:16px!important}.mobile-active-tab-indicator{display:none!important}.mobile-admin-title{display:block!important}.desktop-admin-title,.desktop-admin-subtitle,.desktop-recargar-btn-wrapper{display:none!important}.elite-resp-header{flex-direction:column!important;align-items:flex-start!important;gap:12px!important;padding:12px 16px!important}.elite-resp-header>div{width:100%;justify-content:space-between!important}.elite-resp-header-actions{width:100%;justify-content:flex-start!important;flex-wrap:wrap!important;gap:8px!important}.elite-resp-header-actions select,.elite-resp-header-actions button{flex:1;min-width:100px!important}.elite-resp-container{padding:16px!important}.desktop-sidebar,.mobile-header,.mobile-header button{display:none!important}.app-container{flex-direction:column!important;padding:0!important;height:100vh!important;overflow:hidden!important}.main-content{margin-left:0!important;width:100%;height:100vh!important;overflow-y:auto!important;padding:0!important;box-sizing:border-box}.tables-header{padding:12px 16px!important;flex-direction:column!important;align-items:flex-start!important;gap:12px!important}.tables-header>div{width:100%;justify-content:space-between!important}.tables-main-content{padding:12px!important}.tables-metrics-grid{grid-template-columns:repeat(3,1fr)!important;gap:10px!important;margin-bottom:16px!important}.elite-3d-card{padding:8px 10px!important;border-radius:12px}.elite-3d-card .kpi-icon-wrap{width:28px!important;height:28px!important;border-radius:6px!important}.elite-3d-card .kpi-icon-wrap svg{width:14px!important;height:14px!important}.elite-3d-card .kpi-trend{padding:2px 6px!important;font-size:.52rem!important;margin-bottom:2px!important}.elite-3d-card .kpi-title{font-size:.52rem!important}.elite-3d-card .kpi-value{font-size:1.15rem!important;margin-top:2px!important;line-height:1!important}.elite-3d-card .kpi-sub{font-size:.55rem!important;margin-top:4px!important;gap:4px!important}.elite-3d-card .kpi-sub div{width:4px!important;height:4px!important}.elite-resp-grid-4{gap:8px!important;margin-bottom:12px!important}.tables-zones-nav{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;padding:8px 10px!important;gap:10px!important;border-radius:16px!important;margin-bottom:16px!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important}.tables-zones-nav button{flex-shrink:0!important;white-space:nowrap!important;padding:8px 16px!important;border-radius:12px!important;font-size:.72rem!important;font-weight:900!important;gap:8px!important;display:inline-flex!important;align-items:center!important;min-width:max-content!important}.tables-zones-nav button span{padding:2px 7px!important;border-radius:6px!important;font-size:.65rem!important;font-weight:800!important}.tables-zones-nav::-webkit-scrollbar{display:none!important}.admin-sidebar{position:fixed!important;left:0!important;top:0!important;bottom:0!important;height:100vh!important;z-index:9995!important;background:#fffffff2!important;-webkit-backdrop-filter:blur(16px)!important;backdrop-filter:blur(16px)!important;transform:translate(-100%)!important;transition:transform .3s cubic-bezier(.4,0,.2,1)!important;width:280px!important;padding:24px 16px!important;box-shadow:10px 0 40px #0000001f!important;border-right:1px solid #e2e8f0!important;border-top-right-radius:20px!important;border-bottom-right-radius:20px!important}.admin-sidebar .elite-sidebar-btn-v2{border-left:none!important;border-radius:12px!important;padding:14px 16px!important;margin-bottom:6px!important}.admin-sidebar.open{transform:translate(0)!important}.admin-sidebar-overlay{display:block!important}.elite-tabs-row{display:none!important}.admin-menu-toggle-btn{display:flex!important;position:fixed!important;bottom:24px!important;right:24px!important;width:56px!important;height:56px!important;border-radius:50%!important;background:linear-gradient(135deg,#2563eb,#7c3aed)!important;box-shadow:0 8px 24px #2563eb66!important;border:none!important;color:#fff!important;align-items:center!important;justify-content:center!important;z-index:9999!important;cursor:pointer!important;transition:transform .3s cubic-bezier(.175,.885,.32,1.275),box-shadow .3s!important}.admin-menu-toggle-btn:hover{transform:scale(1.1)!important;box-shadow:0 12px 28px #2563eb80!important}.admin-menu-toggle-btn:active{transform:scale(.95)!important}.admin-main{padding:16px 16px 180px!important}.elite-resp-header-actions{width:100%;justify-content:space-between!important}.admin-main table{display:block!important;width:100%;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}.admin-main div[style*="display: flex"][style*="justify-content: space-between"]{flex-wrap:wrap!important;gap:12px!important}.admin-main .elite-resp-grid-4{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}.admin-layout{grid-template-columns:1fr!important}.admin-layout-wrapper{padding:16px!important}.admin-sidebar{min-width:280px!important}.analytics-sidebar{position:fixed!important;left:0!important;top:0!important;bottom:0!important;height:100vh!important;z-index:9995!important;background:#fffffff2!important;-webkit-backdrop-filter:blur(16px)!important;backdrop-filter:blur(16px)!important;transform:translate(-100%)!important;transition:transform .3s cubic-bezier(.4,0,.2,1)!important;width:280px!important;padding:24px 16px!important;box-shadow:10px 0 40px #0000001f!important;border-right:1px solid #e2e8f0!important;border-top-right-radius:20px!important;border-bottom-right-radius:20px!important}.analytics-sidebar.open{transform:translate(0)!important}.analytics-sidebar-overlay{display:block!important}.analytics-menu-toggle-btn{display:flex!important;position:fixed!important;bottom:24px!important;right:24px!important;width:56px!important;height:56px!important;border-radius:50%!important;background:linear-gradient(135deg,#2563eb,#7c3aed)!important;box-shadow:0 8px 24px #2563eb66!important;border:none!important;color:#fff!important;align-items:center!important;justify-content:center!important;z-index:9999!important;cursor:pointer!important;transition:transform .3s cubic-bezier(.175,.885,.32,1.275),box-shadow .3s!important}.analytics-menu-toggle-btn:hover{transform:scale(1.1)!important;box-shadow:0 12px 28px #2563eb80!important}.analytics-menu-toggle-btn:active{transform:scale(.95)!important}.elite-metrics-compact{grid-template-columns:repeat(3,1fr)!important}.intel-header{padding:12px 16px!important;flex-direction:column!important;align-items:flex-start!important;gap:12px!important}.intel-header>div{width:100%;justify-content:space-between!important}.intel-options{width:100%;justify-content:flex-start!important;flex-wrap:wrap!important;gap:8px!important}.intel-options select,.intel-options button{flex:1;min-width:100px!important}.intel-tabs-nav{width:100%;overflow-x:auto!important;flex-wrap:nowrap!important;-webkit-overflow-scrolling:touch!important}.intel-tabs-nav button{flex-shrink:0!important}.intel-main{padding:12px!important}.intel-kpi-grid{grid-template-columns:repeat(2,1fr)!important;gap:10px!important}.intel-double-grid{grid-template-columns:1fr!important;gap:16px!important}.intel-date-grid{grid-template-columns:repeat(2,1fr)!important;gap:10px!important}.checkout-container{height:auto;min-height:100vh!important;overflow-y:auto!important}.checkout-main-grid{grid-template-columns:1fr!important;height:auto;overflow:visible!important}.checkout-left-panel{padding:12px!important;overflow:visible!important;height:auto;gap:16px!important}.checkout-right-panel{border-left:none!important;border-top:1px solid rgba(226,232,240,.8)!important;padding:12px!important;height:auto;overflow:visible!important}.checkout-left-panel .elite-section-card{border-radius:16px!important}.checkout-left-panel table th,.checkout-left-panel table td{padding:8px 4px!important;font-size:.72rem}.payment-methods-grid{grid-template-columns:repeat(2,1fr)!important;gap:8px!important;padding:10px!important}.payment-methods-grid button{padding:10px!important;border-radius:12px;height:60px!important}.payment-methods-grid button span{font-size:.65rem}.checkout-left-panel input[type=number]{font-size:1.5rem!important;padding:8px 0!important}.cash-quick-selectors{gap:6px!important;margin-top:12px!important}.cash-quick-selectors button{padding:8px!important;border-radius:8px;font-size:.72rem}.mixed-inputs-grid{grid-template-columns:repeat(3,1fr)!important;gap:8px!important;padding:10px!important}.mixed-inputs-grid input{font-size:.85rem;padding:6px!important}.checkout-summary-box{border-radius:16px!important;padding:16px!important}.checkout-summary-box div[style*="fontSize: '2.2rem'"],.checkout-summary-box div[style*="lineHeight: 1"]{font-size:1.6rem!important}.cash-control-main{padding:12px!important}.caja-dashboard-grid{grid-template-columns:1fr!important;gap:16px!important}.caja-kpi-grid,.caja-document-grid{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:10px!important}.caja-document-grid>div:last-child{grid-column:span 2!important}.movimiento-form-grid{grid-template-columns:1fr!important;gap:12px!important}.caja-summary-bar{flex-direction:column!important;align-items:stretch!important;gap:16px!important;padding:16px!important;border-radius:18px!important}.caja-summary-bar button{width:100%;height:44px!important}.elite-3d-card{padding:10px 12px!important;border-radius:16px!important}.elite-3d-card .kpi-icon-wrap{width:28px!important;height:28px!important;border-radius:8px;box-shadow:none!important}.elite-3d-card .kpi-title{font-size:.52rem!important;letter-spacing:.05em!important}.elite-3d-card .kpi-value{font-size:1.05rem!important}.elite-3d-card .kpi-sub{font-size:.58rem!important;margin-top:4px!important;gap:4px!important}.admin-table-wrap .admin-table th,.admin-table-wrap .admin-table td{padding:6px 10px!important;font-size:.72rem}.caja-btn-row{display:flex!important;flex-direction:row!important;gap:10px!important;width:100%}.caja-btn-row button{flex:1;width:auto!important;height:38px!important;font-size:.72rem;padding:0 8px!important;border-radius:8px}.elite-resp-header.kds-header{flex-direction:row!important;align-items:center;justify-content:space-between!important;gap:8px!important;padding:6px 16px!important;height:52px!important;box-sizing:border-box}.elite-resp-header-actions{width:auto!important;flex-direction:row!important;justify-content:flex-end!important;flex-wrap:nowrap!important;gap:6px!important}.elite-resp-header-actions>div:first-child{display:none!important}.elite-resp-header-actions>div:nth-child(2){display:none!important}.elite-resp-header-actions button,.elite-resp-header-actions .elite-btn{height:32px!important;font-size:.68rem!important;padding:4px 10px!important;border-radius:8px}.kds-history-sidebar{width:100%;max-width:100%;border-left:none!important;border-top:5px solid #2563eb!important}.elite-resp-grid-3{grid-template-columns:1fr!important;gap:16px!important}.elite-resp-grid-3 .elite-section-card{border-radius:18px!important}.elite-resp-grid-3 .elite-section-card h3{font-size:.95rem!important}.elite-resp-grid-3 .elite-section-card p{font-size:.68rem!important}.elite-resp-grid-3 .elite-section-card .elite-btn{height:38px!important;font-size:.72rem;border-radius:8px}.admin-layout .elite-resp-grid-3,.admin-layout .elite-resp-grid-4{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:12px!important;margin-bottom:20px!important;padding:0!important;width:100%;overflow-x:visible!important;box-sizing:border-box}.admin-layout .elite-resp-grid-3 .elite-3d-card,.admin-layout .elite-resp-grid-4 .elite-3d-card{flex:none!important;width:auto!important;padding:12px 14px!important;min-height:80px!important;border-radius:16px!important;box-sizing:border-box;display:flex!important;flex-direction:column!important;justify-content:center!important;background:#fff!important;border:1px solid var(--elite-border, #e2e8f0)!important;box-shadow:0 4px 12px #00000005!important}.admin-layout .elite-resp-grid-3 .elite-3d-card div[style*="font-size: 0.65rem"],.admin-layout .elite-resp-grid-4 .elite-3d-card div[style*="font-size: 0.65rem"]{font-size:.6rem!important;letter-spacing:.04em!important;font-weight:800!important}.admin-layout .elite-resp-grid-3 .elite-3d-card div[style*="font-size: 1.6rem"],.admin-layout .elite-resp-grid-4 .elite-3d-card div[style*="font-size: 1.6rem"],.admin-layout .elite-resp-grid-3 .elite-3d-card div[style*="font-size: 2rem"],.admin-layout .elite-resp-grid-4 .elite-3d-card div[style*="font-size: 2rem"]{font-size:1.25rem!important;margin-top:2px!important;font-weight:900!important}.admin-layout .elite-resp-grid-3 .elite-3d-card svg,.admin-layout .elite-resp-grid-4 .elite-3d-card svg{width:14px!important;height:14px!important}.admin-layout .elite-resp-grid-3 .elite-3d-card div[style*="width: 36px"],.admin-layout .elite-resp-grid-4 .elite-3d-card div[style*="width: 36px"]{width:26px!important;height:26px!important;border-radius:8px}.admin-layout div[style*="rgba(255, 255, 255, 0.6)"],.admin-layout div[style*="rgba(255,255,255,0.6)"],.admin-layout div[style*="rgba(255, 255, 255, 0.4)"],.admin-layout div[style*="rgba(255,255,255,0.4)"],.admin-layout div[style*=backdrop-filter],.admin-layout div[style*=backdropFilter]{flex-direction:column!important;align-items:stretch!important;padding:8px 12px!important;gap:8px!important;border-radius:16px!important;margin-bottom:12px!important}.admin-layout div[style*="rgba(255, 255, 255, 0.6)"]>div,.admin-layout div[style*="rgba(255,255,255,0.6)"]>div,.admin-layout div[style*="rgba(255, 255, 255, 0.4)"]>div,.admin-layout div[style*="rgba(255,255,255,0.4)"]>div,.admin-layout div[style*=backdrop-filter]>div,.admin-layout div[style*=backdropFilter]>div{width:100%;max-width:100%;flex-direction:column!important;gap:8px!important;align-items:stretch!important}.admin-layout div[style*="rgba(255, 255, 255, 0.6)"] div[style*=width],.admin-layout div[style*="rgba(255,255,255,0.6)"] div[style*=width],.admin-layout div[style*="rgba(255, 255, 255, 0.4)"] div[style*=width],.admin-layout div[style*="rgba(255,255,255,0.4)"] div[style*=width],.admin-layout div[style*=backdrop-filter] div[style*=width],.admin-layout div[style*=backdropFilter] div[style*=width]{width:100%;max-width:100%}.admin-layout div[style*="rgba(255, 255, 255, 0.6)"] input,.admin-layout div[style*="rgba(255,255,255,0.6)"] input,.admin-layout div[style*="rgba(255, 255, 255, 0.4)"] input,.admin-layout div[style*="rgba(255,255,255,0.4)"] input,.admin-layout div[style*=backdrop-filter] input,.admin-layout div[style*=backdropFilter] input,.admin-layout div[style*="rgba(255, 255, 255, 0.6)"] select,.admin-layout div[style*="rgba(255,255,255,0.6)"] select,.admin-layout div[style*=backdrop-filter] select,.admin-layout div[style*=backdropFilter] select{width:100%;font-size:.72rem;padding:8px 8px 8px 36px!important;border-radius:10px!important;height:36px!important;box-sizing:border-box}.admin-layout div[style*="rgba(255, 255, 255, 0.6)"] select,.admin-layout div[style*="rgba(255,255,255,0.6)"] select,.admin-layout div[style*=backdrop-filter] select,.admin-layout div[style*=backdropFilter] select{padding:0 12px!important}.admin-layout div[style*="rgba(255, 255, 255, 0.6)"] div[style*=background],.admin-layout div[style*="rgba(255,255,255,0.6)"] div[style*=background],.admin-layout div[style*=backdrop-filter] div[style*=background],.admin-layout div[style*=backdropFilter] div[style*=background]{width:100%;display:flex!important;height:36px!important;border-radius:10px!important;padding:3px!important;box-sizing:border-box}.admin-layout div[style*="rgba(255, 255, 255, 0.6)"] div[style*=background] button,.admin-layout div[style*="rgba(255,255,255,0.6)"] div[style*=background] button,.admin-layout div[style*=backdrop-filter] div[style*=background] button,.admin-layout div[style*=backdropFilter] div[style*=background] button{flex:1;height:28px!important;font-size:.65rem;padding:0 8px!important;min-height:auto;border-radius:6px!important}.admin-layout div[style*="rgba(255, 255, 255, 0.6)"] svg,.admin-layout div[style*="rgba(255,255,255,0.6)"] svg,.admin-layout div[style*=backdrop-filter] svg,.admin-layout div[style*=backdropFilter] svg{width:12px!important;height:12px!important}.admin-layout div[style*="rgba(255, 255, 255, 0.6)"] button,.admin-layout div[style*="rgba(255,255,255,0.6)"] button,.admin-layout div[style*="rgba(255, 255, 255, 0.4)"] button,.admin-layout div[style*="rgba(255,255,255,0.4)"] button,.admin-layout div[style*=backdrop-filter] button,.admin-layout div[style*=backdropFilter] button{height:36px!important;min-height:36px!important;font-size:.7rem;padding:6px 12px!important;border-radius:10px!important;justify-content:center!important;width:100%}.admin-layout div[style*=auto-fill],.admin-layout div[style*=auto-fit]{grid-template-columns:repeat(2,1fr)!important;gap:8px!important}#elite-modal-backdrop .elite-card div[style*="display: grid"],#elite-modal-backdrop .elite-card div[style*="display:grid"]{grid-template-columns:1fr!important;gap:12px!important;height:auto}#elite-modal-backdrop .elite-card div[style*="repeat(7, 1fr)"],#elite-modal-backdrop .elite-card div[style*="repeat(7,1fr)"]{grid-template-columns:repeat(5,1fr)!important;gap:6px!important}#elite-modal-backdrop .elite-card div[style*="grid-template-columns: 350px 1fr"],#elite-modal-backdrop .elite-card div[style*="grid-template-columns:350px 1fr"]{grid-template-columns:1fr!important;gap:16px!important;height:auto}#elite-modal-backdrop .elite-card div[style*="grid-template-columns: 1fr 120px 140px"],#elite-modal-backdrop .elite-card div[style*="grid-template-columns:1fr 120px 140px"]{grid-template-columns:1fr!important;gap:8px!important}#elite-modal-backdrop .elite-card div[style*="overflow: hidden"] select,#elite-modal-backdrop .elite-card div[style*="overflow:hidden"] select{min-width:140px!important}#elite-modal-backdrop .elite-card div[style*="overflow: hidden"] input,#elite-modal-backdrop .elite-card div[style*="overflow:hidden"] input{min-width:70px!important}#elite-modal-backdrop .elite-card div[style*="overflow: hidden"],#elite-modal-backdrop .elite-card div[style*="overflow:hidden"],#elite-modal-backdrop .elite-card div[style*="overflowY: auto"],#elite-modal-backdrop .elite-card div[style*="overflow-y: auto"]{max-width:100%;width:100%;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}#elite-modal-backdrop .elite-card div[style*="overflow: hidden"] table,#elite-modal-backdrop .elite-card div[style*="overflow:hidden"] table{min-width:600px!important}#elite-modal-backdrop .elite-card input,#elite-modal-backdrop .elite-card select,#elite-modal-backdrop .elite-card textarea{padding:8px 10px!important;font-size:.75rem;border-radius:8px;height:36px!important}#elite-modal-backdrop .elite-card label{font-size:.58rem!important;margin-bottom:4px!important}#elite-modal-backdrop .elite-card .elite-form-group{margin-bottom:10px!important}.admin-layout table th,.admin-layout table td{padding:6px 8px!important;font-size:.65rem}.admin-layout table th{font-size:.58rem!important;letter-spacing:.02em!important}.admin-layout table tr{height:auto}.elite-3dv2-client-card,.elite-3dv2-product-card,.elite-3dv2-invoice-card,.elite-3dv2-item-card,.elite-3dv2-provider-card,.elite-3dv2-inv-card,.elite-3dv2-card-base{min-height:110px!important;padding:8px 10px!important;border-radius:14px!important;gap:4px!important;box-shadow:0 4px 12px #00000005!important}.elite-3dv2-client-card:hover,.elite-3dv2-product-card:hover,.elite-3dv2-invoice-card:hover,.elite-3dv2-item-card:hover,.elite-3dv2-provider-card:hover,.elite-3dv2-inv-card:hover,.elite-3dv2-card-base:hover{transform:translateY(-2px)!important;box-shadow:0 8px 20px #0000000f!important}.elite-3dv2-client-card h3,.elite-3dv2-client-card h4,.elite-3dv2-product-card h3,.elite-3dv2-product-card h4,.elite-3dv2-invoice-card h3,.elite-3dv2-invoice-card h4,.elite-3dv2-item-card h3,.elite-3dv2-item-card h4,.elite-3dv2-provider-card h3,.elite-3dv2-provider-card h4,.elite-3dv2-inv-card h3,.elite-3dv2-inv-card h4,.elite-3dv2-card-base h3,.elite-3dv2-card-base h4{font-size:.82rem!important;letter-spacing:-.01em!important;line-height:1.1!important;margin-top:2px!important}.elite-3dv2-client-card div[style*="width: 40px"],.elite-3dv2-product-card div[style*="width: 40px"],.elite-3dv2-invoice-card div[style*="width: 40px"],.elite-3dv2-item-card div[style*="width: 40px"],.elite-3dv2-provider-card div[style*="width: 40px"],.elite-3dv2-inv-card div[style*="width: 40px"],.elite-3dv2-card-base div[style*="width: 40px"]{width:24px!important;height:24px!important;border-radius:6px!important}.elite-3dv2-client-card div[style*="width: 40px"] svg,.elite-3dv2-product-card div[style*="width: 40px"] svg,.elite-3dv2-invoice-card div[style*="width: 40px"] svg,.elite-3dv2-item-card div[style*="width: 40px"] svg,.elite-3dv2-provider-card div[style*="width: 40px"] svg,.elite-3dv2-inv-card div[style*="width: 40px"] svg,.elite-3dv2-card-base div[style*="width: 40px"] svg{width:12px!important;height:12px!important}.elite-3dv2-client-card div[style*="font-size: 0.65rem"],.elite-3dv2-product-card div[style*="font-size: 0.65rem"],.elite-3dv2-invoice-card div[style*="font-size: 0.65rem"],.elite-3dv2-item-card div[style*="font-size: 0.65rem"],.elite-3dv2-provider-card div[style*="font-size: 0.65rem"],.elite-3dv2-inv-card div[style*="font-size: 0.65rem"],.elite-3dv2-card-base div[style*="font-size: 0.65rem"]{font-size:.54rem!important;margin-top:1px!important}.elite-3dv2-client-card div[style*="font-size: 0.75rem"],.elite-3dv2-product-card div[style*="font-size: 0.75rem"],.elite-3dv2-invoice-card div[style*="font-size: 0.75rem"],.elite-3dv2-item-card div[style*="font-size: 0.75rem"],.elite-3dv2-provider-card div[style*="font-size: 0.75rem"],.elite-3dv2-inv-card div[style*="font-size: 0.75rem"],.elite-3dv2-card-base div[style*="font-size: 0.75rem"]{font-size:.65rem}.elite-3dv2-client-card button[style*="width: 32px"],.elite-3dv2-product-card button[style*="width: 32px"],.elite-3dv2-invoice-card button[style*="width: 32px"],.elite-3dv2-item-card button[style*="width: 32px"],.elite-3dv2-provider-card button[style*="width: 32px"],.elite-3dv2-inv-card button[style*="width: 32px"],.elite-3dv2-card-base button[style*="width: 32px"]{width:22px!important;height:22px!important;border-radius:6px!important}.elite-3dv2-client-card button[style*="width: 32px"] svg,.elite-3dv2-product-card button[style*="width: 32px"] svg,.elite-3dv2-invoice-card button[style*="width: 32px"] svg,.elite-3dv2-item-card button[style*="width: 32px"] svg,.elite-3dv2-provider-card button[style*="width: 32px"] svg,.elite-3dv2-inv-card button[style*="width: 32px"] svg,.elite-3dv2-card-base button[style*="width: 32px"] svg{width:11px!important;height:11px!important}.elite-3dv2-client-card div[style*="font-size: 1.2rem"],.elite-3dv2-product-card div[style*="font-size: 1.2rem"],.elite-3dv2-invoice-card div[style*="font-size: 1.2rem"],.elite-3dv2-item-card div[style*="font-size: 1.2rem"],.elite-3dv2-provider-card div[style*="font-size: 1.2rem"],.elite-3dv2-inv-card div[style*="font-size: 1.2rem"],.elite-3dv2-card-base div[style*="font-size: 1.2rem"]{font-size:.85rem}.elite-3dv2-client-card div[style*="font-size: 0.7rem"],.elite-3dv2-product-card div[style*="font-size: 0.7rem"],.elite-3dv2-invoice-card div[style*="font-size: 0.7rem"],.elite-3dv2-item-card div[style*="font-size: 0.7rem"],.elite-3dv2-provider-card div[style*="font-size: 0.7rem"],.elite-3dv2-inv-card div[style*="font-size: 0.7rem"],.elite-3dv2-card-base div[style*="font-size: 0.7rem"]{font-size:.58rem!important}.elite-3dv2-client-card div[style*="font-size: 0.6rem"],.elite-3dv2-product-card div[style*="font-size: 0.6rem"],.elite-3dv2-invoice-card div[style*="font-size: 0.6rem"],.elite-3dv2-item-card div[style*="font-size: 0.6rem"],.elite-3dv2-provider-card div[style*="font-size: 0.6rem"],.elite-3dv2-inv-card div[style*="font-size: 0.6rem"],.elite-3dv2-card-base div[style*="font-size: 0.6rem"]{font-size:.52rem!important;padding:2px 6px!important;border-radius:6px!important}.elite-3dv2-product-card div[style*="display: grid"],.elite-3dv2-product-card div[style*="display:grid"]{margin-top:6px!important;gap:6px!important}.elite-3dv2-product-card div[style*="background: rgba(0,0,0,0.02)"],.elite-3dv2-product-card div[style*="background:rgba(0,0,0,0.02)"]{padding:6px 8px!important;border-radius:10px!important;margin-top:0!important}.elite-3dv2-product-card div[style*="background: rgba(0,0,0,0.02)"] div[style*="font-size: 1.3rem"],.elite-3dv2-product-card div[style*="background:rgba(0,0,0,0.02)"] div[style*="font-size: 1.3rem"]{font-size:.95rem!important;line-height:1.1!important}.elite-3dv2-inv-card div[style*="background: rgba(0,0,0,0.02)"],.elite-3dv2-inv-card div[style*="background:rgba(0,0,0,0.02)"]{margin-top:6px!important;padding:6px 10px!important;border-radius:10px!important}.elite-3dv2-inv-card div[style*="background: rgba(0,0,0,0.02)"] div[style*="font-size: 1.6rem"],.elite-3dv2-inv-card div[style*="background:rgba(0,0,0,0.02)"] div[style*="font-size: 1.6rem"]{font-size:1.05rem!important;line-height:1.1!important}.elite-3dv2-inv-card div[style*="background: rgba(0,0,0,0.02)"] div[style*="font-size: 1rem"],.elite-3dv2-inv-card div[style*="background:rgba(0,0,0,0.02)"] div[style*="font-size: 1rem"]{font-size:.8rem}.elite-3dv2-client-card div[style*="width: 48px"]{width:28px!important;height:28px!important;border-radius:8px}.elite-3dv2-client-card div[style*="width: 48px"] svg{width:14px!important;height:14px!important}.elite-3dv2-client-card div[style*="marginTop: 16px"],.elite-3dv2-client-card div[style*="margin-top: 16px"]{margin-top:6px!important}.elite-3dv2-client-card div[style*="marginTop: auto"],.elite-3dv2-client-card div[style*="margin-top: auto"]{padding-top:6px!important;gap:4px!important}.elite-3dv2-client-card div[style*="font-size: 0.85rem"]{font-size:.65rem}.elite-3dv2-client-card div[style*="font-size: 0.75rem"]{font-size:.58rem!important}.admin-layout,.admin-main{max-width:100vw!important;overflow-x:hidden!important}.elite-admin-controls{flex-direction:column!important;align-items:stretch!important;gap:16px!important;padding:16px!important;border-radius:20px!important;background:#ffffffe6!important}.elite-admin-controls-left{width:100%;flex-direction:row!important;flex-wrap:wrap!important;gap:12px!important;align-items:center}.elite-admin-controls-left>*{flex:1 1 180px!important;min-width:120px!important;width:100%}.elite-admin-controls-right{width:100%;flex-direction:row!important;flex-wrap:wrap!important;gap:12px!important;align-items:center;justify-content:flex-start!important}.elite-admin-controls-right>*{flex:1 1 140px!important;width:100%}.elite-admin-controls select,.elite-admin-controls input{height:44px!important;font-size:.85rem}}@media(max-width:639px){.elite-resp-grid-4{grid-template-columns:repeat(2,1fr)!important;gap:8px!important;margin-bottom:12px!important}.elite-resp-grid-3{grid-template-columns:1fr!important;gap:10px!important}.elite-resp-container{padding:10px!important}.elite-mesa-info{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:2px!important}.elite-mesa-info>span{display:none!important}.elite-mesa-info h1 span{display:none!important}.intel-kpi-grid{grid-template-columns:repeat(2,1fr)!important;gap:10px!important}.intel-date-grid{grid-template-columns:1fr!important;gap:12px!important}.elite-sidebar{position:fixed!important;z-index:9999!important;width:240px!important;transform:translate(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1)}.elite-sidebar.open{transform:translate(0)}.elite-sidebar-overlay{display:none;position:fixed;inset:0;background:#00000080;z-index:9998}.elite-sidebar.open+.elite-sidebar-overlay{display:block}.tables-metrics-grid{grid-template-columns:repeat(3,1fr)!important;gap:6px!important;margin-bottom:12px!important}.tables-grid{grid-template-columns:repeat(2,1fr)!important;gap:10px!important;padding:10px!important}.mesa-card-elite{min-height:140px!important;border-radius:14px!important}.mesa-card-header{padding:6px 10px!important}.mesa-card-body{padding:10px!important}.mesa-card-elite .mesa-name{font-size:1.05rem!important}.mesa-card-elite .mesa-price{font-size:.95rem!important}.mesa-card-elite .btn-servir-compact{padding:4px 8px!important;font-size:.6rem!important}.comandero-mobile-tabs{display:none!important}.comandero-layout{flex-direction:column!important;flex:1;height:auto;min-height:auto;overflow:hidden!important}.elite-comandero-header{flex-direction:row!important;align-items:center;padding:6px 12px!important;gap:8px!important;height:48px!important}.elite-back-button{width:34px!important;height:34px!important;min-height:0!important;min-width:0!important;border-radius:8px}.elite-back-button-icon{width:18px!important;height:18px!important}.elite-header-left{display:flex!important;justify-content:flex-start!important;align-items:center;width:100%;gap:8px!important}.elite-mesa-info{flex:0 0 auto!important;min-width:0!important}.elite-mesa-info p{font-size:.52rem!important}.elite-mesa-info h1{font-size:.95rem!important;margin:0!important;display:flex!important;align-items:center;gap:6px!important}.elite-connection-dot-mobile{display:inline-block!important}.elite-connection-box{display:none!important}.elite-header-mobile-tabs{display:flex!important;align-items:center;justify-content:center!important;margin-left:auto!important;gap:4px!important;background:#e2e8f066!important;padding:2px!important;border-radius:10px!important;border:1px solid rgba(226,232,240,.8)!important;height:28px!important;box-sizing:border-box}.elite-header-tab-btn{padding:3px 8px!important;border-radius:8px;border:none!important;background:transparent!important;color:#64748b!important;font-weight:800!important;font-size:.65rem;cursor:pointer!important;transition:all .2s ease!important;display:flex!important;align-items:center;justify-content:center!important;gap:4px!important;height:22px!important;white-space:nowrap!important;outline:none!important;box-sizing:border-box;min-height:0!important;min-width:0!important}.elite-header-tab-btn:focus{outline:none!important;border:none!important}.elite-header-tab-btn.active{background:linear-gradient(135deg,#3b82f6,#2563eb)!important;color:#fff!important;border:none!important;outline:none!important;box-shadow:0 2px 6px #3b82f633!important}.elite-header-tab-btn.active:first-child{background:linear-gradient(135deg,#f97316,#ea580c)!important;border:none!important;outline:none!important;box-shadow:0 2px 6px #f9731633!important}.elite-header-tab-btn.active:last-child{background:linear-gradient(135deg,#3b82f6,#2563eb)!important;border:none!important;outline:none!important;box-shadow:0 2px 6px #3b82f633!important}.elite-header-right{display:none!important}.elite-total-accumulated{text-align:left}.elite-total-accumulated p:first-child{font-size:.5rem!important;letter-spacing:.05em!important}.elite-total-accumulated p:last-child{font-size:.9rem}.elite-header-button{padding:6px 12px!important;font-size:.72rem;border-radius:8px;flex:1;justify-content:center!important;height:34px!important;display:flex!important;align-items:center;gap:4px!important}.mobile-cart-hidden{display:none!important}.comandero-mobile-tabs{height:28px!important;margin-bottom:2px!important;padding:2px 10px!important}.comandero-mobile-tabs button{padding:2px 8px!important;font-size:.68rem!important;height:24px!important;min-height:auto}.elite-cart-client-selector-container{padding:3px 8px!important}.elite-cart-client-selector-container button{padding:4px 8px!important;font-size:.68rem!important;border-radius:8px;min-height:0!important;min-width:0!important}.elite-add-client-chip-btn{padding:4px 8px!important;font-size:.68rem!important;border-radius:8px;height:26px!important;min-height:0!important;min-width:0!important;display:inline-flex!important;align-items:center;justify-content:center!important}.elite-cart-client-header{display:none!important}.elite-cart-items-list{padding:2px 6px!important;gap:2px!important}.elite-cart-items-header{margin-bottom:4px!important;padding-bottom:4px!important}.elite-cart-item{padding:2px!important}.elite-cart-item span{font-size:.78rem!important}.elite-cart-item div[style*=fontSize]{font-size:.62rem!important}.elite-cart-totals-container{padding:8px 12px calc(8px + env(safe-area-inset-bottom)) 12px!important;border-top:2px dashed rgba(226,232,240,.8)!important}.elite-cart-totals-container>div{gap:2px!important;margin-bottom:6px!important}.elite-tax-rows.collapsed{display:none!important}.elite-tax-rows.expanded,.elite-tax-toggle-wrapper{display:flex!important}.elite-consumo-total-mesa-card{padding:2px 0!important;border-radius:0!important;margin-top:2px!important;background:transparent!important;border:none!important;border-top:1px dotted rgba(226,232,240,.8)!important}.elite-consumo-total-mesa-card span:first-child{font-size:.68rem!important}.elite-consumo-total-mesa-card span:last-child{font-size:.75rem}.elite-cart-totals-container span{font-size:.72rem}.elite-cart-totals-container div[style*=borderTop] span:first-child{font-size:.78rem!important}.elite-cart-totals-container div[style*=borderTop] span:last-child{font-size:1rem!important}.elite-cart-actions-grid{display:flex!important;flex-direction:row!important;gap:6px!important;margin-top:4px!important}.elite-cart-actions-grid button{grid-column:auto!important;padding:8px 0!important;font-size:.65rem;height:38px!important;min-height:0!important;min-width:0!important;border-radius:10px!important;display:flex!important;align-items:center;justify-content:center!important;margin:0!important}.elite-cart-actions-grid button:first-child{flex:1.3!important}.elite-cart-actions-grid button:nth-child(2){flex:1}.elite-cart-actions-grid button:nth-child(3),.elite-cart-actions-grid .elite-cart-action-cobrar-btn{flex:1.3!important;background:linear-gradient(135deg,#1e293b,#334155)!important;color:#fff!important;box-shadow:0 4px 12px #1e293b4d!important}.elite-cart-actions-grid div[style*="border: 1.5px solid"]{grid-column:span 2!important;width:100%;font-size:.65rem;padding:8px!important;border-radius:10px!important}.comandero-panel-products.inactive,.comandero-panel-cart.inactive{display:none!important}.comandero-panel-products.active,.comandero-panel-cart.active{width:100%!important;height:100%!important;max-height:none!important;min-height:auto;flex:1}.comandero-product-grid{grid-template-columns:repeat(3,1fr)!important;gap:6px!important;padding:10px!important}.comandero-product-grid>div{border-radius:14px!important;padding:8px 6px!important;gap:4px!important}.comandero-product-grid>div div:first-child{font-size:1.4rem!important}.comandero-product-grid>div div:nth-child(2){font-size:.62rem!important;min-height:2.2em!important}.comandero-product-grid>div div:last-child{font-size:.72rem}.comandero-category-tabs{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;white-space:nowrap!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;gap:8px!important;padding:4px 0 8px!important}.comandero-category-tabs::-webkit-scrollbar{display:none!important}.comandero-category-tabs button{flex-shrink:0!important;white-space:nowrap!important;padding:8px 16px!important;border-radius:12px!important;font-size:.72rem!important;font-weight:900!important;gap:6px!important;display:inline-flex!important;align-items:center!important;min-width:max-content!important}.comandero-category-tabs button span{font-size:.95rem!important;display:inline-flex!important;align-items:center!important}.comandero-category-tabs button svg{width:14px!important;height:14px!important;flex-shrink:0!important}.cash-control-container{padding:12px!important}.billetero-scroll-container{max-height:60vh!important;overflow-y:auto!important;padding-right:4px}.denomination-grid,.dashboard-kpi-grid{grid-template-columns:repeat(2,1fr)!important;gap:10px!important}.admin-table-wrap{overflow-x:auto!important;-webkit-overflow-scrolling:touch}.control-metrics-grid{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}.control-main-layout{grid-template-columns:1fr!important;gap:16px!important}.control-nav-sidebar{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;overflow-x:auto!important;white-space:nowrap!important;padding:8px!important;-webkit-overflow-scrolling:touch;scrollbar-width:none}.control-nav-sidebar::-webkit-scrollbar{display:none}.control-nav-sidebar button{padding:8px 16px!important;min-height:38px!important;width:auto!important;flex-shrink:0!important}.control-nav-divider{display:none!important}.elite-header{padding:8px 12px!important;flex-wrap:wrap;gap:8px}.elite-header h1,.elite-header .header-title{font-size:1rem!important}.elite-modal-content{width:95vw!important;max-width:none!important;margin:10px!important;max-height:90vh!important;overflow-y:auto!important}.login-card{padding:28px 20px!important;max-width:100%;border-radius:20px!important}.elite-admin-controls-left{flex-direction:column!important;align-items:stretch!important;gap:10px!important}.elite-admin-controls-left>*{flex:none!important;width:100%}.elite-admin-controls-right{flex-direction:column!important;align-items:stretch!important;gap:10px!important}.elite-admin-controls-right>*{flex:none!important;width:100%}.admin-main{padding:12px 12px 140px!important;overflow-x:hidden!important}.elite-metrics-compact{grid-template-columns:repeat(2,1fr)!important;gap:8px!important}}@media(min-width:640px)and (max-width:1023px){.tables-grid{grid-template-columns:repeat(3,1fr)!important;gap:14px!important}@media(min-width:768px)and (max-width:1023px){.tables-grid{grid-template-columns:repeat(4,1fr)!important}}.comandero-mobile-tabs{display:flex!important}.comandero-layout{flex-direction:column!important;flex:1;height:auto;min-height:auto;overflow:hidden!important}.comandero-panel-products.inactive,.comandero-panel-cart.inactive{display:none!important}.comandero-panel-products.active,.comandero-panel-cart.active{width:100%!important;height:100%!important;max-height:none!important;min-height:auto;flex:1}.comandero-product-grid{grid-template-columns:repeat(3,1fr)!important}.dashboard-kpi-grid{grid-template-columns:repeat(2,1fr)!important}.control-metrics-grid{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}.control-main-layout{grid-template-columns:1fr!important;gap:16px!important}.control-nav-sidebar{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;overflow-x:auto!important;white-space:nowrap!important;padding:8px!important;-webkit-overflow-scrolling:touch;scrollbar-width:none}.control-nav-sidebar::-webkit-scrollbar{display:none}.control-nav-sidebar button{padding:8px 16px!important;min-height:38px!important}.control-nav-divider{display:none!important}.elite-modal-content{width:85vw!important;max-width:600px!important}}@media(min-width:1024px){.tables-grid{grid-template-columns:repeat(5,1fr)!important}.comandero-layout{flex-direction:row!important;min-height:100vh}.comandero-panel-products{width:50%!important;max-height:none}.comandero-panel-cart{width:50%!important}.comandero-product-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))!important}.admin-menu-toggle-btn,.analytics-sidebar,.analytics-sidebar-overlay,.analytics-menu-toggle-btn{display:none!important}.elite-tabs-row{display:flex!important}}@media(min-width:1440px){.tables-grid{grid-template-columns:repeat(6,1fr)!important;gap:20px!important}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media print{.elite-sidebar,.elite-header,button,.no-print{display:none!important}}@media(pointer:coarse){button,a,input,select,textarea,.mesa-card-elite,.elite-nav-item{min-height:44px;min-width:44px}.mesa-card-elite:hover{transform:none!important;box-shadow:0 4px 15px #00000005!important}.mesa-card-elite:active{transform:scale(.98)!important;background:#ffffffe6!important}}@media(max-width:767px){.elite-items-grid{grid-template-columns:1fr!important;gap:16px!important;padding:0!important}.elite-3dv2-inv-card,.elite-3dv2-product-card,.elite-3dv2-invoice-card,.elite-3dv2-client-card,.elite-3dv2-provider-card,.elite-3dv2-card-base{min-height:auto;padding:16px!important;border-radius:20px!important}.elite-3dv2-inv-card h4,.elite-3dv2-product-card h4,.elite-3dv2-invoice-card h4,.elite-3dv2-client-card h4,.elite-3dv2-provider-card h3,.elite-3dv2-card-base h3{font-size:1rem!important;line-height:1.2!important;white-space:normal!important;word-break:break-word!important}}@media(max-width:600px){.elite-forensic-overlay{padding:10px!important}.elite-forensic-content{border-radius:0!important;min-height:100vh!important}}@media(max-width:768px){.analytics-chart-grid,.analytics-dual-grid{grid-template-columns:1fr!important;gap:16px!important}.analytics-triple-grid{grid-template-columns:1fr!important;gap:12px!important}#report-content{padding-bottom:80px!important}.elite-tabs-row{padding:0 8px 8px!important;gap:6px!important}.elite-tabs-row .elite-tab-btn{padding:8px 14px!important;font-size:11px!important;border-radius:12px!important}}@media(max-width:1023px){.elite-mobile-nav-bar{display:flex!important}}@media(max-width:1023px){.desktop-only-search{display:none!important}}@media(max-width:768px){.checkout-container{width:100vw!important;max-width:100vw!important;overflow-x:hidden!important;box-sizing:border-box!important}.checkout-main-grid{width:100vw!important;max-width:100vw!important;box-sizing:border-box!important;overflow-x:hidden!important;padding:0!important;margin:0!important}.checkout-left-panel,.checkout-right-panel{padding:12px!important;width:100vw!important;max-width:100vw!important;box-sizing:border-box!important;overflow-x:hidden!important}.payment-methods-grid{grid-template-columns:repeat(2,1fr)!important;gap:8px!important}.cash-quick-selectors{flex-wrap:wrap!important}.cash-quick-selectors button{flex:1 1 calc(50% - 10px)!important}}@media(max-width:900px)and (orientation:landscape){.admin-layout-wrapper,.main-content{padding:8px!important}}
