.app{display:flex;min-height:100vh}.sidebar{width:var(--sidebar-w);background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;position:fixed;top:0;left:0;bottom:0;z-index:200;transition:transform .25s ease}.sidebar-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000004d;z-index:199;display:none}.sidebar-logo{padding:14px 20px 10px;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:10px}.logo-icon{width:36px;height:36px;background:var(--brand);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.logo-icon svg{width:20px;height:20px}.logo-custom{width:36px;height:36px;border-radius:50%;-o-object-fit:cover;object-fit:cover;flex-shrink:0}.logo-text{font-family:var(--font-title);font-size:17px;font-weight:700;color:var(--text);letter-spacing:-.3px}.logo-text span{color:var(--brand)}nav{flex:1;padding:10px;overflow-y:auto}.nav-section{font-size:10px;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:var(--text-dim);padding:12px 10px 5px}.nav-item{display:flex;align-items:center;gap:9px;padding:9px 10px;border-radius:var(--radius-sm);cursor:pointer;font-size:13.5px;font-weight:500;color:var(--text-muted);transition:.12s;margin-bottom:1px;text-decoration:none}.nav-item:hover{background:var(--bg);color:var(--text)}.nav-item.active{background:var(--brand-100);color:var(--brand-600);font-weight:600}.nav-icon{font-size:15px;width:22px;text-align:center;flex-shrink:0}.nav-badge{margin-left:auto;background:#dc2626;color:#fff;font-size:10px;font-weight:700;line-height:1;padding:2px 6px;border-radius:999px;min-width:18px;text-align:center}.sidebar-footer{padding:12px 14px;border-top:1px solid var(--border)}.sidebar-version{font-size:10px;color:var(--text-dim);text-align:center;margin-top:6px;opacity:.5}.user-row{display:flex;align-items:center;gap:9px;padding:8px;border-radius:var(--radius-sm);cursor:pointer;transition:.12s}.user-row:hover{background:var(--bg)}.avatar{width:32px;height:32px;border-radius:50%;background:var(--brand-100);color:var(--brand-600);font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.user-name{font-size:12px;font-weight:600;color:var(--text)}.user-role{font-size:10px;color:var(--text-muted)}.main{margin-left:var(--sidebar-w);flex:1;display:flex;flex-direction:column;min-height:100vh}.topbar{height:var(--header-h);background:var(--surface);border-bottom:1px solid var(--border);padding:0 20px;display:flex;align-items:center;gap:12px;position:sticky;top:0;z-index:100}.topbar-brand{font-family:var(--font-title);font-size:15px;font-weight:700;color:var(--text);display:none}.topbar-spacer{flex:1}.hamburger{display:none;flex-direction:column;gap:4px;cursor:pointer;padding:4px;background:none;border:none}.hamburger span{display:block;width:20px;height:2px;background:var(--text);border-radius:2px}.closed-banner{background:#fee2e2;border-bottom:2px solid var(--danger, #ef4444);color:#991b1b;font-size:14px;font-weight:600;padding:10px 20px;display:flex;align-items:center;gap:8px;animation:banner-pulse 2s ease-in-out infinite}.closed-banner-icon{font-size:16px}.closed-banner strong{font-weight:800}@keyframes banner-pulse{0%,to{opacity:1}50%{opacity:.75}}.content{padding:20px;flex:1;max-width:1100px;width:100%}@media (max-width: 768px){.sidebar{transform:translate(-100%)}.sidebar.sidebar-open{transform:translate(0)}.sidebar-overlay{display:block}.main{margin-left:0}.hamburger{display:flex}.topbar-brand{display:block}.content{padding:16px}}.login-page{min-height:100vh;background:var(--bg);display:flex;align-items:center;justify-content:center;padding:20px}.login-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:40px 36px;width:100%;max-width:400px}.login-logo{display:flex;align-items:center;gap:14px;margin-bottom:32px}.login-logo-icon{width:48px;height:48px;background:var(--brand);border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.login-logo-icon svg{width:26px;height:26px}.login-brand{font-family:var(--font-title);font-size:22px;font-weight:700;color:var(--text);letter-spacing:-.4px}.login-brand span{color:var(--brand)}.login-sub{font-size:12px;color:var(--text-muted);margin-top:2px}.login-form{display:flex;flex-direction:column;gap:16px}.form-field{display:flex;flex-direction:column;gap:6px}.form-field label{font-size:13px;font-weight:500;color:var(--text)}.login-error{background:var(--danger-dim);color:var(--danger);border:1px solid rgba(212,80,69,.2);border-radius:var(--radius-sm);padding:10px 14px;font-size:13px;font-weight:500}.login-btn{width:100%;height:46px;font-size:15px;margin-top:4px;justify-content:center}.login-register-link{text-align:center;font-size:13px;color:var(--text-muted);margin-top:4px}.login-register-link a{color:var(--brand);text-decoration:none;font-weight:500}.login-register-link a:hover{text-decoration:underline}.login-google-btn{display:flex;justify-content:center;margin:8px 0}.login-divider{display:flex;align-items:center;gap:12px;color:var(--text-dim);font-size:12px;margin:12px 0}.login-divider:before,.login-divider:after{content:"";flex:1;height:1px;background:var(--border)}.login-loading{text-align:center;font-size:13px;color:var(--text-muted);padding:8px 0}.login-register-text{font-size:14px;color:var(--text-muted);text-align:center;margin-bottom:12px}.login-success{text-align:center;padding:20px 0}.login-success h3{font-size:18px;margin:0 0 8px}.login-success p{font-size:14px;color:var(--text-muted);margin:0 0 16px}.registro-card{max-width:440px}.registro-steps{display:flex;align-items:center;justify-content:center;gap:0;margin-bottom:28px}.registro-step{display:flex;flex-direction:column;align-items:center;gap:6px;flex:1;position:relative;color:var(--text-muted);font-size:11px;font-weight:500}.registro-step:not(:last-child):after{content:"";position:absolute;top:14px;left:calc(50% + 14px);width:calc(100% - 28px);height:1px;background:var(--border)}.registro-step.done:not(:last-child):after{background:var(--brand)}.step-dot{width:28px;height:28px;border-radius:50%;border:2px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;background:var(--surface);color:var(--text-muted);position:relative;z-index:1}.registro-step.active .step-dot{border-color:var(--brand);color:var(--brand);background:color-mix(in srgb,var(--brand) 10%,transparent)}.registro-step.done .step-dot{border-color:var(--brand);background:var(--brand);color:#fff}.registro-step.active span{color:var(--brand)}.registro-info{background:color-mix(in srgb,var(--brand) 8%,transparent);border:1px solid color-mix(in srgb,var(--brand) 25%,transparent);border-radius:var(--radius-sm);padding:12px 14px;font-size:13px;color:var(--text);line-height:1.5}.registro-info code{background:color-mix(in srgb,var(--brand) 15%,transparent);padding:1px 5px;border-radius:4px;font-size:12px;color:var(--brand)}.field-hint{font-size:11px;color:var(--text-muted)}.registro-code-input{font-size:28px;letter-spacing:12px;text-align:center;font-family:var(--font-mono, monospace);font-weight:700;padding:12px 20px}.registro-login-link{text-align:center;font-size:13px;color:var(--text-muted)}.registro-login-link a{color:var(--brand);text-decoration:none;font-weight:500}.registro-login-link a:hover{text-decoration:underline}.registro-back{width:100%;height:40px;justify-content:center;font-size:14px}.registro-success{display:flex;flex-direction:column;align-items:center;gap:12px;padding:12px 0;text-align:center}.success-icon{font-size:48px}.registro-success h3{font-size:20px;font-weight:700;color:var(--text);margin:0}.registro-success p{font-size:14px;color:var(--text-muted);line-height:1.5;margin:0;max-width:300px}.page-loading{padding:40px;text-align:center;color:var(--text-muted);font-size:14px}.page-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px;flex-wrap:wrap}.page-title{font-family:var(--font-title);font-size:22px;font-weight:700;color:var(--text);letter-spacing:-.3px;margin:0}.page-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;row-gap:6px}.alert-summary{display:flex;align-items:center;gap:6px;background:var(--accent-dim);color:var(--accent);border:1px solid rgba(217,107,74,.2);border-radius:999px;padding:4px 12px;font-size:12px;font-weight:600}.alert-dot{width:7px;height:7px;border-radius:50%;background:var(--accent);animation:pulse-accent 1.5s infinite}@keyframes pulse-accent{0%,to{opacity:1}50%{opacity:.4}}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:20px}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:16px 18px;box-shadow:var(--shadow-sm);transition:.15s;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.stat-card:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.stat-label{font-size:11px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.4px;display:flex;align-items:center;justify-content:center;gap:6px}.stat-icon{font-size:14px}.stat-value{font-family:var(--font-title);font-size:26px;font-weight:700;color:var(--text);margin:6px 0 3px;line-height:1}.stat-sub{font-size:11px;color:var(--text-muted)}.dash-alerts-row,.dash-info-row{display:flex;gap:16px;margin-bottom:16px}.dashboard-grid{display:grid;grid-template-columns:3fr 2fr;gap:16px}.week-chart{display:flex;align-items:flex-end;gap:8px;height:120px}.week-bar-wrap{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;height:100%}.week-bar-count{font-size:11px;font-weight:600;color:var(--text-muted)}.week-bar-bg{flex:1;width:100%;background:var(--bg);border-radius:4px;display:flex;align-items:flex-end;overflow:hidden}.week-bar-fill{width:100%;background:var(--brand);border-radius:4px;min-height:4px;transition:height .4s ease}.week-bar-label{font-size:10px;color:var(--text-dim);white-space:nowrap}.alerts-body{display:flex;flex-direction:column;gap:12px;min-height:80px}.empty-alerts{display:flex;align-items:center;gap:8px;color:var(--brand);font-size:14px;font-weight:500;padding:8px 0}.alert-section{display:flex;flex-direction:column;gap:6px}.alert-section-title{font-size:12px;font-weight:600}.alert-section-title.accent{color:var(--accent)}.alert-section-title.warning{color:#8a5b00}.alert-section-title.danger{color:var(--danger)}.alert-row{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px 10px;border-radius:var(--radius-sm);background:var(--bg);cursor:pointer;transition:.12s;font-size:12px}.alert-row:hover{background:var(--brand-100)}.alert-row-name{font-weight:500;color:var(--text)}.alert-row-time{color:var(--text-dim);font-size:11px}.empty-text{color:var(--text-muted);font-size:13px;padding:12px 0}.stock-alert-card{border-color:#dc3c3c4d;margin-bottom:20px}.stock-alert-title{color:var(--danger)}.stock-alert-summary{background:#dc3c3c1a;color:var(--danger);border-color:#dc3c3c33}.dash-stock-pills{display:flex;flex-wrap:wrap;gap:8px}.dash-stock-pill{display:flex;align-items:center;gap:8px;background:var(--bg);border:1px solid rgba(220,60,60,.2);border-radius:var(--radius-sm);padding:6px 12px;font-size:12px}.dash-stock-pill.sin-stock{border-color:var(--danger);background:#dc3c3c0f}.dash-stock-nombre{font-weight:500;color:var(--text)}.dash-stock-valor{font-weight:700;color:var(--danger);font-size:13px}.dash-stock-unit{font-size:11px;color:var(--text-muted);font-weight:400}.demoras-alert-card{border-color:#dc3c3c4d;margin-bottom:20px}.demoras-alert-title{color:var(--danger)}.demoras-alert-summary{background:#dc3c3c1a;color:var(--danger);border-color:#dc3c3c33}.dash-demoras-pills{display:flex;flex-wrap:wrap;gap:8px}.dash-demora-pill{display:flex;align-items:center;gap:8px;background:var(--bg);border:1px solid rgba(220,60,60,.2);border-radius:var(--radius-sm);padding:6px 12px;font-size:12px}.dash-demora-pill.pill-alerta{border-color:var(--danger);background:#dc3c3c0f}.dash-demora-valor{font-weight:700;color:var(--danger);font-size:12px}@media (max-width: 900px){.stats-grid{grid-template-columns:repeat(2,1fr)}.dashboard-grid{grid-template-columns:1fr}.dash-alerts-row,.dash-info-row{flex-direction:column}}@media (max-width: 480px){.stats-grid{grid-template-columns:1fr 1fr}.stat-value{font-size:20px}}.portal-stat-card{text-decoration:none;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center}.portal-stat-card:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.portal-stat-qr{width:64px;height:64px;border-radius:6px;border:1px solid var(--border);margin:6px 0 3px}.ped-page{max-width:1100px}.ped-filters{display:flex;gap:12px;align-items:center;margin-bottom:16px;flex-wrap:wrap}.ped-estado-btns{display:flex;gap:2px;background:var(--bg);border-radius:8px;padding:2px}.ped-estado-btn{padding:6px 14px;font-size:13px;font-weight:600;border-radius:6px;background:none;color:var(--text-muted);cursor:pointer;border:none}.ped-estado-btn.active{background:var(--surface);color:var(--text);box-shadow:var(--shadow-sm)}.ped-search{flex:1;min-width:200px;font-size:13px;padding:7px 12px;height:auto}.ped-table-wrap{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:auto;box-shadow:var(--shadow-sm)}.ped-table{width:100%;border-collapse:collapse;font-size:13px}.ped-table th{text-align:left;padding:10px 12px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.3px;color:var(--text-muted);border-bottom:2px solid var(--border);white-space:nowrap}.ped-table td{padding:8px 12px;border-bottom:1px solid var(--border)}.ped-row{cursor:pointer}.ped-row:hover{background:var(--bg)}.ped-td-time{white-space:nowrap;color:var(--text-muted);font-size:12px}.ped-td-num{font-family:var(--font-title);font-weight:700}.ped-td-monto{font-family:var(--font-title);font-weight:600}.ped-row--cancelado td{color:var(--text-dim)}.ped-row--cancelado .ped-td-num,.ped-row--cancelado .ped-td-monto{color:var(--danger);text-decoration:line-through;text-decoration-color:#d450458c}.ped-td-metodo{font-size:12px;white-space:nowrap}.ped-pago-pendiente{color:#c62828;font-weight:600;font-size:11px}.ped-detail-promos{padding:12px 16px;border-top:1px solid var(--border)}.ped-promo-row{display:flex;justify-content:space-between;font-size:13px;padding:3px 0;color:#2e7d32}.ped-promo-descuento{font-weight:600}.ped-td-rating{font-size:12px;color:#f59e0b;white-space:nowrap;letter-spacing:1px}.ped-section{margin-bottom:24px}.ped-section-title{font-family:var(--font-title);font-size:14px;font-weight:700;margin-bottom:10px;display:flex;align-items:center;gap:8px}.ped-section-count{background:#e65100;color:#fff;font-size:11px;padding:1px 7px;border-radius:10px}.ped-detail-rating{font-size:20px;color:#f59e0b;letter-spacing:2px}.ped-feedback-breakdown{display:flex;flex-direction:column;gap:2px;font-size:13px;color:#f59e0b}.r{text-align:right}.ped-badge{display:inline-block;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:600;white-space:nowrap}.badge-pendiente{background:#fff3e0;color:#e65100}.badge-preparacion{background:#e3f2fd;color:#1565c0}.badge-listo{background:#e8f5e9;color:#2e7d32}.badge-delivery{background:#f3e5f5;color:#7b1fa2}.badge-entregado{background:#d4edda;color:#155724}.badge-cancelado{background:#f8d7da;color:#721c24}.ped-badge-prog{background:#fff8e7;color:#6a4c00;border:1px solid #ffe6a7;margin-left:4px}.ped-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:100;padding:20px}.ped-detail{background:var(--surface);border-radius:12px;padding:24px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 8px 32px #00000026}.ped-detail-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.ped-detail-header h2{margin:0;font-size:18px}.ped-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px 20px;margin-bottom:20px}.ped-detail-field{display:flex;flex-direction:column;gap:2px}.ped-detail-label{font-size:11px;font-weight:600;text-transform:uppercase;color:var(--text-muted);letter-spacing:.3px}.ped-detail-total{font-family:var(--font-title);font-size:18px;font-weight:700;color:var(--brand)}.ped-detail-editable{cursor:pointer;border-bottom:1px dashed transparent;transition:border-color .15s,background .15s;padding:1px 4px;margin:-1px -4px;border-radius:4px;display:inline-block}.ped-detail-editable:hover{border-bottom-color:var(--brand);background:var(--bg)}.ped-detail-items{margin-top:8px}.ped-items-table{width:100%;border-collapse:collapse;font-size:13px;margin-top:8px}.ped-items-table th{text-align:left;padding:6px 8px;font-size:11px;font-weight:600;color:var(--text-muted);border-bottom:1px solid var(--border)}.ped-items-table td{padding:6px 8px;border-bottom:1px solid var(--border)}.ped-new-section{margin-bottom:16px}.ped-new-client-selected{display:flex;align-items:center;gap:8px;padding:8px 12px;background:var(--bg);border-radius:8px;font-weight:600;margin-top:6px}.ped-new-client-list{border:1px solid var(--border);border-radius:8px;margin-top:4px;max-height:150px;overflow-y:auto}.ped-new-client-row{padding:8px 12px;font-size:13px;cursor:pointer;border-bottom:1px solid var(--border)}.ped-new-client-row:hover{background:var(--bg)}.ped-new-client-row:last-child{border-bottom:none}.ped-new-client-new{display:flex;gap:8px;align-items:center;margin-top:8px}.ped-new-menu{max-height:250px;overflow-y:auto;border:1px solid var(--border);border-radius:8px;margin-top:6px}.ped-new-cat{padding:6px 12px;font-size:11px;font-weight:700;text-transform:uppercase;color:var(--text-muted);background:var(--bg);position:sticky;top:0}.ped-new-prod{display:flex;justify-content:space-between;padding:6px 12px;font-size:13px;cursor:pointer;border-bottom:1px solid var(--border)}.ped-new-prod:hover{background:var(--bg)}.ped-new-prod-price{color:var(--text-muted);font-size:12px}.ped-new-cart-row{display:flex;align-items:center;gap:8px;padding:6px 0;border-bottom:1px solid var(--border);font-size:13px}.ped-new-cart-name{flex:1}.ped-new-cart-qty{display:flex;align-items:center;gap:6px}.ped-new-cart-sub{font-weight:600;min-width:70px;text-align:right}.ped-new-cart-opc{font-size:11px;color:var(--text-muted);margin-top:1px}.ped-new-opc-picker{margin-top:10px;padding:12px;background:var(--bg);border-radius:8px;border:1px solid var(--border)}.ped-new-opc-title{font-weight:600;font-size:13px;margin-bottom:8px}.ped-new-opc-group{margin-bottom:8px}.ped-new-opc-label{font-size:12px;font-weight:600;color:var(--text-muted);margin-bottom:4px}.ped-new-opc-options{display:flex;flex-wrap:wrap;gap:4px}.ped-new-opc-btn{padding:4px 10px;font-size:12px;border-radius:6px;border:1px solid var(--border);background:var(--surface);cursor:pointer;color:var(--text)}.ped-new-opc-btn.active{background:var(--brand);color:#fff;border-color:var(--brand)}.ped-new-cart-envio{text-align:right;font-size:12px;color:var(--text-muted);padding-top:4px}.ped-new-cart-total{text-align:right;font-weight:700;font-size:16px;padding-top:8px;color:var(--brand)}.ped-new-cart-resumen{border-top:1px solid var(--border);padding-top:8px;margin-top:8px}.ped-new-cart-line{display:flex;justify-content:space-between;font-size:13px;padding:2px 0;color:var(--text)}.ped-new-cart-desc{color:#2e7d32}.ped-new-cart-total-line{font-weight:700;font-size:16px;color:var(--brand);padding-top:6px;border-top:1px solid var(--border);margin-top:4px}.ped-item-opciones{margin-top:2px}.ped-item-opcion{display:inline-block;font-size:11px;color:var(--text-muted);background:var(--bg);padding:1px 6px;border-radius:4px;margin-right:4px}.ped-detail-audit{margin-top:16px}.ped-audit-row{display:flex;gap:8px;align-items:center;padding:4px 0;border-bottom:1px solid var(--border);font-size:12px}.ped-audit-row:last-child{border-bottom:none}.ped-audit-action{font-family:monospace;font-size:11px;color:var(--text);min-width:180px}.ped-audit-user{color:var(--text-muted);flex:1}.ped-audit-time{color:var(--text-dim);white-space:nowrap}.ped-new-addr-list{margin-top:6px}.ped-new-addr-row{padding:6px 12px;font-size:13px;cursor:pointer;border:1px solid var(--border);border-radius:6px;margin-bottom:4px}.ped-new-addr-row:hover{background:var(--bg)}.ped-new-addr-row.active{border-color:var(--brand);background:#1f7a4d0d}@media (max-width: 768px){.ped-filters{flex-direction:column}.ped-search{min-width:100%}.ped-detail-grid{grid-template-columns:1fr}.ped-new-client-new{flex-direction:column}}.chat-back-btn{font-size:22px;line-height:1;padding:4px 10px;color:var(--text)}.ped-detail.chat-modal{max-width:720px;width:100%;height:90vh;max-height:90vh;padding:16px 20px;display:flex;flex-direction:column;overflow:hidden}.chat-humano-banner{display:flex;align-items:center;justify-content:space-between;gap:8px;background:#fff3e0;border:1px solid #ffcc80;border-radius:8px;padding:10px 14px;margin:8px 0 4px;flex-wrap:wrap}.chat-humano-banner-text{font-size:14px;color:#e65100;font-weight:600}.chat-messages{flex:1;overflow-y:auto;padding:12px 0;min-height:0}.chat-msg-row{display:flex;gap:8px;align-items:baseline;padding:5px 0}.chat-msg-row.chat-msg-out{flex-direction:row-reverse}.chat-msg-row.chat-msg-in{flex-direction:row}.chat-msg-time{font-size:11px;color:var(--text-dim);flex-shrink:0;font-variant-numeric:tabular-nums}.chat-msg-bubble{font-size:15px;line-height:1.4;padding:8px 12px;border-radius:14px;max-width:100%;word-break:break-word;white-space:pre-wrap}.chat-msg-bubble-out{background:var(--brand-light, #e3f2fd);color:var(--text)}.chat-msg-bubble-in{background:var(--surface-alt, #f5f5f5);color:var(--text)}.chat-msg-divider{display:flex;align-items:center;gap:8px;padding:14px 0 8px;color:var(--text-dim);font-size:11px;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.chat-msg-divider-line{flex:1;height:1px;background:var(--border)}.chat-msg-divider-text{flex-shrink:0}.chat-msg-media{display:flex;align-items:center;gap:6px}.chat-msg-media audio{height:36px;max-width:280px}.chat-msg-media-download{font-size:14px;text-decoration:none;opacity:.6;transition:opacity .15s}.chat-msg-media-download:hover{opacity:1}.chat-msg-image{display:block;max-width:280px;max-height:280px;border-radius:8px;cursor:zoom-in}.chat-msg-sticker{max-width:140px;max-height:140px;background:transparent}.chat-msg-media-expired,.chat-msg-media-error,.chat-msg-media-loading{font-size:13px;color:var(--text-dim);font-style:italic}.chat-msg-caption{display:block;margin-top:6px}.chat-msg-bubble-wrap{display:inline-flex;flex-direction:column;max-width:78%;align-items:flex-start}.chat-msg-row.chat-msg-out .chat-msg-bubble-wrap{align-items:flex-end}.chat-msg-reaction{display:inline-block;margin-top:-10px;margin-left:10px;margin-right:10px;padding:2px 8px;border-radius:14px;background:#fff;border:1px solid rgba(0,0,0,.1);box-shadow:0 1px 3px #00000014;font-size:14px;line-height:1;cursor:help;z-index:1;position:relative}.chat-send-row{display:flex;gap:8px;padding-top:10px;border-top:1px solid var(--border);align-items:center}.chat-send-input{flex:1;font-size:15px}@media (max-width: 600px){.ped-overlay{padding:0}.ped-detail.chat-modal{max-width:100vw;width:100vw;height:100vh;max-height:100vh;border-radius:0;padding:12px 14px}.chat-msg-bubble{font-size:16px;max-width:100%}.chat-send-input{font-size:16px}}.pedidos-page{display:flex;flex-direction:column;height:100%}.kanban-board{flex:1;min-height:0;display:grid;grid-template-columns:repeat(4,1fr);gap:12px;padding-bottom:16px}.kanban-col{display:flex;flex-direction:column;min-height:0;background:var(--surface-alt, #f5f5f5);border-radius:var(--radius-lg);overflow:hidden}.kanban-col-header{display:flex;align-items:center;gap:8px;padding:12px 14px;border-bottom:1px solid var(--border);flex-shrink:0}.kanban-col-title{font-family:var(--font-title);font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.kanban-col-count{background:var(--border);color:var(--text-muted);font-size:11px;font-weight:700;border-radius:10px;padding:1px 7px;margin-left:auto}.kanban-col--nuevos .kanban-col-header{border-bottom-color:#3b82f6}.kanban-col--nuevos .kanban-col-title{color:#3b82f6}.kanban-col--nuevos .kanban-col-count{background:#dbeafe;color:#1e40af}.kanban-col--preparacion .kanban-col-header{border-bottom-color:var(--warning, #f59e0b)}.kanban-col--preparacion .kanban-col-title{color:var(--warning, #f59e0b)}.kanban-col--preparacion .kanban-col-count{background:#fef3c7;color:#92400e}.kanban-col--delivery .kanban-col-header{border-bottom-color:var(--accent, #6366f1)}.kanban-col--delivery .kanban-col-title{color:var(--accent, #6366f1)}.kanban-col--delivery .kanban-col-count{background:#ede9fe;color:#4338ca}.kanban-col--finalizado .kanban-col-title{color:var(--text-muted)}.kanban-col-body{flex:1;overflow-y:auto;padding:10px;display:flex;flex-direction:column;gap:8px}.kanban-empty{text-align:center;padding:32px 16px;color:var(--text-dim, #aaa);font-size:13px}.order-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:12px 14px;box-shadow:var(--shadow-sm);transition:box-shadow .15s}.order-card:hover{box-shadow:var(--shadow-md)}.order-card.order-late{border-left:3px solid var(--danger)}.order-card.order-alert{border-color:var(--danger);background:#dc3c3c0d}.order-card.order-pago-alert{border-color:#e65100;background:#e651000f;border-left:3px solid #e65100}.order-card.order-done{opacity:.65}.order-card.order-compact{padding:8px 14px}.order-card.order-cancelado{opacity:1;background:#d450450d;border-left:3px solid var(--danger)}.order-card.order-cancelado .order-num{text-decoration:line-through;text-decoration-color:#d4504599}.order-card.order-cancelado .order-cancelado-icon{text-decoration:none;display:inline-block;font-weight:700}.order-card.order-cancelado .order-client{color:var(--text-dim)}.order-top{display:flex;align-items:center;gap:8px;margin-bottom:6px}.order-num{font-family:var(--font-title);font-size:15px;font-weight:700}.order-time{font-size:11px;color:var(--text-dim);margin-left:auto}.order-client{font-size:13px;font-weight:500;color:var(--text);margin-bottom:4px}.order-tipo{font-weight:400;color:var(--text-muted)}.order-address{font-size:12px;color:var(--text-muted);margin-bottom:8px;display:flex;align-items:center;gap:6px}.order-maps-link{text-decoration:none;font-size:14px;flex-shrink:0}.order-items{margin-bottom:8px}.order-item-line{display:flex;justify-content:space-between;font-size:13px;padding:2px 0;color:var(--text)}.order-notas{font-size:12px;color:var(--text-muted);margin-top:4px;font-style:italic}.order-programada{font-size:12px;font-weight:600;color:#6a4c00;background:#fff8e7;border:1px solid #ffe6a7;border-radius:6px;padding:3px 8px;margin:4px 0;display:inline-block}.order-pago-row{display:flex;align-items:center;gap:6px;font-size:12px;margin-top:2px}.order-pago-metodo{font-weight:500}.order-pago-badge{padding:1px 6px;border-radius:4px;font-size:11px;font-weight:600}.pago-pendiente{background:#fff3e0;color:#e65100}.pago-cobrado{background:#d4edda;color:#155724}.order-footer{display:flex;align-items:center;justify-content:space-between;padding-top:8px;border-top:1px solid var(--border);gap:8px;flex-wrap:wrap}.order-total{font-family:var(--font-title);font-size:15px;font-weight:700}.order-actions{display:flex;gap:6px;flex-wrap:wrap}.order-actions-compact{gap:4px}.order-icon-btn{background:none;border:1px solid var(--border);border-radius:4px;font-size:13px;cursor:pointer;padding:2px 6px;color:var(--text-muted);line-height:1}.order-icon-btn:hover{background:var(--bg);color:var(--text)}.order-icon-btn.order-icon-danger:hover{color:var(--danger)}.order-notify{display:flex;gap:8px;margin-top:8px;padding-top:8px;border-top:1px solid var(--border)}.order-messages{margin:6px 0;padding:6px 8px;background:var(--surface-alt, #f5f5f5);border-radius:var(--radius);max-height:120px;overflow-y:auto;display:flex;flex-direction:column;gap:3px}.msg-line{display:flex;align-items:baseline;gap:4px;font-size:11px;line-height:1.4}.msg-arrow{flex-shrink:0;font-size:10px;color:var(--text-dim)}.msg-text{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text)}.msg-time{flex-shrink:0;color:var(--text-dim);font-size:10px}.msg-estado{flex-shrink:0;font-size:10px;color:var(--success, #22c55e)}.msg-in .msg-arrow{color:var(--accent, #6366f1)}.msg-out .msg-arrow{color:var(--text-muted)}.order-conv-toggle{width:100%;margin:4px 0;font-size:11px;color:var(--text-muted);border:1px dashed var(--border);border-radius:var(--radius);padding:4px 8px;display:flex;align-items:center;gap:6px;cursor:pointer}.order-conv-count{background:var(--accent, #6366f1);color:#fff;font-size:10px;font-weight:700;border-radius:10px;padding:0 5px}@media (max-width: 768px){.kanban-board{grid-template-columns:1fr;overflow-y:auto}.kanban-col{max-height:none}.kanban-col-body{overflow-y:visible}}.order-item-left{display:flex;flex-direction:column;gap:1px}.order-item-opts{font-size:11px;color:var(--text-dim);font-style:italic}.order-expand-btn{background:none;border:1px solid var(--border);border-radius:4px;font-size:14px;cursor:pointer;padding:2px 6px;color:var(--text-muted);line-height:1;margin-left:auto}.order-expand-btn:hover{background:var(--bg);color:var(--text)}.order-detail-row{font-size:12px;color:var(--text-muted);padding:2px 0}.order-fullscreen-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px}.order-fullscreen{position:relative;width:100%;max-width:600px;max-height:90vh;overflow-y:auto}.order-fullscreen-close{position:absolute;top:8px;right:8px;z-index:10;background:var(--surface);border:1px solid var(--border);border-radius:50%;width:28px;height:28px;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text-muted)}.order-fullscreen-close:hover{background:var(--bg);color:var(--text)}.order-card-full .order-messages{max-height:40vh}.conv-page{max-width:720px;margin:0 auto}.conv-section{margin-bottom:18px}.conv-section-title{font-family:var(--font-title);font-size:13px;font-weight:700;margin-bottom:8px;display:flex;align-items:center;gap:8px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px}.conv-section-title.conv-section-priority{color:#c62828}.conv-section-count{background:var(--border);color:var(--text-muted);font-size:11px;font-weight:700;border-radius:10px;padding:1px 7px}.conv-section-priority .conv-section-count{background:#ffebee;color:#c62828}.conv-section-toggle{background:none;border:none;padding:0;font-family:var(--font-title);font-size:13px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;cursor:pointer;display:flex;align-items:center;gap:8px;margin-bottom:8px}.conv-list{display:flex;flex-direction:column;gap:6px}.conv-list-inactive .conv-card{opacity:.6}.conv-card{display:flex;align-items:center;gap:12px;padding:10px 12px;background:var(--surface);border:1px solid var(--border);border-radius:12px;cursor:pointer;transition:background .1s,border-color .1s;-webkit-user-select:none;-moz-user-select:none;user-select:none}.conv-card:hover{background:var(--bg)}.conv-card:active{background:var(--border)}.conv-card.conv-card-humano{border-left:4px solid #c62828;background:#fff5f5}.conv-card.conv-card-humano:hover{background:#ffeaea}.conv-card.conv-card-pendiente{border-left:4px solid #ff9800}.conv-card-avatar{width:42px;height:42px;border-radius:50%;background:var(--brand, #1976d2);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px;flex-shrink:0}.conv-card-humano .conv-card-avatar{background:#c62828}.conv-card-pendiente .conv-card-avatar{background:#ff9800}.conv-card-body{flex:1;min-width:0}.conv-card-name-row{display:flex;justify-content:space-between;align-items:baseline;gap:8px}.conv-card-name{font-weight:600;font-size:15px;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.conv-card-time{font-size:12px;color:var(--text-muted);flex-shrink:0}.conv-card-info{font-size:13px;color:var(--text);margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.conv-card-status{font-size:11px;color:var(--text-muted);margin-top:2px;font-weight:500}.conv-card-status-dim{color:var(--text-dim)}.conv-card-humano .conv-card-status{color:#c62828;font-weight:600}.conv-card-pendiente .conv-card-status{color:#e65100;font-weight:600}@media (max-width: 600px){.conv-card{padding:12px 14px}.conv-card-name{font-size:16px}.conv-card-info{font-size:14px}.conv-card-avatar{width:46px;height:46px;font-size:20px}}.control-page{max-width:800px}.control-estado{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-radius:var(--radius-lg);margin-bottom:16px;border:2px solid}.control-abierto{background:#f0fdf4;border-color:#22c55e}.control-cerrado{background:#fef2f2;border-color:#ef4444}.control-estado-info{display:flex;align-items:center;gap:12px}.control-estado-dot{width:14px;height:14px;border-radius:50%;background:#22c55e;flex-shrink:0}.control-estado-dot.off{background:#ef4444}.control-estado-label{font-family:var(--font-title);font-size:18px;font-weight:700}.control-estado-next{font-size:12px;color:var(--text-muted);margin-top:2px}.control-estado-override{font-size:11px;color:#e65100;margin-top:2px}.control-toggle-btn{padding:8px 20px;border:none;border-radius:var(--radius);font-weight:600;font-size:14px;cursor:pointer}.btn-abrir{background:#22c55e;color:#fff}.btn-abrir:hover{background:#16a34a}.btn-cerrar{background:#ef4444;color:#fff}.btn-cerrar:hover{background:#dc2626}.control-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media (max-width: 768px){.control-grid{grid-template-columns:1fr}}.control-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:16px}.control-card-title{font-family:var(--font-title);font-size:14px;font-weight:700;margin-bottom:8px}.control-card-hint{font-size:11px;color:var(--text-muted);margin-top:6px}.control-stats-row{display:flex;gap:16px}.control-stat{flex:1;text-align:center}.control-stat-value{font-family:var(--font-title);font-size:20px;font-weight:700}.control-stat-label{font-size:11px;color:var(--text-muted)}.control-exc-form{display:flex;gap:8px;flex-wrap:wrap;align-items:center;margin-bottom:12px}.control-exc-list{display:flex;flex-direction:column;gap:4px}.control-exc-row{display:flex;align-items:center;gap:8px;padding:6px 0;border-bottom:1px solid var(--border);font-size:13px}.control-exc-fecha{font-weight:600;min-width:100px}.control-exc-nombre{flex:1;color:var(--text-muted)}.control-exc-tipo{font-size:11px;font-weight:600;padding:2px 8px;border-radius:10px}.control-exc-tipo.cerrado{background:#ffebee;color:#c62828}.control-exc-tipo.especial{background:#fff3e0;color:#e65100}.control-exc-delete{background:none;border:1px solid var(--border);border-radius:4px;font-size:12px;cursor:pointer;padding:2px 6px;color:var(--text-muted)}.control-exc-delete:hover{color:var(--danger)}.control-modo-toggle{display:inline-flex;background:var(--bg);border:1px solid var(--border);border-radius:10px;padding:3px;margin-bottom:16px;gap:2px}.control-modo-btn{padding:7px 16px;background:transparent;border:none;border-radius:8px;font-family:var(--font-body);font-size:13px;font-weight:500;color:var(--text-muted);cursor:pointer;transition:background .15s,color .15s}.control-modo-btn:hover:not(.active){color:var(--text)}.control-modo-btn.active{background:var(--surface);color:var(--brand);font-weight:600;box-shadow:0 1px 2px #11182714}.cat-count{font-size:12px;color:var(--text-muted)}.card-header-actions{display:flex;align-items:center;gap:10px}.reorder-btns{display:flex;gap:2px}.reorder-btn{background:none;border:1px solid var(--border);border-radius:4px;cursor:pointer;font-size:11px;padding:2px 6px;color:var(--text-muted);line-height:1.4;transition:.1s}.reorder-btn:hover:not(:disabled){background:var(--bg);color:var(--text);border-color:var(--text-dim)}.reorder-btn:disabled{opacity:.25;cursor:default}.products-list{padding:0}.product-row{display:flex;align-items:center;gap:12px;padding:12px 18px;border-bottom:1px solid var(--border);transition:.12s}.product-row:last-child{border-bottom:none}.product-row:hover{background:var(--bg)}.product-row.inactive{opacity:.55}.product-row.editing{flex-direction:column;align-items:stretch;padding:16px 18px;background:var(--bg)}.product-info{flex:1}.product-name{font-size:14px;font-weight:500;color:var(--text);display:flex;align-items:baseline;gap:5px}.product-desc{font-size:12px;color:var(--text-muted);margin-top:2px}.product-stock{font-size:11px;color:var(--text-dim);margin-top:2px}.product-unidad{font-size:11px;color:var(--text-dim);font-weight:400}.product-price{font-family:var(--font-title);font-size:15px;font-weight:700;color:var(--text);min-width:80px;text-align:right}.product-actions{display:flex;align-items:center;gap:6px}.stock-badge{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;border-radius:999px;font-size:11px;font-weight:700;padding:0 5px;background:var(--brand-100);color:var(--brand-600)}.stock-badge.danger{background:#dc3c3c1f;color:var(--danger)}.product-row.inactive .stock-badge{background:var(--bg);color:var(--text-dim)}.toggle-btn{padding:4px 10px;border-radius:999px;font-size:11px;font-weight:600;cursor:pointer;border:1px solid;transition:.12s}.toggle-btn.on{background:var(--brand-100);color:var(--brand-600);border-color:#1f7a4d40}.toggle-btn.on:hover{background:var(--brand-100);filter:brightness(.95)}.toggle-btn.off{background:var(--bg);color:var(--text-dim);border-color:var(--border)}.toggle-btn.off:hover{background:#f3f4f6}.product-edit-fields{display:grid;grid-template-columns:1fr 120px 1fr 110px;gap:8px}.product-edit-actions{display:flex;gap:8px;margin-top:8px}.product-opcionales{display:flex;flex-wrap:wrap;gap:4px;margin-top:4px}.product-opcional-tag{font-size:11px;background:var(--brand-50, #f0faf4);color:var(--brand-600, #1f7a4d);border:1px solid rgba(31,122,77,.2);border-radius:4px;padding:1px 6px}.opcionales-editor{margin-top:12px;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.opcionales-header{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background:var(--bg);border-bottom:1px solid var(--border)}.opcionales-title{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.4px;color:var(--text-muted)}.opcionales-empty{font-size:12px;color:var(--text-dim);padding:10px 12px;font-style:italic}.opcional-grupo{padding:10px 12px;border-bottom:1px solid var(--border)}.opcional-grupo:last-child{border-bottom:none}.opcional-grupo-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.opcional-nombre{flex:1;font-size:13px}.opcional-check{display:flex;align-items:center;gap:4px;font-size:12px;color:var(--text-muted);white-space:nowrap}.opcional-max{width:52px;padding:4px 6px;font-size:12px;text-align:center}.opcional-remove-grupo{background:none;border:none;color:var(--danger);cursor:pointer;font-size:13px;padding:2px 4px;border-radius:4px;opacity:.7}.opcional-remove-grupo:hover{opacity:1;background:#dc3c3c14}.opcional-opciones{display:flex;flex-direction:column;gap:6px;max-height:300px;overflow-y:auto}.opcional-opcion-row{display:flex;align-items:center;gap:4px}.opcional-opcion-input{width:140px;font-size:12px;padding:4px 8px}.opcional-remove-opcion{background:none;border:none;color:var(--text-dim);cursor:pointer;font-size:11px;padding:2px}.opcional-remove-opcion:hover{color:var(--danger)}.opcional-add-opcion{font-size:11px}.opcion-star-btn{background:none;border:none;cursor:pointer;font-size:13px;padding:2px 3px;color:var(--text-dim);line-height:1;flex-shrink:0}.opcion-star-btn.active{color:#f59e0b}.opcion-star-btn:hover{color:#f59e0b;opacity:.8}.opcion-precio-prefix{font-size:11px;color:var(--text-muted);white-space:nowrap;flex-shrink:0}.opcion-precio-input{width:72px;font-size:12px;padding:4px 6px;text-align:right}.new-product-fields{display:grid;grid-template-columns:1fr 120px 1fr 160px 110px;gap:8px;margin-bottom:10px}.new-product-actions{display:flex;gap:8px}.price-input{max-width:130px}.cat-title-block{flex:1;min-width:0}.cat-descripcion{font-size:12px;color:var(--text-muted);margin-top:2px;font-style:italic}.cat-star-btn{background:none;border:none;cursor:pointer;font-size:16px;padding:0 4px 0 0;color:var(--text-muted);opacity:.5;transition:opacity .15s,color .15s;vertical-align:middle}.cat-star-btn:hover{opacity:1}.cat-star-btn.active{color:#f5a623;opacity:1}.cat-edit-btn{font-size:12px;padding:1px 4px;opacity:.5;transition:opacity .15s;vertical-align:middle}.cat-edit-btn:hover{opacity:1}.cat-edit-inline{display:flex;flex-direction:column;gap:6px;padding:4px 0}.cat-edit-nombre{font-size:14px;font-weight:500;max-width:280px}.cat-edit-desc{font-size:13px;max-width:480px}.cat-edit-actions{display:flex;gap:6px}.btn-xs{padding:2px 7px;font-size:11px;border-radius:var(--radius);border:1px solid var(--border);background:none;cursor:pointer;color:var(--text-muted);line-height:1.5;transition:.1s}.btn-xs:hover{background:var(--bg);color:var(--text)}@media (max-width: 768px){.product-edit-fields,.new-product-fields{grid-template-columns:1fr 1fr}.product-row{flex-wrap:wrap}}.goe-toolbar{display:flex;align-items:center;justify-content:space-between;padding-bottom:16px}.goe-title{font-family:var(--font-title);font-size:17px;font-weight:600;color:var(--text);margin:0}.menu-title-block{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.menu-filter-label{font-size:12px;font-weight:600;color:var(--brand-700, #166534);background:#dcfce7;border-radius:10px;padding:2px 10px}.menu-filter-toggle{font-size:12px!important;color:var(--text-muted)!important;text-decoration:underline;padding:2px 4px!important}.goe-grupos{padding:0}.goe-grupo{border-bottom:1px solid var(--border)}.goe-grupo:last-child{border-bottom:none}.goe-grupo-header{display:flex;align-items:center;gap:8px;padding:10px 14px}.goe-toggle-btn{background:none;border:none;cursor:pointer;font-size:10px;color:var(--text-muted);padding:2px 4px;width:20px;flex-shrink:0}.goe-grupo-nombre{flex:1;font-size:13px;font-weight:500}.goe-grupo-body{padding:4px 14px 14px 38px}.goe-grupo-config{display:flex;gap:16px;margin-top:10px}.goe-grupo-count{font-size:11px;color:var(--text-muted);background:var(--bg);border:1px solid var(--border);border-radius:10px;padding:2px 8px;white-space:nowrap;flex-shrink:0}.goe-gp-section{margin-top:14px;border-top:1px solid var(--border);padding-top:10px}.goe-gp-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.4px;color:var(--text-muted);margin-bottom:6px}.goe-gp-cat{border:1px solid var(--border);border-radius:6px;margin-bottom:4px;overflow:hidden}.goe-gp-cat-summary{display:flex;align-items:center;gap:8px;padding:7px 10px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;list-style:none;background:var(--bg);font-size:12px;font-weight:600}.goe-gp-cat-summary::-webkit-details-marker{display:none}.goe-gp-cat-summary:before{content:"▶";font-size:9px;color:var(--text-muted);transition:transform .15s}.goe-gp-cat[open]>.goe-gp-cat-summary:before{transform:rotate(90deg)}.goe-gp-cat-name{flex:1;color:var(--text)}.goe-gp-badge{font-size:11px;color:var(--text-muted);background:#fff;border:1px solid var(--border);border-radius:8px;padding:1px 7px}.goe-gp-products{padding:8px 10px 10px;display:flex;flex-direction:column;gap:5px;background:#fff;border-top:1px solid var(--border)}.goe-gp-all-btn{align-self:flex-start;margin-bottom:4px;font-size:11px!important;padding:2px 8px!important}.goe-gp-product{display:flex;align-items:center;gap:8px;font-size:12.5px;color:var(--text);cursor:pointer;padding:2px 0}.goe-gp-product input[type=checkbox]{width:15px;height:15px;flex-shrink:0;accent-color:var(--brand-600, #1f7a4d);cursor:pointer}.goe-tabla-wrapper{overflow-x:auto}.goe-tabla{width:100%;border-collapse:collapse;font-size:13px}.goe-tabla th{padding:8px 12px;text-align:left;background:var(--bg);border-bottom:2px solid var(--border);font-size:11px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.3px;white-space:nowrap}.goe-col-producto{min-width:200px}.goe-col-grupo{min-width:90px;text-align:center!important}.goe-cat-row td{padding:6px 12px;background:var(--bg);font-size:11px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid var(--border)}.goe-product-row{border-bottom:1px solid var(--border)}.goe-product-row:last-child{border-bottom:none}.goe-product-row:hover{background:var(--bg)}.goe-producto-nombre{padding:10px 12px;color:var(--text)}.goe-check-cell{text-align:center;padding:10px 12px}.goe-check-cell input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:var(--brand-600, #1f7a4d)}.card-inactive{opacity:.5}.card-inactive:hover{opacity:.8}.cat-inactive-badge{font-size:10px;background:#fee2e2;color:#991b1b;padding:1px 6px;border-radius:4px;margin-left:6px;font-weight:600;text-transform:uppercase}.cat-toggle-btn{font-size:12px;margin-left:2px}.cat-toggle-off{opacity:.6}.clientes-layout{display:grid;grid-template-columns:340px 1fr;gap:16px;align-items:start}.clientes-list-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm)}.search-wrap{padding:12px;border-bottom:1px solid var(--border);display:flex;flex-direction:column;gap:8px}.sort-select{font-size:.85rem}.cliente-row{display:flex;align-items:center;gap:10px;padding:12px 14px;border-bottom:1px solid var(--border);cursor:pointer;transition:.12s}.cliente-row:last-child{border-bottom:none}.cliente-row:hover{background:var(--bg)}.cliente-row.active{background:var(--brand-100)}.cliente-row-avatar{width:36px;height:36px;border-radius:50%;background:var(--brand-100);color:var(--brand-600);font-size:15px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cliente-row.active .cliente-row-avatar{background:var(--brand);color:#fff}.cliente-row-info{flex:1;min-width:0}.cliente-row-name{font-size:13px;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cliente-row-sub{font-size:11px;color:var(--text-muted);margin-top:2px}.cliente-row-total{font-family:var(--font-title);font-size:13px;font-weight:700;color:var(--brand);white-space:nowrap}.clientes-detail-panel{min-width:0;overflow:hidden}.detail-empty{text-align:center;padding:80px 20px;color:var(--text-muted)}.detail-empty-icon{font-size:40px;margin-bottom:12px}.detail-header{display:flex;align-items:flex-start;justify-content:space-between;padding:18px 20px 16px;border-bottom:1px solid var(--border)}.detail-name{font-family:var(--font-title);font-size:18px;font-weight:700}.detail-phone{font-size:12px;color:var(--text-muted);margin-top:4px}.detail-stats{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--border)}.detail-stat{padding:16px 20px;text-align:center;border-right:1px solid var(--border)}.detail-stat:last-child{border-right:none}.detail-stat-value{font-family:var(--font-title);font-size:20px;font-weight:700;color:var(--brand)}.detail-stat-label{font-size:11px;color:var(--text-muted);margin-top:4px}.detail-form{padding:18px 20px;display:flex;flex-direction:column;gap:14px;border-bottom:1px solid var(--border)}.detail-influencer{padding:16px 20px;background:#fffbe6;border-top:1px solid #ffe69c;border-bottom:1px solid #ffe69c}.detail-influencer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;margin-top:8px}.detail-influencer-grid>div{display:flex;flex-direction:column;gap:2px}.detail-inf-label{font-size:11px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.4px}.detail-inf-codigo{font-family:monospace;background:#f0f4ff;padding:2px 6px;border-radius:4px;color:#4361ee;font-weight:600;width:-moz-fit-content;width:fit-content}.detail-inf-pill{display:inline-block;font-size:.74rem;padding:2px 8px;border-radius:10px;font-weight:500}.detail-inf-pill--automatico{background:#e3f2fd;color:#1565c0}.detail-inf-pill--postulado{background:#fff3e0;color:#c47100}.detail-inf-pill--manual{background:#f3e5f5;color:#7b1fa2}.detail-history{padding:18px 20px}.detail-section-title{font-family:var(--font-title);font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);margin-bottom:12px}.history-row{display:flex;align-items:center;gap:10px;padding:8px 0;border-bottom:1px solid var(--border);font-size:13px}.history-row:last-child{border-bottom:none}.history-num{font-weight:600;color:var(--text)}.history-date{color:var(--text-muted);flex:1}.history-total{font-family:var(--font-title);font-weight:700}.empty-state.small{padding:40px 20px}.detail-messages{padding:18px 20px;border-top:1px solid var(--border)}.detail-msg-list{max-height:220px;overflow-y:auto;display:flex;flex-direction:column;gap:4px;padding:6px 8px;background:var(--surface-alt, #f5f5f5);border-radius:var(--radius)}.detail-msg-line{display:flex;align-items:baseline;gap:5px;font-size:12px;line-height:1.4}.detail-msg-arrow{flex-shrink:0;font-size:11px;color:var(--text-dim)}.detail-msg-in .detail-msg-arrow{color:var(--accent, #6366f1)}.detail-msg-out .detail-msg-arrow{color:var(--text-muted)}.detail-msg-text{flex:1;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.detail-msg-time{flex-shrink:0;font-size:10px;color:var(--text-dim)}@media (max-width: 900px){.clientes-layout{grid-template-columns:1fr}}.addr-row{display:flex;align-items:center;gap:6px;padding:6px 0;border-bottom:1px solid var(--border);font-size:13px}.addr-label{cursor:pointer;background:var(--surface-alt, #f0f0f0);border-radius:4px;padding:1px 6px;font-size:11px;font-weight:600;color:var(--accent, #6366f1);white-space:nowrap}.addr-text{flex:1;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.addr-dist{font-size:11px;color:var(--text-dim);white-space:nowrap}.addr-add-form{display:flex;flex-wrap:wrap;gap:6px;align-items:center;margin-top:8px}.addr-es-casa{display:flex;align-items:center;gap:4px;font-size:13px;cursor:pointer;white-space:nowrap}.addr-add-form .address-autocomplete{flex:1}.addr-error{font-size:12px;color:var(--danger, #ef4444);margin-top:4px}.input-sm{padding:4px 8px;font-size:12px}.btn-xs{padding:3px 8px;font-size:12px}.address-suggestions{position:absolute;top:calc(100% + 2px);left:0;right:0;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:0 4px 16px #0000001f;z-index:100;list-style:none;margin:0;padding:4px 0;max-height:180px;overflow-y:auto}.address-suggestions li{padding:8px 12px;font-size:12px;cursor:pointer}.address-suggestions li:hover{background:var(--surface-alt, #f5f5f5)}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::-moz-selection{background:transparent}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.rep-page{max-width:960px}.rep-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;gap:12px;flex-wrap:wrap}.rep-period{display:flex;gap:2px;background:var(--surface);border:1px solid var(--border);border-radius:6px;padding:2px}.rep-period-btn{padding:4px 12px;font-size:12px;font-weight:600;border:none;background:transparent;border-radius:4px;cursor:pointer;color:var(--text-muted)}.rep-period-btn.active{background:var(--brand);color:#fff}.rep-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:16px}.rep-kpi{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:12px 14px}.rep-kpi-val{font-family:var(--font-title);font-size:20px;font-weight:700;color:var(--text);line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rep-kpi-lbl{font-size:11px;color:var(--text-muted);margin-top:2px}.rep-tabs{display:flex;gap:0;border-bottom:1px solid var(--border);margin-bottom:16px}.rep-tab{padding:8px 16px;font-size:13px;font-weight:500;border:none;background:transparent;cursor:pointer;color:var(--text-muted);border-bottom:2px solid transparent;margin-bottom:-1px}.rep-tab:hover{color:var(--text)}.rep-tab.active{color:var(--brand);border-bottom-color:var(--brand);font-weight:600}.rep-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:16px;margin-bottom:12px;min-width:0;overflow:hidden}.rep-card-title{font-size:12px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.3px;margin-bottom:12px}.rep-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px}.rep-table{width:100%;border-collapse:collapse;font-size:13px}.rep-table th{text-align:left;font-size:11px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.3px;padding:6px 8px;border-bottom:1px solid var(--border);white-space:nowrap}.rep-table td{padding:8px;border-bottom:1px solid color-mix(in srgb,var(--border) 50%,transparent);color:var(--text)}.rep-table tbody tr:hover{background:var(--bg)}.rep-table tfoot td{font-weight:700;border-top:2px solid var(--border);border-bottom:none;padding-top:10px}.rep-table .r{text-align:right}.rep-table-sm{font-size:12px}.rep-table-sm td,.rep-table-sm th{padding:5px 6px}.rep-rank-cell{width:30px;font-weight:700;color:var(--text-muted)}.rep-name-cell{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500}.rep-money{font-family:var(--font-title);font-weight:700;color:var(--brand);font-variant-numeric:tabular-nums}.rep-pct-bar{display:flex;align-items:center;gap:6px;min-width:80px}.rep-pct-fill{height:8px;background:var(--brand);border-radius:4px;opacity:.6;flex:1}.rep-pct-bar span{font-size:11px;font-weight:600;color:var(--text-muted);white-space:nowrap;min-width:32px;text-align:right}.rep-bar-svg{width:100%;height:140px;display:block}.rep-bar-label{font-size:9px;fill:var(--text-muted)}.rep-hourly{display:flex;align-items:flex-end;gap:1px;height:100px;padding-bottom:18px;position:relative}.rep-hourly-col{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;height:100%;position:relative}.rep-hourly-fill{width:100%;background:var(--brand);border-radius:2px 2px 0 0;min-height:1px;opacity:.7}.rep-hourly-lbl{font-size:9px;color:var(--text-dim);position:absolute;bottom:-16px}.rep-freq-row{display:flex;align-items:center;gap:8px;padding:3px 0;font-size:12px}.rep-freq-label{width:100px;flex-shrink:0;color:var(--text);font-size:12px}.rep-freq-bar-wrap{flex:1;height:14px;background:var(--bg);border-radius:3px;overflow:hidden}.rep-freq-bar{height:100%;background:var(--brand);border-radius:3px;opacity:.65}.rep-freq-pct{width:36px;text-align:right;font-weight:600;color:var(--text-muted);font-size:11px}@media (max-width: 700px){.rep-kpis{grid-template-columns:1fr 1fr}.rep-grid-2{grid-template-columns:1fr}.rep-card{overflow-x:auto}}@media (max-width: 480px){.rep-kpis{grid-template-columns:1fr 1fr}.rep-kpi-val{font-size:16px}}.rep-audit-filters{display:flex;align-items:center;gap:12px;margin-bottom:16px}.rep-audit-select{width:auto;min-width:180px;font-size:13px;padding:6px 10px;height:auto}.rep-audit-table{font-size:12px}.rep-audit-td-time{white-space:nowrap;color:var(--text-muted);font-size:11px}.rep-audit-td-detail{color:var(--text-muted);max-width:250px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 768px){.rep-audit-filters{flex-wrap:wrap}.rep-audit-select{min-width:100%}}.config-tabs{display:flex;gap:4px;margin-bottom:16px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:4px;width:-moz-fit-content;width:fit-content}.tab-btn{padding:7px 16px;border-radius:8px;font-size:13px;font-weight:500;color:var(--text-muted);background:none;border:none;cursor:pointer;transition:.12s}.tab-btn:hover{color:var(--text);background:var(--bg)}.tab-btn.active{background:var(--brand);color:#fff;font-weight:600}.config-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.config-section-title{font-family:var(--font-title);font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);margin-bottom:16px}.config-section-header .config-section-title{margin-bottom:0}.config-form{display:flex;flex-direction:column;gap:14px;max-width:500px}.horarios-list{display:flex;flex-direction:column;gap:8px;max-width:500px}.horario-row{display:flex;align-items:center;gap:12px;padding:10px 14px;background:var(--bg);border-radius:var(--radius-md);border:1px solid var(--border);transition:.12s}.horario-row.inactive{opacity:.55}.horario-day{display:flex;align-items:center;gap:8px;width:120px}.horario-check{width:16px;height:16px;accent-color:var(--brand);cursor:pointer}.horario-day-label{font-size:13px;font-weight:500}.horario-times-col{display:flex;flex-direction:column;gap:6px;flex:1}.horario-times{display:flex;align-items:center;gap:6px;background:var(--surface);padding:4px 8px;border-radius:var(--radius);border:1px solid var(--border)}.btn-xs{font-size:11px;padding:1px 6px}.time-input{width:55px!important;min-width:50px;text-align:center;font-size:13px;padding:3px 2px!important;border:none!important;background:transparent!important;font-family:monospace}.horario-sep{color:var(--text-muted);font-weight:500;font-size:12px}.horario-add-split{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:#22c55e;color:#fff;border:none;font-size:16px;font-weight:700;cursor:pointer;line-height:1;flex-shrink:0}.horario-add-split:hover{background:#16a34a}.horario-remove-split{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:#ffcdd2;color:#c62828;border:none;font-size:14px;font-weight:700;cursor:pointer;line-height:1;flex-shrink:0}.horario-remove-split:hover{background:#ef4444;color:#fff}.status-cards{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:16px}.status-card{display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:var(--radius-md);border:1px solid}.status-card.ok{background:var(--brand-50);border-color:#1f7a4d33}.status-card.error{background:var(--danger-dim);border-color:#d4504526}.status-card-icon{font-size:20px}.status-card-name{font-size:12px;font-weight:600;color:var(--text-muted)}.status-card-val{font-size:13px;font-weight:600;margin-top:2px}.status-card.ok .status-card-val{color:var(--brand)}.status-card.error .status-card-val{color:var(--danger)}.form-row{display:flex;gap:10px}.form-row-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px}.usuarios-list{display:flex;flex-direction:column;gap:0;border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden;margin-top:8px}.usuario-row{display:flex;align-items:center;gap:10px;padding:12px 14px;border-bottom:1px solid var(--border)}.usuario-row:last-child{border-bottom:none}.usuario-row.inactive{opacity:.55}.usuario-avatar{width:34px;height:34px;border-radius:50%;background:var(--brand-100);color:var(--brand-600);font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.usuario-info{flex:1}.usuario-name{font-size:13px;font-weight:600}.usuario-email{font-size:11px;color:var(--text-muted);margin-top:2px}.usuario-last-login{font-size:10px;color:var(--text-dim);margin-top:2px}.usuario-actions{display:flex;gap:6px}.new-user-form{margin-bottom:16px}.new-user-fields{display:grid;grid-template-columns:1fr 1fr 1fr 120px;gap:8px;margin-bottom:10px}.address-autocomplete{position:relative}.address-suggestions{position:absolute;top:calc(100% + 2px);left:0;right:0;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:0 4px 16px #0000001f;z-index:100;list-style:none;margin:0;padding:4px 0;max-height:220px;overflow-y:auto}.address-suggestions li{padding:9px 14px;font-size:13px;cursor:pointer;color:var(--text);line-height:1.4}.address-suggestions li:hover{background:var(--surface-hover, #f5f5f5)}.negocio-map{margin-top:10px;margin-bottom:4px;border-radius:8px;overflow:hidden;position:relative;z-index:1}.notif-row{padding:12px 0;border-bottom:1px solid var(--border)}.notif-row:last-of-type{border-bottom:none}.notif-toggle{display:flex;align-items:flex-start;gap:12px;cursor:pointer}.notif-toggle input[type=checkbox]{width:16px;height:16px;margin-top:2px;accent-color:var(--brand);flex-shrink:0;cursor:pointer}.notif-label{font-size:13px;font-weight:600;color:var(--text)}.notif-desc{font-size:12px;color:var(--text-muted);margin-top:2px}.form-hint{font-size:12px;color:var(--text-muted);margin-top:4px}.notif-preview{margin-top:6px;padding:8px 10px;background:var(--surface-alt, #f5f5f5);border-radius:var(--radius);border-left:3px solid var(--accent, #6366f1)}.notif-preview-label{font-size:11px;color:var(--text-muted);margin-bottom:4px;font-weight:500;text-transform:uppercase;letter-spacing:.3px}.notif-preview-text{font-size:13px;color:var(--text);white-space:pre-line;line-height:1.5}.portal-link-box{background:var(--surface-alt, #f8f9fa);border:1px solid var(--border);border-radius:var(--radius-lg);padding:16px;margin-bottom:24px}.portal-link-row{display:flex;align-items:flex-start;gap:16px}.portal-link-info{flex:1;min-width:0}.portal-link-url{display:flex;align-items:center;gap:8px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:8px 12px;font-size:.8rem;font-family:monospace;color:var(--accent);word-break:break-all}.portal-qr{border-radius:var(--radius);border:1px solid var(--border);flex-shrink:0}.field-hint{font-size:.75rem;color:var(--text-dim);margin-top:4px;display:block}@media (max-width: 768px){.status-cards,.form-row-3{grid-template-columns:1fr}.horario-row{flex-wrap:wrap}.new-user-fields{grid-template-columns:1fr 1fr}.portal-link-row{flex-direction:column}.portal-qr{align-self:center}}.config-feedback{margin-top:10px;padding:10px 14px;border-radius:8px;font-size:.85rem;line-height:1.5}.config-feedback p{margin:4px 0 0}.config-feedback-ok{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.config-feedback-error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.stock-page{display:flex;flex-direction:column;gap:20px}.stock-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow:hidden}.section-header{display:flex;align-items:center;gap:10px;padding:14px 18px;border-bottom:1px solid var(--border);flex-wrap:wrap}.section-title{font-size:13px;font-weight:700;color:var(--text);text-transform:uppercase;letter-spacing:.4px}.section-title.danger{color:var(--danger)}.section-badge{background:var(--danger);color:#fff;font-size:11px;font-weight:700;border-radius:999px;padding:1px 7px;line-height:1.6}.search-input{margin-left:auto;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);padding:6px 12px;font-size:13px;color:var(--text);width:220px;outline:none;transition:border-color .15s}.search-input:focus{border-color:var(--brand)}.search-input::-moz-placeholder{color:var(--text-dim)}.search-input::placeholder{color:var(--text-dim)}.alert-cards-grid{display:flex;flex-wrap:wrap;gap:12px;padding:16px}.alert-card{background:var(--bg);border:1.5px solid rgba(220,60,60,.25);border-radius:var(--radius-lg);padding:14px 16px;display:flex;flex-direction:column;gap:6px;min-width:160px;max-width:200px;flex:1 1 160px}.alert-card-name{font-size:13px;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.alert-card-stock{display:flex;align-items:baseline;gap:4px}.alert-card-value{font-family:var(--font-title);font-size:22px;font-weight:700;color:var(--danger);line-height:1}.alert-card-value.sin-stock{color:#c0392b}.alert-card-unit{font-size:12px;color:var(--text-muted)}.alert-card-cat{font-size:11px;color:var(--text-dim);margin-bottom:4px}.stock-spinner{display:flex;align-items:center;gap:0;height:32px;width:-moz-fit-content;width:fit-content}.spinner-btn{width:32px;height:32px;border:1px solid var(--border);background:var(--surface);color:var(--text);font-size:16px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .1s,border-color .1s;flex-shrink:0;line-height:1;-webkit-user-select:none;-moz-user-select:none;user-select:none}.spinner-btn:first-child{border-radius:var(--radius-sm) 0 0 var(--radius-sm);border-right:none}.spinner-btn:last-child{border-radius:0 var(--radius-sm) var(--radius-sm) 0;border-left:none}.spinner-btn:hover:not(:disabled){background:var(--brand-100);border-color:var(--brand);color:var(--brand)}.spinner-btn:disabled{opacity:.35;cursor:not-allowed}.spinner-input{width:56px;height:32px;text-align:center;border:1px solid var(--border);background:var(--bg);color:var(--text);font-size:13px;font-weight:600;outline:none;-moz-appearance:textfield;padding:0 4px}.spinner-input::-webkit-outer-spin-button,.spinner-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.spinner-input:focus{border-color:var(--brand);z-index:1}.stock-table-wrap{overflow-x:auto}.stock-table{width:100%;border-collapse:collapse;font-size:13px}.stock-table th{background:var(--bg);color:var(--text-muted);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.4px;padding:10px 16px;text-align:left;border-bottom:1px solid var(--border);white-space:nowrap}.stock-table td{padding:10px 16px;border-bottom:1px solid var(--border);vertical-align:middle}.stock-table tr:last-child td{border-bottom:none}.stock-table tr.row-alerta{background:#dc3c3c0a}.stock-table tr.row-alerta:hover{background:#dc3c3c14}.stock-table tbody tr:not(.row-alerta):hover{background:var(--bg)}.col-nombre{display:flex;align-items:center;gap:8px;font-weight:500;color:var(--text)}.stock-table td:first-child{min-width:160px}.alerta-dot{width:7px;height:7px;border-radius:50%;background:var(--danger);flex-shrink:0}.col-cat{color:var(--text-muted)}.col-stock{white-space:nowrap}.stock-value{font-weight:600;color:var(--text)}.stock-value.danger{color:var(--danger)}.stock-unit{font-size:12px;color:var(--text-muted)}.col-ajuste{white-space:nowrap}.empty-row{text-align:center;color:var(--text-muted);padding:32px!important}@media (max-width: 600px){.search-input{width:100%;margin-left:0}.section-header{gap:8px}.alert-card{min-width:140px}.stock-table th:nth-child(2),.stock-table td:nth-child(2){display:none}}.cocina-last-update{font-size:12px;color:var(--text-dim)}.cocina-section{margin-bottom:28px}.cocina-section-empty{font-size:13px;color:var(--text-dim, #aaa);padding:12px 0}.cocina-title-nuevos{color:#3b82f6}.cocina-layout{display:block}.cocina-col-title{font-family:var(--font-title);font-size:13px;font-weight:600;color:var(--text);text-transform:uppercase;letter-spacing:.5px;margin-bottom:14px;display:flex;align-items:center;gap:8px}.cocina-col-count{font-size:12px;font-weight:700;background:var(--accent);color:#fff;border-radius:20px;padding:1px 8px;letter-spacing:0;text-transform:none}.kitchen-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:12px;align-items:start}.kitchen-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:16px;box-shadow:var(--shadow-sm);transition:.15s}.kitchen-card:hover{box-shadow:var(--shadow-md)}.kitchen-card.kitchen-late{border-left:3px solid var(--danger)}.kitchen-card.kitchen-alert{border-color:var(--danger);background:#dc3c3c0d}.kitchen-timer.kitchen-timer-prog{color:#6a4c00;background:#fff8e7;border:1px solid #ffe6a7;font-weight:700}.kitchen-card-top{display:flex;align-items:center;gap:8px;margin-bottom:10px;flex-wrap:wrap}.kitchen-num{font-family:var(--font-title);font-size:18px;font-weight:700}.kitchen-client-inline{font-size:14px;font-weight:500;color:var(--text);flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kitchen-type{font-size:14px}.kitchen-timer{font-size:12px;font-weight:600;color:var(--text-muted);background:var(--bg);border-radius:12px;padding:2px 8px}.kitchen-timer.kitchen-timer-late{color:var(--danger);background:color-mix(in srgb,var(--danger) 12%,transparent)}.kitchen-timer.kitchen-timer-alert{color:var(--danger);background:color-mix(in srgb,var(--danger) 20%,transparent);font-weight:700}.kitchen-client{font-size:14px;font-weight:500;color:var(--text);margin-bottom:12px}.kitchen-address{font-weight:400;color:var(--text-muted)}.kitchen-items{margin-bottom:14px}.kitchen-item-line{display:flex;align-items:baseline;gap:6px;padding:4px 0;border-bottom:1px solid var(--border)}.kitchen-item-qty{font-family:var(--font-title);font-size:16px;font-weight:700;color:var(--accent);min-width:28px}.kitchen-item-name{font-size:15px;font-weight:500;color:var(--text);flex:1}.kitchen-item-opts{font-size:12px;color:var(--text-muted);font-style:italic}.kitchen-notas{font-size:13px;color:var(--text-muted);margin-top:8px;font-style:italic;padding:6px 10px;background:color-mix(in srgb,var(--warning, #f59e0b) 10%,transparent);border-radius:var(--radius);border-left:2px solid var(--warning, #f59e0b)}.kitchen-btn-listo{width:100%;padding:10px;font-size:15px;font-weight:700;letter-spacing:.3px}.cocina-col-resumen{position:sticky;top:20px}.resumen-list{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm)}.resumen-row{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--border);transition:background .1s}.resumen-row:last-child{border-bottom:none}.resumen-row:hover{background:var(--bg)}.resumen-nombre{font-size:14px;color:var(--text);font-weight:500}.resumen-qty{font-family:var(--font-title);font-size:18px;font-weight:700;color:var(--accent);min-width:40px;text-align:right}.resumen-empty{text-align:center;padding:40px 20px;color:var(--text-muted);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg)}.resumen-empty-icon{font-size:36px;margin-bottom:8px}@media (max-width: 768px){.cocina-layout{grid-template-columns:1fr}.cocina-col-resumen{position:static;order:-1}}.delivery-summary{display:flex;align-items:center;gap:10px}.delivery-summary-total{font-size:13px;font-weight:600;color:var(--text-muted)}.delivery-summary-late{font-size:13px;font-weight:600;color:var(--danger)}.delivery-last-update{font-size:12px;color:var(--text-dim)}.delivery-layout{display:flex;flex-direction:column;gap:28px}.delivery-grupo-header{display:flex;align-items:center;gap:8px;margin-bottom:12px;padding-bottom:8px;border-bottom:2px solid var(--border)}.delivery-grupo-emoji{font-size:18px}.delivery-grupo-label{font-family:var(--font-title);font-size:15px;font-weight:700;color:var(--text)}.delivery-grupo-sub{font-size:12px;color:var(--text-muted)}.delivery-grupo-pendiente{color:#6a4c00;font-weight:600}.delivery-grupo-count{margin-left:auto;font-size:12px;font-weight:700;background:var(--accent);color:#fff;border-radius:20px;padding:1px 8px}.delivery-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px}.delivery-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:14px 16px;box-shadow:var(--shadow-sm);cursor:pointer;transition:box-shadow .15s;display:flex;flex-direction:column;gap:6px}.delivery-card:hover{box-shadow:var(--shadow-md)}.delivery-card:active{opacity:.9}.delivery-card.delivery-late{border-color:var(--danger);border-left:3px solid var(--danger);background:color-mix(in srgb,var(--danger) 4%,var(--surface))}.delivery-card-top{display:flex;align-items:center;gap:8px}.delivery-num{font-family:var(--font-title);font-size:17px;font-weight:700}.delivery-client-name{font-size:14px;font-weight:500;color:var(--text);flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.delivery-timer{font-size:12px;font-weight:600;color:var(--text-muted);background:var(--bg);border-radius:12px;padding:2px 8px;flex-shrink:0}.delivery-timer.delivery-timer-late{color:var(--danger);background:color-mix(in srgb,var(--danger) 12%,transparent)}.delivery-address-preview{font-size:13px;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.delivery-card.listo-card{border-left:3px solid var(--primary)}.listo-programada{font-size:12px;font-weight:600;color:#6a4c00;background:#fff8e7;border:1px solid #ffe6a7;border-radius:6px;padding:2px 6px;margin-left:auto}.listo-btn{width:100%;margin-top:8px}.takeaway-items{display:flex;flex-direction:column;gap:2px;margin-top:6px;padding:6px 8px;background:var(--bg);border-radius:6px;font-size:13px}.takeaway-item-line{display:flex;gap:6px}.takeaway-item-qty{font-weight:700;color:var(--brand);flex-shrink:0}.takeaway-item-name{color:var(--text)}.delivery-pago-warning{font-size:13px;font-weight:600;color:#e65100;background:#fff3e0;border-radius:var(--radius);padding:6px 10px;border-left:3px solid #e65100}.delivery-detail{display:flex;flex-direction:column;gap:16px;max-width:500px;margin:0 auto;padding-bottom:24px}.delivery-detail-header{display:flex;align-items:center;gap:12px}.delivery-detail-num{font-family:var(--font-title);font-size:22px;font-weight:800}.delivery-detail-client{font-size:16px;font-weight:500;color:var(--text)}.delivery-detail-address{display:block;font-size:16px;font-weight:500;color:var(--primary);text-decoration:none;padding:12px 16px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg)}.delivery-detail-address:active{opacity:.7}.delivery-detail-notas{background:#fff8e7;border:1px solid #ffe6a7;border-radius:var(--radius-lg);padding:10px 14px;font-size:14px;line-height:1.4;color:#6a4c00}.delivery-detail-code{display:flex;flex-direction:column;align-items:center;gap:12px;padding:20px 0}.delivery-detail-code-input{width:180px;height:64px;font-size:36px;font-weight:800;text-align:center;letter-spacing:12px;border:3px solid var(--border);border-radius:12px;background:var(--surface);color:var(--text);outline:none;caret-color:var(--primary)}.delivery-detail-code-input::-moz-placeholder{color:var(--text-dim);letter-spacing:8px;font-size:28px}.delivery-detail-code-input::placeholder{color:var(--text-dim);letter-spacing:8px;font-size:28px}.delivery-detail-code-input:focus{border-color:var(--primary)}.delivery-detail-code-input.delivery-code-error{border-color:#e53935;animation:shake .3s ease-in-out}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-6px)}75%{transform:translate(6px)}}.delivery-detail-code-btn{width:180px;height:44px;font-size:16px;font-weight:700;border-radius:12px}.delivery-code-error-msg{font-size:13px;color:#e53935;font-weight:500}.delivery-detail-chat{display:flex;flex-direction:column;gap:8px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:12px}.delivery-detail-msgs{max-height:200px;overflow-y:auto;display:flex;flex-direction:column;gap:4px}.delivery-detail-msgs-empty{text-align:center;color:var(--text-dim);font-size:13px;padding:16px 0}.delivery-msg{padding:6px 10px;border-radius:8px;max-width:85%;font-size:13px;line-height:1.4}.delivery-msg-in{background:var(--bg);align-self:flex-start;color:var(--text)}.delivery-msg-out{background:var(--primary);color:#fff;align-self:flex-end}.delivery-msg-text{word-break:break-word}.delivery-detail-send{display:flex;gap:8px}.delivery-detail-send-input{flex:1;font-size:14px;padding:8px 12px;height:auto}.delivery-detail-map-link{display:block;text-align:center;font-size:15px;font-weight:600;color:var(--primary);text-decoration:none;padding:14px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg)}.delivery-detail-map-link:active{opacity:.7}@media (max-width: 600px){.delivery-cards{grid-template-columns:1fr}.delivery-detail{padding:0 4px 24px}}.mapa-page{display:flex;flex-direction:column;gap:1rem;height:100%}.mapa-header{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:.75rem}.mapa-last-refresh{font-size:.75rem;color:var(--text-secondary, #6b7280);margin-top:.25rem;display:block}.mapa-chips{display:flex;gap:.5rem;flex-wrap:wrap}.mapa-chip{display:flex;align-items:center;gap:.4rem;padding:.35rem .75rem;border-radius:999px;font-size:.8rem;font-weight:500;cursor:pointer;border:2px solid var(--chip-color);background:transparent;color:var(--text-primary, #111);transition:background .15s,color .15s}.mapa-chip.active{background:var(--chip-color);color:#fff}.mapa-chip.inactive{opacity:.5}.chip-dot{width:8px;height:8px;border-radius:50%;background:currentColor}.mapa-chip.active .chip-dot{background:#fff}.chip-count{background:#00000026;border-radius:999px;padding:0 .4rem;font-size:.7rem;min-width:18px;text-align:center}.mapa-warning{background:#fef3c7;border:1px solid #fbbf24;border-radius:8px;padding:.6rem 1rem;font-size:.85rem;color:#92400e}.mapa-error{background:#fee2e2;border:1px solid #fca5a5;border-radius:8px;padding:.6rem 1rem;font-size:.85rem;color:#991b1b}.mapa-container{flex:1;min-height:480px;border-radius:12px;overflow:hidden;border:1px solid var(--border, #e5e7eb);position:relative;z-index:1}.leaflet-map{width:100%;height:100%;min-height:480px}.mapa-loading{display:flex;align-items:center;justify-content:center;height:480px;color:var(--text-secondary, #6b7280);font-size:.9rem}.mapa-popup{min-width:160px;font-size:.85rem}.popup-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.4rem}.popup-numero{font-weight:700;font-size:1rem}.popup-estado{font-size:.7rem;color:#fff;padding:.15rem .5rem;border-radius:999px;text-transform:capitalize}.popup-cliente{font-weight:600;margin-bottom:.2rem}.popup-dir{color:#6b7280;font-size:.78rem;margin-bottom:.25rem}.popup-total{margin-top:.25rem;font-size:.85rem}.cobros-summary{display:flex;gap:12px;margin-bottom:16px;flex-wrap:wrap}.cobros-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:14px 20px;min-width:140px;box-shadow:var(--shadow-sm)}.cobros-card-value{font-family:var(--font-title);font-size:20px;font-weight:700}.cobros-card-label{font-size:12px;color:var(--text-muted);margin-top:2px}.cobros-card-pendiente{border-left:3px solid #e65100}.cobros-card-pendiente .cobros-card-value{color:#e65100}.cobros-card-cobrado{border-left:3px solid #2e7d32}.cobros-card-cobrado .cobros-card-value{color:#2e7d32}.cobros-card-metodo{border-left:3px solid var(--accent)}.cobros-card-highlight{background:#fff3e0;border-color:#e65100;animation:cobros-pulse 2s ease-in-out infinite}@keyframes cobros-pulse{0%,to{box-shadow:var(--shadow-sm)}50%{box-shadow:0 0 0 3px #e6510026}}.cobros-section{margin-bottom:24px}.cobros-section-title{font-family:var(--font-title);font-size:14px;font-weight:700;margin-bottom:10px;display:flex;align-items:center;gap:8px}.cobros-section-count{background:#e65100;color:#fff;font-size:11px;padding:1px 7px;border-radius:10px}.cobros-table-recientes{opacity:.75}.cobros-table-recientes:hover{opacity:1}.cobros-table-wrap{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:auto;box-shadow:var(--shadow-sm)}.cobros-table{width:100%;border-collapse:collapse;font-size:13px}.cobros-table th{text-align:left;padding:10px 14px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);border-bottom:2px solid var(--border);white-space:nowrap}.cobros-table td{padding:10px 14px;border-bottom:1px solid var(--border);color:var(--text)}.cobros-table tbody tr:hover{background:var(--bg)}.cobros-row-pendiente{background:#e651000a}.cobros-cell-num{font-family:var(--font-title);font-weight:700;white-space:nowrap}.cobros-cell-total{font-family:var(--font-title);font-weight:600;white-space:nowrap}.cobros-cell-quien,.cobros-cell-fecha{font-size:12px;color:var(--text-muted);white-space:nowrap}.cobros-cell-action{white-space:nowrap}.cobros-badge{display:inline-block;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:600}.cobros-badge-pendiente{background:#fff3e0;color:#e65100}.cobros-badge-cobrado{background:#d4edda;color:#155724}.cobros-badge-devuelto{background:#fff3e0;color:#e65100}.cobros-cell-link{cursor:pointer;color:var(--brand)}.cobros-cell-link:hover{text-decoration:underline}.cobros-btn-refund{color:#e65100;font-size:12px}.cobros-metodo-select{font-size:12px;padding:3px 6px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text);cursor:pointer}@media (max-width: 768px){.cobros-summary,.cobros-filters{flex-direction:column}.cobros-filter-select{min-width:100%}}.cia-generating{display:flex;align-items:center;gap:16px;padding:32px;background:var(--surface);border:1px solid var(--border);border-radius:12px;margin-top:16px}.cia-pulse{width:48px;height:48px;border-radius:50%;background:var(--brand);animation:cia-pulse-anim 1.5s ease-in-out infinite}@keyframes cia-pulse-anim{0%,to{transform:scale(1);opacity:.6}50%{transform:scale(1.15);opacity:1}}.cia-gen-title{font-size:16px;font-weight:600;color:var(--text)}.cia-gen-sub{font-size:13px;color:var(--text-muted);margin-top:2px}.cia-layout{display:flex;gap:16px;margin-top:16px}.cia-sidebar{width:180px;flex-shrink:0;display:flex;flex-direction:column;gap:4px}.cia-sidebar-title{font-size:11px;font-weight:600;text-transform:uppercase;color:var(--text-muted);padding:4px 8px;letter-spacing:.3px}.cia-history-btn{padding:8px 10px;font-size:12px;text-align:left;border:1px solid var(--border);border-radius:6px;background:var(--surface);color:var(--text-muted);cursor:pointer}.cia-history-btn:hover{background:var(--bg)}.cia-history-btn.active{background:var(--brand);color:#fff;border-color:var(--brand)}.cia-content{flex:1;min-width:0;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:24px;overflow:hidden}.cia-date{font-size:12px;color:var(--text-muted);margin-bottom:16px}.cia-report{font-size:14px;line-height:1.6;color:var(--text)}.cia-report h2{font-size:18px;font-weight:700;margin:24px 0 8px;color:var(--text);border-bottom:1px solid var(--border);padding-bottom:6px}.cia-report h2:first-child{margin-top:0}.cia-report h3{font-size:15px;font-weight:600;margin:16px 0 6px;color:var(--text)}.cia-report ul{padding-left:20px;margin:8px 0}.cia-report li{margin:4px 0}.cia-report strong{color:var(--text)}.cia-report p{margin:8px 0}.cia-report svg{max-width:100%;height:auto;margin:12px 0}.cia-report table{width:100%;border-collapse:collapse;margin:12px 0;font-size:13px}.cia-report th,.cia-report td{padding:6px 10px;border:1px solid var(--border);text-align:left}.cia-report th{background:var(--bg);font-weight:600}@media (max-width: 700px){.cia-layout{flex-direction:column}.cia-sidebar{width:100%;flex-direction:row;overflow-x:auto;gap:6px}.cia-sidebar-title{display:none}.cia-content{padding:16px}.cia-page-tabs{overflow-x:auto}}.cia-page-tabs{display:flex;gap:4px;margin-bottom:16px;background:var(--bg);padding:3px;border-radius:8px;flex-wrap:wrap}.cia-page-tab{padding:6px 14px;font-size:12px;font-weight:600;border-radius:6px;border:none;background:none;color:var(--text-muted);cursor:pointer;white-space:nowrap}.cia-page-tab.active{background:var(--surface);color:var(--text);box-shadow:var(--shadow-sm)}.cia-page-nav{display:flex;justify-content:space-between;align-items:center;margin-top:16px;padding-top:12px;border-top:1px solid var(--border)}.cia-page-count{font-size:12px;color:var(--text-muted)}.camp-page{max-width:1000px}.camp-form-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px;margin-bottom:20px}.camp-form-title{font-family:var(--font-title);font-size:16px;font-weight:700;margin-bottom:16px}.camp-form-row{display:flex;gap:12px;margin-bottom:12px}.camp-field{flex:1}.camp-label{display:block;font-size:12px;font-weight:600;color:var(--text-muted);margin-bottom:4px}.camp-error{color:#c62828;font-size:13px;margin-bottom:8px}.camp-form-actions{display:flex;gap:8px;margin-top:16px}.camp-table-wrap{overflow-x:auto}.camp-table{width:100%;border-collapse:collapse;font-size:13px}.camp-table th{text-align:left;padding:10px 12px;font-size:11px;text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);border-bottom:2px solid var(--border)}.camp-table td{padding:10px 12px;border-bottom:1px solid var(--border);vertical-align:middle}.camp-row-inactive td{opacity:.5}.camp-td-nombre{font-weight:600;cursor:pointer;color:var(--brand)}.camp-td-nombre:hover{text-decoration:underline}.camp-td-codigo{font-family:monospace;font-weight:700;font-size:12px;letter-spacing:1px}.camp-td-min{font-size:11px;color:var(--text-muted)}.camp-td-fechas{font-size:12px;white-space:nowrap}.camp-td-usos{text-align:center;font-weight:600}.camp-tipo-badge{font-size:11px;font-weight:600;padding:2px 8px;border-radius:10px;white-space:nowrap}.camp-tipo-codigo_descuento{background:#e8eaf6;color:#3949ab}.camp-tipo-nxm{background:#e8f5e9;color:#2e7d32}.camp-tipo-descuento_auto{background:#fff3e0;color:#e65100}.camp-badge-acum{display:inline-block;background:#e8f5e9;color:#2e7d32;font-size:10px;font-weight:700;width:16px;height:16px;line-height:16px;text-align:center;border-radius:50%;margin-left:4px;vertical-align:middle}.camp-td-detalle{font-size:12px;max-width:300px}.camp-check-label{display:flex;align-items:center;gap:4px;font-size:12px;cursor:pointer;white-space:nowrap}.camp-picker{max-height:200px;overflow-y:auto;border:1px solid var(--border);border-radius:var(--radius);padding:8px;font-size:12px}.camp-picker-cat{margin-bottom:4px}.camp-picker-cat-label{font-weight:600}.camp-picker-item{display:flex;align-items:center;gap:4px;padding:2px 0 2px 16px;cursor:pointer}.camp-picker-cat-header{font-weight:600;color:var(--text-muted);padding:4px 0 2px;font-size:11px;text-transform:uppercase;letter-spacing:.5px;cursor:default}.camp-badge-vencida{display:inline-block;background:#ffebee;color:#c62828;font-size:10px;font-weight:600;padding:1px 6px;border-radius:4px;margin-left:6px}.camp-badge-pendiente{display:inline-block;background:#fff3e0;color:#e65100;font-size:10px;font-weight:600;padding:1px 6px;border-radius:4px;margin-left:6px}.camp-toggle{border:none;border-radius:12px;padding:3px 10px;font-size:11px;font-weight:600;cursor:pointer}.camp-toggle-on{background:#d4edda;color:#155724}.camp-toggle-off{background:#f5f5f5;color:var(--text-muted)}.camp-td-star{width:30px;text-align:center}.camp-star-btn{background:none;border:none;font-size:16px;cursor:pointer;padding:0;line-height:1}.camp-td-actions{white-space:nowrap}.camp-move-btn{background:none;border:1px solid var(--border);border-radius:3px;font-size:10px;cursor:pointer;padding:2px 5px;color:var(--text-muted);line-height:1}.camp-move-btn:hover{background:var(--bg);color:var(--text)}@media (max-width: 768px){.camp-form-row{flex-direction:column;gap:8px}}.mk-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin-bottom:20px}.mk-summary-card{background:#fff;border:1px solid var(--border);border-radius:10px;padding:16px;display:flex;flex-direction:column;gap:4px;text-align:center}.mk-summary-num{font-size:1.5rem;font-weight:700;color:var(--text-primary)}.mk-summary-label{font-size:.78rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.4px}.mk-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.mk-card{background:#fff;border:1px solid var(--border);border-radius:12px;padding:20px;text-align:left;display:flex;flex-direction:column;gap:8px;cursor:pointer;transition:transform .1s,box-shadow .1s,border-color .1s;width:100%;font-family:inherit}.mk-card:hover:not(:disabled){border-color:var(--accent, #4361ee);box-shadow:0 2px 8px #00000014;transform:translateY(-1px)}.mk-card--active{border-color:#a5d6a7}.mk-card--disabled{opacity:.55;cursor:not-allowed}.mk-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:8px}.mk-card-title{margin:0;font-size:1.05rem;color:var(--text-primary)}.mk-card-badge{font-size:.7rem;padding:3px 8px;border-radius:12px;white-space:nowrap;font-weight:600;text-transform:uppercase;letter-spacing:.3px}.mk-card-badge--on{background:#e8f5e9;color:#2e7d32}.mk-card-badge--off{background:#f5f5f5;color:#6c757d}.mk-card-desc{font-size:.88rem;color:var(--text-secondary);line-height:1.4;margin:0}.mk-card-stat{margin-top:6px;font-size:.85rem;color:var(--text-primary);font-weight:500}.sg-header{margin-bottom:8px}.sg-card{background:#fff;border:1px solid var(--border);border-radius:10px;padding:20px;margin-bottom:16px}.sg-summary{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;flex-wrap:wrap}.sg-summary-main{flex:1;min-width:200px}.sg-summary-name{margin:0 0 4px;font-size:1.1rem;color:var(--text-primary)}.sg-summary-detail{margin:0;font-size:.9rem;color:var(--text-secondary);line-height:1.4}.sg-summary-actions{display:flex;gap:8px;align-items:center}.sg-toggle{border:1px solid var(--border);background:#fff;padding:6px 12px;border-radius:6px;cursor:pointer;font-size:.85rem;font-weight:600}.sg-toggle--on{border-color:#a5d6a7;color:#2e7d32;background:#e8f5e9}.sg-toggle--off{border-color:#ccc;color:#6c757d;background:#f5f5f5}.sg-empty{text-align:center;padding:40px 20px}.sg-empty-msg{color:var(--text-secondary);margin:0 0 16px;font-size:1rem}.ia-section{margin-top:24px}.ia-section-title{font-size:1.05rem;margin-bottom:12px;color:var(--text-primary)}.ia-share{background:#f0f4ff;border:1px solid #c5d3f0;border-radius:8px;padding:12px 16px;display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;flex-wrap:wrap}.ia-share-text{flex:1;min-width:250px;display:flex;flex-direction:column;gap:4px}.ia-link{font-family:monospace;font-size:.85rem;background:#fff;padding:4px 8px;border-radius:4px;word-break:break-all;border:1px solid var(--border);color:#4361ee}.ia-empty{color:var(--text-secondary);font-style:italic;margin:8px 0}.ia-list{display:flex;flex-direction:column;gap:10px}.ia-card{background:#fff;border:1px solid var(--border);border-radius:8px;padding:12px 16px;display:flex;justify-content:space-between;align-items:flex-start;gap:12px;flex-wrap:wrap}.ia-card-main{flex:1;min-width:200px}.ia-card-head{display:flex;align-items:center;gap:12px;margin-bottom:4px}.ia-motivo{margin:6px 0;color:var(--text-secondary);font-size:.9rem;font-style:italic}.ia-card-actions{display:flex;gap:6px;flex-shrink:0}.ia-redes{display:inline-flex;gap:6px}.ia-red{text-decoration:none;font-size:1.2rem;filter:grayscale(.2)}.ia-red:hover{filter:none;transform:scale(1.1)}.ia-muted{color:var(--text-secondary);font-size:.82rem}.ia-muted-sm{color:var(--text-secondary);font-size:.78rem}.ia-table-wrap{overflow-x:auto;background:#fff;border:1px solid var(--border);border-radius:8px}.ia-table{width:100%;border-collapse:collapse;font-size:.9rem}.ia-table th,.ia-table td{text-align:left;padding:10px 12px;border-bottom:1px solid var(--border)}.ia-table thead th{background:#f8f9fa;font-weight:600;font-size:.82rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.4px}.ia-table tbody tr:last-child td{border-bottom:none}.ia-codigo{font-family:monospace;background:#f0f4ff;padding:2px 8px;border-radius:4px;font-size:.85rem;color:#4361ee;font-weight:600}.ia-pill{display:inline-block;font-size:.74rem;padding:2px 8px;border-radius:10px;font-weight:500;margin-right:4px}.ia-pill--automatico{background:#e3f2fd;color:#1565c0}.ia-pill--postulado{background:#fff3e0;color:#c47100}.ia-pill--manual{background:#f3e5f5;color:#7b1fa2;padding:2px 6px}.ia-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px}.ia-modal{background:#fff;border-radius:12px;padding:24px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto}.ia-modal h2{margin:0 0 4px;font-size:1.2rem}.ia-modal-sub{color:var(--text-secondary);margin:0 0 16px;font-size:.92rem}.ia-field{margin:12px 0;display:flex;flex-direction:column;gap:4px}.ia-field label{font-size:.88rem;font-weight:500;color:var(--text-primary)}.ia-hint{color:var(--text-secondary);font-size:.85rem}.ia-check{display:flex;align-items:center;gap:8px;margin:16px 0;cursor:pointer}.ia-overrides{background:#f8f9fa;border-radius:6px;padding:12px;margin-bottom:12px}.ia-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px}.ia-inline{display:flex;gap:6px}.ia-error{background:#fee;color:#b00;padding:8px 12px;border-radius:6px;font-size:.9rem;margin:8px 0}.ia-modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:16px}.help-layout{display:flex;gap:20px}.help-nav{width:200px;flex-shrink:0;display:flex;flex-direction:column;gap:2px}.help-nav-btn{display:flex;align-items:center;gap:8px;padding:10px 12px;border:none;background:transparent;border-radius:8px;font-size:13px;font-weight:500;color:var(--text-muted);cursor:pointer;text-align:left}.help-nav-btn:hover{background:var(--bg);color:var(--text)}.help-nav-btn.active{background:var(--brand);color:#fff}.help-nav-icon{font-size:16px}.help-content{flex:1;min-width:0;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:24px 32px;max-width:800px}.help-content h2{font-size:20px;font-weight:700;margin:0 0 16px;color:var(--text)}.help-content h3{font-size:15px;font-weight:600;margin:20px 0 8px;color:var(--text)}.help-content h3:first-of-type{margin-top:0}.help-content p{font-size:14px;line-height:1.6;color:var(--text);margin:6px 0}.help-content ul,.help-content ol{font-size:14px;line-height:1.6;padding-left:20px;margin:8px 0}.help-content li{margin:4px 0}.help-content strong{color:var(--text)}.help-content code{background:var(--bg);padding:2px 6px;border-radius:4px;font-size:13px}.help-content em{color:var(--text-muted);font-size:13px}.help-content a{color:var(--primary);text-decoration:none}.help-content table{width:100%;border-collapse:collapse;font-size:13px;margin:12px 0}.help-content th,.help-content td{padding:8px 10px;border:1px solid var(--border);text-align:left}.help-content th{background:var(--bg);font-weight:600}.help-flow{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin:12px 0}.help-flow-step{background:var(--bg);border:1px solid var(--border);padding:6px 12px;border-radius:8px;font-size:13px;font-weight:600}.help-flow-arrow{color:var(--text-muted);font-size:16px}@media (max-width: 700px){.help-layout{flex-direction:column}.help-nav{width:100%;flex-direction:row;overflow-x:auto;gap:4px}.help-nav-btn{white-space:nowrap;font-size:12px;padding:8px 10px}.help-content{padding:16px}}.admin-count{font-size:13px;color:var(--text-muted)}.admin-table{width:100%;border-collapse:collapse;font-size:13px}.admin-table th{text-align:left;font-size:11px;font-weight:600;color:var(--text-muted);text-transform:uppercase;padding:8px;border-bottom:2px solid var(--border)}.admin-table td{padding:10px 8px;border-bottom:1px solid color-mix(in srgb,var(--border) 50%,transparent)}.admin-table tbody tr:hover{background:var(--bg)}.admin-table .r{text-align:right}.admin-neg-name{font-weight:600}.admin-neg-slug{font-size:11px;color:var(--text-muted)}.admin-neg-email{font-size:12px;color:var(--text-muted)}.admin-money{font-family:var(--font-title);font-weight:700;color:var(--brand)}.admin-badge{font-size:11px;font-weight:600;padding:2px 8px;border-radius:10px}.admin-badge.active{background:#d4edda;color:#155724}.admin-badge.inactive{background:#f8d7da;color:#721c24}.admin-badge.pending{background:#fff3cd;color:#856404}.btn-xs{font-size:11px;padding:2px 8px}.admin-detail{display:flex;flex-direction:column;gap:16px;max-width:600px}.admin-detail-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:16px}.admin-detail-row{display:flex;justify-content:space-between;padding:6px 0;border-bottom:1px solid color-mix(in srgb,var(--border) 40%,transparent);font-size:14px}.admin-label{color:var(--text-muted);font-weight:500}.admin-actions{display:flex;gap:8px;margin-top:12px}.admin-edit{margin-top:12px;display:flex;flex-direction:column;gap:8px;padding-top:12px;border-top:1px solid var(--border)}.admin-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.admin-stat{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:12px}.admin-stat-val{font-family:var(--font-title);font-size:20px;font-weight:700}.admin-stat-lbl{font-size:11px;color:var(--text-muted)}@media (max-width: 600px){.admin-stats{grid-template-columns:1fr 1fr}.admin-table{font-size:12px}}.resumenes-page{padding:0}.resumenes-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin-bottom:16px}.stat-card{background:var(--surface, #fff);border:1px solid var(--border, #e5e7eb);border-radius:10px;padding:14px 16px}.stat-card--wide{grid-column:span 2}.stat-label{font-size:11px;color:var(--text-muted, #6b7280);text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}.stat-value{font-size:26px;font-weight:700;color:var(--text, #111);line-height:1.1}.stat-sub{font-size:11px;color:var(--text-muted, #6b7280);margin-top:4px}.stat-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.stat-list li{display:flex;justify-content:space-between;font-size:13px}.stat-list li strong{color:var(--brand, #4361ee);margin-left:8px}.stat-empty{font-size:12px;color:var(--text-muted, #6b7280);font-style:italic}.resumenes-filters{display:flex;gap:14px;flex-wrap:wrap;align-items:end;margin-bottom:16px}.resumenes-filters label{display:flex;flex-direction:column;gap:4px;font-size:12px;color:var(--text-muted, #6b7280)}.resumenes-filters .input{min-width:160px}.resumenes-check{flex-direction:row!important;align-items:center;gap:6px!important;font-size:13px!important;color:var(--text, #111)!important;padding-bottom:8px;cursor:pointer}.resumenes-table-wrap{background:var(--surface, #fff);border:1px solid var(--border, #e5e7eb);border-radius:10px;overflow-x:auto}.resumenes-table{width:100%;border-collapse:collapse;font-size:13px}.resumenes-table thead th{text-align:left;padding:10px 12px;font-weight:600;font-size:11px;text-transform:uppercase;color:var(--text-muted, #6b7280);border-bottom:1px solid var(--border, #e5e7eb);background:var(--surface-alt, #f9fafb);position:sticky;top:0}.resumenes-table tbody tr{cursor:pointer;border-bottom:1px solid var(--border, #e5e7eb)}.resumenes-table tbody tr:hover{background:var(--surface-alt, #f9fafb)}.resumenes-table tbody tr.row-open{background:#fff8e7}.resumenes-table td{padding:10px 12px;vertical-align:top}.td-arrow{width:24px;color:var(--text-muted, #6b7280)}.td-negocio{font-weight:600;white-space:nowrap}.td-hora{font-size:12px;color:var(--text-muted, #6b7280);white-space:nowrap}.td-resumen{max-width:360px;line-height:1.4}.cli-nombre{font-weight:500}.cli-meta{font-size:11px;color:var(--text-muted, #6b7280);margin-top:2px}.badge-ok{color:#2e7d32;font-weight:600}.badge-no{color:#b71c1c;font-weight:600}.badge-warn{color:#e65100;font-weight:700}.chip-list{display:flex;flex-wrap:wrap;gap:4px}.chip{display:inline-block;background:#fff3cd;border:1px solid #ffe69c;color:#664d03;border-radius:4px;padding:1px 8px;font-size:11px}.row-detail{background:#fcfcfc!important;cursor:default!important}.row-detail td{padding:16px 24px}.detail-grid{display:flex;flex-direction:column;gap:14px}.detail-label{font-size:11px;color:var(--text-muted, #6b7280);text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.detail-obs{background:#fff8e7;border-left:3px solid #f59e0b;padding:8px 12px;border-radius:4px;font-size:13px;line-height:1.5;white-space:pre-wrap}.detail-row{display:flex;gap:32px;flex-wrap:wrap;font-size:12px;color:var(--text-muted, #6b7280)}.error-box{background:#fee2e2;color:#991b1b;border:1px solid #fecaca;border-radius:8px;padding:10px 14px;margin-bottom:12px;font-size:13px}.portal-root{display:flex;flex-direction:column;height:100dvh;max-width:480px;margin:0 auto;background:#f8f9fa;position:relative;overflow:hidden}.portal-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:#fff;border-bottom:1px solid #e9ecef;position:sticky;top:0;z-index:10}.portal-header__brand{display:flex;align-items:center;gap:10px;min-width:0}.portal-header__logo{display:none;width:36px;height:36px;border-radius:50%;-o-object-fit:cover;object-fit:cover;flex-shrink:0}.portal-header__logo--emoji{display:none;align-items:center;justify-content:center;background:#f8f9fa;border:1px solid #e9ecef;font-size:1.1rem}.portal-header__name{font-weight:700;font-size:1rem;color:#1a1a2e}.portal-header__badge{font-size:.72rem;font-weight:600;padding:3px 8px;border-radius:12px}.portal-header__badge.open{background:#d4edda;color:#155724}.portal-header__badge.closed{background:#f8d7da;color:#721c24}.portal-header__right{display:flex;align-items:center;gap:8px}.portal-header__logout{font-size:.75rem;font-weight:600;color:#6c757d;background:none;border:1px solid #dee2e6;border-radius:8px;padding:4px 10px;cursor:pointer}.portal-main{flex:1;overflow-y:auto;padding-bottom:72px}.portal-tabs{display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:480px;background:#fff;border-top:1px solid #e9ecef;z-index:20}.portal-tab{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:10px 0 12px;color:#6c757d;text-decoration:none;font-size:.7rem;font-weight:500;gap:2px;transition:color .15s}.portal-tab.active{color:#4361ee}.portal-tab__icon{font-size:1.25rem;line-height:1}.portal-tab__badge{position:absolute;top:-4px;right:-8px;background:#4361ee;color:#fff;font-size:.65rem;font-weight:700;min-width:16px;height:16px;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:0 3px}.portal-menu-hint{position:fixed;bottom:74px;left:50%;transform:translate(-15%);background:#4361ee;color:#fff;padding:11px 18px;border-radius:16px;font-size:.85rem;white-space:nowrap;z-index:25;cursor:pointer;box-shadow:0 4px 16px #4361ee59,0 2px 4px #0000001f;animation:hint-fade-in .3s ease}.portal-menu-hint__arrow{position:absolute;bottom:-10px;left:28px;border:10px solid transparent;border-top-color:#4361ee;border-bottom:none;display:block;width:0;height:0}@keyframes hint-fade-in{0%{opacity:0;transform:translate(-15%) translateY(8px)}to{opacity:1;transform:translate(-15%) translateY(0)}}@media (min-width: 900px){.portal-menu-hint{display:none}}@media (min-width: 900px){.portal-root{max-width:none;background:#f6f7f9}.portal-header{padding:12px 32px;gap:24px;border-bottom:1px solid #e9ecef;box-shadow:0 1px 3px #0000000a}.portal-header__brand{gap:12px;flex-shrink:0}.portal-header__logo{display:block;width:40px;height:40px}.portal-header__logo--emoji{display:flex;font-size:1.25rem}.portal-header__name{font-size:1.15rem;flex-shrink:0}.portal-header__right{gap:12px;margin-left:auto}.portal-header__badge{font-size:.78rem;padding:4px 12px}.portal-header__logout{font-size:.82rem;padding:6px 14px;transition:background .15s,color .15s}.portal-header__logout:hover{background:#f8f9fa;color:#495057}.portal-tabs{position:static;transform:none;width:auto;max-width:none;background:transparent;border-top:none;flex:0 1 auto;gap:4px}.portal-tab{flex:0 0 auto;flex-direction:row;align-items:center;gap:8px;padding:8px 14px;font-size:.88rem;font-weight:500;border-radius:10px;transition:background .15s,color .15s}.portal-tab:hover{background:#f0f2f5;color:#4361ee}.portal-tab.active{background:#eef0ff;color:#4361ee;font-weight:600}.portal-tab__icon{font-size:1.05rem}.portal-main{padding-bottom:0}}.pst-bg{min-height:100dvh;background:linear-gradient(135deg,#f5f7fb,#e8eefa);display:flex;justify-content:center;align-items:flex-start;padding:24px 16px}.pst-card{background:#fff;border-radius:14px;padding:28px;max-width:540px;width:100%;box-shadow:0 4px 24px #00000014}.pst-logo{width:64px;height:64px;border-radius:50%;-o-object-fit:cover;object-fit:cover;display:block;margin:0 auto 12px}.pst-logo-emoji{display:block;text-align:center;font-size:3rem;margin:0 auto 12px}.pst-card h1{margin:0 0 8px;text-align:center;font-size:1.5rem;color:#1a1a2e}.pst-lead{text-align:center;color:#495057;margin:0 0 20px;line-height:1.4}.pst-condiciones{background:#f8f9fa;border-radius:10px;padding:16px;margin:16px 0 24px}.pst-condiciones h3{margin:0 0 8px;font-size:1rem;color:#1a1a2e}.pst-condiciones ul{margin:8px 0;padding-left:20px}.pst-condiciones li{margin:6px 0;font-size:.9rem;color:#495057;line-height:1.4}.pst-disclaimer{margin:10px 0 0;padding:8px 12px;background:#fff8e1;border-left:3px solid #f5a623;border-radius:4px;font-size:.82rem;color:#5a4a14}.pst-form{display:flex;flex-direction:column;gap:16px}.pst-field{display:flex;flex-direction:column;gap:4px}.pst-field label{font-weight:600;color:#1a1a2e;font-size:.92rem}.pst-hint{color:#6c757d;font-size:.82rem}.pst-input{padding:10px 12px;border:1px solid #ced4da;border-radius:8px;font-size:.95rem;font-family:inherit}.pst-input:focus{outline:none;border-color:#4361ee}.pst-redes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;margin-top:4px}.pst-red-input{display:flex;flex-direction:column;gap:4px}.pst-red-input span{font-size:.8rem;color:#495057}.pst-error{background:#fee;color:#b00;padding:10px 12px;border-radius:6px;font-size:.9rem}.pst-btn{padding:12px;border-radius:8px;font-weight:600;font-size:1rem;text-align:center;cursor:pointer;border:none;text-decoration:none;display:block}.pst-btn-primary{background:#4361ee;color:#fff}.pst-btn-primary:disabled{opacity:.55;cursor:not-allowed}.pst-success{text-align:center;font-size:3rem}.pst-error-big{text-align:center;font-size:3rem;margin-bottom:8px}.pst-codigo-box{background:linear-gradient(135deg,#4361ee,#7209b7);color:#fff;padding:16px;border-radius:10px;text-align:center;margin:16px 0}.pst-codigo-label{font-size:.8rem;opacity:.85;text-transform:uppercase;letter-spacing:.5px;display:block;margin-bottom:6px}.pst-codigo-value{font-family:monospace;font-size:1.5rem;font-weight:700;letter-spacing:1.5px}.pst-tip{background:#fff8e1;border-left:3px solid #f5a623;border-radius:4px;padding:10px 12px;font-size:.88rem;color:#5a4a14;margin:12px 0}.pst-muted{color:#6c757d;text-align:center}.pst-muted-sm{color:#6c757d;text-align:center;font-size:.85rem;margin-top:16px}.pedidos-page{padding:16px}.pedidos-loading,.pedidos-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:64px 24px;gap:12px;color:#6c757d;text-align:center}.pedidos-spinner{width:36px;height:36px;border:3px solid #e9ecef;border-top-color:#4361ee;border-radius:50%;animation:spin .8s linear infinite}.pedidos-error button{padding:8px 16px;background:#4361ee;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:.9rem}.pedidos-empty{display:flex;flex-direction:column;align-items:center;padding:48px 24px;gap:8px;text-align:center;color:#495057}.pedidos-empty__icon{font-size:3rem;margin-bottom:8px}.pedidos-empty__sub{color:#6c757d;font-size:.85rem;margin:0}.pedidos-new-btn{margin-top:8px;padding:12px 24px;background:#4361ee;color:#fff;border-radius:12px;font-size:.95rem;font-weight:700}.pedidos-section{margin-bottom:24px}.pedidos-section__title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#4361ee;margin:0 0 10px}.pedidos-section__title--history{color:#6c757d}.order-card{background:#fff;border-radius:12px;padding:14px 16px;margin-bottom:10px;cursor:pointer;box-shadow:0 1px 4px #0000000f;transition:box-shadow .15s}.order-card:active{box-shadow:0 2px 8px #0000001a}.order-card__header{display:flex;flex-direction:column;gap:6px}.order-card__top{display:flex;justify-content:space-between;align-items:center}.order-card__num{font-weight:600;font-size:.9rem;color:#1a1a2e}.order-card__time{font-size:.75rem;color:#adb5bd}.order-card__row{display:flex;justify-content:space-between;align-items:center}.order-card__badge{font-size:.75rem;font-weight:600;padding:3px 8px;border-radius:10px}.order-card__total{font-weight:700;font-size:.95rem;color:#1a1a2e}.order-card__items{margin-top:12px;padding-top:12px;border-top:1px solid #f1f3f5;display:flex;flex-direction:column;gap:6px}.order-item{display:flex;align-items:flex-start;gap:10px;font-size:.85rem}.order-item__left{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.order-item__main{display:flex;align-items:baseline;gap:6px;flex-wrap:wrap}.order-item__qty{color:#6c757d;font-weight:600;flex-shrink:0;min-width:22px}.order-item__name{color:#212529;line-height:1.3}.order-item__opts{font-size:.78rem;color:#6c757d;font-style:italic;padding-left:28px;line-height:1.3}.order-card--history.order-card:not(.order-card--expanded){padding:10px 14px}.order-card__compact{display:flex;align-items:center;gap:10px;font-size:.85rem}.order-card__compact .order-card__num{font-weight:600;color:#1a1a2e;flex-shrink:0}.order-card__compact .order-card__time{color:#6c757d;font-size:.78rem;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.order-card__compact .order-card__total{font-weight:600;color:#495057;flex-shrink:0}.order-card__state-icon{width:22px;height:22px;border-radius:50%;background:#d4edda;color:#155724;font-weight:700;font-size:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.order-card__state-icon.cancelled{background:#f8d7da;color:#721c24}.order-item__sub{color:#495057;font-weight:500;white-space:nowrap}.order-card__notes{margin:4px 0 0;font-size:.8rem;color:#6c757d;font-style:italic}.order-card__efectivo-note{margin-top:8px;padding:10px 12px;background:#fff8e1;border:1px solid #ffe082;border-radius:8px;font-size:.85rem;color:#5d4300;font-weight:500;line-height:1.35}.order-card__datos-pago{margin-top:8px;padding:8px 12px;background:#f0f4ff;border-radius:8px;font-size:.82rem;display:flex;align-items:center;gap:8px;word-break:break-all}.order-card__datos-pago span{flex:1}.order-card__copy-btn{background:none;border:1px solid #ced4da;border-radius:6px;padding:3px 8px;font-size:.75rem;cursor:pointer;white-space:nowrap}.order-card__repeat{margin-top:10px;width:100%;padding:10px;background:#eef0ff;color:#4361ee;border-radius:10px;font-size:.88rem;font-weight:600;text-align:center}@media (min-width: 900px){.pedidos-page{padding:28px 32px 40px;max-width:1400px;margin:0 auto}.pedidos-section{margin-bottom:32px}.pedidos-section__title{font-size:.82rem;margin-bottom:14px}.pedidos-section>.order-card{max-width:none}.pedidos-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(420px,1fr));gap:14px}.pedidos-section:has(.order-card){display:grid;grid-template-columns:repeat(auto-fill,minmax(420px,1fr));gap:14px;align-items:start}.pedidos-section:has(.order-card) .pedidos-section__title{grid-column:1 / -1;margin-bottom:0}.pedidos-section:has(.order-card) .order-card{margin-bottom:0;align-self:start}.order-card{padding:18px 20px;cursor:pointer;transition:box-shadow .15s,transform .15s}.order-card:hover{box-shadow:0 4px 16px #00000014;transform:translateY(-1px)}.order-card__repeat{cursor:pointer;transition:background .15s}.order-card__repeat:hover{background:#dce1ff}.pedidos-empty,.pedidos-error,.pedidos-loading{min-height:50vh}}.menu-page{display:flex;flex-direction:column;min-height:calc(100dvh - 120px)}.menu-closed-banner{display:flex;align-items:center;gap:10px;padding:12px 16px;margin:12px 16px;background:#fff3cd;color:#664d03;border:1px solid #ffe69c;border-radius:10px;font-size:.9rem;line-height:1.35}.menu-closed-banner__icon{font-size:1.25rem;flex-shrink:0}.menu-loading,.menu-error,.menu-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:64px 24px;gap:12px;color:#6c757d;text-align:center}.menu-spinner{width:36px;height:36px;border:3px solid #e9ecef;border-top-color:#4361ee;border-radius:50%;animation:spin .8s linear infinite}.menu-tabs-wrapper{background:#fff;border-bottom:1px solid #e9ecef;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;position:sticky;top:0;z-index:10;-webkit-mask-image:linear-gradient(to right,black calc(100% - 32px),transparent 100%);mask-image:linear-gradient(to right,black calc(100% - 32px),transparent 100%)}.menu-tabs-wrapper::-webkit-scrollbar{display:none}.menu-tabs{display:flex;gap:8px;padding:10px 12px;white-space:nowrap}.menu-tab{padding:7px 14px;border:none;background:#f0f2f5;border-radius:20px;font-size:.85rem;font-weight:600;color:#6c757d;cursor:pointer;white-space:nowrap;transition:background .15s,color .15s;flex-shrink:0}.menu-tab.active{background:#4361ee;color:#fff}.menu-catlist{padding:12px 16px;display:flex;flex-direction:column;gap:10px}.menu-catcard{display:flex;align-items:center;gap:12px;width:100%;background:#fff;border:none;border-radius:12px;padding:16px;box-shadow:0 1px 3px #0000000f;cursor:pointer;text-align:left;transition:box-shadow .15s,transform .1s}.menu-catcard:active{transform:scale(.98);box-shadow:0 1px 2px #0000000a}.menu-catcard__info{flex:1;display:flex;flex-direction:column;gap:3px;min-width:0}.menu-catcard__name{font-weight:700;font-size:.95rem;color:#1a1a2e}.menu-catcard__desc{font-size:.78rem;color:#6c757d;line-height:1.35;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.menu-catcard__right{display:flex;flex-direction:column;align-items:flex-end;gap:2px;flex-shrink:0}.menu-catcard__count{font-size:.72rem;color:#adb5bd;white-space:nowrap}.menu-catcard__arrow{font-size:1.4rem;color:#4361ee;line-height:1}.menu-back-header{display:flex;align-items:center;gap:10px;padding:12px 16px;background:#fff;border-bottom:1px solid #e9ecef;position:sticky;top:0;z-index:10}.menu-back-btn{background:none;border:none;color:#4361ee;font-size:.9rem;font-weight:600;cursor:pointer;padding:4px 0;flex-shrink:0;line-height:1}.menu-back-title{font-weight:700;font-size:.95rem;color:#1a1a2e;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.menu-products{padding:12px 16px;display:flex;flex-direction:column;gap:8px;flex:1}.product-card{display:flex;flex-direction:column;gap:8px;background:#fff;border-radius:10px;padding:14px 16px;box-shadow:0 1px 3px #0000000d}.product-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.product-card__info{display:flex;flex-direction:column;gap:4px;flex:1}.product-card__name{font-weight:600;font-size:.9rem;color:#1a1a2e}.product-card__desc{font-size:.8rem;color:#6c757d;line-height:1.4}.product-card__price{font-weight:700;font-size:.95rem;color:#1a1a2e;white-space:nowrap}.product-card__unit{font-weight:400;font-size:.75rem;color:#6c757d}.product-card__has-opts{font-size:.75rem;color:#6c757d;font-style:italic}.product-card__opts{display:flex;flex-direction:column;gap:4px;padding-top:4px;border-top:1px solid #f0f0f0}.product-opt-group{display:flex;flex-wrap:wrap;align-items:baseline;gap:4px;font-size:.78rem}.product-opt-group__name{color:#6c757d;font-weight:500;white-space:nowrap}.product-opt-group__name:after{content:":"}.product-opt-group__items{display:flex;flex-wrap:wrap;gap:4px}.product-opt-item{background:#f8f9fa;border-radius:4px;padding:1px 6px;color:#495057}.product-card__add{align-self:flex-end;padding:7px 18px;background:#4361ee;color:#fff;border-radius:8px;font-size:.85rem;font-weight:600;border:none;cursor:pointer}.menu-cart-bar{position:fixed;bottom:72px;left:50%;transform:translate(-50%);width:calc(100% - 32px);max-width:448px;z-index:15}.menu-cart-btn{width:100%;display:flex;align-items:center;gap:10px;padding:14px 20px;background:#4361ee;color:#fff;border-radius:14px;font-size:.95rem;font-weight:700;box-shadow:0 4px 16px #4361ee66;border:none;cursor:pointer}.menu-cart-count{background:#fff;color:#4361ee;font-size:.8rem;font-weight:700;min-width:22px;height:22px;border-radius:11px;display:flex;align-items:center;justify-content:center;padding:0 5px}.menu-cart-total{margin-left:auto}.menu-footer{padding:24px 16px 16px;text-align:center;color:#6c757d;font-size:.85rem}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:100;display:flex;align-items:flex-end;justify-content:center}.modal-sheet{width:100%;max-width:480px;background:#fff;border-radius:20px 20px 0 0;max-height:85dvh;overflow-y:auto;padding:20px 16px 32px;display:flex;flex-direction:column;gap:16px}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.modal-product-name{font-weight:700;font-size:1.05rem;color:#1a1a2e}.modal-product-desc{font-size:.85rem;color:#6c757d;margin-top:4px;line-height:1.4}.modal-close{width:28px;height:28px;border-radius:50%;background:#f0f0f0;color:#495057;font-size:.8rem;font-weight:700;flex-shrink:0;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer}.modal-group{display:flex;flex-direction:column;gap:8px}.modal-group-title{display:flex;align-items:center;gap:6px;font-weight:700;font-size:.85rem;color:#1a1a2e}.modal-group-req{font-size:.72rem;font-weight:600;background:#f8d7da;color:#721c24;padding:2px 6px;border-radius:6px}.modal-group-max{font-size:.72rem;color:#6c757d;font-weight:400}.modal-group-opts{display:flex;flex-direction:column;gap:6px}.modal-opt{display:flex;align-items:center;gap:10px;padding:10px 12px;border:2px solid #e9ecef;border-radius:10px;cursor:pointer;transition:border-color .15s,background .15s}.modal-opt.selected{border-color:#4361ee;background:#eef0ff}.modal-opt input{accent-color:#4361ee;flex-shrink:0}.modal-opt-name{flex:1;font-size:.9rem;color:#1a1a2e}.modal-opt-price{font-size:.85rem;font-weight:600;color:#4361ee}.modal-footer{display:flex;align-items:center;gap:12px;padding-top:4px;border-top:1px solid #e9ecef}.modal-qty{display:flex;align-items:center;gap:8px;background:#f8f9fa;border-radius:10px;padding:4px 8px}.modal-qty button{width:30px;height:30px;border-radius:8px;font-size:1.1rem;font-weight:700;color:#4361ee;background:none;border:none;cursor:pointer}.modal-qty span{min-width:24px;text-align:center;font-weight:700;font-size:1rem}.modal-add-btn{flex:1;padding:12px;background:#4361ee;color:#fff;border-radius:12px;font-size:.95rem;font-weight:700;border:none;cursor:pointer}.modal-add-btn:disabled{opacity:.5;cursor:not-allowed}@media (min-width: 900px){.menu-desktop{display:grid;grid-template-columns:260px minmax(0,1fr) 320px;gap:24px;max-width:1400px;margin:0 auto;padding:20px 32px;height:calc(100dvh - 64px);overflow:hidden;align-items:stretch}.menu-nav{display:flex;flex-direction:column;gap:16px;min-height:0;overflow:hidden}.menu-search{position:relative;display:flex;align-items:center;background:#fff;border:1px solid #dee2e6;border-radius:10px;padding:0 10px 0 12px;transition:border-color .15s,box-shadow .15s}.menu-search:focus-within{border-color:#4361ee;box-shadow:0 0 0 3px #4361ee26}.menu-search__icon{color:#6c757d;font-size:.95rem;flex-shrink:0}.menu-search__input{flex:1;border:none;outline:none;background:transparent;padding:10px 8px;font-size:.9rem;font-family:inherit;color:#1a1a2e}.menu-search__input::-webkit-search-cancel-button{display:none}.menu-search__clear{background:#f0f0f0;border:none;color:#6c757d;width:22px;height:22px;border-radius:50%;font-size:.8rem;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}.menu-search__clear:hover{background:#e0e0e0}.menu-nav__list{display:flex;flex-direction:column;gap:2px;overflow-y:auto;flex:1;min-height:0}.menu-nav__item{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 12px;background:transparent;border:none;border-radius:8px;font-size:.9rem;font-weight:500;color:#495057;cursor:pointer;text-align:left;transition:background .15s,color .15s}.menu-nav__item:hover{background:#f0f2f5;color:#1a1a2e}.menu-nav__item.active{background:#eef0ff;color:#4361ee;font-weight:600}.menu-nav__item-count{font-size:.75rem;color:#adb5bd;font-weight:400;background:transparent}.menu-nav__item.active .menu-nav__item-count{color:#4361ee}.menu-nav__empty{padding:12px;text-align:center;font-size:.85rem;color:#adb5bd}.menu-main{display:flex;flex-direction:column;gap:32px;min-width:0;min-height:0;overflow-y:auto;padding-right:8px;scrollbar-gutter:stable}.menu-main::-webkit-scrollbar{width:8px}.menu-main::-webkit-scrollbar-thumb{background:#ced4da;border-radius:4px}.menu-main::-webkit-scrollbar-thumb:hover{background:#adb5bd}.menu-section{display:flex;flex-direction:column;gap:14px;scroll-margin-top:8px}.menu-section__title{font-size:1.4rem;font-weight:700;color:#1a1a2e;margin:0;padding-bottom:8px;border-bottom:2px solid #e9ecef}.menu-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px;align-items:start}.menu-tabs-wrapper,.menu-back-header,.menu-cart-bar,.menu-products{display:none}.product-card{padding:16px 18px;transition:box-shadow .15s,transform .15s}.product-card:hover{box-shadow:0 4px 16px #00000014;transform:translateY(-1px)}.product-card__add{cursor:pointer;transition:background .15s}.product-card__add:hover{background:#3651d9}.menu-sidecart{background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 1px 3px #0000000f;display:flex;flex-direction:column;min-height:0;overflow:hidden}.menu-sidecart__title{padding:16px 18px 12px;font-weight:700;font-size:1rem;color:#1a1a2e;border-bottom:1px solid #f0f0f0}.menu-sidecart__empty{padding:32px 18px;text-align:center;color:#adb5bd;font-size:.88rem}.menu-sidecart__empty-icon{font-size:2.2rem;display:block;margin-bottom:8px;opacity:.5}.menu-sidecart__empty p{margin:0}.menu-sidecart__items{flex:1;overflow-y:scroll;padding:6px 6px 6px 10px;display:flex;flex-direction:column;gap:2px;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:#ced4da transparent}.menu-sidecart__items::-webkit-scrollbar{width:6px}.menu-sidecart__items::-webkit-scrollbar-thumb{background:#ced4da;border-radius:3px}.menu-sidecart__items::-webkit-scrollbar-thumb:hover{background:#adb5bd}.menu-sidecart__item{display:flex;align-items:center;gap:8px;padding:6px 4px;border-radius:6px;transition:background .15s;border-bottom:1px solid #f5f5f5}.menu-sidecart__item:last-child{border-bottom:none}.menu-sidecart__item:hover{background:#f8f9fa}.menu-sidecart__qty{display:flex;align-items:center;gap:2px;background:#f0f2f5;border-radius:6px;padding:1px 2px;flex-shrink:0}.menu-sidecart__qty button{width:20px;height:20px;border:none;border-radius:4px;font-size:.9rem;font-weight:700;color:#4361ee;background:none;cursor:pointer;transition:background .15s;padding:0;display:flex;align-items:center;justify-content:center}.menu-sidecart__qty button:hover{background:#fff}.menu-sidecart__qty span{min-width:16px;text-align:center;font-weight:600;font-size:.82rem}.menu-sidecart__item-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:0}.menu-sidecart__item-name{font-weight:500;font-size:.82rem;color:#1a1a2e;line-height:1.25;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.menu-sidecart__item-opts{font-size:.7rem;color:#868e96;font-style:italic;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.menu-sidecart__item-right{display:flex;align-items:center;gap:2px;flex-shrink:0}.menu-sidecart__item-price{font-size:.8rem;font-weight:600;color:#495057;white-space:nowrap}.menu-sidecart__remove{width:20px;height:20px;border:none;border-radius:50%;background:transparent;color:#adb5bd;font-size:.9rem;font-weight:700;cursor:pointer;transition:background .15s,color .15s;padding:0;display:flex;align-items:center;justify-content:center}.menu-sidecart__remove:hover{background:#f8d7da;color:#dc3545}.menu-sidecart__footer{border-top:1px solid #f0f0f0;padding:14px 18px 16px;display:flex;flex-direction:column;gap:12px}.menu-sidecart__total{display:flex;justify-content:space-between;align-items:baseline;font-size:.9rem;color:#495057}.menu-sidecart__total strong{font-size:1.2rem;color:#1a1a2e;font-weight:700}.menu-sidecart__confirm{padding:12px;background:#4361ee;color:#fff;border:none;border-radius:10px;font-size:.92rem;font-weight:700;cursor:pointer;transition:background .15s}.menu-sidecart__confirm:hover{background:#3651d9}.modal-overlay{align-items:center;padding:24px}.modal-sheet{max-width:560px;max-height:85dvh;border-radius:20px;padding:24px 24px 28px}.modal-close{cursor:pointer;transition:background .15s}.modal-close:hover{background:#e0e0e0}.modal-opt{cursor:pointer}.modal-opt:hover:not(.selected){border-color:#ced4da;background:#f8f9fa}}.carrito-page{display:flex;flex-direction:column;min-height:calc(100dvh - 120px);padding-bottom:120px}.carrito-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:64px 24px;gap:12px;color:#6c757d;text-align:center}.carrito-empty__icon{font-size:3rem}.carrito-closed-banner{display:flex;align-items:center;gap:10px;padding:12px 16px;margin:12px 16px 0;background:#fff3cd;color:#664d03;border:1px solid #ffe69c;border-radius:10px;font-size:.9rem;line-height:1.35}.carrito-closed-banner__icon{font-size:1.25rem;flex-shrink:0}.carrito-back-btn{margin-top:8px;padding:10px 24px;background:#4361ee;color:#fff;border-radius:10px;font-size:.9rem;font-weight:600}.carrito-header{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#fff;border-bottom:1px solid #e9ecef}.carrito-back{color:#4361ee;font-size:.9rem;font-weight:500;background:none;border:none;padding:0;cursor:pointer}.carrito-title{font-weight:700;font-size:1rem;color:#1a1a2e;flex:1}.carrito-clear{background:none;border:1px solid #dc3545;color:#dc3545;border-radius:6px;padding:4px 12px;font-size:.8rem;cursor:pointer}.carrito-items{background:#fff;margin:12px 16px 0;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000000f}.carrito-item{display:flex;align-items:center;gap:12px;padding:12px 16px;border-bottom:1px solid #f0f0f0}.carrito-item:last-child{border-bottom:none}.carrito-item__info{flex:1;display:flex;flex-direction:column;gap:2px}.carrito-item__name{font-weight:600;font-size:.9rem;color:#1a1a2e}.carrito-item__opts{font-size:.78rem;color:#6c757d;font-style:italic}.carrito-item__price{font-size:.85rem;color:#495057;font-weight:500}.carrito-item__actions{display:flex;align-items:center;gap:8px}.carrito-qty{display:flex;align-items:center;gap:6px;background:#f8f9fa;border-radius:8px;padding:2px 4px}.carrito-qty button{width:26px;height:26px;border-radius:6px;font-size:1rem;font-weight:700;color:#4361ee;background:none}.carrito-qty span{min-width:20px;text-align:center;font-weight:600;font-size:.9rem}.carrito-remove{width:28px;height:28px;border-radius:50%;background:#f8d7da;color:#dc3545;font-size:.75rem;font-weight:700}.carrito-section{margin:12px 16px 0;background:#fff;border-radius:12px;padding:14px 16px;box-shadow:0 1px 3px #0000000f}.carrito-section-title{font-size:.8rem;font-weight:700;color:#6c757d;text-transform:uppercase;letter-spacing:.4px;margin-bottom:10px}.carrito-tipo{display:flex;gap:8px}.tipo-btn{flex:1;padding:10px;border-radius:10px;border:2px solid #e9ecef;font-size:.85rem;font-weight:500;color:#495057;background:#f8f9fa;transition:all .15s}.tipo-btn.active{border-color:#4361ee;background:#eef0ff;color:#4361ee;font-weight:700}.carrito-input{width:100%;padding:10px 12px;border:1px solid #dee2e6;border-radius:8px;font-size:.9rem;font-family:inherit;resize:none;box-sizing:border-box}.carrito-input:focus{outline:none;border-color:#4361ee}.carrito-datos-pago{margin-top:8px;padding:10px 14px;background:#f0f4ff;border-radius:8px;font-size:.85rem;display:flex;align-items:center;gap:8px;word-break:break-all}.carrito-datos-pago span{flex:1}.carrito-copy-btn{background:none;border:1px solid #ced4da;border-radius:6px;padding:4px 10px;font-size:.78rem;cursor:pointer;white-space:nowrap}.carrito-error{margin:8px 16px 0;padding:10px 14px;background:#f8d7da;color:#721c24;border-radius:8px;font-size:.85rem}.carrito-footer{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:480px;background:#fff;border-top:1px solid #e9ecef;padding:10px 16px 12px;display:flex;flex-direction:column;gap:8px;z-index:30}.carrito-footer__descuentos{display:flex;flex-direction:column;gap:2px;padding-bottom:6px;border-bottom:1px dashed #e9ecef}.carrito-footer__desc-row{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;font-size:.8rem;color:#2e7d32;line-height:1.35}.carrito-footer__desc-row span:first-child{flex:1;min-width:0;word-break:break-word}.carrito-footer__desc-row span:last-child{flex-shrink:0;white-space:nowrap;font-weight:600}.carrito-footer__error{background:#f8d7da;color:#721c24;padding:8px 10px;border-radius:8px;font-size:.82rem;line-height:1.35}.carrito-review{background:#fff;margin:12px 16px 0;border-radius:12px;box-shadow:0 1px 3px #0000000f;overflow:hidden}.carrito-review__summary{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:14px 16px;font-weight:600;font-size:.92rem;color:#1a1a2e;cursor:pointer;list-style:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.carrito-review__summary::-webkit-details-marker{display:none}.carrito-review__summary:after{content:"";width:12px;height:12px;border-right:2px solid #4361ee;border-bottom:2px solid #4361ee;transform:rotate(45deg);transition:transform .18s ease;margin-left:4px;margin-right:4px;flex-shrink:0}.carrito-review[open] .carrito-review__summary:after{transform:rotate(-135deg);margin-top:6px}.carrito-review__count{font-size:.82rem;color:#6c757d;font-weight:500}.carrito-review .carrito-items{margin:0;border-radius:0;box-shadow:none;border-top:1px solid #f0f0f0}.carrito-review--static .carrito-review__summary--static{cursor:default;list-style:none}.carrito-review--static .carrito-review__summary--static:after{display:none}.carrito-footer__bottom{display:flex;align-items:center;gap:12px}.carrito-total{flex:1;font-size:.95rem;color:#1a1a2e}.carrito-total strong{display:block;font-size:1.1rem}.carrito-confirm-btn{padding:12px 24px;background:#4361ee;color:#fff;border-radius:12px;font-size:.95rem;font-weight:700;white-space:nowrap}.carrito-confirm-btn:disabled{opacity:.6}.carrito-addresses{display:flex;flex-direction:column;gap:8px;margin-bottom:4px}.addr-option{display:flex;align-items:center;gap:10px;padding:10px 12px;border:2px solid #e9ecef;border-radius:10px;cursor:pointer;transition:border-color .15s}.addr-option.selected{border-color:#4361ee;background:#eef0ff}.addr-option input[type=radio]{accent-color:#4361ee;flex-shrink:0}.addr-option__info{display:flex;flex-direction:column;gap:2px}.addr-option__label{font-weight:600;font-size:.85rem;color:#1a1a2e;text-transform:capitalize}.addr-option__addr{font-size:.78rem;color:#6c757d}@media (min-width: 900px){.carrito-page{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:0 24px;padding:24px 32px 40px;min-height:calc(100dvh - 80px);max-width:1400px;margin:0 auto;width:100%;align-items:start}.carrito-header{grid-column:1 / -1;margin-bottom:16px;border-radius:12px;border:1px solid #e9ecef;border-bottom:1px solid #e9ecef}.carrito-items,.carrito-section,.carrito-review,.carrito-error{grid-column:1;margin:0 0 12px}.carrito-review .carrito-items{margin:0}.carrito-section{padding:18px 20px}.carrito-footer{grid-column:2;grid-row:2 / span 99;position:sticky;top:24px;left:auto;right:auto;bottom:auto;transform:none;width:auto;max-width:none;margin:0;flex-direction:column;gap:14px;padding:20px;border:1px solid #e9ecef;border-radius:12px;border-top:1px solid #e9ecef;box-shadow:0 1px 3px #0000000f;align-self:start}.carrito-footer__descuentos{padding-bottom:12px;gap:4px}.carrito-footer__desc-row{font-size:.88rem}.carrito-footer__bottom{flex-direction:column;gap:12px}.carrito-total{flex:0 0 auto;text-align:center;font-size:1rem;width:100%}.carrito-total strong{font-size:1.5rem;margin-top:4px}.carrito-confirm-btn{width:100%;padding:14px;cursor:pointer;transition:background .15s}.carrito-confirm-btn:hover:not(:disabled){background:#3651d9}.carrito-back,.carrito-clear,.carrito-copy-btn{cursor:pointer}.tipo-btn,.addr-option{cursor:pointer;transition:border-color .15s,background .15s}.tipo-btn:hover:not(.active),.addr-option:hover:not(.selected){border-color:#ced4da}.carrito-remove{cursor:pointer;transition:background .15s}.carrito-remove:hover{background:#f5c6cb}}.dir-page{padding:16px;display:flex;flex-direction:column;gap:16px}.dir-section{display:flex;flex-direction:column;gap:8px}.dir-nombre-row{display:flex;align-items:center;gap:8px}.dir-nombre-status{font-size:13px;color:#6c757d;flex-shrink:0}.dir-nombre-ok{color:#198754;font-weight:600}.dir-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:64px 24px;gap:12px;color:#6c757d}.dir-spinner{width:32px;height:32px;border:3px solid #e9ecef;border-top-color:#4361ee;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.dir-header{display:flex;align-items:center;justify-content:space-between;padding:4px 0 8px}.dir-title{font-weight:700;font-size:1rem;color:#1a1a2e}.dir-add-btn{padding:8px 16px;background:#4361ee;color:#fff;border-radius:10px;font-size:.85rem;font-weight:600}.dir-empty{display:flex;flex-direction:column;align-items:center;padding:48px 24px;gap:8px;text-align:center;color:#495057}.dir-empty__icon{font-size:3rem}.dir-empty__sub{color:#6c757d;font-size:.85rem;margin:0}.dir-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000f;overflow:hidden}.dir-card--form{padding:16px}.dir-card__content{display:flex;align-items:center;gap:12px;padding:14px 16px}.dir-card__info{flex:1;display:flex;flex-direction:column;gap:3px}.dir-card__label{font-weight:700;font-size:.85rem;color:#1a1a2e;text-transform:capitalize}.dir-card__addr{font-size:.82rem;color:#6c757d;line-height:1.4}.dir-card__nota{font-size:.78rem;color:#adb5bd;font-style:italic;line-height:1.3}.dir-card__actions{display:flex;gap:6px;flex-shrink:0}.dir-btn{padding:6px 12px;border-radius:8px;font-size:.8rem;font-weight:600}.dir-btn--edit{background:#eef0ff;color:#4361ee}.dir-btn--delete{background:#f8d7da;color:#dc3545}.addr-form{display:flex;flex-direction:column;gap:14px}.addr-form__field{display:flex;flex-direction:column;gap:6px}.addr-form__row{display:flex;gap:10px}.addr-form__label{font-size:.78rem;font-weight:700;color:#6c757d;text-transform:uppercase;letter-spacing:.3px}.addr-form__tags{display:flex;gap:6px;flex-wrap:wrap}.addr-tag{padding:6px 14px;border:2px solid #e9ecef;border-radius:20px;font-size:.82rem;font-weight:500;color:#495057;background:#f8f9fa;text-transform:capitalize;transition:all .15s}.addr-tag.active{border-color:#4361ee;background:#eef0ff;color:#4361ee;font-weight:700}.addr-form__input{padding:10px 12px;border:1px solid #dee2e6;border-radius:8px;font-size:.9rem;font-family:inherit;box-sizing:border-box;width:100%}.addr-form__input:focus{outline:none;border-color:#4361ee}.addr-form__error{font-size:.85rem;color:#dc3545;margin:0;padding:8px 12px;background:#f8d7da;border-radius:8px}.addr-form__actions{display:flex;gap:8px;justify-content:flex-end}.addr-form__cancel{padding:10px 18px;border:1px solid #dee2e6;border-radius:10px;font-size:.88rem;font-weight:500;color:#6c757d;background:#fff}.addr-form__save{padding:10px 20px;background:#4361ee;color:#fff;border-radius:10px;font-size:.88rem;font-weight:700}.addr-form__save:disabled{opacity:.6}.addr-form__checkbox{display:flex;align-items:center;gap:8px;font-size:.88rem;color:#495057;cursor:pointer}.addr-form__checkbox input[type=checkbox]{width:16px;height:16px;accent-color:#4361ee;cursor:pointer;flex-shrink:0}@media (min-width: 900px){.dir-page{padding:28px 32px 40px;gap:20px;max-width:1000px;margin:0 auto}.dir-header{padding:0 0 4px}.dir-title{font-size:1.15rem}.dir-add-btn{cursor:pointer;transition:background .15s}.dir-add-btn:hover{background:#3651d9}.dir-card{transition:box-shadow .15s}.dir-card:hover{box-shadow:0 4px 12px #00000014}.dir-card--form{padding:24px}.dir-card__content{padding:16px 18px}.addr-form__row{gap:12px}.dir-btn,.addr-form__cancel,.addr-form__save,.addr-tag{cursor:pointer}.dir-btn,.addr-form__cancel,.addr-form__save{transition:background .15s,opacity .15s}.addr-form__save:hover:not(:disabled){background:#3651d9}.addr-form__cancel:hover{background:#f8f9fa}}.neginfo-page{padding:16px;display:flex;flex-direction:column;gap:12px;max-width:480px;margin:0 auto}.neginfo-menu-cta{display:flex;align-items:center;justify-content:space-between;width:100%;padding:18px 20px;background:#4361ee;color:#fff;border:none;border-radius:14px;font-size:1rem;font-weight:700;cursor:pointer;box-shadow:0 4px 16px #4361ee59}.neginfo-menu-cta__arrow{font-size:1.2rem}.neginfo-header{text-align:center;padding:20px 16px;background:#fff;border-radius:12px;border:1px solid #e9ecef}.neginfo-logo{width:72px;height:72px;border-radius:50%;-o-object-fit:cover;object-fit:cover;margin:0 auto 8px;display:block}.neginfo-emoji{font-size:3rem;margin-bottom:4px}.neginfo-name{font-size:22px;font-weight:700;margin:0 0 4px}.neginfo-desc{font-size:14px;color:#6c757d;margin:0 0 8px;line-height:1.5}.neginfo-badge{display:inline-block;width:-moz-fit-content;width:fit-content;font-size:12px;font-weight:600;padding:3px 12px;border-radius:20px}.neginfo-badge.open{background:#d4edda;color:#155724}.neginfo-badge.closed{background:#f8d7da;color:#721c24}.neginfo-card{background:#fff;border-radius:12px;border:1px solid #e9ecef;padding:14px 16px}.neginfo-address{display:block;font-size:14px;color:#0d6efd;text-decoration:none}.neginfo-address:active{opacity:.7}.neginfo-info{font-size:14px;color:#495057}.neginfo-section-title{font-size:13px;font-weight:600;color:#495057;margin-bottom:8px;text-transform:uppercase;letter-spacing:.3px}.neginfo-horarios{display:flex;flex-direction:column;gap:4px}.neginfo-horario-row{display:flex;justify-content:space-between;font-size:13px;padding:4px 0;border-bottom:1px solid #f0f0f0}.neginfo-horario-row:last-child{border-bottom:none}.neginfo-horario-day{font-weight:500;color:#212529}.neginfo-horario-time{color:#6c757d}.neginfo-metodos{display:flex;flex-wrap:wrap;gap:6px}.neginfo-metodo{font-size:13px;padding:4px 10px;background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;color:#495057}.neginfo-promos{background:#f0fdf4;border-color:#bbf7d0}.neginfo-promo-row{display:flex;align-items:center;gap:8px;font-size:14px;color:#166534;padding:4px 0}@media (min-width: 900px){.neginfo-page{display:grid;grid-template-columns:340px minmax(0,1fr);gap:24px;padding:28px 32px 40px;max-width:1100px;margin:0 auto;align-items:start}.neginfo-header{grid-column:1;grid-row:1 / span 99;position:sticky;top:24px;padding:32px 24px;align-self:start}.neginfo-logo{width:110px;height:110px;margin-bottom:14px}.neginfo-emoji{font-size:4.5rem}.neginfo-name{font-size:26px}.neginfo-desc{font-size:14px}.neginfo-card{grid-column:2;padding:18px 22px}.neginfo-address{transition:color .15s}.neginfo-address:hover{color:#0a58ca;text-decoration:underline}}.inf-card{background:#fff;border-radius:12px;padding:24px;margin:16px auto;max-width:640px;box-shadow:0 1px 3px #00000014}.inf-card h2{margin:0 0 12px;color:#1a1a2e;font-size:1.4rem}.inf-card h3{margin:16px 0 8px;font-size:1rem;color:#1a1a2e}.inf-lead{color:#495057;line-height:1.5;margin:0 0 16px}.inf-condiciones{background:#f8f9fa;border-radius:8px;padding:12px 16px;margin:16px 0}.inf-condiciones ul{margin:8px 0 0;padding-left:20px}.inf-condiciones li{margin:6px 0;color:#495057;line-height:1.4;font-size:.92rem}.inf-form{margin-top:20px;display:flex;flex-direction:column;gap:8px}.inf-label{font-weight:600;color:#1a1a2e}.inf-hint{color:#6c757d;font-size:.85rem;margin:0}.inf-input{padding:10px 14px;border:1px solid #ced4da;border-radius:8px;font-size:1rem;margin-top:4px}.inf-input:focus{outline:none;border-color:#4361ee}.inf-preview-box{display:flex;flex-direction:column;align-items:center;background:linear-gradient(135deg,#4361ee,#7209b7);color:#fff;padding:16px;border-radius:10px;margin:12px 0 8px;gap:4px}.inf-preview-label{font-size:.78rem;opacity:.85;text-transform:uppercase;letter-spacing:.5px}.inf-preview-code{font-family:monospace;font-size:1.6rem;font-weight:700;letter-spacing:1.5px}.inf-preview-placeholder{opacity:.5}.inf-disclaimer{margin:12px 0 0;padding:10px 12px;background:#fff8e1;border-left:3px solid #f5a623;border-radius:4px;color:#5a4a14;font-size:.82rem;line-height:1.4}.inf-check{display:flex;align-items:center;gap:8px;margin-top:12px;cursor:pointer;color:#495057}.inf-error{background:#fee;color:#b00;padding:8px 12px;border-radius:6px;margin:8px 0;font-size:.9rem}.inf-loading{text-align:center;padding:32px;color:#6c757d}.inf-btn-primary{background:#4361ee;color:#fff;padding:12px;border-radius:8px;font-weight:600;font-size:1rem;margin-top:12px;cursor:pointer;border:none}.inf-btn-primary:disabled{opacity:.5;cursor:not-allowed}.inf-vigencia{padding:8px 12px;border-radius:6px;font-size:.88rem;margin:4px 0 12px;font-weight:500}.inf-vigencia-verde{background:#e8f5e9;border:1px solid #a5d6a7;color:#2e7d32}.inf-vigencia-amarillo{background:#fff8e1;border:1px solid #ffe082;color:#b78103}.inf-vigencia-rojo{background:#fdecea;border:1px solid #ef9a9a;color:#c62828}.inf-codigo-box{display:flex;align-items:center;gap:12px;background:linear-gradient(135deg,#4361ee,#7209b7);color:#fff;padding:16px 20px;border-radius:10px;margin:12px 0 20px}.inf-codigo-label{font-size:.8rem;opacity:.85;text-transform:uppercase;letter-spacing:.5px}.inf-codigo-value{font-family:monospace;font-size:1.4rem;font-weight:700;letter-spacing:1px;flex:1}.inf-btn-copy{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3);padding:6px 12px;border-radius:6px;cursor:pointer;font-size:.85rem}.inf-btn-copy:hover{background:#ffffff4d}.inf-stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin:16px 0}@media (min-width: 560px){.inf-stats-grid{grid-template-columns:repeat(4,1fr)}}.inf-stat{background:#f8f9fa;padding:14px 8px;border-radius:8px;text-align:center;display:flex;flex-direction:column;gap:4px}.inf-stat.highlight{background:#fff3cd;border:1px solid #ffe69c}.inf-stat-num{font-size:1.3rem;font-weight:700;color:#1a1a2e}.inf-stat-label{font-size:.78rem;color:#6c757d}.inf-compartir{margin-top:20px}.inf-canal{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#f8f9fa;border-radius:6px;margin:6px 0;font-size:.92rem}.inf-canal-label{color:#495057;white-space:nowrap}.inf-canal-value{flex:1;color:#4361ee;font-family:monospace;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-decoration:none}.inf-canal-value:hover{text-decoration:underline}.inf-canal .inf-btn-copy{background:#4361ee}:root{--brand: #1F7A4D;--brand-600: #1B6E45;--brand-500: #238A57;--brand-100: #E6F4EC;--brand-50: #F0FAF4;--text: #1F2937;--text-muted: #6B7280;--text-dim: #9CA3AF;--paper: #F6F1E8;--bg: #EEF2F5;--surface: #FFFFFF;--border: #E5E7EB;--border-strong: #D1D5DB;--accent: #D96B4A;--accent-dim: rgba(217,107,74,.12);--warning: #E6B34A;--warning-dim: rgba(230,179,74,.15);--danger: #D45045;--danger-dim: rgba(212,80,69,.1);--info: #2D6CDF;--info-dim: rgba(45,108,223,.1);--font-title: "Rubik", system-ui, sans-serif;--font-body: "Inter", system-ui, sans-serif;--radius-lg: 16px;--radius-md: 12px;--radius-sm: 8px;--shadow-sm: 0 1px 3px rgba(17,24,39,.07);--shadow-md: 0 4px 16px rgba(17,24,39,.1);--sidebar-w: 230px;--header-h: 56px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background:var(--bg);color:var(--text);min-height:100vh;-webkit-font-smoothing:antialiased}a{color:var(--brand);text-decoration:none}a:hover{color:var(--brand-600)}button{font-family:var(--font-body);cursor:pointer;border:none;background:none}input,select,textarea{font-family:var(--font-body)}.btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:10px;border:1px solid transparent;font-family:var(--font-title);font-size:13px;font-weight:600;cursor:pointer;transition:.12s;white-space:nowrap}.btn-primary{background:var(--brand);color:#fff}.btn-primary:hover{background:var(--brand-600)}.btn-secondary{background:#fff;color:var(--brand);border-color:#1f7a4d59}.btn-secondary:hover{background:var(--brand-50)}.btn-ghost{background:transparent;border-color:var(--border);color:var(--text-muted)}.btn-ghost:hover{border-color:var(--brand);color:var(--brand);background:var(--brand-50)}.btn-accent{background:var(--accent);color:#fff}.btn-accent:hover{filter:brightness(.95)}.btn-danger{background:var(--danger);color:#fff}.btn-danger:hover{filter:brightness(.95)}.btn-sm{padding:5px 12px;font-size:12px;border-radius:8px}.btn:disabled{background:#f3f4f6;color:#9ca3af;border-color:var(--border);cursor:not-allowed}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow:hidden}.card-header{padding:14px 18px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:12px}.card-title{font-family:var(--font-title);font-size:14px;font-weight:600;color:var(--text)}.card-body{padding:16px 18px}.badge{display:inline-flex;align-items:center;gap:5px;padding:4px 9px;border-radius:999px;font-size:12px;font-weight:600;border:1px solid transparent}.badge:before{content:"●";font-size:7px}.badge-pendiente{background:var(--warning-dim);color:#7a5800;border-color:#e6b34a4d}.badge-preparacion{background:var(--info-dim);color:var(--info);border-color:#2d6cdf33}.badge-listo{background:var(--brand-100);color:var(--brand-600);border-color:#1f7a4d40}.badge-delivery{background:#8b5cf61f;color:#6d28d9;border-color:#8b5cf633}.badge-entregado{background:var(--bg);color:var(--text-dim);border-color:var(--border)}.badge-cancelado{background:var(--danger-dim);color:var(--danger);border-color:#d4504533}.badge-agente{background:var(--accent-dim);color:#7a2a15;border-color:#d96b4a40}.input{width:100%;background:#fff;border:1px solid var(--border);border-radius:var(--radius-md);padding:10px 14px;font-family:var(--font-body);font-size:14px;color:var(--text);transition:.12s}.input:focus{outline:none;border-color:#1f7a4d8c;box-shadow:0 0 0 3px #1f7a4d1f}.input::-moz-placeholder{color:#9ca3af}.input::placeholder{color:#9ca3af}.text-muted{color:var(--text-muted)}.text-dim{color:var(--text-dim)}.text-brand{color:var(--brand)}.text-danger{color:var(--danger)}.font-title{font-family:var(--font-title)}.fw-600{font-weight:600}.fw-700{font-weight:700}.mt-4{margin-top:16px}.mb-4{margin-bottom:16px}.gap-2{gap:8px}.flex{display:flex}.flex-1{flex:1}.items-center{align-items:center}.justify-between{justify-content:space-between}
