:root{--bg: #f5f7fa;--surface: #ffffff;--surface-muted: #f8fafc;--sidebar: #121826;--sidebar-soft: #1a2333;--text: #111827;--muted: #667085;--subtle: #98a2b3;--line: #d9e2ec;--line-soft: #edf1f5;--brand: #0f766e;--brand-soft: #e6f6f3;--success: #067647;--success-bg: #ecfdf3;--warning: #b54708;--warning-bg: #fffaeb;--danger: #b42318;--danger-bg: #fef3f2;--info: #175cd3;--info-bg: #eff8ff;--radius: 10px;--radius-sm: 8px;--shadow-sm: 0 1px 2px rgb(16 24 40 / 5%);--shadow-md: 0 14px 36px rgb(16 24 40 / 10%);color:var(--text);background:var(--bg);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.45}*{box-sizing:border-box}html,body,#root{width:100%;min-width:0;min-height:100%;overflow-x:visible}body{margin:0;background:var(--bg)}button,input,select,textarea{font:inherit}button,a,summary,input,select,textarea{outline-color:var(--brand);outline-offset:2px}button{min-height:38px;border:1px solid var(--brand);border-radius:var(--radius-sm);background:var(--brand);color:#fff;cursor:pointer;font-weight:700;padding:.58rem .85rem}button:hover{background:#0b5f59;border-color:#0b5f59}button:disabled,input:disabled,select:disabled,textarea:disabled{cursor:not-allowed;opacity:.62}a{color:var(--brand)}input,select,textarea{width:100%;min-height:38px;border:1px solid var(--line);border-radius:var(--radius-sm);background:#fff;color:var(--text);padding:.55rem .7rem}textarea{min-height:90px;resize:vertical}label{display:grid;gap:.35rem;color:#344054;font-size:.88rem;font-weight:700}h1,h2,h3,p{margin-top:0}h1{margin-bottom:.22rem;font-size:clamp(1.55rem,2vw,1.95rem);font-weight:760;letter-spacing:0}h2{margin-bottom:.2rem;font-size:1.15rem;font-weight:740}h3{margin-bottom:.35rem;font-size:.98rem;font-weight:740}img,svg,video,canvas{max-width:100%}.state-shell,.login-shell{display:grid;min-height:100vh;place-items:center;padding:1rem}.login-shell{background:radial-gradient(circle at top left,rgb(15 118 110 / 10%),transparent 34rem),var(--bg)}.login-card{display:grid;width:min(100%,420px);gap:1rem;border:1px solid var(--line);border-radius:14px;background:var(--surface);box-shadow:var(--shadow-md);padding:1.4rem}.login-context{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:.75rem}.login-context span{border:1px solid var(--line);border-radius:999px;background:var(--surface-muted);color:var(--muted);font-size:.78rem;font-weight:800;padding:.28rem .62rem;white-space:nowrap}.login-subtitle,.login-note{margin:0;color:var(--muted);line-height:1.5}.login-note{border:1px solid var(--line-soft);border-radius:var(--radius-sm);background:var(--surface-muted);font-size:.86rem;padding:.7rem}.brand,.eyebrow,.breadcrumb{margin:0;color:var(--brand);font-size:.76rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.breadcrumb{color:var(--muted)}.admin-shell{display:grid;grid-template-columns:256px minmax(0,1fr);min-height:100vh;background:var(--bg);transition:grid-template-columns .18s ease}.admin-shell--collapsed{grid-template-columns:48px minmax(0,1fr)}.enterprise-sidebar{position:sticky;top:0;z-index:30;display:flex;width:256px;min-width:0;min-height:100vh;max-height:100vh;flex-direction:column;gap:.9rem;background:var(--sidebar);color:#f9fafb;overflow-y:auto;padding:1rem .75rem}.enterprise-sidebar{transition:width .18s ease,padding .18s ease}.brand-block{display:grid;gap:.42rem;padding:.25rem .55rem .75rem}.brand-identity{display:grid;grid-template-columns:38px minmax(0,1fr);gap:.62rem;align-items:center;min-width:0}.brand-logo{display:grid;width:38px;height:38px;place-items:center;overflow:hidden;border:1px solid rgb(125 211 199 / 34%);border-radius:12px;background:linear-gradient(145deg,#0f766e,#1d4ed8);color:#fff;font-size:.75rem;font-weight:900;letter-spacing:.02em;box-shadow:0 10px 22px #0000002e}.brand-logo--image{background:#fff}.brand-logo img{width:100%;height:100%;display:block;object-fit:cover}.brand-block .brand{color:#7dd3c7}.brand-block h1{margin:0;color:#fff;font-size:1.08rem;font-weight:760;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.brand-block p:last-child,.nav-group>p{margin:0;color:#94a3b8;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.sidebar-toggle{align-self:flex-end;width:36px;min-height:34px;border:1px solid rgb(255 255 255 / 10%);background:#ffffff0f;color:#d1d5db;padding:0}.sidebar-toggle:hover{background:#ffffff1a;border-color:#ffffff29}.admin-tabs{display:grid;gap:1rem;padding:0}.nav-group{display:grid;gap:.35rem}.admin-tabs button,.logout-button{display:grid;grid-template-columns:30px minmax(0,1fr);align-items:center;gap:.62rem;min-height:42px;border:1px solid transparent;border-radius:var(--radius-sm);background:transparent;color:#cbd5e1;padding:.48rem .55rem;text-align:left}.admin-tabs button:hover,.logout-button:hover{background:var(--sidebar-soft);border-color:#ffffff12}.admin-tabs button.active{position:relative;background:var(--sidebar-soft);color:#fff}.admin-tabs button.active:before{position:absolute;left:-.75rem;width:3px;height:26px;border-radius:999px;background:#2dd4bf;content:""}.nav-icon{display:grid;width:30px;height:30px;place-items:center;border:1px solid rgb(255 255 255 / 8%);border-radius:9px;background:linear-gradient(145deg,#ffffff1c,#ffffff0a);color:#e5e7eb;font-size:.9rem;font-weight:900}.nav-copy{display:grid;min-width:0}.nav-copy span,.nav-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nav-copy span{font-weight:760}.nav-copy small{color:#94a3b8;font-size:.74rem;font-weight:600}.logout-button{margin-top:auto;width:100%;border-color:#fda29b47;background:#7f1d1d29;color:#fda29b;justify-content:start;white-space:nowrap}.logout-icon{width:18px;height:18px;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;fill:none}.logout-button span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.enterprise-sidebar--collapsed{width:48px;max-width:48px;align-items:center;gap:0;overflow:hidden;padding:.75rem .35rem}.enterprise-sidebar--collapsed .brand-block,.enterprise-sidebar--collapsed .admin-tabs{display:none!important}.enterprise-sidebar--collapsed .sidebar-toggle{align-self:center;margin-top:0;flex:0 0 auto}.enterprise-sidebar--collapsed .brand-block h1,.enterprise-sidebar--collapsed .brand-block p:not(.brand),.enterprise-sidebar--collapsed .nav-group>p,.enterprise-sidebar--collapsed .nav-copy{display:none}.enterprise-sidebar--collapsed .admin-tabs button{grid-template-columns:1fr;justify-items:center}.enterprise-sidebar--collapsed .logout-button{display:grid!important;grid-template-columns:1fr;width:36px;min-height:36px;justify-items:center;justify-content:center;gap:0;margin-top:auto;border-color:#f871718c;background:#7f1d1db8;color:#fee2e2;padding:0}.enterprise-sidebar--collapsed .logout-button:hover{border-color:#fca5a5c7;background:#991b1b;color:#fff}.enterprise-sidebar--collapsed .logout-button span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.main-column{display:grid;min-width:0;align-content:start}.admin-header{position:sticky;top:0;z-index:20;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:1rem;min-width:0;border-bottom:1px solid var(--line);background:#fffffff0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 1.35rem}.page-heading{min-width:0}.page-heading p:last-child,.help-text,.empty-state{margin:0;color:var(--muted)}.empty-state--guided{display:grid;gap:.18rem}.empty-state--guided strong{color:var(--text)}.empty-state--guided span{display:block}.mobile-menu-button{display:none;border-color:var(--line);background:#fff;color:var(--text)}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;min-width:0}.client-picker{display:grid;width:min(260px,26vw);gap:.25rem;color:var(--muted);font-size:.76rem}.account-chip{display:flex;align-items:center;gap:.6rem;min-width:0;border:1px solid var(--line);border-radius:999px;background:#fff;padding:.35rem .65rem .35rem .4rem}.public-preview-link,.public-qr-button{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:42px;max-width:220px;border:1px solid #9fd8d1;border-radius:999px;background:linear-gradient(145deg,#fff,#eaf7f5);color:var(--brand);padding:.45rem .75rem;text-decoration:none;box-shadow:var(--shadow-sm)}.public-qr-button{cursor:pointer}.public-qr-button:disabled{cursor:not-allowed;opacity:.6}.public-preview-link span,.public-qr-button span{display:grid;width:26px;height:26px;place-items:center;border-radius:999px;background:var(--brand);color:#fff;font-weight:850}.public-qr-button span{background:#fff;color:var(--brand);border:1px solid #9fd8d1}.public-preview-link strong,.public-qr-button strong{overflow:hidden;font-size:.82rem;text-overflow:ellipsis;white-space:nowrap}.public-preview-link:hover,.public-qr-button:hover:not(:disabled){border-color:var(--brand);color:var(--brand-dark)}.account-chip__logo{display:grid;width:32px;height:32px;place-items:center;overflow:hidden;border-radius:999px;background:var(--brand-soft);color:var(--brand);font-weight:800}.account-chip__logo--image{background:#fff}.account-chip__logo img{width:100%;height:100%;display:block;object-fit:cover}.account-chip strong,.account-chip small{display:block;max-width:170px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-chip strong{font-size:.83rem}.account-chip small{color:var(--muted);font-size:.74rem}.workbench{display:grid;gap:1rem;width:100%;max-width:1760px;min-width:0;padding:1.25rem}.panel,.metric-card,.toolbar,.media-box,.manual-delivery,.modal{min-width:0;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-sm)}.panel{padding:1rem}.panel--wide{min-width:0}.summary-layout,.client-layout{display:grid;gap:1rem;min-width:0}.hero-panel-v2,.client-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1rem;min-height:116px}.hero-panel-v2 h2,.client-hero h2{margin:.15rem 0 .25rem;font-size:clamp(1.35rem,1.8vw,1.75rem)}.overview-status{display:grid;min-width:150px;justify-items:end;gap:.1rem}.overview-status span{color:var(--brand);font-size:1.75rem;font-weight:780}.overview-status small{color:var(--muted)}.metric-grid{display:grid;gap:.75rem;min-width:0}.metric-grid--enterprise{grid-template-columns:repeat(auto-fit,minmax(168px,1fr))}.metric-grid--compact{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.metric-card{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.2rem .7rem;align-items:center;color:var(--text);padding:.85rem;text-align:left}.metric-card i{grid-row:span 3;display:grid;width:34px;height:34px;place-items:center;border-radius:9px;background:var(--surface-muted);color:var(--brand);font-style:normal;font-weight:850}.metric-card span{color:var(--text);font-size:1.55rem;font-weight:780;line-height:1}.metric-card strong{font-size:.88rem}.metric-card small{color:var(--muted)}.metric-card--link{border-color:var(--line);background:#fff}.metric-card--link:hover{border-color:#9fd8d1;background:#fbfefd;color:var(--text)}.superadmin-focus-card{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1rem;border-color:#c6ece6;background:linear-gradient(135deg,rgb(15 118 110 / 8%),transparent 42%),#fff}.superadmin-focus-card h2{margin:.12rem 0 .18rem;font-size:clamp(1.3rem,1.6vw,1.65rem)}.superadmin-focus-card p{margin:0;color:var(--muted)}.superadmin-focus-card__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.5rem}.superadmin-stat-strip{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.65rem;min-width:0}.superadmin-stat-strip button,.client-status-strip span{min-width:0;border:1px solid var(--line);border-radius:var(--radius);background:#fff;color:var(--text);box-shadow:var(--shadow-sm)}.superadmin-stat-strip button{display:grid;gap:.12rem;min-height:74px;justify-items:start;padding:.75rem;text-align:left}.superadmin-stat-strip button:hover{border-color:#9fd8d1;background:#fbfefd}.superadmin-stat-strip button.needs-attention{border-color:#fedf89;background:#fffaf0}.superadmin-stat-strip strong{color:var(--brand);font-size:1.45rem;line-height:1}.superadmin-stat-strip span{color:var(--muted);font-size:.8rem;font-weight:780}.enterprise-dashboard-grid{display:grid;grid-template-columns:minmax(0,8fr) minmax(320px,4fr);gap:1rem;min-width:0}.enterprise-dashboard-grid .panel--wide{grid-row:span 2}.superadmin-dashboard-grid .panel{align-content:start}.enterprise-page,.grid,.support-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,360px);gap:1rem;min-width:0}.enterprise-page>.panel--wide:only-child{grid-column:1 / -1}.enterprise-page--health{grid-template-columns:1fr}.enterprise-page--health>.panel--wide{grid-column:1 / -1}.enterprise-page--health .superadmin-stat-strip{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.tenant-dashboard-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr);gap:1rem;min-width:0}.tenant-dashboard-grid--simple{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}.tenant-dashboard-card{display:grid;min-height:220px;align-content:start;gap:.75rem}.tenant-dashboard-card p{margin:0;color:var(--muted)}.tenant-dashboard-card button{align-self:end;justify-self:start;margin-top:.25rem}.tenant-dashboard-icon{display:grid;width:42px;height:42px;place-items:center;border:1px solid #bfe4de;border-radius:12px;background:linear-gradient(145deg,#fff,#eaf7f5);color:var(--brand);font-size:1.08rem;font-weight:900}.tenant-review-panel,.tenant-health-panel{grid-column:1 / -1}.menu-health-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.65rem}.menu-health-card{display:grid;gap:.24rem;min-height:104px;justify-items:start;border:1px solid var(--line);border-radius:18px;background:#fff;padding:.85rem;color:var(--text);text-align:left}.menu-health-card:hover{transform:translateY(-1px);border-color:#9fd8d1;background:#fbfefd}.menu-health-card strong{font-size:1.3rem;line-height:1}.menu-health-card span{font-size:.86rem;font-weight:850}.menu-health-card small{color:var(--muted);font-weight:650}.menu-health-card--ok{border-color:#0d94882e}.menu-health-card--warn{border-color:#d977063d;background:#fffaf0}.menu-health-card--soft{border-color:#64748b2e;background:#f8fafc}.menu-health-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.65rem;margin-top:.85rem;color:var(--muted);font-size:.86rem;font-weight:700}.tenant-work-card{align-content:start}.tenant-work-card--primary{grid-row:span 2}.tenant-action-list{display:grid;gap:.55rem;min-width:0}.row-button{display:grid;gap:.12rem;min-height:50px;justify-content:stretch;border:1px solid var(--line);border-radius:var(--radius-sm);background:#fff;color:var(--text);padding:.65rem .75rem;text-align:left}.row-button:hover{border-color:#9fd8d1;background:#fbfefd;color:var(--text)}.row-button span{font-weight:800}.row-button small{color:var(--muted);font-weight:650}.row-button--link{border:1px solid var(--line);color:var(--text);text-decoration:none}.tenant-editor-shell{display:grid;grid-template-columns:minmax(260px,360px) minmax(0,1fr);gap:1rem;align-items:start;min-width:0}.tenant-editor-shell--products{grid-template-columns:minmax(300px,420px) minmax(0,1fr)}.tenant-products-page{display:grid;gap:1rem;min-width:0}.tenant-editor-shell--config,.tenant-editor-shell--categories{grid-template-columns:minmax(0,1fr)}.config-subnav{display:inline-flex;flex-wrap:wrap;gap:.35rem;margin:0 0 1rem;border:1px solid var(--line);border-radius:999px;background:var(--surface-muted);padding:.28rem}.config-subnav button{min-height:38px;border:0;border-radius:999px;padding:0 1rem;background:transparent;color:var(--muted);box-shadow:none;font-size:.88rem;font-weight:850}.config-subnav button.active,.config-subnav button:hover{background:#fff;color:var(--brand);box-shadow:var(--shadow-soft);transform:none}.tenant-editor-aside{position:sticky;top:88px;align-self:start}.tenant-preview-card{display:grid;gap:.3rem;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(180deg,#fff 0%,var(--surface-muted) 100%);padding:.85rem}.tenant-preview-card span{width:42px;height:8px;border-radius:999px}.tenant-preview-card strong{font-size:1rem}.tenant-preview-card small{color:var(--muted)}.tenant-preview-card a{justify-self:start;color:var(--brand);font-size:.82rem;font-weight:800;text-decoration:none}.panel-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.85rem}.products-toolbar-actions{display:inline-flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.55rem}.actions--compact{align-items:center;gap:.5rem}.maintenance-panel .panel-heading,.release-panel .panel-heading{align-items:center}.release-panel .status-list--grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.release-notes-panel{max-width:980px}.release-timeline{display:grid;gap:.85rem}.release-timeline__item{display:grid;grid-template-columns:minmax(150px,220px) minmax(0,1fr);gap:1rem;border:1px solid var(--line-soft);border-radius:var(--radius);background:linear-gradient(145deg,#fff,#f8fbfa);padding:.95rem}.release-timeline__item div{display:grid;align-content:start;gap:.2rem}.release-timeline__item strong{color:var(--text);font-size:1rem}.release-timeline__item span{color:var(--muted);font-size:.82rem;font-weight:750}.release-timeline__item ul{display:grid;gap:.4rem;margin:0;padding-left:1.05rem;color:var(--muted);font-weight:650}.config-option-group{display:grid;gap:.85rem;border:1px solid var(--line-soft);border-radius:var(--radius);background:linear-gradient(180deg,#fff,#f8fbfa);padding:1rem}.config-option-group__title{display:grid;gap:.2rem}.config-option-group__title h3,.config-option-group__title p{margin:0}.config-option-group__title h3{font-size:.98rem}.config-option-group__title p{color:var(--muted);font-size:.84rem;font-weight:650}.config-option-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.config-option-grid__wide{grid-column:1 / -1}.config-check-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.icon-button{display:inline-grid;width:40px;height:40px;min-height:40px;place-items:center;border-radius:12px;padding:0;font-size:1.35rem;line-height:1}.count-pill{display:inline-flex;min-width:28px;min-height:26px;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:999px;background:var(--surface-muted);color:var(--muted);font-size:.78rem;font-weight:800;padding:.15rem .55rem}.filter-bar{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(180px,100%),1fr));gap:.6rem;align-items:end;min-width:0;margin:.85rem 0}.table-wrap{width:100%;min-width:0;overflow:visible;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.data-table{width:100%;border-collapse:separate;border-spacing:0;table-layout:fixed;font-size:.86rem}.data-table th,.data-table td{border-bottom:1px solid var(--line-soft);padding:.68rem .72rem;text-align:left;vertical-align:middle;overflow-wrap:anywhere}.data-table th{position:sticky;top:0;z-index:1;background:var(--surface-muted);color:#475467;font-size:.72rem;font-weight:850;letter-spacing:.06em;text-transform:uppercase}.data-table tr:last-child td{border-bottom:0}.data-table tbody tr{transition:background .12s ease}.data-table tbody tr:hover{background:#fbfcfd}.data-table td strong,.data-table td small{display:block;min-width:0}.data-table td small{margin-top:.12rem;color:var(--muted);font-size:.76rem}.product-mobile-head{display:contents}.product-mobile-head span,.product-mobile-head b{display:none}.attention-table th:nth-child(1),.attention-table td:nth-child(1){width:24%}.publication-table th:nth-child(1),.publication-table td:nth-child(1){width:20%}.status-badge{display:inline-flex;align-items:center;gap:.32rem;max-width:100%;min-height:24px;border:1px solid var(--line);border-radius:999px;background:var(--surface-muted);color:#344054;font-size:.74rem;font-weight:780;padding:.15rem .52rem;white-space:normal}.status-badge:before{width:6px;height:6px;flex:0 0 auto;border-radius:999px;background:currentColor;content:""}.status-badge--tenant-active,.status-badge--publication-ACTIVE,.status-badge--database-READY,.status-badge--user-active,.status-badge--visibility-visible,.status-badge--food-review-REVIEWED,.status-badge--delivery-SENT{border-color:#b7e4ca;background:var(--success-bg);color:var(--success)}.status-badge--tenant-pending,.status-badge--publication-PENDING,.status-badge--publication-CHECKING_DNS,.status-badge--publication-CONFIGURING,.status-badge--publication-ISSUING_CERTIFICATE,.status-badge--database-PROVISIONING,.status-badge--database-SHARED,.status-badge--database-MISSING,.status-badge--food-review-NOT_REVIEWED,.status-badge--delivery-PENDING,.status-badge--delivery-PROCESSING,.status-badge--delivery-MANUAL,.status-badge--delivery-RETRY{border-color:#fedf89;background:var(--warning-bg);color:var(--warning)}.status-badge--tenant-suspended,.status-badge--publication-FAILED,.status-badge--database-FAILED,.status-badge--food-review-NEEDS_CHANGES,.status-badge--delivery-FAILED{border-color:#fecdca;background:var(--danger-bg);color:var(--danger)}.status-badge--tenant-inactive,.status-badge--publication-DISABLED,.status-badge--database-DISABLED,.status-badge--visibility-hidden,.status-badge--user-inactive{border-color:var(--line);background:#f2f4f7;color:#475467}.text-button,.text-link,.ghost-button,.button-link,.file-button,.file-inline{display:inline-flex;align-items:center;justify-content:center;min-height:34px;border:1px solid var(--line);border-radius:var(--radius-sm);background:#fff;color:var(--brand);font-size:.82rem;font-weight:760;padding:.43rem .65rem;text-decoration:none}.text-button:hover,.text-link:hover,.ghost-button:hover,.button-link:hover,.file-button:hover,.file-inline:hover{border-color:#9fd8d1;background:var(--brand-soft);color:var(--brand)}.danger-button{display:inline-flex;align-items:center;justify-content:center;min-height:38px;border:1px solid #fecdca;border-radius:var(--radius-sm);background:var(--danger);color:#fff;font-size:.84rem;font-weight:840;padding:.5rem .78rem;text-decoration:none}.danger-button:hover{background:#912018}.danger-button:disabled{cursor:not-allowed;opacity:.48}.danger-zone{border-color:#fecdca;background:linear-gradient(145deg,#fff,#fff7f5)}.danger-zone h2{color:var(--danger)}.danger-zone p{color:#7a271a}.row-actions,.publication-actions,.support-actions{display:flex;flex-wrap:wrap;gap:.45rem;align-items:center}.inline-actions{display:inline-flex;max-width:100%;flex-wrap:wrap;gap:.35rem;align-items:center}.status-list--grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem}.status-list--grid p{min-height:116px;border:1px solid var(--line-soft);border-radius:var(--radius);background:linear-gradient(145deg,#fff,#f8fbfa);padding:.85rem}.status-list--grid p strong,.status-list--grid p span,.status-list--grid p small{min-width:0}.action-menu{position:relative;display:inline-block}.action-menu summary{list-style:none;min-height:32px;border:1px solid var(--line);border-radius:var(--radius-sm);background:#fff;color:var(--brand);cursor:pointer;font-size:.8rem;font-weight:800;padding:.42rem .65rem}.action-menu summary::-webkit-details-marker{display:none}.action-menu[open] summary{border-color:#9fd8d1;background:var(--brand-soft)}.action-menu>div{position:absolute;right:0;z-index:15;display:grid;min-width:180px;gap:.2rem;margin-top:.3rem;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow-md);padding:.35rem}.action-menu button,.action-menu a,.action-menu label{display:block;width:100%;min-height:34px;border:0;border-radius:7px;background:transparent;color:var(--text);font-size:.84rem;font-weight:650;padding:.45rem .55rem;text-align:left;text-decoration:none}.action-menu button:hover,.action-menu a:hover,.action-menu label:hover{background:var(--surface-muted)}.action-menu .danger-action{color:var(--danger)}.action-menu .danger-action:hover{background:var(--danger-bg);color:var(--danger)}.product-image-state{display:inline-flex;max-width:100%;align-items:center;gap:.45rem;color:var(--muted);font-size:.78rem;font-weight:780}.product-image-state img{flex:0 0 42px;width:42px;height:34px;border:1px solid var(--line);border-radius:8px;background:var(--surface-muted);object-fit:cover}.product-order-cell input,.category-order-cell input{width:74px;min-height:34px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--text);font-size:.85rem;font-weight:760;padding:.35rem .45rem}.product-order-control,.category-order-control{display:inline-flex;align-items:center;gap:.35rem}.mobile-order-buttons{display:none}.drag-handle{display:inline-grid;place-items:center;width:34px;min-height:34px;border:1px solid var(--line);border-radius:10px;background:linear-gradient(145deg,#ffffff,var(--surface-muted));color:var(--muted);cursor:grab;font-size:.95rem;font-weight:900;padding:0}.drag-handle:active{cursor:grabbing}.drag-handle:disabled{cursor:not-allowed;opacity:.48}.product-row--dragging{opacity:.55}.product-row--drop-target{outline:2px solid color-mix(in srgb,var(--brand),#ffffff 25%);outline-offset:-2px;background:color-mix(in srgb,var(--brand-soft),#ffffff 18%)}.category-row--dragging{opacity:.55}.category-row--drop-target{outline:2px solid color-mix(in srgb,var(--brand),#ffffff 25%);outline-offset:-2px;background:color-mix(in srgb,var(--brand-soft),#ffffff 18%)}.category-mobile-head{display:contents}.category-mobile-head span{display:none}.action-menu button:disabled,.action-menu label:has(input:disabled){cursor:not-allowed;opacity:.48}.activity-list{display:grid;gap:.25rem}.activity-item{display:grid;grid-template-columns:18px minmax(0,1fr);gap:.1rem .5rem;min-height:auto;border:0;border-radius:var(--radius-sm);background:transparent;color:var(--text);padding:.55rem;text-align:left}.activity-item:hover{background:var(--surface-muted);color:var(--text)}.activity-item>span{grid-row:span 2;color:var(--brand);font-size:1.1rem;line-height:1.1}.activity-item strong{font-size:.88rem}.activity-item small{color:var(--muted)}.status-list{display:grid;gap:.45rem}.status-list p{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.08rem .75rem;align-items:center;margin:0;border-bottom:1px solid var(--line-soft);padding:.5rem 0}.status-list p:last-child{border-bottom:0}.status-list span{color:var(--success);font-size:.8rem;font-weight:800}.status-list small{grid-column:1 / -1;color:var(--muted)}.activity-stat-strip{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.6rem;margin:.8rem 0}.activity-stat-strip span,.activity-stat-strip button{display:grid;min-height:62px;justify-items:start;gap:.1rem;border:1px solid var(--line);border-radius:var(--radius);background:#fff;color:var(--text);box-shadow:var(--shadow-sm);padding:.65rem .75rem;text-align:left}.activity-stat-strip button:hover,.activity-stat-strip button.active{border-color:#9fd8d1;background:var(--brand-soft);color:var(--brand)}.activity-stat-strip strong{color:var(--brand);font-size:1.25rem;line-height:1}.activity-stat-strip small{color:var(--muted);font-size:.78rem;font-weight:780}.tenant-operation-cell{display:flex;flex-wrap:wrap;gap:.35rem}.tenant-users-layout{display:grid;grid-template-columns:minmax(280px,360px) minmax(0,1fr);gap:1rem;align-items:start;min-width:0}.tenant-users-create{position:sticky;top:88px}.permission-preview{display:flex;flex-wrap:wrap;gap:.35rem;border:1px solid var(--line-soft);border-radius:var(--radius);background:var(--surface-muted);padding:.55rem}.permission-preview span,.permission-role{display:inline-flex;align-items:center;min-height:26px;border:1px solid #c6ece6;border-radius:999px;background:#f0fbf8;color:var(--brand);font-size:.75rem;font-weight:820;padding:.18rem .52rem}.permission-preview span.muted{border-color:var(--line);background:#fff;color:var(--muted)}.user-edit-form{margin-top:.85rem;border-top:1px solid var(--line-soft);padding-top:.85rem}.user-edit-form h3{margin:0}.tenant-data-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.tenant-data-form>button,.tenant-data-form__meta{grid-column:1 / -1}.tenant-data-form__meta{display:grid;gap:.25rem;border:1px solid var(--line-soft);border-radius:var(--radius-sm);background:var(--surface-muted);color:var(--muted);padding:.65rem;font-size:.82rem;font-weight:720}.tenant-header{grid-template-columns:minmax(0,1fr) minmax(320px,auto)}.tenant-header__aside{display:grid;justify-items:end;gap:.65rem}.tenant-header__badges{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.4rem}.client-status-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.65rem}.client-status-strip span{display:flex;min-height:50px;align-items:center;gap:.45rem;padding:.65rem .75rem;color:var(--muted);font-size:.84rem;font-weight:760}.client-status-strip strong{color:var(--text);font-size:1rem;font-weight:850}.support-grid--client-summary{grid-template-columns:minmax(0,1fr) minmax(260px,.72fr)}.support-grid--client-summary>.panel:first-child,.support-grid--client-summary>.panel:nth-child(3){grid-column:1}.support-grid--client-summary>.panel:nth-child(2),.support-grid--client-summary>.panel:nth-child(4){grid-column:2}.context-tabs{display:flex;flex-wrap:wrap;gap:.2rem;border-bottom:1px solid var(--line);background:transparent}.context-tabs button{min-height:38px;border:0;border-bottom:2px solid transparent;border-radius:0;background:transparent;color:var(--muted);padding:.55rem .75rem}.context-tabs button.active,.context-tabs button:hover{border-bottom-color:var(--brand);background:transparent;color:var(--brand)}.support-control-panel{border-color:#c7d7fe}.support-mode{display:inline-flex;align-items:center;min-height:26px;border-radius:999px;font-size:.76rem;font-weight:850;padding:.2rem .65rem}.support-mode--readonly{background:var(--info-bg);color:var(--info)}.support-mode--active{background:var(--warning-bg);color:var(--warning)}.assistance-banner{display:grid;gap:.15rem;border:1px solid #fedf89;border-radius:var(--radius);background:var(--warning-bg);color:var(--warning);margin:.7rem 0;padding:.75rem}.support-banner{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.75rem;border-color:#c7d7fe}.support-banner__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.45rem}.support-note{grid-column:1 / -1;margin:0;color:var(--muted)}.tenant-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.65rem}.tenant-facts div{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-muted);padding:.65rem}.tenant-facts dt{color:var(--muted);font-size:.78rem;font-weight:760}.tenant-facts dd{margin:.12rem 0 0;font-weight:760}.tenant-warning-list,.alert-list,.media-grid,.product-form,.compact-form,.allergen-grid,.publication-box,.publication-actions-panel,.manual-delivery{display:grid;gap:.7rem;min-width:0}.publication-actions-panel{grid-template-columns:minmax(0,1fr) auto auto;align-items:center;margin-top:.85rem;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-muted);padding:.75rem}.media-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.media-grid--tenant{grid-template-columns:minmax(180px,.8fr) minmax(220px,1.2fr)}.media-box{display:grid;gap:.55rem;padding:.85rem}.media-box img{width:100%;max-height:180px;object-fit:contain;border-radius:var(--radius-sm);background:var(--surface-muted)}.product-form{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-bottom:.85rem}.tenant-config-form{grid-template-columns:repeat(2,minmax(0,1fr))}.tenant-config-form--customization{grid-template-columns:minmax(180px,260px) minmax(180px,320px) auto;align-items:end}.field-stack{display:grid;gap:.35rem;min-width:0;color:#344054;font-size:.88rem;font-weight:700}.product-form--tenant{grid-template-columns:1fr;margin-bottom:0}.product-form--tenant input,.product-form--tenant select,.product-form--tenant textarea,.product-form--tenant .allergen-grid,.product-form--tenant .food-review-box,.product-form--tenant button[type=submit]{grid-column:1 / -1}.product-form--tenant .allergen-grid{max-height:240px;overflow:auto;border:1px solid var(--line-soft);border-radius:var(--radius-sm);background:var(--surface-muted);padding:.45rem}.product-form textarea,.product-form .allergen-grid,.product-form .food-review-box,.product-form button[type=submit]{grid-column:1 / -1}.compact-form--single{grid-template-columns:1fr}.category-form textarea{min-height:82px}.form-hint{margin:-.2rem 0 0;color:var(--muted);font-size:.74rem;font-weight:680;line-height:1.35}.form-actions-row{display:flex;flex-wrap:wrap;gap:.55rem}.form-actions-row button{flex:1 1 150px}.category-note-preview{display:-webkit-box;max-width:min(48ch,100%);overflow:hidden;color:var(--muted);font-size:.78rem;font-weight:680;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow-wrap:anywhere}.inline-create-form{margin-top:.85rem;border-top:1px solid var(--line-soft);padding-top:.85rem}.check-row{display:flex;align-items:center;gap:.5rem}.check-row input{width:auto;min-height:auto}.check-row--card{align-items:flex-start;border:1px solid var(--line-soft);border-radius:var(--radius-sm);background:var(--surface-muted);padding:.65rem .75rem}.check-row--card span{display:grid;gap:.1rem}.check-row--card small{color:var(--muted);font-weight:650}.allergen-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.allergen-option{display:flex;align-items:center;gap:.45rem;border:1px solid var(--line);border-radius:var(--radius-sm);background:#fff;padding:.5rem}.allergen-option input{width:auto;min-height:auto}.food-review-box{display:grid;gap:.95rem;border:1px solid var(--line-soft);border-radius:var(--radius);background:#fff;padding:.85rem}.food-review-grid{display:grid;grid-template-columns:minmax(190px,.36fr) minmax(0,1fr);gap:.75rem;align-items:start}.food-review-grid textarea{min-height:74px}.food-review-box__heading{display:grid;gap:.15rem}.food-review-box__heading strong{font-size:.96rem}.food-review-box__heading small{color:var(--muted);font-weight:650}.allergen-review-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:.6rem}.allergen-bulk-actions{display:grid;grid-template-columns:auto repeat(4,minmax(120px,auto));align-items:center;gap:.45rem;border:1px solid var(--line-soft);border-radius:var(--radius-sm);background:var(--surface-muted);padding:.6rem}.allergen-bulk-actions__label{color:var(--muted);font-size:.82rem;font-weight:800;white-space:nowrap}.allergen-bulk-button{display:inline-flex;justify-content:center;align-items:center;gap:.35rem;border:1px solid var(--line);border-radius:var(--radius-sm);background:#fff;color:var(--text);min-height:34px;padding:.34rem .58rem;font-size:.82rem;font-weight:850}.allergen-bulk-button--CONTAINS{border-color:#fecdca;color:var(--danger)}.allergen-bulk-button--TRACES{border-color:#fedf89;color:#a15c07}.allergen-bulk-button--DOES_NOT_CONTAIN{border-color:#b7e4ca;color:var(--success)}.allergen-review-option{display:grid;grid-template-columns:minmax(0,1fr) minmax(158px,.66fr);gap:.55rem;align-items:center;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-muted);padding:.5rem;min-width:0;overflow:hidden}.allergen-review-option__name{display:grid;grid-template-columns:32px minmax(0,1fr);align-items:center;gap:.5rem;min-width:0;font-size:.84rem;font-weight:780;line-height:1.25}.allergen-review-option__label{min-width:0;overflow-wrap:anywhere;word-break:normal}.allergen-review-allergen-icon{display:inline-grid;place-items:center;width:32px;height:32px;flex:0 0 auto;border:1px solid var(--line-soft);border-radius:999px;background:#fff;text-align:center;font-size:1.02rem;overflow:hidden;line-height:1}.allergen-review-control{display:grid;grid-template-columns:30px minmax(0,1fr);gap:.4rem;align-items:center;min-width:0}.allergen-review-status-icon{display:inline-grid;place-items:center;width:28px;height:28px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--muted);font-size:.72rem;font-weight:900;line-height:1}.allergen-review-status-icon--CONTAINS{border-color:#fecdca;background:var(--danger-bg);color:var(--danger)}.allergen-review-status-icon--TRACES{border-color:#fedf89;background:#fffbeb;color:#a15c07}.allergen-review-status-icon--DOES_NOT_CONTAIN{border-color:#b7e4ca;background:var(--success-bg);color:var(--success)}.allergen-review-option select{min-height:34px;min-width:0;padding:.35rem .5rem;font-size:.82rem;width:100%}.review-meter{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem}.review-meter span{display:grid;gap:.12rem;border:1px solid var(--line-soft);border-radius:var(--radius-sm);background:var(--surface-muted);padding:.62rem .7rem;color:var(--muted);font-size:.78rem;font-weight:750}.review-meter strong{color:var(--text);font-size:1.1rem}.review-list{display:grid;gap:.5rem;margin-top:.75rem}.row-button--review{min-height:46px}.file-button,.file-inline{position:relative;cursor:pointer}.file-button input,.file-inline input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.message{border-radius:var(--radius);margin:0;padding:.75rem;font-weight:700}.message--error{border:1px solid #fecdca;background:var(--danger-bg);color:var(--danger)}.message--success{border:1px solid #b7e4ca;background:var(--success-bg);color:var(--success)}.toast-stack{position:fixed;top:1rem;right:1rem;z-index:80;display:grid;width:min(420px,calc(100vw - 2rem));gap:.6rem;pointer-events:none}.toast{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.75rem;align-items:start;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow-md);padding:.8rem;pointer-events:auto}.toast strong,.toast p{margin:0}.toast p{margin-top:.12rem;color:var(--muted)}.toast button{width:30px;min-height:30px;border-color:transparent;background:transparent;color:inherit;padding:0}.toast--error{border-color:#fecdca;color:var(--danger)}.toast--error p{color:var(--danger)}.toast--success{border-color:#b7e4ca;color:var(--success)}.toast--success p{color:var(--success)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:grid;place-items:center;background:#11182773;padding:1rem}.modal{width:min(100%,430px);box-shadow:var(--shadow-md);padding:1rem}.tenant-delete-modal{display:grid;gap:.85rem;width:min(100%,560px);border-color:#fecdca}.tenant-delete-modal h2{margin:0;color:var(--danger)}.tenant-delete-modal p{margin:0;color:var(--ink)}.delete-warning-list{display:grid;gap:.45rem;border:1px solid #fecdca;border-radius:16px;background:var(--danger-bg);padding:.75rem}.delete-warning-list span{color:#7a271a;font-size:.86rem;font-weight:740}.tenant-delete-form{display:grid;gap:.75rem}.tenant-delete-form label{display:grid;gap:.35rem;color:var(--muted);font-size:.78rem;font-weight:820;text-transform:uppercase}.tenant-delete-form input{min-height:42px;border:1px solid var(--line);border-radius:var(--radius-sm);color:var(--ink);font:inherit;padding:.55rem .7rem;text-transform:none}.qr-print-modal{display:grid;gap:1rem;width:min(100%,560px)}.qr-print-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.qr-print-header h2{margin:0 0 .25rem}.qr-print-preview{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:1rem;border:1px solid var(--line-soft);border-radius:18px;background:linear-gradient(145deg,#fff,#f3faf9);padding:.85rem}.qr-print-preview img{width:112px;height:112px;border:1px solid var(--line);border-radius:18px;background:#fff;object-fit:contain;padding:.45rem}.qr-print-preview strong,.qr-print-preview small{display:block;min-width:0;overflow-wrap:anywhere}.qr-print-preview small{margin-top:.2rem;color:var(--muted);font-size:.82rem}.qr-print-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.qr-print-modal .actions{justify-content:flex-end}.product-modal-backdrop{align-items:stretch;overflow:hidden}.product-modal{display:grid;grid-template-rows:auto minmax(0,1fr);width:min(1280px,calc(100vw - 2rem));max-width:calc(100vw - 2rem);height:min(92vh,900px);max-height:min(92vh,900px);padding:0;overflow:hidden}.product-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;border-bottom:1px solid var(--line-soft);padding:1rem 1.1rem .85rem}.product-modal__header>div{min-width:0}.product-modal__header h2{margin:0 0 .2rem}.product-form--modal{display:grid;grid-template-columns:1fr;grid-template-rows:minmax(0,1fr) auto;gap:0;min-height:0;margin:0;overflow:hidden}.product-modal__body{grid-column:1 / -1;display:grid;gap:.85rem;overflow:auto;overscroll-behavior:contain;padding:1rem;background:linear-gradient(180deg,var(--surface-muted),#fff 34%)}.product-modal-section{display:grid;gap:.95rem;border:1px solid var(--line-soft);border-radius:var(--radius);background:#fff;padding:1rem;box-shadow:0 12px 28px #0f172a0d}.product-modal-section:last-child{margin-bottom:.15rem}.category-modal{max-width:min(680px,calc(100vw - 2rem))}.category-modal-form{display:grid;gap:0;overflow:hidden}.product-modal-section h3{margin:0;font-size:.98rem}.product-modal-section__title{display:grid;gap:.18rem}.product-modal-section__title--row{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:.75rem}.product-modal-section__title p{margin:0;color:var(--muted);font-size:.84rem;font-weight:650}.product-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;align-items:start}.product-form-grid>.field-stack{grid-column:1 / -1}.product-form-grid>.field-half{grid-column:span 1}.product-form-grid .field-wide{grid-column:1 / -1}.product-form-grid textarea{min-height:96px}.product-modal-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;align-items:end}.check-row--modal{min-height:44px;align-self:end}.product-photo-card{display:grid;grid-template-columns:minmax(128px,160px) minmax(0,1fr);gap:.85rem;align-items:center;border:1px solid var(--line);border-radius:18px;background:linear-gradient(135deg,#f8fbff,#fff);padding:.75rem}.product-photo-preview{display:grid;place-items:center;width:100%;aspect-ratio:4 / 3;overflow:hidden;border:1px solid var(--line-soft);border-radius:16px;background:#edf4f7;color:var(--muted);font-size:.82rem;font-weight:800}.product-photo-preview img{width:100%;height:100%;display:block;object-fit:cover}.product-photo-content{display:grid;min-width:0;gap:.45rem}.product-photo-content>strong{color:var(--ink)}.product-photo-actions{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.product-photo-pending{margin:0;border:1px solid #fde68a;border-radius:14px;background:#fffbeb;color:#92400e;padding:.65rem .75rem;font-size:.84rem;font-weight:760}.product-extras-editor{display:grid;gap:.65rem}.product-extra-row{display:grid;grid-template-columns:minmax(180px,1.5fr) minmax(130px,.8fr) 86px auto auto;gap:.55rem;align-items:end;border:1px solid var(--line);border-radius:16px;background:#f8fbfad1;padding:.65rem}.product-extra-row .field-stack{min-width:0}.product-extra-row__visible{min-height:40px;align-self:end;border:1px solid var(--line);border-radius:12px;background:#fff;padding:.55rem .65rem}.product-extra-row__remove{min-height:40px;align-self:end;white-space:nowrap}.product-modal__footer{position:sticky;bottom:0;z-index:1;grid-column:1 / -1;display:flex;flex-wrap:wrap;justify-content:flex-start;gap:.55rem;border-top:1px solid var(--line);background:#fffffff0;padding:.85rem 1.1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 -14px 24px #0f172a0f}.food-review-page{gap:18px}.notice-box{display:grid;gap:4px;margin-top:14px;padding:14px 16px;border-radius:18px;border:1px solid rgba(15,23,42,.1);background:#ffffffc2;box-shadow:0 14px 30px #0f172a0f}.notice-box--warning{border-color:#d9770642;background:#fffbebe6;color:#7c2d12}.notice-box--ok{border-color:#0d948838;background:#f0fdfae6;color:#115e59}.food-matrix-table td:nth-child(3){min-width:360px}.food-matrix-chips{display:flex;flex-wrap:wrap;gap:8px}.food-matrix-chip{display:inline-flex;align-items:center;gap:7px;min-height:34px;padding:6px 10px;border:1px solid rgba(15,23,42,.1);border-radius:999px;background:#fff;font-size:.78rem;white-space:nowrap}.food-matrix-chip i{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#f8fafc;font-style:normal}.food-matrix-chip small{color:#64748b}.food-matrix-chip--CONTAINS{border-color:#dc262638}.food-matrix-chip--TRACES{border-color:#d977063d}.food-matrix-chip--DOES_NOT_CONTAIN{border-color:#0d948838}.poster-allergens{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.poster-allergens span{display:grid;grid-template-columns:42px minmax(0,1fr);gap:10px;align-items:center;min-height:58px;border:1px solid rgba(15,23,42,.1);border-radius:6px;background:#fff;padding:8px 10px;color:#0f172a;font-size:.9rem;font-weight:850}.poster-allergens i{display:grid;width:42px;height:42px;place-items:center;border-radius:50%;background:color-mix(in srgb,var(--print-accent) 12%,#fff);color:#0f172a;font-style:normal;font-weight:900}.poster-box,.report-box{--print-accent: var(--brand);display:grid;gap:22px;width:min(100%,820px);min-height:1040px;margin:0 auto;padding:42px;border:1px solid rgba(15,23,42,.1);border-radius:8px;background:linear-gradient(90deg,var(--print-accent) 0 9px,transparent 9px),#fff;color:#0f172a}.print-brand-header{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:16px;align-items:center;border-bottom:2px solid rgba(15,23,42,.08);padding-bottom:18px}.print-brand-header img{width:72px;height:72px;object-fit:cover;border:1px solid rgba(15,23,42,.1);border-radius:50%;background:#fff}.print-brand-header h3,.print-brand-header p,.print-brand-header small,.report-box p{margin:0}.print-brand-header h3{font-size:2rem;line-height:1.05}.print-brand-header p{color:var(--print-accent);font-size:.95rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.print-brand-header small{align-self:start;color:#64748b;font-size:.82rem;font-weight:800}.poster-body{display:grid;grid-template-columns:minmax(0,1fr) 230px;gap:26px;align-items:start}.poster-qr{display:grid;justify-items:center;gap:10px;padding:16px;border:1px solid rgba(15,23,42,.1);border-radius:6px;background:#f8fafc}.poster-qr img{width:172px;height:auto;aspect-ratio:1}.poster-qr span{overflow-wrap:anywhere;color:#475569;font-size:.72rem;font-weight:800;text-align:center}.print-document,.print-only{display:none}.report-table{width:100%;border-collapse:collapse;font-size:.8rem}.report-table th,.report-table td{border-bottom:1px solid rgba(15,23,42,.12);padding:10px 8px;text-align:left;vertical-align:top}.report-table th{border-bottom:2px solid var(--print-accent);background:#fff;color:#334155;font-size:.68rem;letter-spacing:.05em;text-transform:uppercase}.report-table tbody tr:nth-child(2n){background:#f8fafc}.activity-list{display:grid;gap:10px}.activity-item{display:grid;gap:3px;padding:12px 14px;border:1px solid rgba(15,23,42,.08);border-radius:16px;background:#ffffffb8}@media print{@page{size:A4;margin:12mm}*{print-color-adjust:exact;-webkit-print-color-adjust:exact}body *{visibility:hidden!important}.print-document--active,.print-document--active *{visibility:visible!important}.print-document--active{display:block!important;position:absolute!important;inset:0 auto auto 0!important;width:100%!important;margin:0!important;padding:0!important;border:0!important;box-shadow:none!important}.admin-shell,.app-main,.content-shell,.tenant-products-page{display:block!important;margin:0!important;padding:0!important;background:#fff!important;overflow:visible!important}.print-poster,.print-report{box-shadow:none!important;border:0!important}.poster-box,.report-box{border-radius:0!important;box-shadow:none!important;min-height:273mm!important;width:100%!important}}.product-modal__footer button{width:auto;justify-content:center;min-height:44px;min-width:138px}.actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.5rem}.nav-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:25;border:0;border-radius:0;background:#1118276b;padding:0}@media(min-width:1500px){.workbench{padding:1.5rem}}@media(max-width:1180px){.admin-shell,.admin-shell--collapsed{grid-template-columns:1fr}.enterprise-sidebar{position:fixed;inset:0 auto 0 0;width:min(86vw,300px);transform:translate(-104%);transition:transform .16s ease}.enterprise-sidebar--open{transform:translate(0)}.mobile-menu-button{display:inline-flex;align-items:center;justify-content:center}.admin-header{position:static;grid-template-columns:auto minmax(0,1fr)}.header-actions{grid-column:1 / -1;justify-content:flex-start}.client-picker{width:min(100%,320px)}.enterprise-dashboard-grid,.enterprise-page,.grid,.support-grid,.support-grid--client-summary,.tenant-users-layout,.tenant-header,.tenant-dashboard-grid,.tenant-editor-shell,.tenant-editor-shell--products,.media-grid--tenant{grid-template-columns:1fr}.tenant-work-card--primary{grid-row:auto}.tenant-editor-aside,.tenant-users-create{position:static}.tenant-header__aside{justify-items:start}.tenant-header__badges{justify-content:flex-start}.superadmin-focus-card,.superadmin-stat-strip,.client-status-strip,.activity-stat-strip,.status-list--grid{grid-template-columns:1fr}.support-grid--client-summary>.panel:first-child,.support-grid--client-summary>.panel:nth-child(2),.support-grid--client-summary>.panel:nth-child(3),.support-grid--client-summary>.panel:nth-child(4){grid-column:auto}.menu-health-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:980px){.product-modal{width:min(100%,920px)}.food-review-grid,.allergen-review-grid{grid-template-columns:1fr}}@media(max-width:760px){.admin-header,.header-actions,.hero-panel-v2,.client-hero,.support-banner,.publication-actions-panel{display:grid;grid-template-columns:1fr}.workbench{padding:.75rem}.panel,.metric-card{padding:.85rem}.account-chip,.public-preview-link,.public-qr-button,.client-picker,.header-actions>*{width:100%}.public-preview-link,.public-qr-button{max-width:none}.qr-print-preview,.qr-print-options{grid-template-columns:1fr}.qr-print-preview{justify-items:center;text-align:center}.metric-grid--enterprise,.metric-grid--compact,.superadmin-stat-strip,.client-status-strip,.activity-stat-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.filter-bar,.product-form,.product-form-grid,.product-modal-grid,.config-option-grid,.config-check-grid,.tenant-data-form,.tenant-config-form,.media-grid,.allergen-grid,.food-review-grid,.allergen-review-grid,.review-meter,.allergen-review-option{grid-template-columns:1fr}.tenant-action-list .row-button,.tenant-action-list .row-button--link{min-height:54px}.menu-health-grid{grid-template-columns:1fr}.product-modal-backdrop{padding:.5rem}.product-modal{width:100%;max-width:calc(100vw - 1rem);height:calc(100dvh - 1rem);max-height:calc(100dvh - 1rem)}.product-modal__header{align-items:flex-start;gap:.75rem}.product-modal__header,.product-modal__footer{padding-left:.85rem;padding-right:.85rem}.product-modal__body{padding:.75rem}.product-modal-section{padding:.85rem}.product-modal-section__title--row{grid-template-columns:1fr}.product-form-grid>.field-stack,.product-form-grid>.field-half,.product-form-grid .field-wide,.config-option-grid__wide{grid-column:1 / -1}.product-extra-row,.product-photo-card{grid-template-columns:minmax(0,1fr)}.product-photo-preview{max-width:260px}.product-photo-actions{display:grid;grid-template-columns:1fr}.product-photo-actions>*{width:100%}.product-extra-row__order,.product-extra-row__visible,.product-extra-row__remove{width:100%}.allergen-bulk-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.allergen-bulk-actions__label{grid-column:1 / -1;white-space:normal}.allergen-review-option{grid-template-columns:minmax(0,1fr);gap:.5rem}.allergen-review-control{grid-template-columns:30px minmax(0,1fr)}.product-modal__footer{justify-content:stretch;gap:.45rem}.product-modal__footer button{width:100%;min-height:44px}.table-wrap{border:0;background:transparent}.data-table,.data-table thead,.data-table tbody,.data-table tr,.data-table th,.data-table td{display:block;width:100%}.data-table thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.data-table tr{border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow-sm);margin-bottom:.75rem;padding:.55rem}.data-table td{display:grid;grid-template-columns:minmax(96px,34%) minmax(0,1fr);gap:.5rem;border-bottom:1px solid var(--line-soft);padding:.5rem}.data-table td:last-child{border-bottom:0}.data-table td:before{color:var(--muted);content:"Dato";font-size:.72rem;font-weight:850;letter-spacing:.04em;text-transform:uppercase}.data-table td:nth-child(1):before{content:"Principal"}.data-table td:nth-child(2):before{content:"Estado"}.data-table td:nth-child(3):before{content:"Plan"}.data-table td:nth-child(4):before{content:"Publicación"}.data-table td:nth-child(5):before{content:"Detalle"}.data-table td:nth-child(6):before{content:"Fecha"}.data-table td:nth-child(7):before{content:"Acciones"}.data-table td:nth-child(8):before{content:"Extra"}.data-table td:nth-child(9):before{content:"Acciones"}.tenant-table td:nth-child(1):before{content:"Cliente"}.tenant-table td:nth-child(2):before{content:"Estado"}.tenant-table td:nth-child(3):before{content:"Publicación"}.tenant-table td:nth-child(4):before{content:"Usuarios"}.tenant-table td:nth-child(5):before{content:"Actividad"}.tenant-table td:nth-child(6):before{content:"Acciones"}.tenant-admin-table td:nth-child(1):before{content:"Usuario"}.tenant-admin-table td:nth-child(2):before{content:"Perfil"}.tenant-admin-table td:nth-child(3):before{content:"Estado"}.tenant-admin-table td:nth-child(4):before{content:"Acceso"}.tenant-admin-table td:nth-child(5):before{content:"Último acceso"}.tenant-admin-table td:nth-child(6):before{content:"Acciones"}.data-table--products tr{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.55rem .75rem;padding:.82rem}.data-table--products td{display:block;border-bottom:0;padding:0}.data-table--products td:before{content:none}.data-table--products .product-main-cell{grid-column:1 / -1;padding-bottom:.52rem;border-bottom:1px solid var(--line-soft)}.data-table--products .product-mobile-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.75rem;align-items:start}.data-table--products .product-mobile-head strong{font-size:1rem;line-height:1.2}.data-table--products .product-mobile-head small{display:none}.data-table--products .product-mobile-head span{display:inline-flex;width:fit-content;max-width:100%;margin-top:.4rem;border:1px solid var(--line);border-radius:999px;background:var(--surface-muted);color:var(--muted);padding:.24rem .52rem;font-size:.74rem;font-weight:800}.data-table--products .product-mobile-head b{display:inline-flex;justify-self:end;color:var(--text);font-size:.98rem;white-space:nowrap}.data-table--products .product-category-cell,.data-table--products .product-price-cell,.data-table--products .product-date-cell,.data-table--products .product-review-cell,.data-table--products .product-allergens-cell{display:none}.data-table--products .product-status-cell{display:inline-flex;width:fit-content;max-width:100%}.data-table--products .product-image-cell{color:var(--muted);font-size:.82rem;font-weight:750}.data-table--products .product-allergens-cell:before{content:"Alérgenos: ";color:var(--muted);font-weight:850}.data-table--products .product-order-cell{justify-self:end}.data-table--products .product-order-cell input{width:64px;min-height:32px;text-align:center}.data-table--products .drag-handle{display:none}.data-table--products .product-actions-cell{grid-column:1 / -1;padding-top:.25rem}.action-menu{width:100%}.action-menu summary,.action-menu>div{width:100%}.action-menu>div{position:static}.context-tabs{overflow-x:auto;flex-wrap:nowrap}.context-tabs button{flex:0 0 auto}.row-actions,.support-actions,.publication-actions{display:grid;grid-template-columns:1fr}}@media(max-width:420px){.metric-grid--enterprise,.metric-grid--compact,.superadmin-stat-strip,.client-status-strip,.activity-stat-strip,.data-table td,.release-timeline__item{grid-template-columns:1fr}}@media(max-width:760px){.categories-table-wrap{border:0;background:transparent;box-shadow:none;overflow:visible}.data-table--categories,.data-table--categories tbody{display:grid;gap:.72rem;min-width:0}.data-table--categories tr.category-row{display:grid;grid-template-columns:minmax(0,1fr);gap:.58rem;margin:0;border:1px solid #d8e2ea;border-radius:18px;background:#fff;box-shadow:0 10px 28px #0f172a12;padding:.9rem}.data-table--categories tr.category-row:hover{background:#fff}.data-table--categories tr.category-row td,.data-table--categories td.category-main-cell,.data-table--categories td.category-visibility-cell,.data-table--categories td.category-order-cell,.data-table--categories td.category-products-cell,.data-table--categories td.category-date-cell{display:block;min-width:0;border:0;padding:0}.data-table--categories tr.category-row td:before,.data-table--categories td.category-main-cell:before,.data-table--categories td.category-visibility-cell:before,.data-table--categories td.category-order-cell:before,.data-table--categories td.category-products-cell:before,.data-table--categories td.category-date-cell:before{content:none!important}.data-table--categories .category-main-cell{padding-bottom:.64rem;border-bottom:1px solid var(--line-soft)}.data-table--categories .category-mobile-head{display:grid;grid-template-columns:minmax(0,1fr) max-content;gap:.55rem;align-items:start}.data-table--categories .category-mobile-head strong{display:block;overflow-wrap:anywhere;color:var(--text);font-size:1rem;line-height:1.16}.data-table--categories .category-mobile-head span{display:inline-flex;width:fit-content;max-width:100%;margin-top:.38rem;border:1px solid var(--line);border-radius:999px;background:var(--surface-muted);color:#667085;padding:.22rem .52rem;font-size:.74rem;font-weight:820;line-height:1.1}.data-table--categories .category-visibility-cell,.data-table--categories .category-products-cell,.data-table--categories .category-date-cell{display:none!important}.data-table--categories .category-order-cell{padding-top:.54rem}.data-table--categories .category-order-control{display:grid;grid-template-columns:minmax(0,1fr) 74px;gap:.54rem;align-items:center}.data-table--categories .drag-handle{display:none}.data-table--categories .mobile-order-buttons{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.42rem}.data-table--categories .mobile-order-buttons button{min-height:38px;border:1px solid var(--line);border-radius:12px;background:var(--surface-muted);color:var(--brand);font-size:.82rem;font-weight:850;padding:.38rem .5rem}.data-table--categories .mobile-order-buttons button:disabled{color:#98a2b3;cursor:not-allowed;opacity:.6}.data-table--categories .category-order-cell input{width:74px;min-height:38px;border-radius:12px;text-align:center}.data-table--categories .action-menu summary{display:flex;min-height:40px;align-items:center;justify-content:center;border-radius:12px;font-size:.88rem}.data-table--categories .action-menu>div{position:static;margin-top:.42rem;border-radius:14px}.products-table-wrap{border:0;background:transparent;box-shadow:none;overflow:visible}.data-table--products,.data-table--products tbody{display:grid;gap:.72rem;min-width:0}.data-table--products tr.product-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(116px,auto);gap:.58rem .7rem;margin:0;border:1px solid #d8e2ea;border-radius:18px;background:#fff;box-shadow:0 10px 28px #0f172a12;padding:.9rem}.data-table--products tr.product-row:hover{background:#fff}.data-table--products tr.product-row td,.data-table--products td.product-main-cell,.data-table--products td.product-status-cell,.data-table--products td.product-image-cell,.data-table--products td.product-order-cell,.data-table--products td.product-actions-cell{display:block;min-width:0;border:0;padding:0}.data-table--products tr.product-row td:before,.data-table--products td.product-main-cell:before,.data-table--products td.product-status-cell:before,.data-table--products td.product-image-cell:before,.data-table--products td.product-order-cell:before,.data-table--products td.product-actions-cell:before{content:none!important}.data-table--products .product-main-cell{grid-column:1 / -1;padding-bottom:.64rem;border-bottom:1px solid var(--line-soft)}.data-table--products .product-mobile-head{display:grid;grid-template-columns:minmax(0,1fr) max-content;gap:.55rem;align-items:start}.data-table--products .product-mobile-head strong{display:block;overflow-wrap:anywhere;color:var(--text);font-size:1rem;line-height:1.16}.data-table--products .product-mobile-head span{display:inline-flex;width:fit-content;max-width:100%;margin-top:.38rem;border:1px solid var(--line);border-radius:999px;background:var(--surface-muted);color:#667085;padding:.22rem .52rem;font-size:.74rem;font-weight:820;line-height:1.1}.data-table--products .product-mobile-head b{display:block;align-self:start;color:var(--text);font-size:1rem;font-weight:900;line-height:1.12;white-space:nowrap}.data-table--products .product-category-cell,.data-table--products .product-price-cell,.data-table--products .product-date-cell,.data-table--products .product-review-cell,.data-table--products .product-allergens-cell{display:none!important}.data-table--products .product-status-cell{grid-column:1 / 2;align-self:center}.data-table--products .product-image-cell{grid-column:2 / 3;align-self:center;justify-self:end;color:#667085;font-size:.78rem;font-weight:780;text-align:right;white-space:nowrap}.data-table--products .product-image-state{gap:.36rem;justify-content:flex-end;font-size:.78rem}.data-table--products .product-image-state img{width:40px;height:32px;flex-basis:40px}.data-table--products .product-order-cell{grid-column:1 / -1;padding-top:.54rem;border-top:1px solid var(--line-soft)}.data-table--products .product-order-control{display:grid;grid-template-columns:minmax(0,1fr) 74px;gap:.54rem;align-items:center}.data-table--products .drag-handle{display:none}.data-table--products .mobile-order-buttons{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.42rem}.data-table--products .mobile-order-buttons button{min-height:38px;border:1px solid var(--line);border-radius:12px;background:var(--surface-muted);color:var(--brand);font-size:.82rem;font-weight:850;padding:.38rem .5rem}.data-table--products .mobile-order-buttons button:disabled{color:#98a2b3;cursor:not-allowed;opacity:.6}.data-table--products .product-order-cell input{width:74px;min-height:38px;border-radius:12px;text-align:center}.data-table--products .product-actions-cell{grid-column:1 / -1;padding-top:.16rem}.data-table--products .action-menu summary{display:flex;min-height:40px;align-items:center;justify-content:center;border-radius:12px;font-size:.88rem}.data-table--products .action-menu>div{position:static;margin-top:.42rem;border-radius:14px}}@media(max-width:420px){.data-table--categories .category-mobile-head{grid-template-columns:minmax(0,1fr)}.data-table--categories .category-order-control{grid-template-columns:1fr}.data-table--categories .category-order-cell input{width:100%}.data-table--products tr.product-row{grid-template-columns:minmax(0,1fr);padding:.82rem}.data-table--products .product-image-cell{grid-column:1 / -1;justify-self:start;text-align:left}.data-table--products .product-order-control{grid-template-columns:1fr}.data-table--products .product-order-cell input{width:100%}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important}}
