:root{--bg:#f6f1e9;--surface:#fff;--surface-2:#f0e9de;--surface-hover:#e9dfcd;--border:#e2d8c9;--border-strong:#d6cab8;--text:#241d16;--text-muted:#6d6156;--text-faint:#8a7d6e;--accent:#a8531a;--accent-hover:#954a17;--accent-text:#a8531a;--accent-fg:#fff;--green:#3f5628;--amber:#8a6412;--red:#b4402a;--blue:#2f5d8a;--gray:#6d6156;--accent-soft:color-mix(in srgb, var(--accent) 14%, transparent);--green-soft:color-mix(in srgb, var(--green) 16%, transparent);--amber-soft:color-mix(in srgb, var(--amber) 16%, transparent);--red-soft:color-mix(in srgb, var(--red) 14%, transparent);--blue-soft:color-mix(in srgb, var(--blue) 14%, transparent);--gray-soft:color-mix(in srgb, var(--gray) 14%, transparent);--state-urgent:var(--red);--state-new-order:var(--accent);--state-kitchen:var(--amber);--state-ready:var(--green);--state-booked:var(--blue);--radius-sm:9px;--radius-md:12px;--radius-lg:18px;--radius-full:999px;--shadow-sm:0 1px 2px #2e2b2524;--shadow-md:0 14px 34px #2e2b2529;--shadow-lg:0 20px 48px #2e2b2538;--sidebar-width:248px;--topbar-height:64px;--tabbar-h:62px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}@media (width<=640px){:root{--topbar-height:56px}}[data-theme=dark]{--bg:#191512;--surface:#221d18;--surface-2:#2b251f;--surface-hover:#322b24;--border:#322b24;--border-strong:#3a332b;--text:#f4ece1;--text-muted:#a1968a;--text-faint:#7a6f64;--accent:#dd8a4f;--accent-hover:#e89b63;--accent-text:#e39a63;--accent-fg:#1c1917;--green:#9db07c;--amber:#e0b256;--red:#eda08b;--blue:#8fb3d9;--gray:#a1968a;--accent-soft:#dd8a4f26;--green-soft:#9db07c29;--amber-soft:#e0b25629;--red-soft:#e07a6324;--blue-soft:#8fb3d924;--gray-soft:#322b24;--shadow-sm:0 1px 2px #00000059;--shadow-md:0 14px 34px #00000080;--shadow-lg:0 20px 48px #0000008c;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}html,body,#root{height:100%}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;margin:0;font-family:Figtree,-apple-system,Segoe UI,system-ui,sans-serif;font-size:14.5px;line-height:1.5}.msr{letter-spacing:normal;text-transform:none;white-space:nowrap;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;-webkit-user-select:none;user-select:none;direction:ltr;font-family:Material Symbols Rounded;font-style:normal;font-weight:400;line-height:1;display:inline-block}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.spinner-arc{background:conic-gradient(from 0deg, transparent 0 8%, currentColor 100%);-webkit-mask:radial-gradient(farthest-side, transparent calc(100% - var(--spinner-stroke)), #000 calc(100% - var(--spinner-stroke)));-webkit-mask:radial-gradient(farthest-side, transparent calc(100% - var(--spinner-stroke)), #000 calc(100% - var(--spinner-stroke)));mask:radial-gradient(farthest-side, transparent calc(100% - var(--spinner-stroke)), #000 calc(100% - var(--spinner-stroke)));border-radius:999px;flex:none;animation:.9s linear infinite spinner-rotate;display:inline-block}@keyframes spinner-rotate{to{transform:rotate(360deg)}}.spinner-dots{align-items:center;gap:5px;display:inline-flex}.spinner-dots span{background:currentColor;border-radius:999px;width:6px;height:6px;animation:1.2s ease-in-out infinite spinner-dot}.spinner-dots span:nth-child(2){animation-delay:.15s}.spinner-dots span:nth-child(3){animation-delay:.3s}@keyframes spinner-dot{0%,to{opacity:.22;transform:translateY(0)}40%{opacity:1;transform:translateY(-2px)}}.refresh-rule{background:var(--border);height:2px;position:relative;overflow:hidden}.refresh-rule:after{content:"";background:var(--accent);width:33%;animation:1.3s ease-in-out infinite spinner-rule;position:absolute;inset:0}@keyframes spinner-rule{0%{transform:translate(-100%)}to{transform:translate(320%)}}@media (prefers-reduced-motion:reduce){.spinner-arc{animation:2.4s ease-in-out infinite spinner-pulse}.spinner-dots span,.refresh-rule:after{animation-duration:2.4s}}@keyframes spinner-pulse{0%,to{opacity:1}50%{opacity:.45}}.skeleton-block{background:linear-gradient(90deg, var(--surface-2) 0 40%, var(--surface-hover) 50%, var(--surface-2) 60% 100%);background-size:220% 100%;border-radius:4px;animation:1.4s linear infinite spinner-shimmer;display:block}@keyframes spinner-shimmer{to{background-position:220% 0}}@media (prefers-reduced-motion:reduce){.skeleton-block{background:var(--surface-2);animation:none}}.list-skeleton-row{background:var(--surface);border:1px solid var(--border);border-radius:14px;align-items:center;gap:11px;margin-bottom:12px;padding:13px 15px;display:flex}.list-skeleton-row--dim{opacity:.55}.list-skeleton-row--dim .skeleton-block{background:var(--surface-2);animation:none}.list-skeleton-row__icon{border-radius:11px;flex:none;width:38px;height:38px}.list-skeleton-row__lines{flex-direction:column;flex:1;gap:7px;min-width:0;display:flex}.list-skeleton-row__line{border-radius:4px;height:11px}.list-skeleton-row__line--wide{width:60%}.list-skeleton-row__line--narrow{width:38%;height:9px}.list-skeleton-row__chip{border-radius:6px;flex:none;width:46px;height:24px}.page-loading{min-height:0;color:var(--accent-text);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:14px;padding:40px 24px;display:flex}.page-loading__note{color:var(--text-faint);font-size:13px;animation:2.4s ease-in-out infinite spinner-pulse}.page-loading__retry{margin-top:4px}h1,h2,h3,h4{letter-spacing:-.01em;margin:0 0 .5rem;font-weight:700}h1{font-size:1.5rem}h2{font-size:1.15rem}h3{font-size:1rem}h4{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.9rem}a{color:var(--accent-text)}a:hover{color:var(--accent-hover)}p{margin:0 0 .75rem}hr{border:none;border-top:1px solid var(--border);margin:1.5rem 0}button{background:var(--surface-2);color:var(--text);border:1px solid var(--border-strong);border-radius:var(--radius-sm);cursor:pointer;justify-content:center;align-items:center;gap:8px;padding:.5rem .9rem;font-family:inherit;font-size:.88rem;font-weight:500;transition:background .12s,border-color .12s,opacity .12s;display:inline-flex}button:hover:not(:disabled){background:var(--surface-hover);border-color:var(--text-faint)}button:disabled{opacity:.5;cursor:not-allowed}button.btn-primary{background:var(--accent);border-color:var(--accent);color:var(--accent-fg);font-weight:700}button.btn-primary:hover:not(:disabled){background:var(--accent-hover);border-color:var(--accent-hover)}a.btn-primary{background:var(--accent);border:1px solid var(--accent);border-radius:var(--radius-sm);color:var(--accent-fg);justify-content:center;align-items:center;gap:8px;padding:.5rem .9rem;font-size:.88rem;font-weight:700;text-decoration:none;display:inline-flex}a.btn-primary:hover{background:var(--accent-hover);border-color:var(--accent-hover);color:var(--accent-fg)}a.btn-default{background:var(--surface-2);color:var(--text);border:1px solid var(--border-strong);border-radius:var(--radius-sm);justify-content:center;align-items:center;gap:8px;padding:.5rem .9rem;font-size:.88rem;font-weight:500;text-decoration:none;display:inline-flex}a.btn-default:hover{background:var(--surface-hover);border-color:var(--text-faint);color:var(--text)}.qr-code{border-radius:var(--radius-sm);margin-bottom:.75rem;display:block}.qr-code--loading{background:var(--surface-2);border:1px solid var(--border)}button.btn-danger{border-color:var(--red);color:var(--red);background:0 0}button.btn-danger:hover:not(:disabled){background:var(--red-soft)}button.btn-ghost{color:var(--text-muted);background:0 0;border-color:#0000;padding:.4rem .6rem}button.btn-ghost:hover:not(:disabled){background:var(--surface-2);color:var(--text)}button.btn-sm{padding:.3rem .6rem;font-size:.8rem}button.btn-field{justify-content:center;align-items:center;height:38px;display:inline-flex}.btn-content{align-items:center;gap:8px;display:inline-flex}.app-shell{flex-direction:column;min-height:100vh;display:flex}.topbar{z-index:20;height:var(--topbar-height);background:var(--surface);border-bottom:1px solid var(--border);flex:none;align-items:center;gap:14px;padding:0 20px;display:flex;position:sticky;top:0}.topbar-menu-btn{display:none}.topbar .brand-mark{align-items:center;gap:10px;display:flex}.brand-logo{background:var(--accent);width:30px;height:30px;color:var(--accent-fg);border-radius:9px;flex:none;justify-content:center;align-items:center;font-size:17px;font-weight:700;display:flex}.brand-name{letter-spacing:-.01em;font-size:17px;font-weight:700}.brand-pill{border-radius:var(--radius-full);background:var(--accent-soft);color:var(--accent-text);letter-spacing:.08em;text-transform:uppercase;padding:3px 9px;font-size:11px;font-weight:700}.topbar-spacer{flex:1}.topbar-actions{align-items:center;gap:10px;display:flex}.shell-body{flex:1;min-height:0;display:flex}.sidebar{width:var(--sidebar-width);background:var(--surface);border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;gap:18px;padding:16px 12px;display:flex}.sidebar-drawer-header{display:none}.restaurant-card{border-radius:var(--radius-md);background:var(--surface-2);align-items:center;gap:10px;min-width:0;padding:8px 10px;display:flex}.restaurant-card-icon{background:var(--green-soft);width:30px;height:30px;color:var(--green);border-radius:9px;flex:none;justify-content:center;align-items:center;display:flex}.restaurant-card-body{flex-direction:column;min-width:0;display:flex}.restaurant-card-name{text-overflow:ellipsis;white-space:nowrap;font-size:13.5px;font-weight:600;overflow:hidden}.restaurant-card-status{color:var(--text-muted);font-size:11.5px;font-weight:600}.restaurant-card-status.is-open{color:var(--green)}.sidebar nav{flex-direction:column;gap:3px;display:flex}.sidebar nav a{color:var(--text-muted);border-radius:11px;align-items:center;gap:11px;min-height:42px;padding:0 12px;font-size:14px;font-weight:500;text-decoration:none;display:flex}.sidebar nav a .msr{color:var(--text-muted);font-size:21px}.sidebar nav a .nav-count{border-radius:var(--radius-full);background:var(--border);min-width:22px;color:var(--text-muted);text-align:center;margin-left:auto;padding:1px 7px;font-size:11.5px;font-weight:700}.sidebar nav a .nav-count--attention{background:var(--accent);color:var(--accent-fg)}.sidebar nav a.active{background:var(--accent-soft);color:var(--accent-text);font-weight:600}.sidebar nav a.active .msr{color:var(--accent-text)}.sidebar nav a.active .nav-count{background:var(--accent);color:var(--accent-fg)}.sidebar nav a:hover:not(.active){background:var(--surface-2);color:var(--text)}.sidebar nav a:hover:not(.active) .msr{color:var(--text)}.sidebar-drawer-footer{display:none}.lang-select{background:var(--surface-2);border:1px solid var(--border-strong);border-radius:var(--radius-md);height:38px;color:var(--text);cursor:pointer;align-items:center;gap:8px;padding:0 12px;font-family:inherit;font-size:13px;font-weight:600;display:flex}.lang-select:hover,.lang-switcher__trigger[aria-expanded=true]{border-color:var(--accent)}.lang-switcher{position:relative}.lang-switcher__panel{background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius-md);width:208px;max-width:calc(100vw - 20px);max-height:320px;box-shadow:var(--shadow-md);z-index:50;flex-direction:column;gap:2px;padding:6px;display:flex;position:absolute;top:calc(100% + 6px);right:0;overflow-y:auto}.lang-switcher__item{border-radius:var(--radius-sm);min-height:44px;font:inherit;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;padding:4px 10px;font-size:.85rem;display:flex}.lang-switcher__item:hover{background:var(--surface-2)}.lang-switcher__item.is-active{background:var(--accent-soft);color:var(--accent-text)}.lang-switcher__meta{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.lang-switcher__label{font-weight:600}.lang-switcher__english{color:var(--text-muted);font-size:.75rem}.lang-switcher__code{background:var(--surface-2);width:26px;height:26px;color:var(--text-muted);letter-spacing:.03em;border-radius:7px;flex:none;justify-content:center;align-items:center;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:11px;font-weight:700;display:inline-flex}.lang-switcher__item.is-active .lang-switcher__code{background:var(--accent);color:#fff}.sidebar-backdrop{display:none}.content-area{flex-direction:column;flex:1;min-width:0;display:flex}.admin-content{flex:1;width:100%;max-width:1100px;padding:2rem 2.5rem 3rem}.auth-shell{flex-direction:column;min-height:100vh;display:flex}.topbar-link{border-radius:var(--radius-md);height:38px;color:var(--text-muted);align-items:center;padding:0 14px;font-size:13.5px;font-weight:600;text-decoration:none;display:flex}.topbar-link:hover{background:var(--surface-2);color:var(--text)}@media (width<=640px){.topbar-link{display:none}}.auth-page{background:radial-gradient(1100px 460px at 50% -8%,#dd8a4f17,#0000 70%);flex:1;justify-content:center;align-items:flex-start;padding:64px 24px;display:flex}@media (width<=640px){.auth-page{align-items:stretch;padding:24px 16px}.auth-card{box-shadow:none;background:0 0;border:none;flex-direction:column;flex:1;padding:0;display:flex}.auth-card form.form{flex:1}.auth-card form.form button.btn-primary,.auth-footer-link--pinned,.tip-banner--pinned{margin-top:auto}}.auth-page-inner{flex-direction:column;gap:18px;width:100%;max-width:428px;display:flex}.auth-page-inner--wide{max-width:520px}.auth-page-inner .form input{min-height:46px}.auth-page-inner .form button.btn-primary{min-height:48px}.auth-captcha{justify-content:center;display:flex}.auth-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);flex-direction:column;gap:20px;padding:28px;display:flex}.auth-card-heading{flex-direction:column;gap:6px;display:flex}.auth-card-heading h1{margin:0;font-size:23px}.auth-card-heading p{color:var(--text-muted);margin:0;font-size:14px;line-height:1.5}.auth-footer-link{text-align:center;color:var(--text-muted);font-size:13.5px}.auth-footer-link a,.auth-footer-link .link-button{font-weight:600;text-decoration:none}.link-button{color:var(--accent-text);font:inherit;background:0 0;border:none;padding:0}.link-button:hover:not(:disabled){color:var(--accent-hover);background:0 0}.auth-back{min-height:38px;color:var(--text-muted);background:0 0;border:none;align-self:flex-start;align-items:center;gap:8px;padding:0 12px 0 8px;font-size:13.5px;font-weight:600;display:flex}.auth-back:hover:not(:disabled){background:var(--surface);color:var(--text)}.auth-icon-badge{background:var(--accent-soft);width:52px;height:52px;color:var(--accent-text);border-radius:15px;justify-content:center;align-items:center;display:flex}.auth-icon-badge.is-success{background:var(--green-soft);color:var(--green)}.mode-toggle{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-full);grid-template-columns:1fr 1fr;padding:4px;display:grid;position:relative}.mode-toggle__thumb{background:var(--surface-2);border-radius:var(--radius-full);width:calc(50% - 4px);transition:transform .25s;position:absolute;top:4px;bottom:4px;left:4px;box-shadow:0 1px 2px #0006}.mode-toggle__option{z-index:1;border-radius:var(--radius-full);min-height:40px;color:var(--text-muted);background:0 0;border:none;font-size:14px;font-weight:500;position:relative}.mode-toggle__option:hover:not(:disabled){background:0 0;border-color:#0000}.mode-toggle__option[aria-selected=true]{color:var(--text);font-weight:700}.leaving-banner{border-radius:var(--radius-md);background:var(--green-soft);color:var(--green);align-items:center;gap:10px;padding:12px 14px;font-size:13.5px;font-weight:500;display:flex}.field{align-items:center;display:flex;position:relative}.field .msr.field-icon{color:var(--text-faint);pointer-events:none;font-size:20px;position:absolute;left:13px}.form .field input{width:100%;padding-left:42px}.form .field.has-trailing input{padding-right:44px}.field-toggle{width:36px;height:36px;color:var(--text-muted);background:0 0;border:none;border-radius:9px;justify-content:center;align-items:center;padding:0;display:flex;position:absolute;right:5px}.field-toggle:hover:not(:disabled){background:var(--border);color:var(--text)}.field-hint{color:var(--text-muted);font-size:12px}.field-row-between{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.password-strength{align-items:center;gap:10px;display:flex}.password-strength__bars{flex:1;gap:4px;display:flex}.password-strength__bar{border-radius:var(--radius-full);background:var(--border);flex:1;height:4px}.password-strength__bar.is-filled{background:var(--bar-color,var(--accent))}.password-strength__label{color:var(--bar-color,var(--text-muted));font-size:12px;font-weight:600}.otp-input{grid-template-columns:repeat(6,1fr);gap:8px;display:grid}.form .otp-input input{border:1px solid var(--border-strong);border-radius:var(--radius-md);background:var(--surface-2);width:100%;height:56px;color:var(--text);text-align:center;padding:0;font-size:22px;font-weight:700}.form .otp-input input:focus{border-color:var(--accent);outline:none}.stepper{align-items:center;gap:10px;display:flex}.stepper-step{border-radius:var(--radius-full);color:var(--text-muted);align-items:center;gap:9px;padding:6px 14px 6px 6px;font-size:13px;font-weight:600;display:flex}.stepper-step.is-current{background:var(--accent-soft);color:var(--accent-text);font-weight:700}.stepper-step-num{border-radius:var(--radius-full);border:1px solid var(--border-strong);width:24px;height:24px;color:var(--text-muted);justify-content:center;align-items:center;font-size:12.5px;font-weight:700;display:flex}.stepper-step.is-current .stepper-step-num{background:var(--accent);color:var(--accent-fg);border-color:#0000}.stepper-step.is-done .stepper-step-num{background:var(--green-soft);color:var(--green);border-color:#0000}.stepper-line{background:var(--border);flex:1;height:1px}.step-progress__label{color:var(--text-muted);font-size:13px;display:none}.step-progress__bars{gap:5px;display:none}.step-progress__bar{border-radius:var(--radius-full);background:var(--border);flex:1;height:4px}.step-progress__bar.is-filled{background:var(--accent)}@media (width<=640px){.stepper,.auth-card-heading__desktop-subtitle{display:none}.step-progress__label{display:block}.step-progress__bars{display:flex}}.terms-row{align-items:flex-start;gap:10px;display:flex}.terms-check{border:1px solid var(--border-strong);background:var(--surface-2);width:20px;height:20px;color:var(--accent-fg);border-radius:6px;flex:none;justify-content:center;align-items:center;margin-top:1px;padding:0;display:flex}.terms-check.is-checked{background:var(--accent);border-color:var(--accent)}.terms-text{color:var(--text-muted);font-size:13px;line-height:1.5}.tip-banner{border-radius:var(--radius-md);background:var(--surface-2);align-items:flex-start;gap:12px;padding:13px 14px;display:flex}.tip-banner .msr{color:var(--text-muted);flex:none;font-size:20px}.tip-banner p{color:var(--text-muted);margin:0;font-size:12.5px;line-height:1.5}.avatar{border-radius:var(--radius-full);background:var(--green);color:#23200f;flex:none;justify-content:center;align-items:center;font-weight:700;display:flex}.account-menu{position:relative}.account-menu__trigger{border:1px solid var(--border-strong);border-radius:var(--radius-full);background:var(--surface-2);align-items:center;gap:9px;height:40px;padding:3px 10px 3px 3px;display:flex}.account-menu__trigger:hover:not(:disabled){border-color:var(--accent);background:var(--surface-2)}.account-menu__trigger .msr{color:var(--text-muted)}.account-menu__trigger .avatar{width:32px;height:32px;font-size:12.5px}.account-menu__panel{background:var(--surface);border:1px solid var(--border-strong);width:268px;box-shadow:var(--shadow-lg);z-index:50;border-radius:14px;flex-direction:column;gap:3px;padding:8px;display:flex;position:absolute;top:calc(100% + 8px);right:0}.account-menu__header{align-items:center;gap:11px;padding:10px 10px 12px;display:flex}.account-menu__header .avatar{width:40px;height:40px;font-size:14px}.account-menu__identity{flex-direction:column;min-width:0;display:flex}.account-menu__name{font-size:14px;font-weight:600}.account-menu__email,.account-menu__role{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:12.5px;overflow:hidden}.account-menu__divider{background:var(--border);height:1px;margin:5px 4px}.account-menu__item{min-height:40px;color:var(--text);text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;gap:11px;padding:0 10px;font-size:13.5px;font-weight:500;text-decoration:none;display:flex}.account-menu__item .msr{color:var(--text-muted);font-size:20px}.account-menu__item:hover:not(:disabled){background:var(--surface-2)}.account-menu__item.is-danger{color:var(--red);font-weight:600}.account-menu__item.is-danger .msr{color:var(--red)}.account-menu__item.is-danger:hover:not(:disabled){background:var(--red-soft)}.page-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.page-header h1{align-items:center;gap:10px;margin:0;display:flex}.page-header h1 .badge{font-size:.7rem}.page-header .page-subtitle{color:var(--text-muted);margin:.2rem 0 0;font-size:.9rem}.page-header-actions{flex-shrink:0;gap:.6rem;display:flex}.page-status{color:var(--text-muted)}.error{color:var(--red)}.form-alert{border-radius:var(--radius-md);background:var(--red-soft);color:var(--red);align-items:center;gap:10px;margin:0;padding:11px 13px;font-size:13px;font-weight:500;display:flex}.form-alert .msr{flex:none;font-size:19px}.banner{border-radius:var(--radius-md);margin-bottom:1.5rem;padding:.9rem 1.1rem;font-size:.9rem}.banner-info{background:var(--blue-soft);color:var(--blue)}.banner-warning{background:var(--amber-soft);color:var(--amber)}.banner-danger{background:var(--red-soft);color:var(--red)}.banner p:last-child{margin-bottom:0}.form{flex-direction:column;gap:1rem;margin-bottom:1rem;display:flex}.form-inline{flex-flow:wrap;align-items:end}.form-row{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem;display:grid}.form label{color:var(--text-muted);flex-direction:column;gap:.35rem;font-size:.85rem;font-weight:500;display:flex}.checkbox-label{align-items:center;flex-direction:row!important;gap:.5rem!important}input[type=checkbox],input[type=radio]{width:16px;height:16px;accent-color:var(--accent);cursor:pointer}.form input,.form select,.form textarea,input.input,select.input{background:var(--surface-2);border:1px solid var(--border-strong);border-radius:var(--radius-sm);color:var(--text);padding:.55rem .65rem;font-family:inherit;font-size:.9rem}.form input:focus,.form select:focus,.form textarea:focus,input.input:focus,select.input:focus{border-color:var(--accent);outline:none}.form input:disabled,.form textarea:disabled{opacity:.55;cursor:not-allowed}.search-input{width:100%;max-width:280px}.stat-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem;margin-bottom:2rem;display:grid}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);flex-direction:column;gap:.3rem;padding:1.1rem 1.3rem;display:flex}.stat-card.stat-link{color:inherit;text-decoration:none;transition:border-color .12s,background .12s}.stat-card.stat-link:hover{border-color:var(--text-faint);background:var(--surface-2)}.stat-value{letter-spacing:-.02em;font-size:1.8rem;font-weight:700}.stat-label{color:var(--text-muted);font-size:.85rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.25rem 1.5rem}.section{margin-bottom:2rem}.section-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.75rem;display:flex}.admin-table{border-collapse:collapse;width:100%;margin-top:.5rem}.admin-table th,.admin-table td{text-align:left;border-bottom:1px solid var(--border);vertical-align:top;padding:.7rem .6rem}.admin-table th{color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em;font-size:.8rem;font-weight:500}.admin-table tbody tr:hover{background:var(--surface-2)}.admin-table--middle td{vertical-align:middle}.table-wrap{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);overflow-x:auto}.table-wrap .admin-table{margin-top:0}.table-wrap .admin-table th:first-child,.table-wrap .admin-table td:first-child{padding-left:1rem}.table-wrap .admin-table th:last-child,.table-wrap .admin-table td:last-child{padding-right:1rem}.tabs{border-bottom:1px solid var(--border);flex-wrap:wrap;gap:.3rem;margin-bottom:1rem;padding-bottom:.6rem;display:flex}.tab{color:var(--text-muted);border-radius:var(--radius-full);background:0 0;border:1px solid #0000;align-items:center;gap:.4rem;padding:.4rem .75rem;font-size:.85rem;font-weight:500;display:flex}.tab:hover:not(:disabled){background:var(--surface-2);color:var(--text)}.tab.active{background:var(--accent-soft);color:var(--accent-text)}.tab .tab-count{color:var(--text-faint);font-size:.78rem}.tab.active .tab-count{color:var(--accent-text);opacity:.75}.badge{border-radius:var(--radius-full);white-space:nowrap;align-items:center;padding:.2rem .65rem;font-size:.76rem;font-weight:600;display:inline-flex}.badge-success{background:var(--green-soft);color:var(--green)}.badge-warning{background:var(--amber-soft);color:var(--amber)}.badge-danger{background:var(--red-soft);color:var(--red)}.badge-info{background:var(--blue-soft);color:var(--blue)}.badge-neutral{background:var(--gray-soft);color:var(--gray)}.badge-active{background:var(--green-soft);color:var(--green)}.badge-blocked{background:var(--red-soft);color:var(--red)}.role-toggles{gap:.75rem;display:flex}.role-toggle{color:var(--text-muted);align-items:center;gap:.3rem;font-size:.85rem;display:flex}.row-actions{flex-wrap:wrap;gap:.5rem;display:flex}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem;display:grid}.gallery-grid__item{aspect-ratio:4/3;border-radius:var(--radius-md);border:1px solid var(--border);position:relative;overflow:hidden}.gallery-grid__item img{object-fit:cover;width:100%;height:100%;display:block}.gallery-grid__remove{position:absolute;bottom:.4rem;right:.4rem}.chip-list{flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.chip-list.chip-list-column{flex-direction:column;align-items:flex-start}.chip{background:var(--surface-2);border:1px solid var(--border-strong);border-radius:var(--radius-full);align-items:center;gap:.4rem;padding:.3rem .5rem .3rem .8rem;font-size:.85rem;display:inline-flex}.chip button{color:var(--text-faint);background:0 0;border:none;padding:0 .2rem;font-size:.95rem;line-height:1}.chip button:hover{color:var(--red);background:0 0}.detail-grid{grid-template-columns:max-content 1fr;gap:.5rem 1.5rem;margin:1.5rem 0;display:grid}.detail-grid dt{color:var(--text-muted)}.detail-grid dd{margin:0}.empty-state{text-align:center;color:var(--text-muted);border:1px dashed var(--border-strong);border-radius:var(--radius-md);flex-direction:column;justify-content:center;align-items:center;gap:.4rem;padding:3rem 1.5rem;display:flex}.empty-state .empty-state-icon{opacity:.6;margin-bottom:.5rem}.empty-state strong{color:var(--text);font-size:.95rem}.modal-overlay{z-index:100;background:#06080c99;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal{background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);width:100%;max-width:400px;padding:1.5rem}.modal h3{margin-bottom:.5rem}.modal p{color:var(--text-muted)}.modal-actions{justify-content:flex-end;gap:.6rem;margin-top:1.25rem;display:flex}.modal .form{margin-top:1rem;margin-bottom:0}.image-upload-field__row{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.image-upload-field__link-trigger{white-space:nowrap}.menu-toolbar{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:.85rem;display:flex}.menu-toolbar-spacer{flex:1}.toolbar-btn{background:var(--surface-2);border:1px solid var(--border-strong);border-radius:var(--radius-md);height:38px;color:var(--text);white-space:nowrap;align-items:center;gap:7px;padding:0 12px;font-size:13px;font-weight:600;display:inline-flex}.toolbar-btn .msr{color:var(--text-muted);font-size:18px}.toolbar-btn.is-active{background:var(--accent-soft);border-color:var(--accent);color:var(--accent-text)}.toolbar-btn.is-active .msr{color:var(--accent-text)}.view-toggle{background:var(--surface-2);border:1px solid var(--border-strong);border-radius:var(--radius-md);align-items:center;gap:2px;padding:3px;display:inline-flex}.view-toggle button{width:32px;height:30px;color:var(--text-muted);background:0 0;border:none;border-radius:9px;justify-content:center;align-items:center;padding:0;display:flex}.view-toggle button.is-active{background:var(--border-strong);color:var(--text)}.view-toggle button:hover:not(.is-active):not(:disabled){color:var(--text);background:0 0}.chip.is-selectable{cursor:pointer}.chip.is-selectable.is-active{background:var(--accent-soft);border-color:var(--accent);color:var(--accent-text)}.chip.chip-dashed{color:var(--text-muted);background:0 0;border-style:dashed}.chip-count{opacity:.7;font-weight:500}.switch{color:var(--text-muted);cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;padding:0;font-size:12.5px;font-weight:600;display:inline-flex}.switch:hover:not(:disabled){background:0 0}.switch__track{background:var(--border-strong);border-radius:999px;flex:none;width:38px;height:22px;transition:background .15s;position:relative}.switch[aria-pressed=true] .switch__track{background:var(--accent)}.switch__knob{background:var(--text-muted);border-radius:999px;width:16px;height:16px;transition:left .15s,background .15s;position:absolute;top:3px;left:3px}.switch[aria-pressed=true] .switch__knob{background:var(--accent-fg);left:19px}.category-list{flex-direction:column;gap:8px;margin-top:.75rem;display:flex}.category-row{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface);align-items:center;gap:12px;padding:10px 12px;display:flex}.category-drag-handle{cursor:grab;touch-action:none;flex-shrink:0;padding:.1rem;line-height:1}.category-drag-handle:active{cursor:grabbing}.category-row__name{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.category-row__count{color:var(--text-muted);font-size:12px;font-weight:400}.item-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));align-items:start;gap:1rem;margin-top:1rem;display:grid}.item-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;flex-direction:column;display:flex;position:relative;overflow:hidden}.item-card.is-selected{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.item-card-photo-wrap{position:relative}.item-card-photo{object-fit:cover;background:var(--surface-2);width:100%;height:130px}.item-card-photo--placeholder{color:var(--text-faint);justify-content:center;align-items:center;display:flex}.item-card__select{border:1.5px solid var(--text-faint);width:22px;height:22px;color:var(--accent-fg);background:#1c1917b3;border-radius:7px;justify-content:center;align-items:center;padding:0;display:flex;position:absolute;top:8px;left:8px}.item-card__select.is-checked{background:var(--accent);border-color:var(--accent)}.item-card__stop-badge{color:var(--red);background:#1c1917d9;border-radius:999px;align-items:center;gap:4px;padding:3px 8px;font-size:11px;font-weight:700;display:flex;position:absolute;top:8px;right:8px}.item-card__mods-badge{background:var(--blue-soft);color:var(--blue);border-radius:999px;align-items:center;gap:4px;width:fit-content;padding:2px 8px;font-size:11px;font-weight:600;display:inline-flex}.item-card__actions{align-items:center;gap:6px;margin-top:2px;display:flex}.item-card-body{flex-direction:column;flex:1;gap:.5rem;padding:1rem;display:flex}.item-card-title-row{justify-content:space-between;align-items:flex-start;gap:.5rem;display:flex}.item-card-title-row strong{font-size:.95rem}.item-card-meta{color:var(--text-muted);font-size:.85rem}.item-card-price{white-space:nowrap;font-size:1rem;font-weight:700}.item-row-photo-placeholder{background:var(--surface-2);width:36px;height:36px;color:var(--text-faint);border-radius:8px;flex:none;justify-content:center;align-items:center;display:flex}.row-checkbox{border:1.5px solid var(--text-faint);width:20px;height:20px;color:var(--accent-fg);background:0 0;border-radius:6px;justify-content:center;align-items:center;padding:0;display:flex}.row-checkbox.is-checked{background:var(--accent);border-color:var(--accent)}.admin-table tr.is-selected{background:var(--accent-soft)}.bulk-bar{z-index:5;background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius-md);box-shadow:var(--shadow-md);flex-wrap:wrap;align-items:center;gap:10px;margin-top:1rem;padding:10px 14px;display:flex;position:sticky;bottom:0}.bulk-bar__count{align-items:center;font-size:13.5px;font-weight:700;display:inline-flex}.bulk-bar__count-chip{background:var(--accent);min-width:22px;height:22px;color:var(--accent-fg);border-radius:999px;justify-content:center;align-items:center;margin-right:6px;padding:0 6px;font-size:11.5px;font-weight:700;display:inline-flex}.bulk-move{background:var(--surface-2);border:1px solid var(--border-strong);border-radius:var(--radius-md);height:36px;color:var(--text);align-items:center;gap:6px;padding:0 10px;font-size:13px;font-weight:600;display:inline-flex}.bulk-move select{color:inherit;font:inherit;background:0 0;border:none;outline:none;padding:0}.modifier-card__head{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.modifier-card__delta{color:var(--green);margin-left:4px;font-weight:600}.modifier-card__foot{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:8px;margin-top:6px;padding-top:8px;display:flex}.io-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));align-items:start;gap:1rem;margin-top:1rem;display:grid}.settings-profile-grid{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:24px;display:grid}.settings-profile-grid__sidebar{flex-direction:column;gap:16px;display:flex;position:sticky;top:0}.io-card__icon{border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;margin-bottom:.5rem;display:flex}.io-card__icon--export{background:var(--blue-soft);color:var(--blue)}.io-card__icon--import{background:var(--accent-soft);color:var(--accent-text)}.io-card__head{justify-content:space-between;align-items:center;display:flex}.item-drawer-overlay{z-index:60;background:#06080c8c;justify-content:flex-end;display:flex;position:fixed;inset:0}.item-drawer{background:var(--surface);border-left:1px solid var(--border-strong);width:440px;max-width:100%;height:100%;box-shadow:var(--shadow-lg);flex-direction:column;display:flex;position:relative}.item-drawer__head{border-bottom:1px solid var(--border);flex:none;align-items:flex-start;gap:12px;padding:18px 18px 14px;display:flex}.item-drawer__photo{background:var(--surface-2);width:44px;height:44px;color:var(--text-faint);border-radius:11px;flex:none;justify-content:center;align-items:center;display:flex;overflow:hidden}.item-drawer__photo img{object-fit:cover;width:100%;height:100%}.item-drawer__title{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.item-drawer__title strong{font-size:16px;line-height:1.3}.item-drawer__title span{color:var(--text-muted);font-size:12.5px}.item-drawer__tabs{margin:0 18px}.item-drawer__body{flex:1;min-height:0;padding:18px;overflow-y:auto}.item-drawer__avail{background:var(--surface-2);border-radius:var(--radius-md);align-items:center;gap:12px;margin-top:.5rem;padding:13px;display:flex}.item-drawer__foot{border-top:1px solid var(--border);flex:none;align-items:center;gap:10px;padding:14px 18px;display:flex}.item-drawer__delete{color:var(--red)}.item-drawer__delete:hover:not(:disabled){background:var(--red-soft)}@media (width<=880px){.item-drawer-overlay{align-items:flex-end}.item-drawer{border-left:none;border-top:1px solid var(--border-strong);border-radius:20px 20px 0 0;width:100%;height:auto;max-height:88vh}}.stat-trend{color:var(--text-muted);font-size:.75rem;font-weight:600}.stat-trend.is-up{color:var(--green)}.stat-trend.is-down{color:var(--amber)}.stat-trend.is-attention{color:var(--accent-text)}.orders-toolbar{flex-flow:column wrap;align-items:stretch;gap:10px;margin-bottom:1.25rem;display:flex}.orders-toolbar .tabs{border-bottom:none;flex:1;margin-bottom:0;padding-bottom:0}.orders-search{border:1px solid var(--border-strong);border-radius:var(--radius-md);background:var(--surface-2);min-width:200px;height:38px;color:var(--text-muted);align-items:center;gap:8px;padding:0 12px;display:flex}.orders-search .msr{flex:none;font-size:19px}.orders-search input{min-width:0;color:var(--text);font:inherit;background:0 0;border:none;flex:1;padding:0;font-size:13.5px}.orders-search input:focus{outline:none}.order-card-list{flex-direction:column;gap:10px;display:none}.order-card-list--always{display:flex}.order-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;flex-direction:column;gap:8px;padding:13px 14px;display:flex}.order-card__top{align-items:center;gap:10px;display:flex}.order-card__id{font-size:14px;font-weight:700}.order-card__time{color:var(--text-muted);white-space:nowrap;margin-left:auto;font-size:12.5px}.order-card__items{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:13.5px;overflow:hidden}.order-card__note{background:var(--blue-soft);color:var(--text);border-radius:8px;align-items:flex-start;gap:6px;padding:8px 10px;font-size:13px;display:flex}.order-card__change-request{background:var(--amber-soft);color:var(--text);border-radius:8px;padding:8px 10px;font-size:13px}.order-card__bottom{justify-content:space-between;align-items:center;gap:10px;display:flex}.order-card__total{font-size:15px;font-weight:700}.order-card__actions{gap:8px;display:flex}@media (width<=880px){.table-wrap--responsive{display:none}.order-card-list{display:flex}.orders-toolbar{flex-direction:column;align-items:stretch}.orders-search{min-width:0}}.disclosure-panel{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);margin-top:.75rem;padding:1.25rem}@media (width<=880px){.topbar-menu-btn{display:inline-flex}.shell-body{position:relative}.sidebar{z-index:30;width:292px;box-shadow:var(--shadow-lg);transition:transform .18s;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%)}.sidebar.open{transform:translate(0)}.sidebar-drawer-header{align-items:center;gap:10px;padding:0 4px 4px;display:flex}.sidebar-drawer-header .brand-name{font-size:17px;font-weight:700}.sidebar-drawer-header .close-btn{width:40px;height:40px;color:var(--text-muted);background:0 0;border:none;justify-content:center;align-items:center;margin-left:auto;padding:0;display:flex}.sidebar-drawer-header .close-btn:hover:not(:disabled){background:var(--surface-2);color:var(--text)}.sidebar-drawer-footer{border-top:1px solid var(--border);align-items:center;gap:11px;margin-top:auto;padding-top:14px;display:flex}.sidebar-drawer-footer .avatar{width:36px;height:36px;font-size:13px}.sidebar-drawer-footer .account-name{flex-direction:column;min-width:0;display:flex}.sidebar-drawer-footer .account-name strong{font-size:14px;font-weight:600}.sidebar-drawer-footer .account-name span{color:var(--text-muted);font-size:12px}.sidebar-drawer-footer .logout-btn{width:40px;height:40px;color:var(--red);background:0 0;border:none;justify-content:center;align-items:center;margin-left:auto;padding:0;display:flex}.sidebar-drawer-footer .logout-btn:hover:not(:disabled){background:var(--red-soft)}.sidebar-backdrop.open{z-index:25;background:#00000080;display:block;position:fixed;inset:0}.admin-content{padding:1.25rem 1.25rem 2.5rem}.settings-profile-grid{grid-template-columns:1fr}.settings-profile-grid__sidebar{position:static}}@media (width<=480px){.form .otp-input input{height:48px;font-size:19px}.auth-card{padding:20px}}.icon-btn{width:36px;height:36px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;display:inline-flex}.icon-btn:hover:not(:disabled){background:var(--surface-hover);color:var(--text)}.icon-btn--bordered{border:1px solid var(--border-strong);width:44px;height:44px;color:var(--text-muted);background:0 0;border-radius:12px}.icon-btn--bordered:hover:not(:disabled){background:var(--surface-hover);color:var(--text)}.popover{z-index:20;background:var(--surface-2);border:1px solid var(--border-strong);border-radius:12px;flex-direction:column;gap:2px;min-width:180px;padding:6px;display:flex;position:absolute;top:calc(100% + 4px);box-shadow:0 12px 28px #0006}.popover--right{right:0}.popover button{width:100%;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:8px;padding:9px 10px;font-size:13.5px;font-weight:600;display:flex}.popover button:hover{background:var(--surface-hover)}.popover__note{color:var(--text-muted);max-width:200px;padding:9px 12px;font-size:12.5px;line-height:1.45;display:block}.call-board__count{vertical-align:middle;background:var(--red-soft);height:26px;color:var(--red);border-radius:999px;align-items:center;gap:6px;margin-left:11px;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.call-board__dot{background:currentColor;border-radius:999px;flex:none;width:7px;height:7px}.call-board__dot--ok{color:var(--green)}.call-board__live{background:var(--surface-2);border:1px solid var(--border-strong);height:38px;color:var(--text-muted);border-radius:12px;align-items:center;gap:7px;padding:0 13px;font-size:12.5px;font-weight:600;display:inline-flex}.call-board__sound{gap:8px}.call-board__switch{background:var(--gray-soft);border-radius:999px;flex:none;width:30px;height:18px;transition:background .12s;position:relative}.call-board__switch:after{content:"";background:var(--bg);border-radius:999px;width:14px;height:14px;transition:transform .12s;position:absolute;top:2px;left:2px}.call-board__switch.is-on{background:var(--green)}.call-board__switch.is-on:after{transform:translate(12px)}.section-rule{align-items:center;gap:10px;margin:22px 0 12px;display:flex}.section-rule>span{letter-spacing:.1em;text-transform:uppercase;color:var(--text-faint);font-size:12px;font-weight:700}.section-rule:after{content:"";background:var(--border-strong);flex:1;order:1;height:1px}.section-rule>em{color:var(--text-faint);order:2;font-size:12.5px;font-style:normal}.call-board{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:14px;display:grid}.call-card{background:var(--surface-2);border:1px solid var(--border-strong);border-radius:16px;display:flex;overflow:hidden}.call-card__body{flex-direction:column;flex:1;gap:13px;min-width:0;padding:16px 16px 14px;display:flex}.call-card--fresh{--urgency:var(--green)}.call-card--warn{--urgency:var(--accent)}.call-card--overdue{--urgency:var(--red);border-color:color-mix(in srgb, var(--red) 55%, transparent);box-shadow:0 0 0 1px color-mix(in srgb, var(--red) 14%, transparent), 0 8px 22px #00000059}.call-card__bar{background:var(--urgency);flex:none;width:5px}.call-card__head{align-items:flex-start;gap:13px;display:flex}.call-card__table{background:color-mix(in srgb, var(--urgency) 18%, transparent);width:54px;height:54px;color:var(--urgency);border-radius:14px;flex:none;place-items:center;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:24px;font-weight:800;display:grid}.call-card__id{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.call-card__id strong{font-size:16px;font-weight:700}.call-card__clock{color:var(--urgency);font-variant-numeric:tabular-nums;align-items:center;gap:5px;font-size:13px;font-weight:600;display:inline-flex}.call-card__menu-wrap{flex:none;position:relative}.call-card__facts{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.call-card__chip{background:var(--surface-hover);height:25px;color:var(--text);border-radius:8px;align-items:center;gap:5px;padding:0 9px;font-size:11.5px;font-weight:600;display:inline-flex}.call-card__chip--quiet{color:var(--text-muted)}.call-card__chip-count{color:var(--text-muted);font-variant-numeric:tabular-nums}.call-card__actions{gap:8px;display:flex}.call-card__claim{border-radius:12px;flex:1;justify-content:center;align-items:center;gap:7px;height:44px;font-size:14.5px;font-weight:800;display:inline-flex}.admin-table tr.is-dismissed{opacity:.62}.call-answered{color:var(--green);font-variant-numeric:tabular-nums;font-weight:600}.text-faint{color:var(--text-faint)}@media (width<=640px){.call-board{grid-template-columns:1fr;gap:11px}.call-card{border-radius:18px}.call-card__bar{width:6px}.call-card__table{border-radius:16px;width:58px;height:58px;font-size:26px}.call-card__head{align-items:center}.call-card__clock{letter-spacing:-.01em;font-size:20px;font-weight:800}.call-card__clock .msr{display:none}.call-card__claim,.call-card__actions .icon-btn--bordered{border-radius:14px;height:52px;font-size:16px}.call-card__actions .icon-btn--bordered{width:52px}.call-board__live{display:none}}.tables-panel{background:var(--surface);border:1px solid var(--border-strong);border-radius:14px;flex-wrap:wrap;align-items:center;gap:14px;margin-bottom:1.25rem;padding:14px 16px;display:flex}.tables-panel__form{flex-direction:column;flex:1;gap:6px;min-width:240px;display:flex}.tables-panel__label{letter-spacing:.06em;text-transform:uppercase;color:var(--text-faint);font-size:12px;font-weight:700}.tables-panel__row{gap:10px;display:flex}.tables-panel__divider{background:var(--border-strong);flex:none;width:1px;height:40px}.tables-panel__stat{flex-direction:column;gap:3px;display:flex}.tables-panel__stat strong{font-family:IBM Plex Mono,ui-monospace,monospace;font-size:22px;font-weight:800}.tables-panel__stat span{color:var(--text-faint);font-size:12px}.tables-panel__stat strong.tables-panel__stat--ok{color:var(--green)}.tables-panel__stat strong.tables-panel__stat--warn{color:var(--red)}.table-card{background:var(--surface-2);border:1px solid var(--border-strong);border-radius:16px;flex-direction:column;display:flex;overflow:hidden}.table-card__head{border-bottom:1px solid var(--border-strong);align-items:center;gap:9px;padding:12px 14px;display:flex}.table-card__head strong{flex:1;min-width:0;font-size:16px;font-weight:700}.table-card__menu-wrap{flex:none;position:relative}.table-card__body{flex-direction:column;align-items:center;gap:11px;padding:14px;display:flex}.table-card__actions{gap:7px;width:100%;display:flex}.table-card__actions>*{text-align:center;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:5px;height:36px;font-size:12.5px;font-weight:600;display:inline-flex}.popover button.popover__danger{color:var(--red)}.print-sheet{display:none}@media print{.app-shell>.topbar,.app-shell .sidebar,.app-shell .sidebar-backdrop,.admin-content>:not(.print-sheet){display:none!important}.print-sheet{grid-template-columns:repeat(2,1fr);gap:24px;padding:24px;display:grid}.print-sheet__card{break-inside:avoid;border:1px dashed #999;flex-direction:column;align-items:center;gap:10px;padding:24px;display:flex}.print-sheet__card strong{font-size:20px}}html,body{background:var(--bg)}.mobile-shell{flex-direction:column;min-height:100dvh;display:flex}.mobile-shell__content{flex-direction:column;flex:1;min-height:0;display:flex}.mobile-page{min-height:0;padding:4px 18px calc(var(--tabbar-h) + env(safe-area-inset-bottom,0px) + 18px);flex-direction:column;flex:1;display:flex;overflow-y:auto}.tab-bar{border-top:1px solid var(--border);background:var(--surface);padding:8px 6px calc(env(safe-area-inset-bottom,0px) + 6px);z-index:20;flex:none;align-items:stretch;display:flex;position:sticky;bottom:0}.tab-bar__item{min-height:48px;color:var(--text-muted);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;font-size:11px;font-weight:600;text-decoration:none;display:flex}.tab-bar__item .msr{color:var(--text-muted)}.tab-bar__item.is-active,.tab-bar__item.is-active .msr{color:var(--accent-text)}.tab-bar__icon-wrap{display:flex;position:relative}.tab-bar__badge{background:var(--red);min-width:17px;height:17px;color:var(--accent-fg);border-radius:999px;justify-content:center;align-items:center;padding:0 4px;font-size:10.5px;font-weight:800;display:flex;position:absolute;top:-4px;right:-10px}@media (width>=640px){body{background:var(--surface-2)}.mobile-shell{max-width:480px;box-shadow:var(--shadow-lg);border-left:1px solid var(--border);border-right:1px solid var(--border);background:var(--bg);margin:0 auto}}.mobile-header{flex:none;align-items:center;gap:10px;padding:8px 0 14px;display:flex}.mobile-header__title-block{flex-direction:column;flex:1;min-width:0;display:flex}.mobile-header__title-block h1{letter-spacing:-.01em;margin:0;font-size:22px;font-weight:800}.mobile-header__subtitle{color:var(--text-faint);font-size:12px}.mobile-header__actions{flex:none;align-items:center;gap:8px;display:flex}.mobile-header__live{background:var(--green-soft);height:30px;color:var(--green);border-radius:999px;align-items:center;gap:6px;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.mobile-header__dot{background:currentColor;border-radius:999px;width:6px;height:6px;animation:1.8s infinite mh-pulse}@keyframes mh-pulse{0%,to{opacity:1}50%{opacity:.35}}.mobile-header__avatar,.mobile-header__icon-btn{background:var(--surface-2);border:1px solid var(--border-strong);width:38px;height:38px;color:var(--text-muted);border-radius:999px;flex:none;justify-content:center;align-items:center;padding:0;font-size:13px;font-weight:700;display:flex}.mobile-header__avatar:hover:not(:disabled),.mobile-header__icon-btn:hover:not(:disabled){background:var(--surface-hover)}.stack-header{flex:none;align-items:center;gap:12px;padding:8px 18px 12px;display:flex}.stack-header__icon-btn{background:var(--surface-2);border:1px solid var(--border-strong);width:40px;height:40px;color:var(--text-muted);border-radius:12px;flex:none;justify-content:center;align-items:center;padding:0;display:flex}.stack-header__icon-btn:hover:not(:disabled){background:var(--surface-hover);color:var(--text)}.stack-header__icon-btn.is-active{background:var(--accent-soft);border-color:var(--accent);color:var(--accent)}.stack-header__title{flex-direction:column;flex:1;min-width:0;display:flex}.stack-header__title strong{text-overflow:ellipsis;white-space:nowrap;font-size:20px;font-weight:700;overflow:hidden}.stack-header__title span{color:var(--text-faint);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.stack-page{flex-direction:column;flex:1;min-height:0;display:flex;overflow-y:auto}.stack-page__body{flex-direction:column;flex:1;gap:14px;min-height:0;padding:0 18px;display:flex}.stack-page__footer{padding:14px 18px calc(env(safe-area-inset-bottom,0px) + 16px);border-top:1px solid var(--border);background:var(--surface);flex:none;gap:12px;display:flex}.stack-page__footer>button,.stack-page__footer>a{border-radius:16px;flex:1;justify-content:center;align-items:center;gap:8px;min-height:52px;font-size:16px;font-weight:700;display:inline-flex}.standing-bar{background:color-mix(in srgb, var(--green) 16%, var(--bg));border:1px solid color-mix(in srgb, var(--green) 40%, transparent);box-shadow:var(--shadow-md);border-radius:16px;flex:none;align-items:center;gap:12px;margin:12px 0 0;padding:12px 14px;display:flex;position:sticky;bottom:0}.standing-bar .msr{color:var(--green)}.standing-bar__body{flex-direction:column;flex:1;min-width:0;display:flex}.standing-bar__body strong{color:var(--green);font-size:14px;font-weight:700}.standing-bar__body span{color:var(--text-muted);font-size:12px}.standing-bar__action{background:var(--green);min-height:40px;color:var(--accent-fg);border:none;border-radius:12px;flex:none;padding:0 14px;font-size:13.5px;font-weight:700}.standing-bar__action:hover:not(:disabled){background:var(--green);opacity:.9}.call-card__claim-full{width:100%}.call-card--claimed-other{opacity:.85}.call-card__claimed-row{align-items:center;gap:12px;padding:14px 16px;display:flex}.call-card__claimed-row strong{color:var(--green);font-size:14px;font-weight:700;display:block}.call-card__claimed-row span{color:var(--text-faint);font-size:12px}.call-history{flex-direction:column;display:flex}.floor-grid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.floor-tile{background:var(--surface);border:1px solid var(--border-strong);text-align:left;cursor:pointer;border-radius:14px;flex-direction:column;gap:4px;min-height:92px;padding:10px;display:flex}.floor-tile:hover:not(:disabled){background:var(--surface-hover);border-color:var(--text-faint)}.floor-tile__label{font-family:IBM Plex Mono,ui-monospace,monospace;font-size:20px;font-weight:700}.floor-tile__clock{font-family:IBM Plex Mono,ui-monospace,monospace;font-size:13px;font-weight:600}.floor-tile__status{font-size:11px;font-weight:700}.floor-tile__meta{color:var(--text-faint);font-size:11px}.floor-tile--free{background:var(--surface-2);border-style:dashed}.floor-tile--free .floor-tile__label,.floor-tile--free .floor-tile__status{color:var(--text-faint)}.floor-tile--urgent{border-color:color-mix(in srgb, var(--state-urgent) 55%, transparent)}.floor-tile--urgent .floor-tile__clock,.floor-tile--urgent .floor-tile__status{color:var(--state-urgent)}.floor-tile--new-order .floor-tile__status{color:var(--state-new-order)}.floor-tile--kitchen .floor-tile__clock,.floor-tile--kitchen .floor-tile__status,.floor-tile--served .floor-tile__status{color:var(--state-kitchen)}.floor-tile--change-requested{background:var(--amber-soft);border-color:color-mix(in srgb, var(--amber) 45%, transparent)}.floor-tile--change-requested .floor-tile__status{color:var(--amber)}.floor-tile--needs-confirm{background:var(--blue-soft);border-color:color-mix(in srgb, var(--blue) 45%, transparent)}.floor-tile--needs-confirm .floor-tile__clock,.floor-tile--needs-confirm .floor-tile__status{color:var(--blue)}.floor-tile--ready{background:var(--green-soft);border-color:color-mix(in srgb, var(--green) 45%, transparent)}.floor-tile--ready .floor-tile__status,.floor-tile--ready .floor-tile__meta{color:var(--green)}.floor-tile--booked .floor-tile__clock,.floor-tile--booked .floor-tile__status{color:var(--state-booked)}.floor-tile--mine .floor-tile__status{color:var(--green)}.floor-section-picker{background:var(--surface-2);border:1px solid var(--border-strong);border-radius:999px;align-items:center;gap:6px;height:36px;padding:0 12px;font-size:13px;font-weight:600;display:inline-flex}.claim-banner{background:var(--green-soft);border:1px solid color-mix(in srgb, var(--green) 40%, transparent);color:var(--green);border-radius:14px;align-items:center;gap:10px;padding:12px 14px;font-size:13.5px;font-weight:600;display:flex}.claim-banner .msr{color:var(--green)}.claim-banner--open{background:var(--red-soft);border-color:color-mix(in srgb, var(--red) 40%, transparent);color:var(--red)}.claim-banner--open .msr{color:var(--red)}.claim-banner--warn{background:var(--amber-soft);border-color:color-mix(in srgb, var(--amber) 40%, transparent);color:var(--amber)}.claim-banner--warn .msr{color:var(--amber)}.claim-banner__actions{align-items:center;gap:8px;display:flex}.tab-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;overflow:hidden}.tab-card__head{border-bottom:1px solid var(--border);align-items:center;gap:8px;padding:12px 14px;font-size:15px;font-weight:700;display:flex}.tab-card__head-spacer{flex:1}.tab-card__head-note{color:var(--text-faint);font-size:12px;font-weight:500}.tab-item-row{border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:12px 14px;display:flex}.tab-item-row:last-child{border-bottom:none}.tab-item-row__qty{color:var(--text-faint);flex:none;width:24px;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:15px}.tab-item-row__body{flex-direction:column;flex:1;min-width:0;display:flex}.tab-item-row__body strong{font-size:15px;font-weight:600}.tab-item-row__body span{color:var(--text-faint);font-size:12px}.tab-item-row__served{color:var(--green);flex:none;display:flex}.tab-item-row__serve-btn{background:var(--accent);min-height:40px;color:var(--accent-fg);border:none;border-radius:12px;flex:none;padding:0 14px;font-size:13.5px;font-weight:700}.unpaid-row{align-items:baseline;gap:10px;padding:2px 4px;display:flex}.unpaid-row__label{color:var(--text-muted);font-size:14px}.unpaid-row__spacer{flex:1}.unpaid-row__total{font-family:IBM Plex Mono,ui-monospace,monospace;font-size:26px;font-weight:700}.category-chip-row{gap:8px;padding-bottom:2px;display:flex;overflow-x:auto}.category-chip-row .chip{white-space:nowrap;cursor:pointer;flex:none}.order-item-row{background:var(--surface);border:1px solid var(--border);border-radius:14px;align-items:center;gap:12px;padding:12px 14px;display:flex}.order-item-row--unavailable{opacity:.55}.order-item-row__body{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.order-item-row__body strong{font-size:16px;font-weight:600}.order-item-row__price{color:var(--text-muted);font-family:IBM Plex Mono,ui-monospace,monospace;font-size:13px}.order-item-row__unavailable-note{color:var(--red);font-size:12px}.stepper{background:var(--surface-2);border-radius:14px;flex:none;align-items:center;gap:4px;padding:4px;display:flex}.stepper__btn{background:var(--border-strong);width:40px;height:40px;color:var(--text);border:none;border-radius:11px;justify-content:center;align-items:center;padding:0;display:flex}.stepper__btn:hover:not(:disabled){background:var(--text-faint)}.stepper__btn--add{background:var(--accent);color:var(--accent-fg)}.stepper__btn--add:hover:not(:disabled){background:var(--accent-hover)}.stepper__value{text-align:center;min-width:24px;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:17px;font-weight:600}.order-summary-bar{padding:14px 18px calc(env(safe-area-inset-bottom,0px) + 16px);border-top:1px solid var(--border);background:var(--surface);flex:none;align-items:center;gap:14px;display:flex}.order-summary-bar__totals{flex-direction:column;flex:none;display:flex}.order-summary-bar__price{font-family:IBM Plex Mono,ui-monospace,monospace;font-size:22px;font-weight:700}.order-summary-bar__count{color:var(--text-faint);font-size:12px}.order-summary-bar__submit{background:var(--accent);min-height:56px;color:var(--accent-fg);border:none;border-radius:16px;flex:1;justify-content:center;align-items:center;gap:8px;font-size:17px;font-weight:700;display:flex}.order-summary-bar__submit:disabled{opacity:.5}.close-pay-summary{background:var(--surface);border:1px solid var(--border);border-radius:18px;flex-direction:column;gap:12px;padding:18px;display:flex}.close-pay-summary__row{align-items:baseline;gap:10px;display:flex}.close-pay-summary__row span:first-child{color:var(--text-muted);font-size:15px}.close-pay-summary__spacer{flex:1}.close-pay-summary__total{font-family:IBM Plex Mono,ui-monospace,monospace;font-size:34px;font-weight:700}.close-pay-summary__divider{background:var(--border);height:1px}.close-pay-summary__meta{color:var(--text-muted);justify-content:space-between;font-size:13px;display:flex}.payment-method-label{letter-spacing:.06em;text-transform:uppercase;color:var(--text-faint);font-size:13px;font-weight:700}.payment-method-list{flex-direction:column;gap:10px;display:flex}.payment-method-option{border:1px solid var(--border-strong);background:var(--surface);text-align:left;border-radius:16px;align-items:center;gap:12px;min-height:60px;padding:0 16px;font-size:17px;font-weight:600;display:flex}.payment-method-option .msr{color:var(--text-muted)}.payment-method-option span.payment-method-option__label{flex:1}.payment-method-option.is-selected{border:2px solid var(--accent);background:var(--accent-soft)}.payment-method-option.is-selected .msr,.payment-method-option .msr.payment-method-option__check{color:var(--accent)}.close-pay-confirm{background:var(--green);min-height:64px;color:var(--accent-fg);border:none;border-radius:18px;justify-content:center;align-items:center;gap:10px;font-size:18px;font-weight:700;display:flex}.close-pay-confirm:disabled{opacity:.6}.close-pay-note{text-align:center;color:var(--text-faint);font-size:12px}.book-date-pill{background:var(--surface-2);border:1px solid var(--border-strong);border-radius:999px;flex:none;align-items:center;height:36px;padding:0 12px;font-size:13px;font-weight:700;display:inline-flex}.book-section-label{color:var(--text-faint);letter-spacing:.1em;align-items:center;gap:8px;padding:6px 2px 4px;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:12px;display:flex}.book-section-label:after{content:"";background:var(--border);flex:1;height:1px}.book-card{background:var(--surface);border:1px solid var(--border);border-left:3px solid var(--state-booked);border-radius:16px;align-items:center;gap:14px;margin-bottom:10px;padding:14px;display:flex}.book-card--pending{border-left-color:var(--state-kitchen)}.book-card__time{flex-direction:column;flex:none;align-items:center;min-width:52px;display:flex}.book-card__time strong{font-family:IBM Plex Mono,ui-monospace,monospace;font-size:20px;font-weight:700}.book-card__time span{color:var(--text-faint);font-size:11px}.book-card__time span.is-pending{color:var(--state-kitchen)}.book-card__body{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.book-card__body strong{font-size:16px;font-weight:700}.book-card__body span{color:var(--text-muted);font-size:12px}.book-card__seat-btn{background:var(--accent);min-height:44px;color:var(--accent-fg);border:none;border-radius:12px;flex:none;padding:0 14px;font-size:14px;font-weight:700}.book-row{border-bottom:1px solid var(--border);align-items:center;gap:14px;padding:10px 4px;display:flex}.book-row__time{flex:none;min-width:52px;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:16px}.book-row__name{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:15px;font-weight:600;overflow:hidden}.book-row__name em{color:var(--text-muted);font-style:normal;font-weight:400}.book-row__status{color:var(--text-faint);flex:none;font-size:12px}.book-row__status.is-confirmed{color:var(--green)}.table-picker{flex-direction:column;gap:8px;max-height:60vh;display:flex;overflow-y:auto}.table-picker__option{background:var(--surface-2);border:1px solid var(--border-strong);text-align:left;border-radius:14px;align-items:center;gap:12px;min-height:52px;padding:0 14px;font-size:15px;font-weight:600;display:flex}.table-picker__option:hover:not(:disabled){background:var(--surface-hover)}.table-picker__option:disabled{opacity:.45}.table-picker__option-meta{color:var(--text-faint);margin-left:auto;font-size:12px;font-weight:500}.account-menu__theme-row{color:var(--text);align-items:center;gap:11px;padding:8px 10px;font-size:13.5px;font-weight:500;display:flex}.account-menu__theme-row .msr{color:var(--text-muted);font-size:20px}.account-menu__theme-row .switch{margin-left:auto}.close-pay-online{text-align:center;flex-direction:column;align-items:center;gap:12px;margin-top:16px;display:flex}
