:root{--bg:#fafaf7;--bg-soft:#f4f3ee;--surface:#fff;--ink:#0b0f19;--ink-2:#1f2937;--muted:#6b7280;--muted-2:#9ca3af;--line:#e7e5df;--line-2:#efede7;--brand:#ff4361;--brand-ink:#b5132e;--brand-soft:#ffe7eb;--ok:#16a34a;--ok-soft:#dcfce7;--warn:#d97706;--warn-soft:#fef3c7;--bad:#dc2626;--bad-soft:#fee2e2;--dark:#0b0f19;--dark-2:#111827;--dark-3:#1a2030;--dark-line:#1f2a3d;--shadow-sm:0 1px 2px rgba(11,15,25,.04),0 1px 1px rgba(11,15,25,.03);--shadow-md:0 6px 18px -8px rgba(11,15,25,.18),0 2px 4px rgba(11,15,25,.04);--shadow-lg:0 24px 48px -24px rgba(11,15,25,.28),0 8px 16px -12px rgba(11,15,25,.08);--radius:12px;--radius-sm:8px;--radius-lg:18px}*{box-sizing:border-box}body,html{margin:0;padding:0;max-width:100%;overflow-x:hidden}body{font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;font-size:14px;color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;font-feature-settings:"cv11","ss01"}.mono{font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,monospace}.app-root{min-height:100vh;background:var(--bg);position:relative}button{font-family:inherit;cursor:pointer}input,select,textarea{font-family:inherit;font-size:inherit;color:inherit}a{color:inherit;text-decoration:none}.brand-logo-img{display:block;width:var(--logo-size,100%);height:var(--logo-size,100%);-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;flex:0 0 auto}.shell{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(180deg,#1a2030,#0b0f19)}.browser-bar{display:flex;align-items:center;gap:14px;padding:10px 16px;background:#0b0f19;border-bottom:1px solid #1f2a3d;color:#e5e7eb}.browser-traffic{display:flex;gap:7px}.browser-traffic span{width:11px;height:11px;border-radius:50%;background:#2a3346}.browser-traffic span:first-child{background:#ff5f57}.browser-traffic span:nth-child(2){background:#febc2e}.browser-traffic span:nth-child(3){background:#28c840}.browser-nav{display:flex;gap:4px;color:#6b7280}.browser-nav button{background:transparent;border:0;color:#6b7280;width:26px;height:26px;border-radius:6px;display:grid;place-items:center}.browser-nav button:hover{background:#1f2a3d;color:#e5e7eb}.url-bar{flex:1;display:flex;align-items:center;gap:10px;background:#1a2030;border:1px solid #1f2a3d;border-radius:999px;padding:7px 14px;max-width:720px}.url-bar .lock{color:#16a34a;display:grid;place-items:center}.url-bar input{background:transparent;border:0;outline:0;color:#e5e7eb;flex:1;font-family:JetBrains Mono,monospace;font-size:12.5px;letter-spacing:-.01em}.url-bar .pill-tag{font-size:10.5px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;padding:3px 8px;border-radius:999px;background:rgba(255,67,97,.14);color:#ff7a8e}.tenant-switch{display:flex;gap:4px;padding:4px;background:#1a2030;border:1px solid #1f2a3d;border-radius:999px}.tenant-switch button{background:transparent;border:0;color:#9ca3af;padding:5px 12px;border-radius:999px;font-size:12px;font-weight:500}.tenant-switch button.active{background:#ff4361;color:#fff;box-shadow:0 2px 6px rgba(255,67,97,.35)}.tenant-switch button:hover:not(.active){color:#e5e7eb}.pwa-bell{width:32px;height:32px;border-radius:8px;display:grid;place-items:center;background:rgba(255,67,97,.12);color:#ff7a8e;border:1px solid rgba(255,67,97,.25);position:relative}.pwa-bell:after{content:"";position:absolute;top:7px;right:7px;width:7px;height:7px;border-radius:50%;background:#ff4361;box-shadow:0 0 0 2px #0b0f19}.viewport{flex:1;background:var(--bg);overflow:auto;min-height:0;position:relative}.card{background:var(--surface);border:1px solid var(--line-2);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.btn{display:inline-flex;align-items:center;gap:8px;padding:9px 14px;border-radius:10px;border:1px solid transparent;font-weight:600;font-size:13px;transition:all .15s ease;background:var(--brand);color:#fff}.btn:hover{filter:brightness(1.05);transform:translateY(-1px);box-shadow:0 4px 14px -4px rgba(255,67,97,.5)}.btn.secondary{background:var(--surface);color:var(--ink);border-color:var(--line)}.btn.secondary:hover{background:var(--bg-soft);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.btn.ghost{background:transparent;color:var(--ink)}.btn.ghost:hover{background:var(--bg-soft)}.btn.dark{background:var(--dark);color:#fff}.btn.dark:hover{background:var(--dark-3)}.btn.danger{background:var(--bad)}.btn.sm{padding:6px 10px;font-size:12px;border-radius:8px}.btn.icon{padding:7px}.badge{display:inline-flex;align-items:center;gap:6px;padding:3px 9px;border-radius:999px;font-size:11.5px;font-weight:600;letter-spacing:-.005em}.badge.ok{background:var(--ok-soft);color:#166534}.badge.demo{background:#dbeafe;color:#1e40af}.badge.warn{background:var(--warn-soft);color:#92400e}.badge.bad{background:var(--bad-soft);color:#991b1b}.badge.neutral{background:var(--bg-soft);color:var(--ink-2);border:1px solid var(--line)}.badge .dot{width:6px;height:6px;border-radius:50%;background:currentColor}.input{width:100%;padding:10px 12px;border:1px solid var(--line);border-radius:10px;background:var(--surface);outline:none;transition:border-color .15s,box-shadow .15s}.input:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-soft)}.label{font-weight:600;color:var(--ink-2);display:block;margin-bottom:6px}.hint,.label{font-size:12px}.hint{color:var(--muted)}.app-grid{display:grid;grid-template-columns:252px 1fr;min-height:100%}.sidebar{background:var(--dark);color:#e5e7eb;display:flex;flex-direction:column;padding:18px 14px;gap:18px;border-right:1px solid var(--dark-line)}.sidebar.light{background:var(--surface);color:var(--ink);border-right-color:var(--line-2)}.sidebar-brand{display:flex;align-items:center;gap:10px;padding:4px 8px}.sidebar-brand .mark{width:32px;height:32px;border-radius:9px;display:grid;place-items:center;color:#fff;font-weight:700;font-size:14px;background:var(--brand);box-shadow:0 2px 8px rgba(255,67,97,.4)}.sidebar-brand .mark.official-logo{background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.18);color:inherit;padding:3px;overflow:visible}.sidebar-brand .name{font-weight:700;letter-spacing:-.01em;font-size:14.5px}.sidebar-brand .sub{font-size:11px;color:var(--muted-2);margin-top:1px}.sidebar.light .sidebar-brand .sub{color:var(--muted)}.nav-group{display:flex;flex-direction:column;gap:2px}.nav-label{text-transform:uppercase;font-size:10.5px;letter-spacing:.08em;color:#6b7280;font-weight:600;padding:0 10px 6px}.sidebar.light .nav-label{color:var(--muted)}.nav-item{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:8px;color:#9ca3af;font-size:13px;font-weight:500;cursor:pointer;transition:background .12s,color .12s;border:0;background:transparent;text-align:left;width:100%}.nav-item .ico{width:16px;height:16px;flex:0 0 16px;color:inherit}.nav-item:hover{background:#1a2030;color:#e5e7eb}.nav-item.active{background:rgba(255,67,97,.13);color:#fff}.nav-item.active .ico{color:var(--brand)}.sidebar.light .nav-item{color:var(--muted)}.sidebar.light .nav-item:hover{background:var(--bg-soft);color:var(--ink)}.sidebar.light .nav-item.active{background:var(--brand-soft);color:var(--brand-ink)}.sidebar.light .nav-item.active .ico{color:var(--brand)}.tienda-sidebar .nav-item{color:#374151}.tienda-sidebar .nav-label{color:#6b7280;font-weight:600}.tienda-sidebar .nav-item:hover{background:var(--bg-soft);color:#111827}.tienda-sidebar .nav-item.active{background:var(--brand-soft);color:var(--brand-ink);font-weight:700}.tienda-sidebar .nav-item.active .ico{color:var(--brand)}.sidebar-nav-scroll{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;gap:18px;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.12) transparent}.sidebar-nav-scroll::-webkit-scrollbar{width:4px}.sidebar-nav-scroll::-webkit-scrollbar-track{background:transparent}.sidebar-nav-scroll::-webkit-scrollbar-thumb{background:rgba(0,0,0,.12);border-radius:999px}.tienda-sidebar{position:sticky;top:0;align-self:start;height:100vh;overflow:hidden}.tienda-sidebar .footer{background:var(--surface);box-shadow:0 -4px 12px rgba(0,0,0,.04)}.nav-item .count{margin-left:auto;background:#1f2a3d;color:#9ca3af;padding:1px 7px;border-radius:999px;font-size:11px;font-weight:600}.sidebar.light .nav-item .count{background:var(--bg-soft);color:var(--muted)}.sidebar .footer{margin-top:auto;padding:10px;border-top:1px solid var(--dark-line);display:flex;align-items:center;gap:10px}.sidebar.light .footer{border-top-color:var(--line-2)}.avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#ff4361,#b5132e);color:#fff;display:grid;place-items:center;font-weight:700;font-size:12px}.avatar-button{border:0;flex:0 0 32px}.avatar-button:hover{filter:brightness(1.04);box-shadow:var(--shadow-sm)}.topbar{gap:14px;padding:14px 28px;background:var(--surface);border-bottom:1px solid var(--line-2)}.topbar,.topbar .crumbs{display:flex;align-items:center}.topbar .crumbs{gap:8px;color:var(--muted);font-size:13px}.topbar .crumbs .here{color:var(--ink);font-weight:600}.topbar .actions{margin-left:auto;gap:10px}.search,.topbar .actions{display:flex;align-items:center}.search{gap:8px;background:var(--bg-soft);border:1px solid var(--line-2);border-radius:10px;padding:8px 12px;width:320px;color:var(--muted)}.search input{background:transparent;border:0;outline:0;flex:1;min-width:0;font-size:13px;color:var(--ink)}.search .kbd{font-size:10.5px;color:var(--muted-2);padding:2px 5px;border:1px solid var(--line);border-radius:5px;background:var(--surface)}.search-action{border:0;background:transparent;color:var(--muted);padding:0;display:grid;place-items:center}.page{padding:28px;display:flex;flex-direction:column;gap:24px;max-width:1440px}.page-head{display:flex;align-items:flex-end;gap:18px}.page-head h1{font-size:26px;font-weight:700;letter-spacing:-.02em;margin:0 0 4px}.page-head .sub{color:var(--muted);font-size:14px}.page-head .actions{margin-left:auto;display:flex;gap:8px}.kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.kpi{padding:18px;flex-direction:column;position:relative;overflow:hidden}.kpi,.kpi .row{display:flex;gap:10px}.kpi .row{align-items:center}.kpi .ico-box{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;background:var(--brand-soft);color:var(--brand)}.kpi .ico-box.blue{background:#dbeafe;color:#1d4ed8}.kpi .ico-box.green{background:var(--ok-soft);color:#166534}.kpi .ico-box.amber{background:var(--warn-soft);color:#92400e}.kpi .ico-box.violet{background:#ede9fe;color:#6d28d9}.kpi .label{font-size:12.5px;color:var(--muted);font-weight:500;margin:0}.kpi .value{font-size:28px;font-weight:700;letter-spacing:-.02em}.kpi .delta{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:600}.kpi .delta.up{color:var(--ok)}.kpi .delta.down{color:var(--bad)}.table-card{overflow:hidden}.table-head{padding:16px 20px;display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--line-2)}.table-head h3{margin:0;font-size:15px;font-weight:700;letter-spacing:-.01em}.table-head .filters{margin-left:auto;display:flex;gap:8px}.chip{padding:6px 12px;border-radius:999px;font-size:12px;font-weight:500;background:transparent;color:var(--muted);border:1px solid var(--line);cursor:pointer;transition:all .12s}.chip.active{background:var(--ink);color:#fff;border-color:var(--ink)}.chip:hover:not(.active){background:var(--bg-soft);color:var(--ink)}table.data{width:100%;border-collapse:collapse;font-size:13px}table.data thead th{text-align:left;padding:11px 20px;font-size:11.5px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-weight:600;background:var(--bg-soft);border-bottom:1px solid var(--line-2)}table.data tbody td{padding:14px 20px;border-bottom:1px solid var(--line-2);vertical-align:middle}table.data tbody tr:hover{background:#fbfaf6}table.data tbody tr:last-child td{border-bottom:0}.tenant-cell{display:flex;align-items:center;gap:12px}.tenant-cell .logo{width:36px;height:36px;border-radius:9px;display:grid;place-items:center;color:#fff;font-weight:700;font-size:13px}.tenant-cell .name{font-weight:600}.tenant-cell .url{font-size:11.5px;color:var(--muted);margin-top:1px;font-family:JetBrains Mono,monospace}.row-actions{display:flex;gap:4px;justify-content:flex-end}.row-actions button{width:30px;height:30px;border-radius:7px;border:1px solid var(--line);background:var(--surface);display:grid;place-items:center;color:var(--muted);transition:all .12s}.row-actions button:hover{background:var(--bg-soft);color:var(--ink);border-color:var(--ink-2)}.landing{background:var(--bg)}.landing .nav{display:flex;align-items:center;gap:24px;padding:22px 56px;border-bottom:1px solid var(--line-2);background:hsla(60,23%,97%,.85);backdrop-filter:blur(10px);position:sticky;top:0;z-index:5}.landing .nav .brand{display:flex;align-items:center;gap:10px;font-weight:700;font-size:16px;letter-spacing:-.01em}.landing .nav .brand-button{border:0;background:transparent;padding:0;color:var(--ink)}.landing .nav .links{display:flex;gap:22px;margin-left:32px}.landing .nav .links a,.landing .nav .links button{color:var(--ink-2);font-size:13.5px;font-weight:500;border:0;background:transparent;padding:0;cursor:pointer}.landing .nav .links a:hover,.landing .nav .links button:hover{color:var(--brand)}.landing .nav .cta{margin-left:auto;display:flex;gap:8px}.hero{padding:86px 56px 60px;display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:-20% -10% auto auto;width:60%;height:70%;background:radial-gradient(ellipse at top right,rgba(255,67,97,.18),transparent 60%);pointer-events:none}.hero .eyebrow{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:999px;background:var(--brand-soft);color:var(--brand-ink);font-size:12px;font-weight:600}.hero h1{font-size:60px;line-height:1.04;letter-spacing:-.03em;font-weight:700;margin:18px 0}.hero h1 .accent{color:var(--brand)}.hero p.lead{font-size:17px;line-height:1.6;color:var(--ink-2);max-width:520px;margin:0 0 28px}.hero .cta-row{display:flex;gap:10px;align-items:center}.hero .meta{display:flex;gap:22px;margin-top:38px;padding-top:24px;border-top:1px solid var(--line-2)}.hero .meta .item .num{font-size:22px;font-weight:700;letter-spacing:-.02em}.hero .meta .item .lbl{font-size:12px;color:var(--muted);margin-top:2px}.hero-art{position:relative;height:460px}.hero-art .float-card{position:absolute;background:var(--surface);border:1px solid var(--line-2);border-radius:14px;box-shadow:var(--shadow-lg);padding:16px}.section{padding:80px 56px}.section.alt{background:linear-gradient(180deg,var(--bg-soft) 0,var(--bg) 100%)}.section .eye{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--brand);margin-bottom:12px}.section h2{font-size:38px;letter-spacing:-.025em;margin:0 0 14px;font-weight:700}.section .lead{font-size:16px;color:var(--ink-2);max-width:620px}.rubro-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:44px}.rubro-card{padding:26px;border-radius:16px;background:var(--surface);border:1px solid var(--line-2);display:flex;flex-direction:column;gap:14px;transition:all .18s ease;cursor:pointer;position:relative;overflow:hidden}.rubro-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);border-color:var(--ink)}.rubro-card .glyph{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;color:#fff}.rubro-card h3{margin:0;font-size:19px;letter-spacing:-.015em}.rubro-card .desc{font-size:13.5px;color:var(--muted);line-height:1.55}.rubro-card .url{font-family:JetBrains Mono,monospace;font-size:11px;color:var(--ink-2);margin-top:auto;padding-top:14px;border-top:1px dashed var(--line);display:flex;align-items:center;gap:6px}.rubro-card .arrow{margin-left:auto;color:var(--muted);transition:transform .15s}.rubro-card:hover .arrow{transform:translateX(3px);color:var(--brand)}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:44px}.feature{padding:24px;border-radius:14px;background:var(--surface);border:1px solid var(--line-2)}.feature .ico{width:38px;height:38px;border-radius:10px;background:var(--brand-soft);color:var(--brand);display:grid;place-items:center;margin-bottom:14px}.feature h3{margin:0 0 6px;font-size:15.5px;letter-spacing:-.01em}.feature p{margin:0;font-size:13.5px;color:var(--muted);line-height:1.55}.cta-band{margin:0 56px 60px;padding:44px;border-radius:22px;background:var(--dark);color:#fff;display:flex;align-items:center;gap:28px;position:relative;overflow:hidden}.cta-band:before{content:"";position:absolute;inset:auto -10% -50% auto;width:50%;height:200%;background:radial-gradient(circle,rgba(255,67,97,.28),transparent 60%)}.cta-band h2{margin:0 0 6px;font-size:28px;letter-spacing:-.02em}.cta-band p{margin:0;color:#9ca3af;max-width:480px}.cta-band .btns{margin-left:auto;display:flex;gap:10px;position:relative}footer.foot{padding:36px 56px;border-top:1px solid var(--line-2);display:flex;justify-content:space-between;align-items:center;color:var(--muted);font-size:13px}.login-wrap{min-height:100%;display:grid;grid-template-columns:1.05fr 1fr}.login-side{background:var(--dark);color:#fff;padding:56px;display:flex;flex-direction:column;position:relative;overflow:hidden}.login-side:after{content:"";position:absolute;inset:-30% auto auto -20%;width:70%;height:70%;background:radial-gradient(ellipse,rgba(255,67,97,.22),transparent 60%)}.login-side .head{display:flex;gap:10px;align-items:center;font-weight:700}.login-side .quote{margin-top:auto;max-width:460px;position:relative}.login-side .quote h2{font-size:30px;line-height:1.18;letter-spacing:-.02em;margin:0 0 24px;font-weight:600}.login-side .quote .by{color:#9ca3af;font-size:13px}.login-card{padding:56px;display:flex;flex-direction:column;justify-content:center;background:var(--surface)}.login-card .brand-row{display:flex;align-items:center;gap:12px;margin-bottom:28px}.login-card .brand-row .tenant-mark{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;color:#fff;font-weight:700;font-size:16px}.login-card h1{margin:0 0 6px;font-size:24px;letter-spacing:-.02em}.login-card .sub{color:var(--muted);font-size:14px;margin-bottom:28px}.form{display:flex;flex-direction:column;gap:14px;max-width:380px}.form .check{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--ink-2)}.form .check input{accent-color:var(--brand)}.form .row{justify-content:space-between}.form .row,.support{display:flex;align-items:center}.support{margin-top:24px;padding:14px 16px;background:var(--bg-soft);border:1px dashed var(--line);border-radius:12px;font-size:12.5px;color:var(--muted);gap:10px}.support-button{width:100%;text-align:left}.support-button:hover{border-color:var(--brand);color:var(--ink-2)}.demohub{padding:56px;max-width:1280px;margin:0 auto}.demohub h1{font-size:38px;letter-spacing:-.025em;margin:0 0 12px}.demohub .sub{font-size:16px;color:var(--muted);max-width:620px}.demo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:40px}.demo-card{border-radius:18px;overflow:hidden;background:var(--surface);border:1px solid var(--line-2);transition:transform .15s ease,box-shadow .15s ease;cursor:pointer}.demo-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.demo-card .hero{height:140px;display:flex;flex-direction:column;justify-content:flex-end;padding:18px;color:#fff;position:relative;overflow:hidden}.demo-card .hero:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,transparent,rgba(0,0,0,.18))}.demo-card .hero .url{font-family:JetBrains Mono,monospace;font-size:11px;opacity:.75;position:relative}.demo-card .hero h3{margin:4px 0 0;font-size:22px;letter-spacing:-.015em;position:relative}.demo-card .body{padding:18px}.demo-card .body p{margin:0 0 14px;font-size:13.5px;color:var(--muted);line-height:1.55}.demo-card .tags{display:flex;flex-wrap:wrap;gap:6px}.analytics-demo-card{text-decoration:none;color:inherit;border:1px solid rgba(15,23,42,.08);box-shadow:0 18px 45px rgba(15,23,42,.1);overflow:hidden}.analytics-demo-card .hero{background:radial-gradient(circle at top right,hsla(0,0%,100%,.28),transparent 34%),linear-gradient(135deg,#111827,#312e81 52%,#7c3aed)}.analytics-demo-card .hero:before{background:linear-gradient(120deg,hsla(0,0%,100%,.18),transparent 45%),radial-gradient(circle at 16% 20%,rgba(96,165,250,.32),transparent 30%)}.analytics-hero-top{display:flex;align-items:center;justify-content:space-between;gap:10px;position:relative;margin-bottom:16px}.analytics-icon{width:36px;height:36px;border-radius:12px;display:inline-grid;place-items:center;border:1px solid hsla(0,0%,100%,.18);backdrop-filter:blur(8px)}.analytics-badge,.analytics-icon{background:hsla(0,0%,100%,.16);color:#fff}.analytics-badge{display:inline-flex;align-items:center;border-radius:999px;padding:6px 10px;border:1px solid hsla(0,0%,100%,.18);font-size:11px;font-weight:700;letter-spacing:.03em}.analytics-demo-card .body p strong{color:var(--ink)}.analytics-demo-cta{pointer-events:none}.split-2{grid-template-columns:2fr 1fr}.split-2,.split-3{display:grid;gap:18px}.split-3{grid-template-columns:1fr 1fr 1fr}.section-card{padding:18px 20px}.section-card h3{margin:0;font-size:14.5px;font-weight:700;letter-spacing:-.01em}.section-card .head{display:flex;align-items:center;gap:10px;margin-bottom:16px}.section-card .head .more{margin-left:auto;color:var(--muted);font-size:12px}.list-row{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px dashed var(--line)}.list-row:last-child{border-bottom:0;padding-bottom:0}.list-row .av{width:32px;height:32px;border-radius:8px;display:grid;place-items:center;font-weight:600;font-size:12px;flex:0 0 32px}.list-row .title{font-weight:600;font-size:13.5px}.list-row .meta{font-size:12px;color:var(--muted);margin-top:1px}.list-row .right{margin-left:auto;text-align:right;font-size:12.5px}.chart{height:180px;display:flex;align-items:flex-end;gap:8px;padding:6px 4px 0}.chart .bar{flex:1;background:linear-gradient(180deg,var(--brand) 0,rgba(255,67,97,.4) 100%);border-radius:6px 6px 2px 2px;position:relative}.chart .bar.alt{background:linear-gradient(180deg,var(--ink) 0,rgba(11,15,25,.5) 100%)}.chart .label{font-size:10px;color:var(--muted);text-align:center}.mesa-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.mesa{aspect-ratio:1;border-radius:12px;border:1.5px solid var(--line);display:flex;flex-direction:column;align-items:center;justify-content:center;font-weight:700;gap:4px;position:relative}.mesa .label{font-size:11px;color:var(--muted);font-weight:500}.mesa.libre{color:var(--ok);border-color:var(--ok-soft);background:rgba(220,252,231,.4)}.mesa.ocupada{color:var(--brand);border-color:var(--brand-soft);background:rgba(255,231,235,.5)}.mesa.reservada{color:var(--warn);border-color:var(--warn-soft);background:hsla(48,96%,89%,.4)}.mesa.cuenta{color:#1e40af;border-color:#dbeafe;background:rgba(219,234,254,.4)}.restaurant-dashboard{display:flex;flex-direction:column;gap:18px}.restaurant-shell{display:grid;grid-template-columns:minmax(0,1fr);gap:18px;align-items:start}.restaurant-main,.restaurant-side{min-width:0;display:flex;flex-direction:column;gap:18px}.restaurant-hero{min-height:clamp(260px,28vw,360px);overflow:hidden;position:relative;border:0;aspect-ratio:16/5;background:#111318;color:#fff;box-shadow:var(--shadow-lg)}.restaurant-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(11,15,25,.92),rgba(11,15,25,.78) 38%,rgba(11,15,25,.18) 72%,rgba(11,15,25,.08))}.restaurant-hero-img{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center right;object-position:center right}.restaurant-hero-copy{position:relative;z-index:1;max-width:430px;padding:32px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-height:100%}.restaurant-eyebrow{display:inline-flex;padding:6px 10px;border-radius:999px;background:hsla(0,0%,100%,.12);border:1px solid hsla(0,0%,100%,.18);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#ffe3b0}.restaurant-hero h2{margin:14px 0 10px;font-size:clamp(28px,4vw,44px);line-height:1.02;letter-spacing:-.02em}.restaurant-hero p{margin:0;max-width:390px;color:hsla(0,0%,100%,.78);font-size:14.5px;line-height:1.55}.restaurant-hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.restaurant-hero-ticket{position:absolute;z-index:1;right:22px;bottom:22px;width:176px;padding:15px;border-radius:14px;background:hsla(0,0%,100%,.9);color:var(--ink);border:1px solid hsla(0,0%,100%,.5);box-shadow:var(--shadow-lg)}.restaurant-hero-ticket small,.restaurant-hero-ticket span{display:block;color:var(--muted);font-size:11.5px}.restaurant-hero-ticket strong{display:block;margin:4px 0;font-size:24px;letter-spacing:-.02em}.restaurant-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.restaurant-ops-grid{display:grid;grid-template-columns:minmax(300px,.78fr) minmax(0,1.22fr);gap:22px;align-items:start}.restaurant-ops-stack,.restaurant-order-stack{display:flex;flex-direction:column;gap:14px;min-width:0}.restaurant-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;align-items:start}.restaurant-kpi{padding:14px 16px;min-width:0;min-height:94px;aspect-ratio:auto;display:flex;flex-direction:column;justify-content:space-between;gap:2px}.restaurant-kpi-icon{width:30px;height:30px;border-radius:8px;display:grid;place-items:center;background:var(--brand-soft);color:var(--brand);margin-bottom:6px}.restaurant-kpi small,.restaurant-kpi span{display:block;color:var(--muted);font-size:11.5px}.restaurant-kpi strong{display:block;margin:2px 0 1px;font-size:19px;letter-spacing:-.02em}.restaurant-popular-inline .restaurant-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.restaurant-popular-inline .restaurant-product-img{height:118px}.restaurant-section{display:flex;flex-direction:column;gap:12px}.restaurant-section-head{display:flex;gap:12px;align-items:flex-end;justify-content:space-between}.restaurant-section-head h3{margin:0;font-size:16px;letter-spacing:-.01em}.restaurant-section-head p{margin:4px 0 0;color:var(--muted);font-size:12.5px}.restaurant-section-head.compact{align-items:center;margin-bottom:12px}.restaurant-section-head.compact span{color:var(--muted);font-size:12px;font-weight:600}.restaurant-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.restaurant-order-stack .restaurant-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.restaurant-category{padding:14px;text-align:left;border:1px solid var(--line-2);display:grid;grid-template-columns:38px minmax(0,1fr);-moz-column-gap:10px;column-gap:10px;row-gap:2px;align-items:center}.restaurant-category span{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;grid-row:span 2;color:var(--ink)}.restaurant-category strong{font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.restaurant-category small{color:var(--muted);font-size:11.5px}.restaurant-category:hover{transform:translateY(-1px);box-shadow:var(--shadow-sm);border-color:var(--brand-soft)}.restaurant-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.restaurant-product{overflow:hidden}.restaurant-product-img{height:138px;background:var(--bg-soft);overflow:hidden}.restaurant-product-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .2s ease}.restaurant-product:hover .restaurant-product-img img{transform:scale(1.04)}.restaurant-product-body{padding:12px 10px}.restaurant-product-bottom,.restaurant-product-top{display:flex;align-items:center;justify-content:space-between;gap:6px;min-width:0}.restaurant-product-top span{display:inline-flex;padding:3px 8px;border-radius:999px;background:var(--brand-soft);color:var(--brand-ink);font-size:10.5px;font-weight:800}.restaurant-product-top small{display:inline-flex;align-items:center;gap:4px;color:#b45309;font-size:11.5px;font-weight:700}.restaurant-product h4{margin:10px 0 3px;font-size:14px;line-height:1.2;min-height:34px}.restaurant-product p{margin:0 0 12px;color:var(--muted);font-size:12px}.restaurant-product-bottom strong{font-size:15px;white-space:nowrap}.restaurant-product-bottom .btn.sm{gap:5px;padding:6px 8px;white-space:nowrap;flex-shrink:0}.restaurant-lower-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:12px}.restaurant-support-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.6fr);gap:12px;align-items:stretch}.restaurant-panel{padding:16px}.restaurant-table-map{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.restaurant-progress{padding:11px 0;border-bottom:1px dashed var(--line)}.restaurant-progress:last-child{border-bottom:0;padding-bottom:0}.restaurant-progress>div:first-child{display:flex;justify-content:space-between;gap:12px;margin-bottom:8px;font-size:12.5px}.restaurant-progress span{color:var(--muted);font-weight:600}.restaurant-progress-track{height:7px;border-radius:999px;background:var(--bg-soft);overflow:hidden}.restaurant-progress-track i{display:block;height:100%;border-radius:inherit}.restaurant-order{padding:18px;border-color:#fed7aa;box-shadow:var(--shadow-md)}.restaurant-order-customer,.restaurant-order-head{display:flex;align-items:center;gap:12px}.restaurant-order-head{justify-content:space-between;margin-bottom:16px}.restaurant-order-head h3{margin:0 0 4px;font-size:16px}.restaurant-order-head p{margin:0;color:var(--muted);font-size:12px}.restaurant-order-customer{padding:12px;border-radius:12px;background:var(--bg-soft);margin-bottom:14px}.restaurant-order-customer span,.restaurant-order-customer strong{display:block}.restaurant-order-customer span{color:var(--muted);font-size:11.5px;margin-top:2px}.restaurant-order-items{border-top:1px dashed var(--line);border-bottom:1px dashed var(--line);padding:10px 0}.restaurant-order-items div,.restaurant-total div{display:flex;justify-content:space-between;gap:12px;padding:8px 0;font-size:12.5px}.restaurant-order-items span,.restaurant-total span{color:var(--muted)}.restaurant-total{padding:8px 0 14px}.restaurant-total div:last-child{font-size:16px;color:var(--ink)}.restaurant-total div:last-child span{color:var(--ink);font-weight:700}.restaurant-checkout{width:100%;justify-content:center}.restaurant-recent{display:flex;justify-content:space-between;gap:10px;padding:11px 0;border-bottom:1px dashed var(--line)}.restaurant-recent:last-child{border-bottom:0;padding-bottom:0}.restaurant-recent span,.restaurant-recent strong{display:block}.restaurant-recent span{color:var(--muted);font-size:11.5px;margin-top:2px}.restaurant-recent>div:last-child{text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:4px}.restaurant-cash{display:flex;align-items:center;gap:12px;justify-content:space-between;background:linear-gradient(135deg,#fff7ed,#fff)}.restaurant-cash small,.restaurant-cash span{display:block;color:var(--muted);font-size:11.5px}.restaurant-cash strong{display:block;margin:4px 0;font-size:22px;letter-spacing:-.02em}.store-dashboard{display:flex;flex-direction:column;gap:18px}.store-shell{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:18px;align-items:start}.store-main,.store-side{min-width:0;display:flex;flex-direction:column;gap:18px}.store-hero{min-height:330px;overflow:hidden;position:relative;border:0;background:#0b1f1a;color:#fff;box-shadow:var(--shadow-lg)}.store-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,24,20,.94),rgba(6,24,20,.76) 38%,rgba(6,24,20,.2) 72%,rgba(6,24,20,.08))}.store-hero-img{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center right;object-position:center right}.store-hero-copy{position:relative;z-index:1;max-width:455px;padding:34px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-height:330px}.store-eyebrow{display:inline-flex;padding:6px 10px;border-radius:999px;background:hsla(0,0%,100%,.12);border:1px solid hsla(0,0%,100%,.18);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#bff5d9}.store-hero h2{margin:14px 0 10px;font-size:clamp(30px,4vw,46px);line-height:1.02;letter-spacing:-.02em}.store-hero p{margin:0;max-width:410px;color:hsla(0,0%,100%,.78);font-size:14.5px;line-height:1.55}.store-hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.store-hero-ticket{position:absolute;z-index:1;right:22px;bottom:22px;width:196px;padding:15px;border-radius:14px;background:hsla(0,0%,100%,.92);color:var(--ink);border:1px solid hsla(0,0%,100%,.55);box-shadow:var(--shadow-lg)}.store-hero-ticket small,.store-hero-ticket span{display:block;color:var(--muted);font-size:11.5px}.store-hero-ticket strong{display:block;margin:4px 0;font-size:24px;letter-spacing:-.02em}.store-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.store-kpi{padding:15px;min-width:0;border-color:#e5efe9}.store-kpi-icon{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:#e8f7ef;color:#1f8a5b;margin-bottom:12px}.store-kpi small,.store-kpi span{display:block;color:var(--muted);font-size:12px}.store-kpi strong{display:block;margin:4px 0 2px;font-size:22px;letter-spacing:-.02em}.store-section{display:flex;flex-direction:column;gap:12px}.store-section-head{display:flex;gap:12px;align-items:flex-end;justify-content:space-between}.store-section-head h3{margin:0;font-size:16px;letter-spacing:-.01em}.store-section-head p{margin:4px 0 0;color:var(--muted);font-size:12.5px}.store-section-head.compact{align-items:center;margin-bottom:12px}.store-section-head.compact span{color:var(--muted);font-size:12px;font-weight:600;text-align:right}.store-top-row{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:stretch}.store-category-grid{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:10px}.store-category{padding:14px;text-align:left;border:1px solid var(--line-2);display:grid;grid-template-columns:38px minmax(0,1fr);-moz-column-gap:10px;column-gap:10px;row-gap:2px;align-items:center}.store-category span{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;grid-row:span 2;color:var(--ink)}.store-category strong{font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.store-category small{color:var(--muted);font-size:11.5px}.store-category:hover{transform:translateY(-1px);box-shadow:var(--shadow-sm);border-color:#b7e7cf}.tienda-cat-card{overflow:visible!important}.tienda-cat-actions{position:absolute;top:5px;right:5px;display:none;gap:3px;z-index:2}.tienda-cat-card:hover .tienda-cat-actions{display:flex}.tienda-cat-actions button{width:22px;height:22px;border-radius:6px;border:1px solid var(--line);background:#fff;cursor:pointer;display:grid;place-items:center;color:var(--ink-2);padding:0;line-height:1;font-size:11px}.tienda-cat-actions button:hover{background:var(--bg-soft)}.tienda-cat-actions button.tienda-cat-del{color:#dc2626}.tienda-cat-actions button.tienda-cat-del:hover{background:#fef2f2}.store-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.store-product{overflow:hidden}.store-product-photo{height:172px;background-size:200% 300%;background-repeat:no-repeat;background-color:#f7f3ec;transition:transform .2s ease}.store-product:hover .store-product-photo{transform:scale(1.03)}.store-product-body{padding:12px}.store-product-actions,.store-product-meta,.store-product-top{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0}.store-product-top span{display:inline-flex;padding:3px 8px;border-radius:999px;background:#e8f7ef;color:#047857;font-size:10.5px;font-weight:800;white-space:nowrap}.store-product-top span.warn{background:var(--warn-soft);color:#92400e}.store-product-top span.bad{background:var(--bad-soft);color:#991b1b}.store-product-top small{color:var(--muted);font-size:10.5px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.store-product h4{margin:10px 0 3px;font-size:14px;line-height:1.2;min-height:34px}.store-product p{margin:0 0 12px;color:var(--muted);font-size:12px;line-height:1.35;min-height:32px}.store-product-meta span{color:var(--muted);font-size:11.5px}.store-product-meta strong{font-size:15px;white-space:nowrap}.store-product-actions{margin-top:12px;justify-content:flex-start;flex-wrap:wrap}.store-product-actions .btn.sm{padding:6px 8px}.store-lower-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.store-panel{padding:16px;min-width:0}.store-money-row,.store-rank,.store-reserve,.store-stock-row{display:flex;align-items:center;gap:12px;padding:11px 0;border-bottom:1px dashed var(--line)}.store-money-row:last-child,.store-rank:last-child,.store-reserve:last-child,.store-stock-row:last-child{border-bottom:0;padding-bottom:0}.store-stock-row .store-product-photo{width:52px;height:52px;border-radius:10px;flex:0 0 52px}.store-rank>div,.store-reserve>div,.store-stock-row>div:nth-child(2){min-width:0;flex:1}.store-rank small,.store-rank strong,.store-reserve span,.store-reserve strong,.store-stock-row span,.store-stock-row strong{display:block}.store-rank small,.store-reserve span,.store-stock-row span{color:var(--muted);font-size:11.5px;margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.store-rank>span{width:28px;height:28px;border-radius:9px;display:grid;place-items:center;background:#e8f7ef;color:#047857;font-weight:800;flex:0 0 28px}.store-rank b{font-size:12.5px;white-space:nowrap}.store-sale{padding:18px;border-color:#b7e7cf;box-shadow:var(--shadow-md)}.store-sale-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:14px}.store-sale-head h3{margin:0 0 4px;font-size:16px}.store-sale-head p{margin:0;color:var(--muted);font-size:12px}.store-search{display:flex;align-items:center;gap:9px;padding:12px;border-radius:12px;background:var(--bg-soft);color:var(--muted);font-size:12.5px;margin-bottom:14px}.store-catalog-search input,.store-search input{flex:1;min-width:0;border:0;outline:0;background:transparent;color:var(--ink);font-size:12.5px}.store-catalog-search input::-moz-placeholder,.store-search input::-moz-placeholder{color:var(--muted)}.store-catalog-search input::placeholder,.store-search input::placeholder{color:var(--muted)}.store-catalog-search:focus-within,.store-search:focus-within{box-shadow:0 0 0 3px rgba(4,120,87,.12)}.store-search-results{margin:-6px 0 14px;border:1px solid var(--line-2);border-radius:12px;background:var(--surface);overflow:hidden}.store-search-results button{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border:0;border-bottom:1px dashed var(--line);background:transparent;color:var(--ink);text-align:left;cursor:pointer}.store-search-results button:last-child{border-bottom:0}.store-search-results button:hover{background:var(--bg-soft)}.store-search-results span{min-width:0}.store-search-results small,.store-search-results strong{display:block}.store-search-results strong{font-size:12.5px}.store-search-results small{margin-top:2px;color:var(--muted);font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.store-search-results b{font-size:12px;white-space:nowrap}.store-sale-items{border-top:1px dashed var(--line);border-bottom:1px dashed var(--line);padding:10px 0}.store-sale-items div,.store-total div{display:flex;justify-content:space-between;gap:12px;padding:8px 0;font-size:12.5px}.store-sale-items span,.store-total span{color:var(--muted)}.store-total{padding:8px 0 14px}.store-total div:last-child{font-size:16px;color:var(--ink)}.store-total div:last-child span{color:var(--ink);font-weight:700}.store-checkout{width:100%;justify-content:center}.store-cash-actions,.store-sale-actions{display:flex;gap:8px;margin-top:10px;flex-wrap:wrap}.store-cash-actions .btn,.store-sale-actions .btn{flex:1;justify-content:center}.store-money-row{justify-content:space-between}.store-money-row span{color:var(--muted);font-size:12.5px}.store-money-row strong{font-size:12.5px;white-space:nowrap}.store-reserve{justify-content:space-between;align-items:flex-start}.store-module-grid{display:grid;grid-template-columns:300px minmax(0,1fr);gap:18px;align-items:start}.store-module-table{min-width:0}.store-catalog-search{display:flex;align-items:center;gap:9px;padding:12px 13px;border:1px solid var(--line-2);border-radius:12px;background:var(--bg-soft);color:var(--muted);margin:0 0 14px}.store-empty-cell,.store-empty-search{color:var(--muted);font-size:12.5px;text-align:center}.store-empty-search{padding:12px}.store-empty-cell{padding:22px!important}.store-action-row{width:100%;display:flex;align-items:center;gap:10px;padding:11px 0;background:transparent;border:0;border-bottom:1px dashed var(--line);color:var(--ink);text-align:left;font-weight:600}.store-action-row:last-child{border-bottom:0;padding-bottom:0}.store-action-row span{flex:1}.store-action-row:hover{color:#047857}.store-stock-alert-banner{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:16px;align-items:center;padding:18px;border-color:#f6d58c;background:linear-gradient(135deg,#fff8e7,#fff 58%,#ecfdf5);box-shadow:0 16px 38px -28px rgba(146,64,14,.38)}.store-stock-alert-icon{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;background:#fef3c7;color:#b45309;box-shadow:inset 0 0 0 1px rgba(180,83,9,.12)}.store-stock-alert-banner span{display:block;margin-bottom:4px;color:#b45309;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.store-stock-alert-banner h3{margin:0;font-size:17px;letter-spacing:-.01em}.store-stock-alert-banner p{margin:5px 0 0;color:var(--muted);font-size:12.5px;line-height:1.45}.store-stock-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.store-stock-card{padding:14px;min-width:0;display:grid;grid-template-columns:36px minmax(0,1fr);-moz-column-gap:10px;column-gap:10px;row-gap:2px;align-items:center}.store-stock-card>div{width:36px;height:36px;border-radius:11px;display:grid;place-items:center;grid-row:span 2;background:#e8f7ef;color:#047857}.store-stock-card.warn>div{background:#fef3c7;color:#b45309}.store-stock-card.danger>div{background:#fee2e2;color:#b91c1c}.store-stock-card.notice>div{background:#fef9c3;color:#a16207}.store-stock-card.ok>div{background:#dcfce7;color:#15803d}.store-stock-card span{color:var(--muted);font-size:11.5px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.store-stock-card strong{font-size:23px;letter-spacing:-.02em}.store-stock-alert-table .table-head{gap:12px;flex-wrap:wrap}.store-stock-filters{flex-wrap:wrap}.store-stock-data tbody tr{position:relative}.store-stock-data tbody tr:before{content:"";position:absolute;left:0;top:8px;bottom:8px;width:4px;border-radius:0 999px 999px 0;background:#16a34a}.store-stock-data tbody tr.store-stock-row-danger{background:#fff7f7}.store-stock-data tbody tr.store-stock-row-warn{background:#fffbeb}.store-stock-data tbody tr.store-stock-row-notice{background:#fefce8}.store-stock-data tbody tr.store-stock-row-ok{background:#f8fff9}.store-stock-data tbody tr.store-stock-row-danger:before{background:#dc2626}.store-stock-data tbody tr.store-stock-row-warn:before{background:#f59e0b}.store-stock-data tbody tr.store-stock-row-notice:before{background:#eab308}.store-stock-product-cell{display:flex;align-items:center;gap:11px;min-width:230px}.store-stock-product-cell small,.store-stock-product-cell strong{display:block}.store-stock-product-cell small{margin-top:2px;color:var(--muted);font-size:11.5px;white-space:nowrap}.store-stock-signal{width:28px;height:28px;border-radius:9px;display:grid;place-items:center;flex:0 0 28px;background:#dcfce7;color:#15803d}.store-stock-signal.danger{background:#fee2e2;color:#b91c1c}.store-stock-signal.warn{background:#fef3c7;color:#b45309}.store-stock-signal.notice{background:#fef9c3;color:#a16207}.store-restock-btn{white-space:nowrap}.store-restock-modal{max-width:430px}.store-restock-modal .modal-head{align-items:flex-start}.store-restock-modal .modal-head p{margin:4px 0 0;color:var(--muted);font-size:12.5px}.store-restock-detail{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:14px}.store-restock-detail div{padding:12px;border-radius:12px;background:var(--bg-soft);border:1px solid var(--line-2)}.store-restock-detail span,.store-restock-detail strong{display:block}.store-restock-detail span,.store-restock-field span{color:var(--muted);font-size:11.5px;font-weight:700}.store-restock-detail strong{margin-top:4px;font-size:14px}.store-restock-field{display:grid;gap:7px}.store-restock-field input{width:100%;padding:12px;border:1px solid var(--line-2);border-radius:12px;outline:0;color:var(--ink);background:var(--surface);font-weight:700}.store-restock-field input:focus{box-shadow:0 0 0 3px rgba(4,120,87,.12);border-color:#9addbb}.store-restock-note{margin-top:12px;padding:10px 12px;border-radius:12px;background:#ecfdf5;color:#047857;font-size:12.5px;font-weight:700}.room-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:8px}.room{aspect-ratio:1;border-radius:10px;display:grid;place-items:center;font-weight:700;font-size:13px;color:#fff}.wizard-steps{display:flex;gap:8px;margin-bottom:28px}.wstep{flex:1;padding:14px 16px;border-radius:12px;background:var(--surface);border:1px solid var(--line-2);display:flex;align-items:center;gap:12px}.wstep .num{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:var(--bg-soft);color:var(--muted);font-weight:700;font-size:12px}.wstep .lbl{font-size:13.5px;font-weight:600}.wstep .desc{font-size:11.5px;color:var(--muted)}.wstep.done .num{background:var(--ok);color:#fff}.wstep.active{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-soft)}.wstep.active .num{background:var(--brand);color:#fff}.module-toggle{display:flex;align-items:center;gap:12px;padding:12px;border-radius:10px;border:1px solid var(--line-2);background:var(--surface)}.module-toggle .ico{width:32px;height:32px;border-radius:8px;background:var(--bg-soft);display:grid;place-items:center;color:var(--ink-2)}.module-toggle .title{font-size:13.5px;font-weight:600}.module-toggle .meta{font-size:11.5px;color:var(--muted)}.module-toggle .switch{margin-left:auto}.switch{width:38px;height:22px;border-radius:999px;background:var(--line);position:relative;cursor:pointer;transition:background .15s;border:0;flex:0 0 38px;padding:0}.switch:after{content:"";position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:50%;background:#fff;transition:transform .15s;box-shadow:0 1px 2px rgba(0,0,0,.15)}.switch.on{background:var(--brand)}.switch.on:after{transform:translateX(16px)}.pwa-banner{position:fixed;bottom:18px;left:50%;transform:translateX(-50%);background:var(--dark);color:#fff;padding:12px 14px;border-radius:14px;display:flex;align-items:center;gap:14px;box-shadow:var(--shadow-lg);z-index:50;max-width:92vw;border:1px solid var(--dark-3)}.pwa-banner .ico-box{width:38px;height:38px;border-radius:10px;background:var(--brand);display:grid;place-items:center;color:#fff}.pwa-banner .title{font-weight:600;font-size:14px}.pwa-banner .meta{font-size:12px;color:#9ca3af}.pwa-banner .close{background:transparent;border:0;color:#9ca3af;padding:6px;border-radius:6px}.pwa-banner .close:hover{background:var(--dark-3);color:#fff}.toast-stack{position:fixed;right:18px;bottom:88px;z-index:80;display:flex;flex-direction:column;gap:10px;pointer-events:none}.toast{max-width:min(360px,calc(100vw - 32px));padding:11px 13px;border-radius:12px;background:var(--dark);color:#fff;border:1px solid var(--dark-3);box-shadow:var(--shadow-lg);font-size:13px;font-weight:600}.toast.ok{border-color:rgba(255,67,97,.36)}.mobile-nav-trigger{display:none;position:fixed;left:14px;bottom:16px;z-index:45;width:42px;height:42px;border-radius:12px;border:1px solid var(--dark-line);background:var(--dark);color:#fff;box-shadow:var(--shadow-lg);place-items:center}.mobile-nav-trigger.light{background:var(--surface);color:var(--ink);border-color:var(--line)}.mobile-drawer-shell{position:fixed;inset:0;z-index:90}.mobile-drawer-backdrop{position:absolute;inset:0;border:0;background:rgba(11,15,25,.48)}.mobile-drawer{position:absolute;left:0;top:0;bottom:0;width:min(320px,88vw);background:var(--dark);color:#e5e7eb;padding:16px 14px;display:flex;flex-direction:column;gap:16px;overflow-y:auto;box-shadow:var(--shadow-lg)}.mobile-drawer.light{background:var(--surface);color:var(--ink)}.mobile-drawer-head{display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.modal-backdrop{position:fixed;inset:0;background:rgba(11,15,25,.45);z-index:85;display:grid;place-items:center;padding:18px}.modal-card{width:min(560px,100%);background:var(--surface);border:1px solid var(--line-2);border-radius:16px;box-shadow:var(--shadow-lg);padding:20px}.modal-actions,.modal-head{display:flex;align-items:center;gap:10px}.modal-head{justify-content:space-between;margin-bottom:16px}.modal-head h3{margin:0;font-size:16px}.modal-actions{justify-content:flex-end;margin-top:18px;flex-wrap:wrap}.field-error{color:var(--bad);font-size:12px;margin-top:6px;font-weight:600}.input.invalid{border-color:var(--bad);box-shadow:0 0 0 3px var(--bad-soft)}.text-action{border:0;background:transparent;color:var(--brand);padding:0;font-size:12px;font-weight:600}.demo-card-cta{margin-top:14px;width:100%;justify-content:center}.inline-tools{margin-left:auto;display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.mini-input{min-width:150px;max-width:210px;padding:7px 10px;border:1px solid var(--line);border-radius:999px;background:var(--surface);outline:0;font-size:12px}.admin-action-card{align-items:flex-start}.admin-action-card>div:nth-child(2){min-width:0;flex:1}.inline-icon{border:0;background:transparent;padding:0}.admin-card-actions{margin-left:auto;display:flex;align-items:center;gap:9px;flex-wrap:wrap;justify-content:flex-end}.empty-mini{padding:18px;border:1px dashed var(--line);border-radius:12px;color:var(--muted);background:var(--bg-soft);font-size:13px}.empty{padding:56px 24px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:8px}.empty .glyph{width:64px;height:64px;border-radius:18px;background:var(--bg-soft);display:grid;place-items:center;color:var(--muted-2);margin-bottom:8px}.empty h3{margin:0;font-size:16px;letter-spacing:-.01em}.empty p{margin:0;color:var(--muted);font-size:13.5px;max-width:360px}.notfound{min-height:100%;display:grid;place-items:center;padding:60px 24px}.notfound .box{max-width:440px;text-align:center;padding:44px;background:var(--surface);border:1px solid var(--line-2);border-radius:22px;box-shadow:var(--shadow-lg)}.notfound .glyph{width:64px;height:64px;margin:0 auto 16px;border-radius:18px;background:var(--brand-soft);color:var(--brand);display:grid;place-items:center}.notfound h1{font-size:22px;letter-spacing:-.01em;margin:0 0 8px}.notfound p{color:var(--muted);margin:0 0 20px;line-height:1.55;font-size:14px}@media (max-width:1100px){.demo-grid,.feature-grid,.kpi-grid,.rubro-grid{grid-template-columns:repeat(2,1fr)}.restaurant-shell{grid-template-columns:1fr}.restaurant-side{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}.restaurant-ops-grid{grid-template-columns:1fr}.restaurant-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.restaurant-support-grid{grid-template-columns:1fr}.restaurant-category-grid,.restaurant-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.store-shell{grid-template-columns:1fr}.store-side{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}.store-kpis{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.store-category-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.store-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.store-module-grid{grid-template-columns:1fr}.store-stock-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.hero{grid-template-columns:1fr;padding:60px 32px 44px;gap:28px}.hero h1{font-size:44px}.hero-art{display:block;height:390px;width:min(100%,640px);margin:10px auto 0}.hero-art .float-card:first-child{top:0!important;left:4%!important;width:285px!important}.hero-art .float-card:nth-child(2){top:118px!important;left:38%!important;width:285px!important}.hero-art .float-card:nth-child(3){top:286px!important;left:12%!important;width:330px!important}.login-wrap,.split-2{grid-template-columns:1fr}.login-side{display:none}.demohub,.section{padding:60px 32px}}@media (max-width:700px){.app-grid{grid-template-columns:1fr}.sidebar{display:none}.mobile-nav-trigger{display:grid}.topbar{padding:12px 16px}.page{padding:16px 16px 76px}.kpi-grid{grid-template-columns:1fr 1fr;gap:10px}.restaurant-lower-grid,.restaurant-ops-grid,.restaurant-shell,.restaurant-side,.restaurant-support-grid{grid-template-columns:1fr}.restaurant-ops-grid{gap:12px}.restaurant-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.restaurant-kpi{aspect-ratio:auto;min-height:86px;padding:12px 14px}.restaurant-kpis{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.restaurant-category-grid,.restaurant-product-grid,.store-kpis,.store-lower-grid,.store-shell,.store-side,.store-top-row{grid-template-columns:1fr}.store-kpis{gap:10px}.store-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.store-product-grid{grid-template-columns:1fr}.store-stock-alert-banner{grid-template-columns:1fr;align-items:flex-start}.store-stock-summary{grid-template-columns:1fr}.store-stock-filters{width:100%;margin-left:0!important}.store-restock-detail{grid-template-columns:1fr}.restaurant-hero{min-height:360px;aspect-ratio:auto}.restaurant-hero:after{background:linear-gradient(180deg,rgba(11,15,25,.9),rgba(11,15,25,.72) 54%,rgba(11,15,25,.26))}.restaurant-hero-copy{min-height:260px;padding:24px}.restaurant-hero-ticket,.store-hero-ticket{position:relative;inset:auto;width:auto;margin:0 18px 18px}.demo-grid,.feature-grid,.rubro-grid{grid-template-columns:1fr}.hero{padding:42px 20px 36px}.hero h1{font-size:34px}.hero .meta{flex-direction:column;gap:14px}.hero-art{height:auto;display:grid;gap:12px;width:100%;margin-top:4px}.hero-art .float-card{position:relative!important;top:auto!important;left:auto!important;width:100%!important;padding:14px}.url-bar{display:none}.tenant-switch{overflow-x:auto}}.browser-bar{flex-wrap:wrap;min-width:0}.url-bar{min-width:0}.tenant-switch{min-width:0;max-width:560px;overflow-x:auto;scrollbar-width:thin}.tenant-switch::-webkit-scrollbar{height:4px}.tenant-switch::-webkit-scrollbar-thumb{background:#334155;border-radius:999px}.demo-head{display:flex;align-items:flex-end;gap:18px}.demo-head>div:first-child{min-width:0}.demo-actions{margin-left:auto;display:flex;gap:8px;flex-shrink:0}.inline-notice{margin-top:16px;display:inline-flex;align-items:center;padding:10px 12px;border-radius:12px;background:var(--brand-soft);color:var(--brand-ink);font-size:13px;font-weight:600;border:1px solid #ffd5dd}.quick-module-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(132px,1fr));gap:10px}.settings-module-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:10px}.form-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.span-2{grid-column:span 2}.module-toggle{min-width:0;width:100%;text-align:left}.module-toggle .module-copy{min-width:0;flex:1}.module-toggle .meta,.module-toggle .title{overflow:hidden;text-overflow:ellipsis}@media (max-width:980px){.browser-bar{gap:8px;padding:8px 10px}.browser-nav{display:none}.url-bar{flex:1 1 100%;order:2;max-width:none}.tenant-switch{order:3;flex:1 1 100%;max-width:100%}.pwa-bell{margin-left:auto}.restaurant-side,.store-side{grid-template-columns:1fr}.demo-head{align-items:flex-start;flex-direction:column}.demo-actions{margin-left:0;width:100%;flex-wrap:wrap}.demo-actions .btn{flex:1;justify-content:center;min-width:150px}.demohub h1{font-size:clamp(30px,8vw,38px);line-height:1.08;overflow-wrap:normal;word-break:normal}}@media (max-width:760px){.landing .nav{padding:14px 20px;flex-wrap:wrap}.landing .nav .links{display:none}.landing .nav .cta{margin-left:0;width:100%}.landing .nav .cta .btn{flex:1;justify-content:center}.cta-band{margin:0 20px 44px;padding:28px 24px;flex-direction:column;align-items:flex-start}.cta-band .btns{margin-left:0;width:100%;flex-wrap:wrap}.cta-band .btns .btn{flex:1 1 150px;justify-content:center}.cta-row{flex-wrap:wrap}.cta-row .btn{flex:1 1 180px;justify-content:center}.demohub{padding:34px 20px}.demo-card .hero{min-height:120px;padding:16px}.topbar{flex-wrap:wrap;gap:10px}.topbar .actions{width:100%;margin-left:0;flex-wrap:wrap}.search{width:100%}.page-head{align-items:flex-start;flex-direction:column}.page-head .actions{margin-left:0;width:100%;flex-wrap:wrap}.page-head .actions .btn{flex:1;justify-content:center;min-width:140px}.form-grid-2{grid-template-columns:1fr}.span-2{grid-column:auto}.settings-module-grid{grid-template-columns:1fr}.module-toggle{padding:12px 10px}}@media (max-width:520px){.browser-bar{padding:7px 8px}.tenant-switch button{padding:5px 9px;white-space:nowrap}.hero{padding:32px 16px 30px}.hero h1{font-size:32px}.hero p.lead{font-size:15px}.restaurant-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.restaurant-popular-inline .restaurant-product-grid{grid-template-columns:1fr}.restaurant-kpi{min-height:80px;aspect-ratio:auto;padding:10px 12px}.restaurant-hero{min-height:390px}.restaurant-hero h2{font-size:30px}.restaurant-hero-actions .btn{flex:1 1 145px;justify-content:center}.pwa-banner{left:12px;right:12px;transform:none;bottom:62px;display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:10px;padding:10px 12px;border-radius:12px}.pwa-banner .ico-box{width:34px;height:34px}.pwa-banner .title{font-size:13px;padding-right:20px}.pwa-banner .meta{display:none}.pwa-banner .btn{grid-column:2/4;justify-content:center}.pwa-banner .close{position:absolute;top:8px;right:8px}.toast-stack{left:12px;right:12px;bottom:118px}.toast{max-width:none}}@media (max-width:767px){.agency-main,.hotel-main,.main,.viewport{max-width:100%;min-width:0;overflow-x:hidden!important}.btn{min-height:40px;justify-content:center;white-space:normal}.restaurant-hero{display:flex;flex-direction:column;min-height:0;aspect-ratio:auto;overflow:hidden}.restaurant-hero:after{display:none}.restaurant-hero-img{position:relative;order:1;height:190px;-o-object-position:center;object-position:center;flex:0 0 auto}.restaurant-hero-copy{order:2;min-height:0;max-width:none;width:100%;padding:22px 20px 16px;background:linear-gradient(180deg,#111318,#191c22)}.restaurant-hero h2{font-size:28px;line-height:1.08;overflow-wrap:anywhere}.restaurant-hero p{max-width:none;font-size:13.5px}.restaurant-hero-actions{width:100%;gap:8px}.restaurant-hero-actions .btn{flex:1 1 100%;width:100%}.restaurant-hero-ticket{position:relative;order:3;inset:auto;width:auto;margin:0 20px 20px;background:#fff}.store-hero{display:flex;flex-direction:column;min-height:0;aspect-ratio:auto;overflow:hidden}.store-hero:after{display:none}.store-hero-img{position:relative;order:1;height:190px;-o-object-position:center;object-position:center;flex:0 0 auto}.store-hero-copy{order:2;min-height:0;max-width:none;width:100%;padding:22px 20px 16px;background:linear-gradient(180deg,#061814,#0a2218)}.store-hero h2{font-size:26px;overflow-wrap:anywhere}.store-hero p{max-width:none;font-size:13.5px}.store-hero-actions{width:100%;gap:8px}.store-hero-actions .btn{flex:1 1 100%;width:100%}.store-hero-ticket{position:relative;order:3;inset:auto;width:auto;margin:0 20px 20px;background:#fff}.store-nv-row{flex-wrap:wrap;gap:8px 12px}.store-nv-row-right{flex-shrink:1;min-width:0;margin-left:0}.restaurant-order-head,.restaurant-recent,.restaurant-section-head{align-items:flex-start;flex-direction:column}.restaurant-product-actions,.restaurant-product-bottom{flex-wrap:wrap}.agency-app-shell,.hotel-app-shell{position:relative;width:100%}.agency-sidebar:not(.agency-sidebar-mobile),.hotel-sidebar:not(.hotel-sidebar-mobile){display:none!important}.agency-mobile-trigger,.hotel-mobile-trigger{position:absolute;top:12px;left:12px;z-index:30;width:38px;height:38px;border-radius:10px;border:1px solid #e2e8f0;background:#fff;color:#0f172a;display:grid;place-items:center;box-shadow:var(--shadow-sm)}.agency-mobile-drawer-shell,.hotel-mobile-drawer-shell{position:fixed;inset:0;z-index:1200}.agency-mobile-backdrop,.hotel-mobile-backdrop{position:absolute;inset:0;border:0;background:rgba(15,23,42,.52)}.agency-sidebar-mobile,.hotel-sidebar-mobile{position:relative;z-index:1;width:min(84vw,300px)!important;max-width:300px;height:100vh!important;box-shadow:18px 0 40px rgba(15,23,42,.24)}.agency-main,.hotel-main{width:100%;flex-basis:100%}.agency-main>div,.hotel-main>div{padding-top:60px!important}.agency-page-pad,.hotel-page-pad{padding:0 14px 22px!important}.agency-topbar,.hotel-topbar{padding:16px 14px 0 62px!important;align-items:flex-start!important;flex-direction:column;gap:10px!important}.agency-topbar h1,.hotel-topbar h1{font-size:20px!important;line-height:1.15}.agency-topbar-actions,.hotel-topbar-actions{width:100%;flex-wrap:wrap}.agency-topbar-actions>*,.hotel-topbar-actions>*{flex:1 1 150px}.agency-hero-card,.hotel-hero-card{border-radius:14px!important}.agency-hero-upload,.hotel-hero-upload{aspect-ratio:auto!important;min-height:300px}.hotel-hero-card{min-height:260px!important}.agency-hero-overlay,.hotel-hero-overlay{padding:18px 16px!important;background:linear-gradient(180deg,rgba(10,15,30,.82),rgba(10,15,30,.55))!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-end!important;gap:14px!important}.agency-hero-overlay>div:first-child,.hotel-hero-overlay>div:first-child{font-size:22px!important;line-height:1.12!important;max-width:100%;flex:none!important}.agency-hero-overlay>div:nth-child(2),.hotel-hero-overlay>div:nth-child(2){font-size:12.5px!important;line-height:1.35}.hotel-hero-overlay>div:last-child{width:100%!important;margin-left:0!important;padding-bottom:0!important}.hotel-hero-overlay>div:last-child button{width:100%!important;justify-content:center!important;padding:11px 18px!important;font-size:14px!important}.agency-hero-card{flex-direction:column!important;min-height:auto!important}.agency-hero-left{padding:24px 20px 20px!important}.agency-hero-left>div:nth-child(2){font-size:21px!important;line-height:1.2!important}.agency-hero-right{display:none!important}.hotel-hero-stats{display:flex!important;flex-wrap:wrap!important;gap:10px 16px!important;margin-top:10px!important}.hotel-hero-stats>div[style*="width: 1px"]{display:none!important}.hotel-hero-stats>div{text-align:left!important;min-width:0}.hotel-hero-stats>div>div:first-child{font-size:22px!important}.agency-dashboard-split,.agency-main [style*="grid-template-columns: 1fr 1fr"],.agency-main [style*="grid-template-columns: repeat(3, 1fr)"],.agency-main [style*="repeat(auto-fit, minmax(170px, 1fr))"],.agency-wa-grid,.hotel-dashboard-split,.hotel-main [style*="grid-template-columns: 1fr 1fr"],.hotel-main [style*="repeat(auto-fit, minmax(180px, 1fr))"],.main .page>div[style*="grid-template-columns: 1fr 1fr"]{grid-template-columns:1fr!important}.agency-main table,.hotel-main table{min-width:650px}.agency-main [style*="overflow-x: auto"],.hotel-main [style*="overflow-x: auto"]{max-width:100%;-webkit-overflow-scrolling:touch}.agency-main td,.agency-main th,.hotel-main td,.hotel-main th{white-space:normal}.page-head .actions .btn,.topbar .actions .btn{width:100%}.section-card{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-data{min-width:680px}.list-row{align-items:flex-start}.page-head h1,.section-card .head .more,.section-card h3{overflow-wrap:anywhere}.hotel-main>div{padding-left:14px!important;padding-right:14px!important}.hotel-guests-grid,.hotel-main [style*="1fr 320px"],.hotel-main [style*="360px 1fr"],.hotel-ocupacion-grid{grid-template-columns:1fr!important}.hotel-main [style*="position: sticky"]{position:relative!important;top:auto!important;align-self:auto!important}.hotel-main [style*="360px 1fr"]>div:first-child{width:100%!important;min-width:0!important}.hotel-main [style*="minmax(220px"]{grid-template-columns:repeat(2,minmax(0,1fr))!important}.hotel-room-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.hotel-main [style*="grid-template-columns: 1fr 1fr"]{grid-template-columns:1fr!important}.hotel-topbar-actions>button,.hotel-topbar-actions>div{flex:1 1 140px!important;min-width:120px!important}.hotel-main>div table:not(.hotel-no-scroll){min-width:480px}.hotel-main [style*="position: fixed"] [style*="grid-template-columns: 1fr 1fr"]{grid-template-columns:1fr!important}}@media (max-width:900px){.agency-sidebar:not(.agency-sidebar-mobile),.crm-app-shell>.sidebar,.hotel-sidebar:not(.hotel-sidebar-mobile){display:none!important}.agency-mobile-trigger,.crm-app-shell>.mobile-nav-trigger,.hotel-mobile-trigger{display:grid}.agency-app-shell,.crm-app-shell,.hotel-app-shell{width:100%;max-width:100%}.crm-app-shell{grid-template-columns:1fr}.agency-main,.crm-app-shell>.main,.hotel-main{width:100%;max-width:100%;min-width:0;overflow-x:hidden!important}}@media (min-width:901px){.agency-mobile-drawer-shell,.agency-mobile-trigger,.crm-app-shell>.mobile-nav-trigger,.hotel-mobile-drawer-shell,.hotel-mobile-trigger{display:none!important}}@media (max-width:900px){.agency-mobile-trigger,.hotel-mobile-trigger{position:absolute;display:grid;top:12px;left:12px;z-index:30;width:38px;height:38px;border-radius:10px;border:1px solid #e2e8f0;background:#fff;color:#0f172a;place-items:center;box-shadow:var(--shadow-sm)}.agency-main>div,.hotel-main>div{padding-top:60px!important}.hotel-hero-upload>div[style*="bottom: 8px"]{display:none!important}}@media (max-width:430px){.restaurant-hero-img{height:170px}.restaurant-hero-copy{padding:20px 18px 14px}.restaurant-hero-ticket{margin:0 18px 18px}.hotel-room-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.hotel-hero-upload{min-height:320px}}.hotel-kpi-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;margin-bottom:24px}@media (max-width:1100px){.hotel-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:767px){.hotel-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:520px){.hotel-kpi-grid{grid-template-columns:1fr}}.nv-layout{grid-template-columns:1fr 360px}.nv-layout,.rm-layout{display:grid;gap:20px;align-items:start}.rm-layout{grid-template-columns:minmax(0,1fr) 320px}@media (max-width:700px){.nv-layout,.rm-layout{grid-template-columns:1fr}.main .page>.nv-layout,.main .page>.rm-layout{gap:14px}.table-card{overflow-x:auto;-webkit-overflow-scrolling:touch}.table-card .data{min-width:480px}.form-grid-2{grid-template-columns:1fr}.span-2{grid-column:auto}.modal-backdrop{padding:12px;overflow-y:auto;align-items:flex-start}.modal-card{width:100%;max-width:calc(100vw - 24px);max-height:calc(100vh - 80px);overflow-y:auto}.restaurant-hero-actions{flex-wrap:wrap;gap:8px}.restaurant-hero-actions .btn{flex:1 1 100%;justify-content:center}.store-hero-actions .btn{flex:1 1 calc(50% - 4px);justify-content:center}}@media (max-width:520px){.modal-card{padding:16px}.nv-layout .restaurant-product-grid,.nv-layout [style*="repeat(auto-fill"]{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))!important}}@media (max-width:767px){.nv-layout .rest-nv-grid .btn.sm{min-height:32px;padding:5px 10px;font-size:12px;white-space:nowrap}}@media (max-width:700px){.rest-nv-cats{gap:8px 6px!important}.rest-nv-cats .btn{padding:5px 13px!important;font-size:12.5px!important;min-height:32px!important;white-space:nowrap}.nv-layout .rest-nv-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.nv-layout .rest-nv-grid .card{padding:12px!important;gap:10px!important}.rest-nv-product-footer{flex-direction:column!important;align-items:stretch!important;gap:8px!important;margin-top:6px!important}.rest-nv-product-footer>span{font-size:17px!important}.rest-nv-product-footer>.btn{width:100%!important;justify-content:center!important;flex-shrink:0}}@media (max-width:430px){.nv-layout .rest-nv-grid{grid-template-columns:1fr!important}.rest-nv-product-footer{flex-direction:row!important;align-items:center!important;justify-content:space-between!important;flex-wrap:nowrap!important;gap:10px!important}.rest-nv-product-footer>span{font-size:16px!important;white-space:nowrap;flex:1 1 auto}.rest-nv-product-footer>.btn{width:auto!important;flex-shrink:0;flex:0 0 auto!important}}@media (max-width:700px){.tienda-nv-wrap.page{padding:12px 12px 72px!important;gap:14px!important}.tienda-nv-wrap .page-head h1{font-size:20px!important}.tienda-nv-wrap .page-head .sub{font-size:12px!important}.tienda-nv-wrap .btn{min-height:34px!important}.tienda-nv-wrap .btn.sm{min-height:30px!important;padding:4px 10px!important;font-size:12px!important}.tienda-nv-wrap .nv-layout{gap:12px!important}.tienda-nv-wrap .nv-layout .card{padding:12px 14px!important}.tienda-nv-wrap .nv-layout>div>.card>div[style*="fontWeight: 700"]{margin-bottom:8px!important;font-size:13px!important}.tienda-nv-wrap .nv-layout>div:first-child{gap:12px!important}.tienda-nv-wrap .nv-layout>div:last-child{gap:10px!important}.tienda-nv-wrap .table-card{overflow-x:auto;-webkit-overflow-scrolling:touch}.tienda-nv-wrap .table-card .data{min-width:360px!important}.tienda-nv-wrap .table-card .data td,.tienda-nv-wrap .table-card .data th{padding:7px 8px!important;font-size:12px!important}.tienda-nv-wrap .table-card .data td button,.tienda-nv-wrap .table-card .data td button[style*="width: 26px"]{width:24px!important;height:24px!important;font-size:13px!important}.tienda-nv-wrap .table-head h3{font-size:13px!important}.tienda-nv-wrap .nv-layout .card .btn.sm[style*="padding: '4px 12px'"],.tienda-nv-wrap .nv-layout .card>div[style*="flexWrap: 'wrap'"] .btn{padding:4px 10px!important;font-size:12px!important}.tienda-nv-wrap .nv-layout .card label[style*="fontSize: 13"],.tienda-nv-wrap .nv-layout .card>div[style*="flexDirection: 'column'"]>div{font-size:12.5px!important}.tienda-nv-wrap .nv-layout>div:last-child>.btn[style*="padding: '14px 0'"]{padding:11px 0!important;font-size:14px!important}.tienda-nv-wrap .table-card>div[style*="padding: '32px 20px'"]{padding:20px 16px!important;font-size:12.5px!important}}@media (max-width:390px){.tienda-nv-wrap.page{padding:10px 10px 68px!important}.tienda-nv-wrap .table-card .data{min-width:320px!important}.tienda-nv-wrap .table-card .data td,.tienda-nv-wrap .table-card .data th{padding:6px!important;font-size:11.5px!important}}