@font-face{font-family:Space Grotesk;src:url(/fonts/SpaceGrotesk.woff2)format("woff2-variations");font-weight:300 700;font-display:swap}@font-face{font-family:InterVar;src:url(/fonts/Inter.woff2)format("woff2-variations");font-weight:100 900;font-display:swap}@font-face{font-family:JetBrains Mono;src:url(/fonts/JetBrainsMono.woff2)format("woff2-variations");font-weight:100 800;font-display:swap}:root{--strix-ink:#052438;--nocturne:#031824;--owl-amber:#f2a03d;--bone:#f6f2ec;--moonlight:#7e97a8;--ember:#c85c3c;--font-display:"Space Grotesk", "Helvetica Neue", Arial, sans-serif;--font-sans:"InterVar", Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-mono:"JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;--bg:#f6f2ec;--surface:#fbf9f5;--border:#ede7dd;--text:#052438;--text-muted:#475b68;--accent:#052438;--accent-text:#0f3450;--accent-soft:#e3eaef;--success:#26685b;--success-soft:#e9f4f1;--warning:#814713;--warning-soft:#fef6e9;--danger:#c0392b;--ok:#26685b;--muted-fill:#5f7787;--alert:#814713;--alert-fill:#f2a03d;--radius-lg:16px;--radius-md:10px;--radius-sm:6px;--shadow-card:0 1px 2px #0524380d, 0 1px 12px #0524380a;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}:root[data-theme=dark]{--bg:#031824;--surface:#052438;--border:#0b2e45;--text:#f6f2ec;--text-muted:#a5b9c6;--accent:#28495f;--accent-text:#a5b9c6;--accent-soft:#0f3450;--success:#5aa695;--success-soft:#0c2421;--warning:#f5b767;--warning-soft:#301a06;--danger:#d87c5f;--ok:#26685b;--muted-fill:#475b68;--alert:#f5b767;--alert-fill:#f2a03d;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}html,body,#root{height:100%}body{font-family:var(--font-sans);font-feature-settings:"cv05" 1;background:var(--bg);color:var(--text);margin:0}button{font-family:inherit}a{color:inherit}.app-shell{min-height:100vh;display:flex}.sidebar{background:var(--surface);border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;width:240px;padding:20px 16px;display:flex}.sidebar-brand{align-items:center;gap:10px;padding:4px 8px 24px;display:flex}.brand-lockup-wrap{align-items:center;display:inline-flex}.brand-lockup{width:auto;height:34px;display:block}.brand-lockup.on-dark,:root[data-theme=dark] .brand-lockup.on-light{display:none}:root[data-theme=dark] .brand-lockup.on-dark{display:block}.kiosk-brand{margin-bottom:20px}.sidebar-brand-tag{font-family:var(--font-mono);letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted);margin-left:8px;font-size:10px;font-weight:500}.sidebar-nav{flex-direction:column;gap:2px;display:flex}.sidebar-link{border-radius:var(--radius-md);color:var(--text-muted);align-items:center;gap:12px;padding:10px 12px;font-size:14px;font-weight:500;text-decoration:none;display:flex}.sidebar-link svg{flex-shrink:0;width:18px;height:18px}.sidebar-link:hover{background:var(--bg);color:var(--text)}.sidebar-link.active{background:var(--accent-soft);color:var(--accent-text)}.main-col{flex-direction:column;flex:1;min-width:0;display:flex}.topbar{border-bottom:1px solid var(--border);align-items:center;gap:16px;padding:16px 28px;display:flex}.topbar-search{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-md);max-width:420px;color:var(--text-muted);flex:1;align-items:center;gap:8px;padding:9px 14px;font-size:14px;display:flex}.topbar-search svg{flex-shrink:0;width:16px;height:16px}.topbar-spacer{flex:1}.topbar-actions{align-items:center;gap:14px;display:flex}.icon-btn{border:1px solid var(--border);background:var(--surface);width:36px;height:36px;color:var(--text-muted);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;display:flex}.icon-btn svg{width:17px;height:17px}.icon-btn:hover{color:var(--text)}.user-chip{align-items:center;gap:8px;font-size:14px;display:flex}.user-avatar{background:var(--accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:13px;font-weight:600;display:flex}.logout-link{color:var(--text-muted);cursor:pointer;background:0 0;border:none;font-size:14px}.logout-link:hover{color:var(--text)}.page{align-items:flex-start;gap:24px;padding:24px 28px 48px;display:flex}.page-main{flex-direction:column;flex:1;gap:24px;min-width:0;display:flex}.page-side{flex-direction:column;flex-shrink:0;gap:20px;width:300px;display:flex}.page-title{font-family:var(--font-display);letter-spacing:-.01em;margin:0;font-size:24px;font-weight:600}.section-header{justify-content:space-between;align-items:center;display:flex}.section-header h2{font-family:var(--font-display);letter-spacing:-.01em;margin:0;font-size:17px;font-weight:600}.section-link{color:var(--accent-text);font-size:13px;font-weight:600;text-decoration:none}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card)}.stat-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px;display:grid}.stat-card{flex-direction:column;gap:6px;padding:18px 20px;display:flex}.stat-card-label{font-family:var(--font-mono);letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted);font-size:11px;font-weight:500}.stat-card-value{font-family:var(--font-mono);font-variant-numeric:tabular-nums;letter-spacing:-.01em;font-size:26px;font-weight:600}.stat-card-delta{font-family:var(--font-mono);font-variant-numeric:tabular-nums;align-items:center;gap:4px;font-size:12px;display:flex}.stat-card-delta.positive{color:var(--success)}.stat-card-delta.neutral,.stat-card-delta.warn{color:var(--text-muted)}.insights-card{flex-direction:column;gap:12px;padding:20px;display:flex}.insights-header{align-items:center;gap:10px;display:flex}.insights-icon{background:var(--accent-soft);width:30px;height:30px;color:var(--accent-text);border-radius:9px;justify-content:center;align-items:center;display:flex}.insights-icon svg{width:16px;height:16px}.insights-title{font-size:15px;font-weight:700}.insights-subtitle{color:var(--text-muted);margin-top:1px;font-size:12.5px}.insights-body{background:var(--bg);border-radius:var(--radius-md);color:var(--text-muted);padding:14px;font-size:13.5px;font-style:italic;line-height:1.5}.insights-link{color:var(--accent-text);align-items:center;gap:4px;font-size:14px;font-weight:600;text-decoration:none;display:flex}.insights-link svg{flex-shrink:0;width:15px;height:15px}.item-list{flex-direction:column;display:flex}.item-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:14px 20px;font-size:14px;display:flex}.item-row:last-child{border-bottom:none}.item-row-main{flex-direction:column;gap:2px;display:flex}.item-row-name{font-weight:600}.item-row-meta{color:var(--text-muted);font-size:12.5px}.pill{border-radius:999px;align-items:center;padding:3px 10px;font-size:12px;font-weight:600;display:inline-flex}.pill.warn{background:var(--warning-soft);color:var(--warning)}.pill.ok{background:var(--success-soft);color:var(--success)}.pill.neutral{background:var(--accent-soft);color:var(--accent-text)}.empty-state{text-align:center;color:var(--text-muted);padding:32px 20px;font-size:13.5px}.activity-list{flex-direction:column;gap:14px;padding:18px 20px;display:flex}.activity-item{gap:10px;font-size:14px;display:flex}.activity-dot{background:var(--accent);border-radius:50%;flex-shrink:0;width:7px;height:7px;margin-top:6px}.activity-time{color:var(--text-muted);margin-top:2px;font-size:12px}.form-row{flex-wrap:wrap;gap:12px;display:flex}.field{flex-direction:column;gap:4px;font-size:13px;display:flex}.field label{color:var(--text-muted);font-weight:600}.field input,.field select{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--bg);color:var(--text);min-width:140px;padding:8px 10px;font-size:14px}.btn{border-radius:var(--radius-md);background:var(--accent);color:#fff;cursor:pointer;border:none;align-self:flex-end;padding:9px 16px;font-size:14px;font-weight:600}.btn:hover{opacity:.92}.btn:disabled{opacity:.5;cursor:not-allowed}.btn.secondary{background:var(--accent-soft);color:var(--accent-text)}.form-card{flex-direction:column;gap:12px;padding:18px 20px;display:flex}.error-text{color:var(--danger);font-size:13px}.placeholder-card{text-align:center;color:var(--text-muted);flex-direction:column;align-items:center;gap:8px;padding:48px 24px;display:flex}.placeholder-card svg{width:32px;height:32px;color:var(--accent-text);margin-bottom:8px}.alert-list{flex-direction:column;display:flex}.alert-row{border-bottom:1px solid var(--border);border-left:3px solid #0000;align-items:flex-start;gap:12px;padding:14px 20px;display:flex}.alert-row:last-child{border-bottom:none}.alert-row.critical{border-left-color:var(--danger)}.alert-row.warn{border-left-color:var(--alert-fill)}.alert-row.info{border-left-color:var(--text-muted)}.alert-icon{flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;display:flex}.alert-icon svg{width:17px;height:17px}.alert-row.critical .alert-icon{color:var(--danger)}.alert-row.warn .alert-icon{color:var(--alert)}.alert-row.info .alert-icon{color:var(--text-muted)}.alert-body{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.alert-title{font-size:14px;font-weight:600}.alert-detail{color:var(--text-muted);font-size:13px;line-height:1.45}.alert-impact{color:var(--warning);flex-shrink:0;font-size:14px;font-weight:700}.alert-summary{gap:8px;display:flex}.alert-footnote{color:var(--text-muted);max-width:620px;margin:0;font-size:12.5px}.pill.critical{background:color-mix(in srgb, var(--danger) 14%, transparent);color:var(--danger)}.recipe-builder{border:1px solid var(--border);border-radius:var(--radius-md);flex-direction:column;gap:10px;padding:14px 16px;display:flex}.recipe-builder-header{color:var(--text-muted);justify-content:space-between;align-items:center;font-size:13px;font-weight:600;display:flex}.recipe-line{align-items:center;gap:10px;display:flex}.recipe-line select{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--bg);min-width:0;color:var(--text);flex:1;padding:8px 10px;font-size:14px}.recipe-line input{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--bg);width:96px;color:var(--text);padding:8px 10px;font-size:14px}.recipe-line-unit{width:56px;color:var(--text-muted);font-size:13px}.recipe-line-cost{text-align:right;width:72px;font-size:14px;font-weight:600}.recipe-line-remove{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:0 4px;font-size:20px;line-height:1}.recipe-line-remove:hover{color:var(--danger)}.recipe-preview{border-top:1px solid var(--border);color:var(--text-muted);padding-top:10px;font-size:13.5px}.menu-category{margin-left:8px;font-weight:600}.chat-card{flex-direction:column;min-height:520px;display:flex}.chat-empty{text-align:center;color:var(--text-muted);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:8px;padding:32px 24px;display:flex}.chat-empty svg{width:32px;height:32px;color:var(--accent-text);margin-bottom:4px}.chat-empty p{max-width:380px}.chat-suggestions{flex-wrap:wrap;justify-content:center;gap:8px;margin-top:12px;display:flex}.chat-log{flex-direction:column;flex:1;gap:16px;padding:20px;display:flex;overflow-y:auto}.chat-turn{flex-direction:column;gap:8px;display:flex}.chat-bubble{border-radius:var(--radius-md);white-space:pre-wrap;max-width:640px;padding:10px 14px;font-size:14px;line-height:1.5}.chat-bubble-user{background:var(--accent);color:#fff;border-bottom-right-radius:4px;align-self:flex-end}.chat-bubble-assistant{background:var(--bg);border:1px solid var(--border);border-bottom-left-radius:4px;align-self:flex-start}.chat-bubble-loading{color:var(--text-muted);font-style:italic}.chat-bubble-error{background:var(--warning-soft);color:var(--warning);border-bottom-left-radius:4px;align-self:flex-start}.chat-sources{color:var(--text-muted);margin-top:10px;font-size:12.5px}.chat-sources summary{cursor:pointer;font-weight:600}.chat-sources ul{flex-direction:column;gap:4px;margin:8px 0 0;padding-left:18px;display:flex}.chat-input-row{border-top:1px solid var(--border);gap:10px;padding:16px 20px;display:flex}.chat-input{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--bg);color:var(--text);flex:1;padding:10px 14px;font-size:14px}.chat-input-row .btn{align-self:auto}.auth-shell{background:var(--bg);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.auth-card{width:100%;max-width:380px;padding:32px}.auth-subtitle{color:var(--text-muted);margin:0 0 24px;font-size:13.5px}.auth-form{flex-direction:column;gap:14px;display:flex}.auth-form .field input{width:100%}.auth-link{color:var(--text-muted);text-align:center;margin-top:18px;font-size:13px}.auth-link a{color:var(--accent-text);font-weight:600;text-decoration:none}.temp-password-banner{background:var(--accent-soft);border:1px solid var(--accent);border-radius:var(--radius-md);flex-direction:column;gap:4px;padding:14px 16px;font-size:13.5px;display:flex}.temp-password-banner code{color:var(--accent-text);-webkit-user-select:all;user-select:all;font-size:15px;font-weight:700}.cashier-shell{flex-direction:column;min-height:100vh;display:flex}.cashier-topbar{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:16px 28px;display:flex}.cashier-main{flex:1}.dish-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px;padding:16px 20px 20px;display:grid}.dish-tile{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--bg);cursor:pointer;text-align:left;flex-direction:column;align-items:flex-start;gap:6px;min-height:76px;padding:16px;transition:border-color .12s,background .12s;display:flex}.dish-tile:hover{border-color:var(--accent);background:var(--accent-soft)}.dish-tile-name{font-size:14px;font-weight:600}.dish-tile-price{color:var(--text-muted);font-size:13px}.cart-card{flex-direction:column;display:flex}.cart-confirm{border-radius:var(--radius-md);background:var(--success-soft);color:var(--success);margin:12px 20px 0;padding:10px 14px;font-size:13.5px;font-weight:600}.cart-line-controls{align-items:center;gap:8px;display:flex}.cart-line-controls .btn.secondary{padding:4px 10px;font-size:15px;line-height:1}.cart-total{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding:14px 20px;font-size:15px;display:flex}.table-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px;padding:18px 20px 20px;display:grid}.table-tile{border:1px solid var(--border);border-left:4px solid var(--border);border-radius:var(--radius-md);background:var(--surface);cursor:pointer;text-align:left;flex-direction:column;gap:4px;min-height:104px;padding:14px;transition:border-color .15s,box-shadow .15s;display:flex}.table-tile:hover{border-color:var(--accent)}.table-tile.selected{box-shadow:0 0 0 2px var(--accent)}.table-tile.available{border-left-color:var(--success)}.table-tile.occupied{border-left-color:var(--accent)}.table-tile.cleaning{border-left-color:var(--warning)}.table-tile.out{border-left-color:var(--text-muted);opacity:.65}.table-tile-label{color:var(--text);font-size:17px;font-weight:700}.table-tile-meta,.table-tile-status{color:var(--text-muted);font-size:12.5px}.table-tile-total{color:var(--text);font-size:14px;font-weight:600}.table-tile-status{margin-top:auto;font-weight:600}.table-tile-status.available{color:var(--success)}.table-tile-status.occupied{color:var(--accent)}.table-panel{flex-direction:column;gap:10px;padding-bottom:6px;display:flex}.table-panel-row{color:var(--text-muted);justify-content:space-between;align-items:center;padding:0 20px;font-size:13.5px;display:flex}.table-panel-row strong{color:var(--text)}.table-panel-row.total{border-top:1px solid var(--border);margin-top:4px;padding-top:10px;font-size:15px}.table-panel-note{border-radius:var(--radius-md);background:var(--muted-fill);color:var(--text-muted);margin:0 20px;padding:8px 12px;font-size:12.5px}.table-panel-actions{gap:10px;padding:6px 20px 20px;display:flex}.table-panel-actions .btn{flex:1}.table-banner{border-radius:var(--radius-md);background:var(--accent-soft);color:var(--text);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;padding:10px 14px;font-size:13.5px;display:flex}.cashier-nav{gap:4px;margin-left:24px;display:flex}.cashier-nav-link{border-radius:var(--radius-md);color:var(--text-muted);padding:8px 16px;font-size:14px;font-weight:600;text-decoration:none}.cashier-nav-link:hover{color:var(--text)}.cashier-nav-link.active{background:var(--accent-soft);color:var(--accent)}.kiosk-shell{background:var(--bg);flex-direction:column;justify-content:center;align-items:center;gap:18px;min-height:100vh;padding:32px 24px;display:flex}.kiosk-shell.phone{justify-content:flex-start;padding-top:40px}.kiosk-title{color:var(--text);margin:0;font-size:30px;font-weight:700}.kiosk-sub{color:var(--text-muted);margin:0;font-size:15px}.kiosk-grid{grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:14px;width:100%;max-width:900px;display:grid}.kiosk-grid.phone{grid-template-columns:1fr;max-width:420px}.kiosk-tile{border:1px solid var(--border);background:var(--surface);min-height:88px;color:var(--text);cursor:pointer;text-align:left;border-radius:14px;flex-direction:column;align-items:flex-start;gap:4px;padding:20px;transition:border-color .15s,transform 50ms;display:flex}.kiosk-tile:active{transform:scale(.98)}.kiosk-tile:disabled{opacity:.45;cursor:not-allowed}.kiosk-tile.on-shift{border-left:4px solid var(--accent)}.kiosk-tile-name{font-size:18px;font-weight:600}.kiosk-tile-meta{color:var(--text-muted);font-size:13px}.kiosk-pin{flex-direction:column;align-items:center;gap:14px;width:100%;max-width:340px;display:flex}.kiosk-pin-name{color:var(--text);margin:0;font-size:26px;font-weight:700}.kiosk-pin-sub{color:var(--text-muted);margin:0;font-size:14px}.kiosk-pin-error{text-align:center}.kiosk-dots{gap:12px;min-height:18px;display:flex}.kiosk-dot{border:2px solid var(--border);border-radius:50%;width:14px;height:14px}.kiosk-dot.filled{background:var(--accent);border-color:var(--accent)}.kiosk-keys{grid-template-columns:repeat(3,1fr);gap:10px;width:100%;display:grid}.kiosk-key{border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;border-radius:12px;padding:20px 0;font-size:24px;font-weight:600}.kiosk-key:active{transform:scale(.97)}.kiosk-key.subtle{color:var(--text-muted);font-size:16px}.kiosk-key:disabled{opacity:.5;cursor:not-allowed}.kiosk-pin-actions{gap:10px;width:100%;display:flex}.kiosk-pin-actions .btn{flex:1;padding:14px;font-size:16px}.kiosk-qr{background:#fff;border-radius:16px;padding:18px;line-height:0}.kiosk-qr img{width:min(60vw,360px);height:auto}.kiosk-confirm{text-align:center;flex-direction:column;align-items:center;gap:8px;display:flex}.kiosk-confirm h2{color:var(--text);margin:0;font-size:26px}.kiosk-confirm-action{color:var(--text);margin:0;font-size:17px}.kiosk-check{color:#fff;border-radius:50%;place-items:center;width:76px;height:76px;margin-bottom:6px;font-size:38px;display:grid}.kiosk-check.in{background:var(--ok)}.kiosk-check.out{background:var(--muted-fill)}.kiosk-footer{color:var(--text-muted);opacity:.65;justify-content:center;align-items:center;gap:12px;font-size:12px;display:flex;position:fixed;bottom:12px;left:0;right:0}.kiosk-signout{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:4px 8px;font-size:12px;text-decoration:underline}.kiosk-signout:hover{color:var(--text)}
