:root{--brand:#e32129;--brand-hover:#c81c23;--brand-press:#a9171d;--brand-soft:#fdecec;--brand-ink:#fff;--bg:#f5f6f8;--surface:#fff;--surface-2:#f9fafb;--fill:#f1f3f5;--line:#e3e6eb;--line-strong:#cfd4dc;--ink:#111418;--ink-2:#3a414b;--muted:#666e7b;--faint:#9aa2ae;--ok:#16794a;--ok-soft:#e6f4ec;--warn:#9a5b00;--warn-soft:#fdf3e1;--danger:#c4261d;--danger-soft:#fceceb;--info:#1d5fbf;--info-soft:#e8f0fb;--prep:#b86e00;--night:#0e1114;--night-2:#171b20;--night-3:#20262d;--night-line:#2c333b;--night-ink:#e8ecf1;--night-muted:#8b95a1;--r-sm:6px;--r-md:8px;--r-lg:12px;--h-sm:32px;--h-md:40px;--h-lg:52px;--h-xl:64px;--shadow-pop:0 12px 32px #1018282e, 0 2px 6px #10182814;--font:"Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;font-family:var(--font);color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;font-feature-settings:"cv11", "ss01";font-size:15px;line-height:1.45}*{box-sizing:border-box}body{background:var(--bg);margin:0}button,input,select,textarea{font:inherit;color:inherit}h1,h2,h3{letter-spacing:-.01em;margin:0}.num,.tabular{font-variant-numeric:tabular-nums}.muted{color:var(--muted)}.small{font-size:13px}.grow{flex:1;min-width:0}.row{align-items:center;gap:8px;display:flex}.row.wrap,.wrap{flex-wrap:wrap}.row.end{justify-content:flex-end}.stack{flex-direction:column;gap:12px;display:flex}.sr-only{clip:rect(0 0 0 0);width:1px;height:1px;position:absolute;overflow:hidden}.btn{height:var(--h-md);border-radius:var(--r-sm);border:1px solid var(--line-strong);background:var(--surface);color:var(--ink);cursor:pointer;white-space:nowrap;justify-content:center;align-items:center;gap:8px;padding:0 16px;font-size:14px;font-weight:600;text-decoration:none;transition:background .12s,border-color .12s;display:inline-flex}.btn:hover:not(:disabled){background:var(--surface-2);border-color:var(--faint)}.btn:focus-visible,.input:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,.linklike:focus-visible,.nav-item:focus-visible{outline:2px solid var(--info);outline-offset:2px}.btn:disabled{opacity:.45;cursor:not-allowed}.btn.primary{background:var(--brand);border-color:var(--brand);color:var(--brand-ink)}.btn.primary:hover:not(:disabled){background:var(--brand-hover);border-color:var(--brand-hover)}.btn.primary:active:not(:disabled){background:var(--brand-press)}.btn.go{background:var(--ok);border-color:var(--ok);color:#fff}.btn.go:hover:not(:disabled){background:#11613b}.btn.danger{color:var(--danger);border-color:#efc4c1}.btn.danger:hover:not(:disabled){background:var(--danger-soft)}.btn.ghost{background:0 0;border-color:#0000}.btn.ghost:hover:not(:disabled){background:var(--fill)}.btn.sm{height:var(--h-sm);padding:0 12px;font-size:13px}.btn.lg,.btn.big{height:var(--h-lg);padding:0 20px;font-size:16px}.btn.xl{height:var(--h-xl);padding:0 24px;font-size:18px}.btn.block{width:100%}.link,button.link{color:var(--brand);cursor:pointer;background:0 0;border:0;padding:0;font-size:14px;font-weight:600}button.link:hover{text-decoration:underline}.linklike{cursor:pointer;color:inherit;text-align:left;background:0 0;border:0;padding:0}.linklike:hover strong{color:var(--brand)}input,select,textarea,.input{height:var(--h-md);border:1px solid var(--line-strong);border-radius:var(--r-sm);background:var(--surface);width:100%;min-width:0;padding:0 12px;font-size:15px}textarea{height:auto;min-height:80px;padding:10px 12px}input[type=checkbox],input[type=radio]{width:18px;height:18px;accent-color:var(--brand)}input::placeholder{color:var(--muted)}input[aria-invalid=true],select[aria-invalid=true]{border-color:var(--danger)}label{color:var(--ink-2);flex-direction:column;gap:6px;font-size:13px;font-weight:600;display:flex}label.check{color:var(--ink);flex-direction:row;align-items:center;gap:8px;font-size:14px;font-weight:500}.field .hint{color:var(--muted);font-size:12.5px;font-weight:400}.field .field-error{color:var(--danger);font-size:12.5px;font-weight:500}.req{color:var(--danger);margin-left:2px}.search{background:var(--surface) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%239aa2ae' stroke-width='2' viewBox='0 0 24 24'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-3.5-3.5'/%3E%3C/svg%3E") no-repeat 12px center;padding-left:36px}.form{flex-direction:column;gap:16px;display:flex}.form-row{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));align-items:end;gap:12px;display:grid}.form-section{border-top:1px solid var(--line);grid-template-columns:220px 1fr;gap:24px;padding:20px 0;display:grid}.form-section:first-child{border-top:0;padding-top:0}.form-section h3{font-size:15px}.form-section .desc{color:var(--muted);margin-top:4px;font-size:13px}.form-actions{border-top:1px solid var(--line);justify-content:flex-end;gap:8px;padding-top:16px;display:flex}fieldset{border:0;flex-direction:column;gap:8px;margin:0;padding:0;display:flex}legend{color:var(--ink-2);margin-bottom:6px;padding:0;font-size:13px;font-weight:600}.chips{flex-wrap:wrap;gap:6px;display:flex}.chip{border:1px solid var(--line-strong);background:var(--surface);height:30px;color:var(--ink);border-radius:999px;align-items:center;gap:6px;padding:0 12px;font-size:13px;font-weight:500;display:inline-flex}.chip.off{opacity:.45;text-decoration:line-through}label.chip.selectable{cursor:pointer;flex-direction:row}.chip.selectable input{display:none}.chip.selectable.on{border-color:var(--ink);background:var(--ink);color:#fff}.badge,.status{background:var(--fill);height:22px;color:var(--ink-2);white-space:nowrap;border-radius:4px;align-items:center;gap:6px;padding:0 8px;font-size:12px;font-weight:600;display:inline-flex}.status:before{content:"";opacity:.9;background:currentColor;border-radius:50%;width:6px;height:6px}.tone-ok{background:var(--ok-soft);color:var(--ok)}.tone-warn{background:var(--warn-soft);color:var(--warn)}.tone-danger{background:var(--danger-soft);color:var(--danger)}.tone-info{background:var(--info-soft);color:var(--info)}.tone-neutral{background:var(--fill);color:var(--ink-2)}.tone-brand{background:var(--brand-soft);color:var(--brand)}.pill{background:var(--fill);height:22px;color:var(--ink-2);border-radius:4px;align-items:center;padding:0 8px;font-size:12px;font-weight:600;display:inline-flex}.pill.ok{background:var(--ok-soft);color:var(--ok)}.pill.warn{background:var(--warn-soft);color:var(--warn)}.pill.danger{background:var(--danger-soft);color:var(--danger)}.rush-tag{letter-spacing:.06em;background:var(--brand);color:#fff;border-radius:4px;align-items:center;height:22px;padding:0 8px;font-size:12px;font-weight:800;display:inline-flex}.route{color:var(--ink-2);align-items:center;gap:4px;font-size:13px;font-weight:600;display:inline-flex}.dot{background:var(--faint);border-radius:50%;width:8px;height:8px;display:inline-block}.dot.live{background:#22a060}.dot.polling{background:#d99a00}.conn{color:var(--muted);align-items:center;gap:6px;font-size:12.5px;font-weight:500;display:inline-flex}.plus{color:var(--ok)}.alert-box,.error,.notice,.info-box{border-radius:var(--r-sm);border:1px solid #0000;padding:10px 12px;font-size:14px}.error,.alert-box.danger,.info-box.danger{background:var(--danger-soft);color:#8f1b14;border-color:#f3c9c6}.notice,.info-box,.alert-box.info{background:var(--info-soft);color:#17488f;border-color:#cfdcf3}.info-box.ok,.alert-box.ok{background:var(--ok-soft);color:#0f5a37;border-color:#c5e3d2}.info-box.warn,.alert-box.warn{background:var(--warn-soft);color:#744400;border-color:#f0dbb2}.toasts{z-index:100;flex-direction:column;gap:8px;display:flex;position:fixed;bottom:20px;right:20px}.toast{background:var(--ink);color:#fff;border-radius:var(--r-md);box-shadow:var(--shadow-pop);align-items:center;gap:10px;max-width:380px;padding:12px 16px;font-size:14px;font-weight:500;display:flex}.toast.danger{background:#8f1b14}table.list,table.table{border-collapse:collapse;width:100%;font-size:14px}table.list th,table.table th{text-align:left;color:var(--muted);text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid var(--line);white-space:nowrap;background:var(--surface-2);padding:10px 12px;font-size:12px;font-weight:600}table.list td,table.table td{border-bottom:1px solid var(--line);vertical-align:middle;padding:11px 12px}table.list tbody tr:last-child td{border-bottom:0}table.list .num,table.list th.num{text-align:right;white-space:nowrap}table.list .center{text-align:center}table.list tr.inactive td{color:var(--muted)}table.list.clickable tbody tr{cursor:pointer}table.list.clickable tbody tr:hover td{background:var(--surface-2)}.actions-cell{text-align:right;white-space:nowrap}.actions-cell .btn+.btn{margin-left:6px}.table-scroll{overflow-x:auto}table.matrix td{font-size:13.5px}table.matrix .yes{color:var(--ok);font-weight:700}table.matrix .no{color:var(--line-strong)}.big-num{font-size:16px;font-weight:700}.card,.panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-md);min-width:0}.card{padding:0;overflow:hidden}.card>.card-head{border-bottom:1px solid var(--line);margin:0;padding:14px 16px}.card>.card-body{padding:16px}.card>table.list{border-top:0}.card>.toolbar{border-bottom:1px solid var(--line);margin:0;padding:12px 16px}.card>.empty{padding:40px 16px}.panel{padding:16px}.card-head{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.card-head h2{flex:1;font-size:15px;font-weight:700}.card-head a{color:var(--ink-2);font-size:13.5px;font-weight:600;text-decoration:none}.card-head a:hover{color:var(--brand)}.toolbar{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.toolbar .search{flex:1;min-width:220px;max-width:420px}.toolbar select{width:auto;min-width:180px}.grid-2{grid-template-columns:repeat(auto-fit,minmax(420px,1fr));gap:16px;display:grid}.empty{text-align:center;color:var(--muted);padding:40px 16px}.empty-title{color:var(--ink);margin-bottom:4px;font-size:15px;font-weight:700}.empty .btn{margin-top:12px}.skeleton{flex-direction:column;gap:10px;padding:16px;display:flex}.sk-line{background:var(--fill);border-radius:4px;height:14px;animation:1.3s ease-in-out infinite sk}.sk-line:nth-child(3n){width:64%}.sk-line:nth-child(3n+2){width:82%}@keyframes sk{50%{opacity:.45}}@media (prefers-reduced-motion:reduce){.sk-line{animation:none}}dl.facts{grid-template-columns:150px 1fr;gap:10px 16px;margin:0;font-size:14px;display:grid}dl.facts dt{color:var(--muted)}dl.facts dd{margin:0;font-weight:500}.tabs-line{border-bottom:1px solid var(--line);gap:4px;display:flex}.tabs-line button{height:40px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;margin-bottom:-1px;padding:0 12px;font-size:14px;font-weight:600}.tabs-line button.on{color:var(--ink);border-bottom-color:var(--brand)}.tabs-line .count{color:var(--muted);margin-left:6px;font-size:12px}.seg{border-radius:var(--r-sm);background:var(--fill);gap:2px;padding:3px;display:inline-flex}.seg button{color:var(--ink-2);cursor:pointer;background:0 0;border:0;border-radius:4px;height:30px;padding:0 12px;font-size:13.5px;font-weight:600}.seg button.on{background:var(--surface);color:var(--ink);box-shadow:0 1px 2px #1018281a}.seg.dark{background:var(--night-3)}.seg.dark button{color:var(--night-muted)}.seg.dark button.on{background:var(--night-ink);color:var(--night)}.seg.light{background:var(--fill)}.backdrop{z-index:60;background:#0f121673;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.modal{background:var(--surface);border-radius:var(--r-lg);box-shadow:var(--shadow-pop);flex-direction:column;width:min(560px,100%);max-height:calc(100vh - 32px);display:flex;overflow:auto}.modal.wide{width:min(760px,100%)}.modal-head{border-bottom:1px solid var(--line);background:var(--surface);z-index:1;align-items:center;gap:12px;padding:16px 20px;display:flex;position:sticky;top:0}.modal-head h2{flex:1;font-size:17px}.modal-body{flex-direction:column;gap:14px;padding:20px;display:flex}.modal-foot{border-top:1px solid var(--line);background:var(--surface);justify-content:flex-end;gap:8px;padding:14px 20px;display:flex;position:sticky;bottom:0}.drawer-backdrop{z-index:60;background:#0f121659;position:fixed;inset:0}.drawer{background:var(--surface);width:min(560px,100vw);box-shadow:var(--shadow-pop);z-index:61;flex-direction:column;display:flex;position:fixed;top:0;bottom:0;right:0}.drawer .modal-body{flex:1;overflow:auto}.close-x{border-radius:var(--r-sm);cursor:pointer;width:32px;height:32px;color:var(--muted);background:0 0;border:0;font-size:18px}.close-x:hover{background:var(--fill);color:var(--ink)}.shell{grid-template-columns:248px 1fr;min-height:100vh;display:grid}.sidebar{background:var(--surface);border-right:1px solid var(--line);flex-direction:column;height:100vh;display:flex;position:sticky;top:0;overflow-y:auto}.sidebar .brand{border-bottom:1px solid var(--line);align-items:center;gap:10px;padding:16px;display:flex}.sidebar .logo-img{border:1px solid var(--line);border-radius:50%;flex:none;width:40px;height:40px}.brand-name{flex-direction:column;line-height:1.2;display:flex}.brand-name .brand-kicker{letter-spacing:.12em;color:var(--brand);font-size:11px;font-weight:800}.brand-name .brand-title{font-size:14px;font-weight:700}.sidebar nav{flex:1;padding:12px 10px}.nav-group{margin-bottom:16px}.nav-title{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);padding:4px 10px 6px;font-size:11px;font-weight:700}.nav-item{border-radius:var(--r-sm);height:36px;color:var(--ink-2);align-items:center;gap:10px;padding:0 10px;font-size:14px;font-weight:500;text-decoration:none;display:flex;position:relative}.nav-item svg{width:18px;height:18px;color:var(--muted);flex:none}.nav-item:hover{background:var(--fill);color:var(--ink)}.nav-item.active{background:var(--brand-soft);color:var(--brand);font-weight:600}.nav-item .fs{color:var(--muted);margin-left:auto;font-size:11px}.sidebar .me{border-top:1px solid var(--line);align-items:center;gap:10px;padding:12px 16px;display:flex}.avatar{background:var(--fill);width:32px;height:32px;color:var(--ink-2);border-radius:50%;flex:none;place-items:center;font-size:13px;font-weight:700;display:grid}.sidebar .me .who{flex:1;min-width:0;font-size:13.5px;font-weight:600;line-height:1.2}.sidebar .me .who span{color:var(--muted);font-size:12px;font-weight:400;display:block}.main{flex-direction:column;min-width:0;display:flex}.page-head{flex-wrap:wrap;align-items:center;gap:12px;padding:24px 32px 16px;display:flex}.page-head h1{font-size:22px;font-weight:700}.page-head .sub{color:var(--muted);align-items:center;gap:8px;margin-top:2px;font-size:14px;display:flex}.page-head .actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.menu-toggle{display:none}.content{flex-direction:column;gap:16px;padding:0 32px 48px;display:flex}.metrics{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-md);grid-template-columns:repeat(auto-fit,minmax(170px,1fr));display:grid;overflow:hidden}.metric{background:var(--surface);box-shadow:1px 0 0 var(--line), 0 1px 0 var(--line);color:inherit;padding:14px 16px;text-decoration:none;display:block}a.metric:hover{background:var(--surface-2)}.metric-label{color:var(--muted);font-size:12.5px;font-weight:500}.metric-value{font-variant-numeric:tabular-nums;letter-spacing:-.01em;margin-top:2px;font-size:24px;font-weight:700}.metric-hint{color:var(--muted);font-size:12.5px}.metric.alert .metric-value{color:var(--danger)}.metric.attention .metric-value{color:var(--warn)}.bar-track{background:var(--fill);border-radius:3px;flex:1;height:6px;overflow:hidden}.bar-fill{background:var(--ink-2);border-radius:3px;height:100%}.methods{flex-direction:column;gap:14px;display:flex}.method .bar-track{margin:6px 0 4px}.hbars{flex-direction:column;gap:6px;display:flex}.hbar-row{grid-template-columns:110px 1fr 150px;align-items:center;gap:10px;font-size:13px;display:grid}.hbar-label{color:var(--muted)}.route-map{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px;display:grid}.route-station{border:1px solid var(--line);border-radius:var(--r-md);padding:12px 14px}.route-head{justify-content:space-between;align-items:baseline;font-size:15px;display:flex}.route-outputs{flex-wrap:wrap;gap:6px;margin:8px 0;display:flex}.route-station ul{color:var(--ink-2);margin:0;padding-left:18px;font-size:13.5px}.groups{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:12px;padding:16px;display:grid}.group-card{border:1px solid var(--line);border-radius:var(--r-md);flex-direction:column;gap:8px;padding:12px 14px;display:flex}.summary-line{background:var(--surface-2);border:1px solid var(--line);border-radius:var(--r-sm);padding:10px 12px;font-size:14px}.qty-input{text-align:right;font-variant-numeric:tabular-nums;width:120px}input.needs{background:var(--warn-soft);border-color:#e6b44e}.count-table tr.has-variance td{background:#fffbf2}.order-detail{flex-direction:column;gap:14px;display:flex}.totals-box{background:var(--surface-2);border:1px solid var(--line);border-radius:var(--r-sm);font-variant-numeric:tabular-nums;flex-direction:column;gap:4px;padding:10px 12px;display:flex}.ok-text{color:var(--ok)}.page-tabs{align-self:flex-start}.auth{background:var(--bg);place-items:center;min-height:100vh;padding:24px 16px;display:grid}.auth-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);flex-direction:column;gap:16px;width:min(420px,100%);padding:28px;display:flex}.auth-brand{text-align:center;flex-direction:column;align-items:center;gap:8px;display:flex}.brand-logo{border:1px solid var(--line);border-radius:50%;width:88px;height:88px}.auth-brand .brand-kicker{letter-spacing:.16em;color:var(--brand);font-size:12px;font-weight:800}.auth-brand .brand-title{font-size:18px;font-weight:700}.auth-card h1{text-align:center;font-size:20px}.auth-card .lead{text-align:center;color:var(--muted);margin:-8px 0 0;font-size:14px}.auth-foot{flex-wrap:wrap;justify-content:space-between;gap:12px;font-size:13.5px;display:flex}.auth-foot a{color:var(--muted)}.pin-dots{justify-content:center;gap:14px;height:20px;margin:4px 0;display:flex}.pin-dots span{border:2px solid var(--line-strong);border-radius:50%;width:16px;height:16px}.pin-dots span.on{background:var(--ink);border-color:var(--ink)}.pin-dots.shake{animation:.3s shake}@keyframes shake{25%{transform:translate(-6px)}75%{transform:translate(6px)}}.numpad{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.numpad button{border-radius:var(--r-md);border:1px solid var(--line);background:var(--surface-2);cursor:pointer;font-variant-numeric:tabular-nums;height:64px;font-size:24px;font-weight:600}.numpad button:hover:not(:disabled){background:var(--fill)}.numpad button:active:not(:disabled){background:#e3e6eb}.numpad button.fn{color:var(--muted);font-size:15px}.pos-app{background:var(--bg);flex-direction:column;height:100vh;display:flex;overflow:hidden}.topbar{background:var(--night);height:60px;color:var(--night-ink);flex:none;align-items:center;gap:12px;padding:0 16px;display:flex}.topbar .logo-img{background:#fff;border-radius:50%;width:36px;height:36px}.topbar .title{font-size:15px;font-weight:700;line-height:1.15}.topbar .title span{letter-spacing:.12em;color:#ff6b70;font-size:11px;font-weight:800;display:block}.topbar .spacer{flex:1}.topbar a,.topbar button.link{color:var(--night-muted);border-radius:var(--r-sm);padding:8px 10px;font-size:14px;font-weight:600;text-decoration:none}.topbar a:hover,.topbar button.link:hover{color:#fff;background:var(--night-3);text-decoration:none}.topbar .who{color:var(--night-muted);text-align:right;font-size:13px;line-height:1.2}.topbar .who strong{color:var(--night-ink);font-size:14px;display:block}.tabs{gap:4px;display:flex;overflow-x:auto}.tab{border-radius:var(--r-sm);height:40px;color:var(--night-muted);cursor:pointer;white-space:nowrap;background:0 0;border:0;padding:0 18px;font-size:15px;font-weight:700}.tab.active{color:var(--ink);background:#fff}.floor-bar{background:var(--surface);border-bottom:1px solid var(--line);flex-wrap:wrap;align-items:center;gap:16px;padding:12px 16px;display:flex}.legend{color:var(--ink-2);flex-wrap:wrap;gap:14px;margin:0;padding:0;font-size:13px;list-style:none;display:flex}.legend span{align-items:center;gap:6px;display:inline-flex}.legend i{border-radius:2px;width:10px;height:10px;display:inline-block}.floor{flex:1;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));align-content:start;gap:12px;padding:16px;display:grid;overflow:auto}.table-card{border-radius:var(--r-md);border:1px solid var(--line);border-top:4px solid var(--line-strong);background:var(--surface);text-align:left;cursor:pointer;flex-direction:column;gap:4px;min-height:112px;padding:12px;display:flex;position:relative}.table-card:hover{border-color:var(--faint)}.table-card .label{font-size:26px;font-weight:800;line-height:1}.table-card .state{font-size:13px;font-weight:700}.table-card .meta{color:var(--muted);font-size:12.5px}.table-card.available .state{color:var(--muted)}.table-card.occupied{border-top-color:var(--info)}.table-card.occupied .state{color:var(--info)}.table-card.ready_to_serve{border-top-color:var(--ok);background:#fbfefc}.table-card.ready_to_serve .state{color:var(--ok)}.table-card.awaiting_payment{border-top-color:var(--prep)}.table-card.awaiting_payment .state{color:var(--warn)}.table-card.cleaning,.table-card.reserved,.table-card.out_of_service{background:var(--surface-2);border-top-style:dashed}.orders-list{flex:1;padding:16px;overflow:auto}.pos{flex:1;grid-template-columns:1fr 400px;min-height:0;display:grid}.menu{flex-direction:column;min-width:0;min-height:0;display:flex}.menu-head{background:var(--surface);border-bottom:1px solid var(--line);align-items:center;gap:10px;padding:12px 16px;display:flex}.menu-head .search{height:48px;font-size:16px}.menu-body{flex:1;grid-template-columns:180px 1fr;min-height:0;display:grid}.cats{border-right:1px solid var(--line);background:var(--surface);flex-direction:column;gap:4px;padding:12px 10px;display:flex;overflow-y:auto}.cat{border-radius:var(--r-sm);text-align:left;height:52px;color:var(--ink-2);cursor:pointer;background:0 0;border:0;padding:0 12px;font-size:15px;font-weight:600}.cat:hover{background:var(--fill)}.cat.active{background:var(--ink);color:#fff}.products{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));align-content:start;gap:10px;padding:16px;display:grid;overflow-y:auto}.product{border-radius:var(--r-md);border:1px solid var(--line);background:var(--surface);text-align:left;cursor:pointer;flex-direction:column;justify-content:space-between;min-height:96px;padding:12px;display:flex}.product:active:not(:disabled){background:var(--fill);transform:scale(.99)}.product .name{font-size:15px;font-weight:650;line-height:1.25}.product .price{color:var(--ink-2);font-variant-numeric:tabular-nums;font-size:14px}.product .mods{color:var(--muted);font-size:11px;font-weight:600}.product.unavailable,.product:disabled{opacity:.45;cursor:not-allowed}.cart{background:var(--surface);border-left:1px solid var(--line);flex-direction:column;min-height:0;display:flex}.cart-head{border-bottom:1px solid var(--line);flex-direction:column;gap:6px;padding:14px 16px;display:flex}.cart-head strong{font-size:18px}.cart-head .row .badge{font-size:11.5px}.cart-tools{flex-wrap:wrap;gap:6px;display:flex}.cart .lines{flex:1;padding:4px 0;overflow-y:auto}.line{border-bottom:1px solid var(--line);flex-direction:column;gap:4px;padding:10px 16px;display:flex}.line.new{box-shadow:inset 3px 0 0 var(--brand);background:snow}.line.gone{opacity:.45}.line .name-row{align-items:baseline;gap:8px;display:flex}.line .name-row strong{flex:1;font-size:15px}.line .sub{color:var(--muted);padding-left:2px;font-size:12.5px}.line .note-text{color:var(--warn);font-size:12.5px;font-weight:600}.qty{border:1px solid var(--line-strong);border-radius:var(--r-sm);flex:none;align-items:center;display:inline-flex;overflow:hidden}.qty button{background:var(--surface-2);cursor:pointer;border:0;width:40px;height:36px;font-size:18px}.qty strong{text-align:center;font-variant-numeric:tabular-nums;min-width:32px}.cart-empty{text-align:center;color:var(--muted);padding:32px 16px}.cart-foot{border-top:1px solid var(--line);background:var(--surface);flex-direction:column;gap:10px;padding:12px 16px 16px;display:flex}.totals{font-variant-numeric:tabular-nums;grid-template-columns:1fr auto;gap:2px 12px;font-size:14px;display:grid}.totals .grand{margin-top:4px;font-size:20px;font-weight:800}.cart-actions{grid-template-columns:1fr 1fr;gap:8px;display:grid}.cart-actions .wide{grid-column:1/-1}.cart-status{color:var(--ok);font-size:13px;font-weight:600}.keypad,.pay-methods{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.pay-methods .btn{height:56px;font-size:15px}.pay-methods .btn.on{background:var(--ink);border-color:var(--ink);color:#fff}.pay-summary{font-variant-numeric:tabular-nums;border-radius:var(--r-sm);background:var(--surface-2);border:1px solid var(--line);grid-template-columns:1fr auto;gap:4px 12px;padding:12px 14px;font-size:15px;display:grid}.pay-summary .due{font-size:22px;font-weight:800}.split-items{border:1px solid var(--line);border-radius:var(--r-sm);max-height:220px;overflow:auto}.split-items label{border-bottom:1px solid var(--line);color:var(--ink);flex-direction:row;justify-content:space-between;align-items:center;padding:8px 12px;font-weight:500}.receipt-paper{color:#000;border:1px solid var(--line);background:#fff;width:302px;margin:0 auto;padding:16px 14px 24px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12.5px;line-height:1.35;box-shadow:0 1px 2px #1018280f}.receipt-paper .r-logo{filter:grayscale()contrast(1.4);width:110px;height:110px;margin:0 auto 6px;display:block}.receipt-paper .r-line{white-space:pre-wrap;word-break:break-word}.receipt-paper .r-center{text-align:center}.receipt-paper .r-right{text-align:right}.receipt-paper .r-bold{font-weight:700}.receipt-paper .r-tall{font-size:15px}.receipt-paper .r-large{font-size:19px}.receipt-paper .r-cols{justify-content:space-between;gap:8px;display:flex}.receipt-paper .r-cols span:last-child{white-space:nowrap;text-align:right}.receipt-paper .r-div{border-top:1px dashed #000;margin:6px 0}.receipt-paper .r-banner{text-align:center;border:1px solid #000;margin-bottom:6px;font-weight:800}@media print{@page{size:80mm auto;margin:0}body *{visibility:hidden}.receipt-paper,.receipt-paper *{visibility:visible}.receipt-paper{width:80mm;box-shadow:none;border:0;padding:4mm;position:absolute;top:0;left:0}}.kds,.expo{background:var(--night);min-height:100vh;color:var(--night-ink)}.kds .bar,.expo .bar{background:var(--night-2);border-bottom:1px solid var(--night-line);z-index:10;align-items:center;gap:12px;height:64px;padding:0 16px;display:flex;position:sticky;top:0}.bar .title{font-size:22px;font-weight:800}.bar .count{color:var(--night-muted);font-size:15px;font-weight:600}.bar .back{color:var(--night-muted);border-radius:var(--r-sm);padding:4px 8px;font-size:22px;text-decoration:none}.dark-btn,.kbtn-minor{border-radius:var(--r-sm);border:1px solid var(--night-line);background:var(--night-3);height:44px;color:var(--night-ink);cursor:pointer;align-items:center;gap:8px;padding:0 16px;font-size:14px;font-weight:700;display:inline-flex}.dark-btn:hover,.kbtn-minor:hover{background:#2a313a}.kds .conn,.expo .conn{color:var(--night-muted)}.kds .alert,.expo .alert{color:#ffb4ae;background:#3a1d1b;border-bottom:1px solid #5a2723;padding:10px 16px;font-weight:600}.kds .alert.warn,.expo .alert.warn{color:#f5cf7d;background:#33280f;border-color:#4d3c14}.kds .tickets{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));align-items:start;gap:12px;padding:12px;display:grid}.ticket{color:var(--ink);border-radius:var(--r-md);background:#fff;border:2px solid #0000;flex-direction:column;display:flex;overflow:hidden}.ticket header{color:#fff;background:#1f252c;align-items:center;gap:10px;padding:10px 14px;display:flex}.ticket .num{font-variant-numeric:tabular-nums;font-size:30px;font-weight:800;line-height:1}.ticket .elapsed{font-variant-numeric:tabular-nums;margin-left:auto;font-size:22px;font-weight:800}.ticket .where{border-bottom:1px solid var(--line);align-items:center;gap:8px;padding:8px 14px;font-size:16px;font-weight:700;display:flex}.ticket .where .t-status{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin-left:auto;font-size:12px;font-weight:800}.ticket.in_preparation header{background:#7a4a00}.ticket.ready header{background:var(--ok)}.ticket.on_hold header{background:#4a5260}.ticket.late{border-color:var(--danger)}.ticket.late header{background:var(--danger)}.ticket.rush .num:after{content:"RUSH";vertical-align:middle;color:var(--brand);letter-spacing:.06em;background:#fff;border-radius:3px;margin-left:10px;padding:2px 6px;font-size:12px}.ticket ul{flex-direction:column;margin:0;padding:6px 14px 10px;list-style:none;display:flex}.ticket li{border-bottom:1px solid var(--fill);padding:8px 0;font-size:19px;font-weight:700;line-height:1.25}.ticket li:last-child{border-bottom:0}.ticket li .qtyx{font-variant-numeric:tabular-nums;min-width:34px;display:inline-block}.ticket li .price{float:right;color:var(--muted);font-size:14px;font-weight:600}.ticket li .mod{color:var(--ink-2);padding-left:34px;font-size:15px;font-weight:600;display:block}.ticket li .note{color:var(--danger);padding-left:34px;font-size:15px;font-weight:800;display:block}.ticket li.voided{color:var(--muted);text-decoration:line-through}.ticket .order-note{border-radius:var(--r-sm);background:var(--warn-soft);color:#6b3f00;margin:0 14px 10px;padding:8px 10px;font-size:15px;font-weight:700}.ticket .actions{gap:8px;margin-top:auto;padding:10px 14px 14px;display:flex}.ticket .actions button{border-radius:var(--r-sm);letter-spacing:.03em;cursor:pointer;border:0;flex:1;height:56px;font-size:17px;font-weight:800}.ticket .actions button:disabled{opacity:.5}.kbtn-start{color:#fff;background:#1f252c}.kbtn-ready{background:var(--ok);color:#fff}.kbtn-bump{color:#fff;background:#1f252c}.ticket .actions button.kbtn-minor{background:var(--fill);width:96px;color:var(--ink-2);border:0;flex:none}.station-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:12px;padding:16px;display:grid}.station-tile{background:var(--night-2);color:#fff;border:1px solid var(--night-line);border-radius:var(--r-md);text-align:left;cursor:pointer;flex-direction:column;gap:6px;padding:22px 20px;font-size:24px;font-weight:800;display:flex}.station-tile span{color:var(--night-muted);font-size:14px;font-weight:500}.station-tile:hover{border-color:#4a5563}.kds-empty,.expo-empty{text-align:center;color:var(--night-muted);flex-direction:column;align-items:center;gap:8px;padding:96px 20px;font-size:22px;display:flex}.expo-summary{border-bottom:1px solid var(--night-line);background:var(--night-2);grid-template-columns:repeat(4,minmax(120px,1fr));display:grid}.expo-summary button{border:0;border-right:1px solid var(--night-line);color:var(--night-ink);text-align:left;cursor:pointer;background:0 0;padding:10px 16px}.expo-summary button.on{background:var(--night-3);box-shadow:inset 0 -3px 0 var(--night-ink)}.expo-summary .k{letter-spacing:.06em;text-transform:uppercase;color:var(--night-muted);font-size:12px;font-weight:700}.expo-summary .v{font-variant-numeric:tabular-nums;font-size:28px;font-weight:800}.expo-summary .v.late{color:#ff8a82}.expo-summary .v.ready{color:#6ee7a7}.expo-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));align-items:start;gap:12px;padding:12px;display:grid}.expo-card{color:var(--ink);border-radius:var(--r-md);background:#fff;border:2px solid #0000;flex-direction:column;display:flex;overflow:hidden}.expo-card.ready{border-color:var(--ok)}.expo-card.late{border-color:var(--danger)}.expo-card header{align-items:baseline;gap:10px;padding:12px 14px 8px;display:flex}.expo-card .num{font-variant-numeric:tabular-nums;font-size:28px;font-weight:800}.expo-card .where{color:var(--ink-2);font-weight:700}.expo-card .timer{font-variant-numeric:tabular-nums;margin-left:auto;font-size:20px;font-weight:800}.expo-card .timer.late{color:var(--danger)}.progress{border-radius:var(--r-sm);background:var(--fill);height:28px;margin:0 14px 10px;position:relative;overflow:hidden}.progress-fill{background:#cfe9da;position:absolute;inset:0 auto 0 0}.expo-card.ready .progress-fill{background:var(--ok)}.progress span{text-align:center;letter-spacing:.06em;font-size:13px;font-weight:800;line-height:28px;display:block;position:relative}.expo-card.ready .progress span{color:#fff}.expo-card ul.stations{margin:0;padding:0 14px;list-style:none}.expo-card ul.stations li{border-top:1px solid var(--line);padding:8px 0}.expo-card .st{letter-spacing:.03em;color:var(--warn);font-size:12.5px;font-weight:800}.expo-card li.late .st{color:var(--danger)}.expo-card .st.ok{color:var(--ok)}.expo-card .small-btn{height:36px;margin-left:8px;padding:0 14px}.expo-card .items{color:var(--ink-2);flex-direction:column;margin-top:2px;font-size:14px;display:flex}.expo-card .items em{color:var(--muted);font-style:normal}.expo-card .items em.note{color:var(--danger);font-weight:700}.expo-card footer{border-top:1px solid var(--line);flex-wrap:wrap;align-items:center;gap:8px;margin-top:6px;padding:10px 14px 14px;display:flex}.expo-card footer .btn{height:48px}.notice-center{position:relative}.notice-center .count{background:var(--brand);color:#fff;border-radius:999px;padding:0 7px;font-size:12px;line-height:18px}.notice-list{width:380px;max-height:70vh;color:var(--ink);border-radius:var(--r-md);box-shadow:var(--shadow-pop);z-index:30;background:#fff;padding:6px;position:absolute;top:calc(100% + 8px);right:0;overflow-y:auto}.nitem{border-radius:var(--r-sm);border-left:3px solid var(--info);background:var(--surface-2);margin:4px 0;padding:10px 12px}.nitem.voided,.nitem.delayed{border-left-color:var(--danger)}.nitem.order_ready,.nitem.station_ready{border-left-color:var(--ok)}.nitem.recalled,.nitem.added{border-left-color:var(--prep)}.tag{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);font-size:11px;font-weight:800}.notice-banner{z-index:40;color:var(--ink);border-radius:var(--r-md);box-shadow:var(--shadow-pop);border-left:6px solid var(--info);background:#fff;max-width:92vw;padding:14px 22px;font-size:20px;font-weight:800;position:fixed;top:76px;left:50%;transform:translate(-50%)}.notice-banner .tag{margin-bottom:2px;display:block}.notice-banner.voided,.notice-banner.delayed{border-left-color:var(--danger)}.notice-banner.order_ready,.notice-banner.station_ready{border-left-color:var(--ok)}.notice-banner.added,.notice-banner.recalled{border-left-color:var(--prep)}.notice-banner .detail{color:var(--muted);font-weight:500}.board{min-height:100vh;color:var(--ink);background:#f6f6f7;flex-direction:column;display:flex}.board header{color:#fff;align-items:center;gap:20px;padding:22px 48px;display:flex}.board header .logo-img{background:#fff;border-radius:50%;width:clamp(56px,5vw,96px);height:clamp(56px,5vw,96px)}.board header .names{flex-direction:column;line-height:1.15;display:flex}.board header .names .brand-title{font-size:clamp(24px,2.2vw,40px);font-weight:800}.board header .clock{font-variant-numeric:tabular-nums;margin-left:auto;font-size:clamp(24px,2vw,36px);font-weight:700}.board .fullscreen{border-radius:var(--r-sm);cursor:pointer;border:1px solid #ffffff80;padding:6px 10px;font-size:13px}.board .cols{flex:1;grid-template-columns:.8fr 1fr 1.5fr;gap:24px;padding:28px 32px;display:grid}.board .col{border-radius:18px;padding:28px 32px}.board .col h2{letter-spacing:.01em;margin-bottom:24px;font-size:clamp(20px,1.7vw,32px);font-weight:800}.board .col.received h2{color:var(--muted)}.board .col.preparing h2{color:var(--ink-2)}.board .col.ready{border:1px solid var(--card-line);background:#fff}.board .col.ready h2{color:var(--ok)}.board .nums{flex-wrap:wrap;align-content:flex-start;gap:12px 40px;display:flex}.board .n{font-variant-numeric:tabular-nums;font-weight:800;line-height:1}.board .col.received .n{color:var(--muted);font-size:clamp(36px,3.4vw,64px)}.board .col.preparing .n{color:var(--ink);font-size:clamp(44px,4.4vw,84px)}.board .col.ready .n{color:var(--ok);font-size:clamp(64px,7vw,132px);animation:.6s ease-out arrive}@keyframes arrive{0%{opacity:0;transform:translateY(8px)}}.board .none{color:var(--muted);font-size:clamp(18px,1.4vw,26px)}.board footer{color:var(--muted);text-align:center;padding:18px 48px 26px;font-size:clamp(16px,1.3vw,22px)}@media (width<=900px){.board .cols{grid-template-columns:1fr}}@media (width<=1100px){.pos{grid-template-columns:1fr 360px}.menu-body{grid-template-columns:140px 1fr}}@media (width<=900px){.shell{grid-template-columns:1fr}.sidebar{z-index:50;width:272px;transition:transform .15s;position:fixed;inset:0 auto 0 0;transform:translate(-100%)}.shell.nav-open .sidebar{transform:none;box-shadow:0 0 0 100vmax #00000059}.menu-toggle{display:inline-flex}.page-head,.content{padding-left:16px;padding-right:16px}.grid-2{grid-template-columns:1fr}.form-section{grid-template-columns:1fr;gap:12px}.pos{grid-template-rows:1fr 45vh;grid-template-columns:1fr}.menu-body{grid-template-rows:auto 1fr;grid-template-columns:1fr}.cats{border-right:0;border-bottom:1px solid var(--line);flex-direction:row;overflow-x:auto}.cat{white-space:nowrap;height:40px}.cart{border-left:0;border-top:1px solid var(--line)}.board .cols{grid-template-columns:1fr}.hbar-row{grid-template-columns:70px 1fr 110px}}.card>.methods,.card>.hbars,.card>.info-box,.card>.route-map,.card>p,.card>.form,.card>dl,.card>.chips,.card>.stack{margin:16px}.card>.card-head+.info-box{margin-top:12px}.bar-logo{border-radius:50%;flex:none;width:36px;height:36px}.empty-logo{border-radius:50%;width:72px;height:72px;margin:0 auto 16px;display:block}.ticket-total{border-top:2px solid var(--ink);font-variant-numeric:tabular-nums;justify-content:space-between;margin:0 14px 10px;padding-top:8px;font-size:18px;font-weight:800;display:flex}.ticket li .price{color:var(--ink-2);font-variant-numeric:tabular-nums;font-size:15px}.page-head .brand-mark{border-radius:50%;width:36px;height:36px}.promo-tag{background:var(--brand);color:#fff;letter-spacing:.02em;border-radius:999px;align-self:flex-start;margin:4px 0;padding:1px 8px;font-size:11px;font-weight:700}s.was,.was{color:var(--muted);margin-right:4px;font-weight:400}.promo-line{color:var(--brand);font-weight:600}.ticket li .price-calc{color:var(--muted);font-variant-numeric:tabular-nums;font-size:13px;font-weight:500;display:block}table.list.compact td,table.list.compact th{padding:6px 8px}.section-title{text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin:20px 0 8px;font-size:13px;font-weight:700}.section-title:first-of-type{margin-top:0}ul.plain-list{margin:0;padding:0;list-style:none}ul.plain-list li{border-top:1px solid var(--line);padding:12px 16px}ul.plain-list li:first-child{border-top:0}.tabs-line{scrollbar-width:none;max-width:100%;overflow-x:auto}.tabs-line button{flex-shrink:0}.actions-cell .you{margin-left:8px}.products.with-photos{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.products.with-photos .product{justify-content:flex-start;gap:4px;height:auto;min-height:96px;padding:0 0 10px}.product-photo{aspect-ratio:16/10;object-fit:cover;background:var(--line);width:100%;margin-bottom:6px;display:block}.product-photo.photo-placeholder{color:var(--muted);background:var(--fill);place-items:center;font-size:32px;font-weight:700;display:grid}.product.unavailable .product-photo{filter:grayscale()}img.thumb,.thumb.thumb-empty{object-fit:cover;border-radius:8px;flex-shrink:0;width:44px;height:44px}.thumb.thumb-empty{background:var(--fill);color:var(--muted);place-items:center;font-weight:700;display:grid}.photo-field{align-items:flex-start;gap:16px;display:flex}.photo-frame{aspect-ratio:4/3;border-radius:var(--r-md);border:1px dashed var(--line-strong);background:var(--surface-2);flex-shrink:0;place-items:center;width:120px;display:grid;overflow:hidden}.photo-frame img{object-fit:cover;width:100%;height:100%}.photo-empty{color:var(--muted);font-size:12px}.photo-actions{flex-direction:column;gap:6px;display:flex}label.btn.disabled{opacity:.6;pointer-events:none}.ok-text{color:var(--ok);font-weight:600}.photo-tips{color:var(--muted);font-size:13px}.photo-tips summary{cursor:pointer;color:var(--ink-2);font-weight:600}.photo-tips ul{margin:6px 0 0;padding-left:18px}.recipe-row{grid-template-columns:1fr 140px auto}ul.plain-list.compact li{padding:8px 0}ul.plain-list.compact li:first-child{padding-top:0}.product .meta{color:var(--muted);font-size:12px;line-height:1.3}.product .price-row{align-items:baseline;margin-top:auto;padding-top:4px;display:flex}.product .price{color:var(--ink);font-size:15px;font-weight:700}.product .price .was{font-size:12px;font-weight:400;display:inline}.stock-pill{white-space:nowrap;text-overflow:ellipsis;border-radius:999px;align-self:flex-start;max-width:100%;padding:1px 8px;font-size:11px;font-weight:700;display:inline-block;overflow:hidden}.stock-pill.out{background:var(--danger-soft);color:var(--danger)}.stock-pill.low{background:var(--warn-soft);color:var(--warn)}.product.unavailable,.product:disabled{opacity:.6}.product-description{margin:0 0 12px}.nowrap{white-space:nowrap}.card-body.center{justify-content:center;display:flex}table.list.activity td{vertical-align:top}.seg{flex-wrap:wrap}.kds-empty strong{color:var(--night-ink);font-size:28px}.expo-total{font-variant-numeric:tabular-nums;font-weight:700}li.movement{align-items:baseline;gap:12px;display:flex}.neg{color:var(--danger)}.cart-tools .btn.sm{height:var(--h-md);padding:0 14px;font-size:14px}.qty button{width:44px;height:44px}.product:focus-visible{outline:3px solid var(--brand);outline-offset:2px}.products{grid-auto-rows:max-content}.products.with-photos .product-photo{border-radius:calc(var(--r-md) - 1px) calc(var(--r-md) - 1px) 0 0}.drawer .form-section{grid-template-columns:1fr;gap:10px}.products.with-photos .product-photo.photo-placeholder{background:var(--surface-2);color:var(--line-strong);font-size:30px}@media (width<=640px){table.list.activity thead{display:none}table.list.activity tr{border-top:1px solid var(--line);grid-template-columns:1fr 1fr;padding:10px 12px;display:grid}table.list.activity td{border:0;padding:2px 0}table.list.activity td:nth-child(3),table.list.activity td:nth-child(4){grid-column:1/-1}}.product .price-row{flex-wrap:wrap;column-gap:6px}.product .price .tabular,.product .price s{white-space:nowrap}@media (prefers-reduced-motion:reduce){.pin-dots.shake,.board .col.ready .n{animation:none}}:root{--sidebar:#c81c23;--card-radius:14px;--card-line:#eceef1;--card-shadow:0 1px 2px #1018280a;--bg:#f4f5f7}body{background:var(--bg)}.card{border-radius:var(--card-radius);border-color:var(--card-line);box-shadow:var(--card-shadow)}.sidebar{background:var(--sidebar);color:#fff;border-right:0}.sidebar .brand{border-bottom:1px solid #ffffff29;padding:20px 18px}.sidebar .logo-img{background:#fff;border:0;width:44px;height:44px}.brand-name .brand-title{color:#fff;font-size:15px}.brand-name .brand-sub{color:#ffffffe6;font-size:12px;font-weight:500}.nav-title{color:#ffffffe6;letter-spacing:.04em}.nav-item{color:#ffffffeb;border-radius:10px;height:40px;margin-bottom:2px}.nav-item svg{color:#ffffffe6}.nav-item:hover{color:#fff;background:#ffffff1f}.nav-item.active{color:var(--sidebar);box-shadow:none;background:#fff;font-weight:650}.nav-item.active svg{color:var(--sidebar)}.nav-item .fs{color:#ffffffe6}.nav-item.active .fs{color:var(--sidebar)}.sidebar .me{border-top:1px solid #ffffff29}.sidebar .avatar{color:#fff;background:#ffffff2e}.sidebar .me .who{color:#fff}.sidebar .me .who span{color:#ffffffe6}.sidebar .me .link{color:#fff;text-decoration:underline}.page-head{padding:28px 32px 18px}.page-head h1{letter-spacing:-.01em;font-size:24px}.metrics{background:0 0;border:0;border-radius:0;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;overflow:visible}.metric{box-shadow:var(--card-shadow);border:1px solid var(--card-line);border-radius:var(--card-radius);padding:18px 20px}.metric.alert .metric.attention .metric-value{font-size:26px}a.metric:hover{border-color:var(--line-strong);background:var(--surface)}.section-title{text-transform:none;letter-spacing:0;color:var(--ink);font-size:16px;font-weight:700}.auth-card{border-top:1px solid var(--line);border-radius:18px;padding:32px;box-shadow:0 1px 3px #1018280f}.brand-logo{border:0;width:96px;height:96px}.topbar{background:var(--surface);color:var(--ink);border-bottom:1px solid var(--line);box-shadow:none;height:64px}.topbar .logo-img{width:40px;height:40px}.topbar .title{color:var(--ink)}.topbar .who strong{color:var(--ink)}.tab{color:var(--ink-2);border-radius:999px;height:40px}.tab:hover{color:var(--ink);background:var(--fill)}.tab.active{background:var(--brand);color:#fff}.menu-body{flex-direction:column;display:flex}.cats{background:0 0;border-right:0;flex-direction:row;flex:none;gap:8px;padding:12px 16px 4px;overflow:auto hidden}.cat{border:1px solid var(--line);background:var(--surface);white-space:nowrap;border-radius:999px;flex:none;height:40px;padding:0 18px;font-size:14px}.cat:hover{border-color:var(--line-strong);background:var(--surface)}.cat.active{background:var(--brand);border-color:var(--brand);color:#fff}.products{flex:1;gap:14px}.product{border-radius:var(--card-radius);border-color:var(--card-line);box-shadow:var(--card-shadow);padding:12px;position:relative}.product:hover:not(:disabled){border-color:var(--line-strong)}.products.with-photos .product{padding:8px 8px 12px}.products.with-photos .product>:not(.product-photo){margin-left:6px;margin-right:6px}.products.with-photos .product-photo,.products.with-photos .product-photo.photo-placeholder{border-radius:10px;margin-bottom:8px}.products.with-photos .product>.stock-pill{max-width:calc(100% - 12px)}.product .price-row{align-items:center}.product .add{background:var(--brand);color:#fff;border-radius:50%;place-items:center;width:32px;height:32px;margin-left:auto;font-size:20px;font-weight:600;line-height:1;display:grid}.product:disabled .add{display:none}.cart{background:var(--surface);border-left:1px solid var(--line)}.line-thumb{object-fit:cover;background:var(--fill);border-radius:10px;flex:none;width:44px;height:44px}.line-thumb.empty{color:var(--line-strong);place-items:center;font-weight:700;display:grid}.line .name-row{align-items:center;gap:10px}.line .name-row>strong,.line .name-row>.line-name{flex:1;min-width:0}.cart .btn.primary.xl,.cart-foot .btn.primary{border-radius:12px}.table-card{border-top:1px solid var(--card-line);border-color:var(--card-line);border-radius:var(--card-radius);box-shadow:var(--card-shadow)}.table-card .state{background:var(--fill);border-radius:999px;align-self:flex-start;padding:2px 10px;font-size:12.5px}.table-card.occupied .state{background:var(--info-soft)}.table-card.ready_to_serve{background:var(--surface)}.table-card.ready_to_serve .state{background:var(--ok-soft)}.table-card.awaiting_payment .state{background:var(--warn-soft)}.table-card.cleaning,.table-card.reserved,.table-card.out_of_service{border-top-style:solid}.kds .bar,.expo .bar{box-shadow:none;border-bottom:1px solid var(--night-line)}.cart .line.new{background:var(--surface)}.metrics{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.grid-2 .metrics{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.grid-2 .product .price-row{flex-wrap:nowrap}.product .price{flex-direction:column;line-height:1.2;display:flex}.product .price .was{margin:0;display:block}.pill{white-space:nowrap}.empty a,.card-head a,a.small{color:var(--brand);font-weight:600;text-decoration:none}.empty a:hover,a.small:hover{text-decoration:underline}.auth{place-items:initial;grid-template-columns:minmax(320px,44%) 1fr;min-height:100vh;padding:0;display:grid}.auth>.auth-card{box-shadow:none;background:0 0;border:0;place-self:center;margin:32px 24px}.auth .auth-brand{display:none}.brand-panel{background:var(--sidebar);color:#fff;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:14px;padding:48px 32px;display:flex}.brand-panel img{aspect-ratio:1;border-radius:50%;width:min(200px,40vw);height:auto;margin-bottom:10px}.brand-panel .name{letter-spacing:-.01em;font-size:30px;font-weight:800}.brand-panel .slogan{color:#ffffffe6;font-size:17px}.brand-panel .note{color:#ffffffe6;margin-top:16px;font-size:14px}.auth:has(>.auth-card){background:var(--surface)}.back-link{align-items:center;gap:6px;display:inline-flex}@media (width<=820px){.auth{grid-template-columns:1fr;align-content:start}.brand-panel{text-align:left;flex-direction:row;justify-content:flex-start;gap:14px;padding:18px 20px}.brand-panel img{width:56px;margin:0}.brand-panel .name{font-size:18px}.brand-panel .slogan{display:none}.auth>.auth-card{align-self:start;width:min(440px,100% - 32px);margin:24px auto}}.splash{background:var(--sidebar);color:#fff;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:100vh;display:flex}.splash img{border-radius:50%;width:140px;height:140px}.splash strong{font-size:24px}.splash span{color:#ffffffe6}.topbar{background:var(--sidebar);color:#fff;border-bottom:0}.topbar .title,.topbar .who strong{color:#fff}.topbar .who{color:#ffffffe6}.topbar a,.topbar button.link{color:#ffffffeb}.topbar a:hover,.topbar button.link:hover{color:#fff;background:#ffffff24}.topbar .tab{color:#ffffffe6}.topbar .tab:hover{color:#fff;background:#ffffff24}.topbar .tab.active{color:var(--sidebar);background:#fff}.topbar .conn,.topbar .dot-label{color:#fff}.kds .bar,.expo .bar{background:var(--sidebar);color:#fff;border-bottom:0}.bar .count,.kds .bar .conn,.expo .bar .conn{color:#ffffffe6}.bar .dark-btn{color:#fff;background:#ffffff1f;border-color:#ffffff59}.bar .dark-btn:hover{background:#ffffff38}.bar .back{color:#fff}.board header{background:var(--sidebar);border-bottom:0}.board header .names .slogan{color:#ffffffe6;font-size:18px}.board header .clock{color:#fff}.board header .fullscreen{color:#fff;background:0 0;border-color:#fff6}.topbar .conn,.bar .conn,.board header .conn{color:#fff;font-weight:600}.topbar .conn .dot,.bar .conn .dot{box-shadow:0 0 0 2px #fff}.crash strong{text-align:center;font-size:22px}.crash span{text-align:center;max-width:420px}.crash-actions{gap:10px;margin-top:8px;display:flex}.btn.ghost-light{color:#fff;background:0 0;border-color:#fff9}.setup-bar{background:var(--fill);border-radius:999px;height:8px;margin-top:12px;overflow:hidden}.setup-bar-fill{background:var(--brand);border-radius:999px;height:100%}ol.setup-steps{margin:0;padding:0;list-style:none}ol.setup-steps li{border-top:1px solid var(--line);align-items:center;gap:14px;padding:14px 18px;display:flex}ol.setup-steps li:first-child{border-top:0}.step-mark{border:2px solid var(--line-strong);width:30px;height:30px;color:var(--muted);border-radius:50%;flex:none;place-items:center;font-size:13px;font-weight:700;display:grid}ol.setup-steps li.done .step-mark{background:var(--ok);border-color:var(--ok);color:#fff}.pair-code{letter-spacing:.12em;text-align:center;border:2px dashed var(--line-strong);border-radius:var(--card-radius);font-variant-numeric:tabular-nums;padding:18px 0;font-size:44px;font-weight:800}.center-text{text-align:center}input.code-input{letter-spacing:.2em;text-align:center;height:64px;font-size:28px;font-weight:800}.expo .handed{border-radius:var(--card-radius);background:var(--night-2);color:var(--night-ink);margin:8px 12px 16px;padding:14px 16px}.expo .handed h2{color:var(--night-muted);margin-bottom:8px;font-size:15px}.expo .handed ul{flex-wrap:wrap;gap:8px 22px;margin:0;padding:0;list-style:none;display:flex}.expo .handed .t{color:var(--night-muted)}.pos-app,.kds,.expo,.board{touch-action:manipulation}.hub-page{gap:16px;max-width:980px;margin:0 auto;padding:24px 16px 40px;display:grid}.hub-head{align-items:center;gap:14px;display:flex}.hub-head img{width:56px;height:56px}.hub-head h1{margin:0;font-size:24px}.hub-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;display:grid}.hub-card{background:var(--surface,#fff);border:1px solid var(--line);border-radius:var(--r-lg);align-content:start;gap:6px;padding:16px;display:grid}.hub-card h2{margin:0 0 4px;font-size:17px}.hub-label{color:var(--muted);font-size:13px}.hub-state{font-size:22px}.hub-state.connected{color:var(--ok)}.hub-state.offline{color:var(--warn)}.hub-state.refused{color:var(--danger)}.hub-addresses{margin:0;padding-left:18px}.hub-addresses code{font-size:18px;font-weight:700}.hub-banner{background:var(--warn-soft);color:var(--warn);border-bottom:1px solid var(--line);text-align:center;padding:6px 12px;font-size:13px;font-weight:600}.hub-download{justify-items:start;gap:8px;margin-top:16px;padding:16px;display:grid}.hub-download h2{margin:0;font-size:17px}.hub-download p{max-width:70ch;margin:0}
