:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--background:#f8faf7;--foreground:#171c18;--card:#fff;--card-foreground:#171c18;--popover:#fff;--popover-foreground:#171c18;--primary:#0f5f46;--primary-foreground:#f7fff9;--secondary:#f0f3ee;--secondary-foreground:#252b26;--muted-surface:#f1f4ef;--muted-foreground:#687268;--accent-surface:#eef6f5;--accent-foreground:#164d57;--destructive:#b42318;--destructive-foreground:snow;--success:#1c7a4d;--warning:#b86b16;--info-tone:#336b7b;--border:#dfe5dc;--input:#d8e0d5;--ring:#2f8066;--radius:8px;--shadow:0 1px 2px #1418150d, 0 14px 32px #14181512;--shadow-sm:0 1px 2px #1418150f;--ink:var(--foreground);--muted:var(--muted-foreground);--line:var(--border);--soft:var(--background);--panel:var(--card);--brand:var(--primary);--brand-2:var(--ring);--accent:#b96b3b;--accent-2:#d89a38;--danger:var(--destructive);--ok:var(--success);--info:var(--info-tone)}*{box-sizing:border-box}body{background:var(--soft);min-width:320px;color:var(--ink);letter-spacing:0;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:hidden}button,input,select,textarea{font:inherit}button{cursor:pointer;border:0}[hidden]{display:none!important}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.customer-qr-screen{background:#f6f8f5;min-height:100vh}.customer-topbar{z-index:4;border-bottom:1px solid var(--line);background:#fffffff5;justify-content:space-between;align-items:center;gap:14px;min-height:72px;padding:14px max(16px,50vw - 590px);display:flex;position:sticky;top:0}.customer-topbar .brand span{color:var(--muted)}.customer-topbar-actions{align-items:center;gap:10px;display:flex}.customer-table-badge{border:1px solid var(--line);background:#fbfdfc;border-radius:8px;align-content:center;justify-items:end;min-height:46px;padding:7px 12px;display:grid}.customer-table-badge span{color:var(--muted);text-transform:uppercase;font-size:.72rem;font-weight:900}.customer-table-badge strong{font-size:1rem}.customer-shell{grid-template-columns:minmax(0,1fr) minmax(320px,380px);align-items:start;gap:14px;width:min(1180px,100%);margin:0 auto;padding:18px 16px 28px;display:grid}.customer-error-shell{grid-template-columns:minmax(0,460px);place-content:center;min-height:100vh}.customer-error-card{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:8px;gap:16px;padding:24px;display:grid}.customer-error-card h1,.customer-error-card p{margin:0}.customer-error-card p{color:var(--muted)}.customer-confirmation,.customer-menu-panel,.customer-cart-panel{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:8px;padding:16px}.customer-confirmation{border-left:4px solid var(--ok);grid-column:1/-1;justify-content:space-between;align-items:center;gap:14px;display:flex}.customer-confirmation h2,.customer-confirmation p{margin:0}.customer-confirmation p{color:var(--muted);margin-top:4px}.customer-confirmation-note{color:#315c47;background:#eef8f2;border:1px solid #cfe4d7;border-radius:999px;width:fit-content;max-width:100%;padding:7px 10px;font-weight:800;line-height:1.35}.customer-home-shell{grid-template-columns:minmax(0,1fr) minmax(280px,340px)}.customer-home-panel{align-content:start;gap:20px;min-height:520px;display:grid}.customer-home-panel>div:first-child{max-width:620px}.customer-home-panel h1{max-width:620px;font-size:clamp(2rem,5vw,4rem);line-height:.96}.customer-home-panel p{color:var(--muted);margin:10px 0 0;font-size:1.05rem;line-height:1.6}.customer-home-actions{flex-wrap:wrap;gap:10px;display:flex}.customer-home-menu{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.customer-home-info{position:sticky;top:90px}.customer-home-info p{color:var(--muted);margin:0;line-height:1.5}.customer-menu-panel h1{margin:3px 0 0;font-size:1.55rem;line-height:1.1}.customer-menu-groups,.customer-menu-group,.customer-product-grid,.customer-cart-panel,.customer-cart-lines,.customer-payment-options{gap:12px;display:grid}.customer-category-rail{z-index:2;border-bottom:1px solid var(--line);scrollbar-width:none;background:#fffffff5;gap:8px;margin:-2px -4px 2px;padding:4px;display:flex;position:sticky;top:72px;overflow-x:auto}.customer-category-rail::-webkit-scrollbar{display:none}.customer-category-rail a{border:1px solid var(--line);min-height:42px;color:var(--ink);background:#fff;border-radius:8px;flex:none;align-items:center;gap:8px;padding:6px 10px 6px 6px;font-size:.82rem;font-weight:900;text-decoration:none;display:inline-flex}.customer-category-rail img{object-fit:cover;border-radius:6px;flex:0 0 30px;width:30px;height:30px}.customer-menu-group h2{margin:0;font-size:1rem}.customer-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.customer-product-card{border:1px solid var(--line);background:#fbfdfc;border-radius:8px;grid-template-columns:78px minmax(0,1fr) auto;align-items:start;gap:12px;min-height:118px;padding:13px;display:grid}.customer-product-card.is-upsell-open{background:#fffdf7;border-color:#d7bd76}.customer-product-image{object-fit:cover;background:#edf2ef;border-radius:8px;width:78px;height:78px}.customer-product-image.placeholder{color:var(--brand);place-items:center;font-weight:900;display:grid}.customer-product-content{min-width:0}.customer-product-card strong{margin:4px 0;font-size:1.02rem;line-height:1.2;display:block}.customer-product-card p,.customer-product-kicker,.customer-cart-note{color:var(--muted);margin:0;font-size:.82rem}.customer-product-description{margin:0 0 7px;line-height:1.45}.customer-product-kicker{text-transform:uppercase;font-weight:900}.customer-product-actions{justify-items:end;gap:10px;display:grid}.customer-add-btn{background:var(--brand);color:#fff;border-color:var(--brand)}.customer-cart-panel{position:sticky;top:86px}.customer-cart-close,.customer-cart-backdrop,.customer-cart-mobile-bar{display:none}.customer-cart-line{border-top:1px solid var(--line);gap:8px;min-height:58px;padding:10px 0;display:grid}.customer-cart-line:first-child{border-top:0;padding-top:0}.customer-cart-line>div:first-child,.customer-cart-total{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.customer-cart-line span{color:var(--muted);font-weight:800}.customer-quantity-controls{flex-wrap:wrap;gap:7px;display:flex}.customer-payment-options .check-row{font-size:.86rem}.customer-inline-upsell{background:#fffaf0;border:1px solid #e2d3a8;border-radius:8px;gap:10px;min-width:0;padding:11px;display:grid}.customer-inline-upsell-slot{grid-column:1/-1;min-width:0}.customer-inline-upsell .customer-upsell-header{grid-template-columns:minmax(0,1fr) auto;align-items:start;column-gap:10px}.customer-inline-upsell .customer-upsell-header .customer-product-kicker,.customer-inline-upsell .customer-upsell-header strong{grid-column:1}.customer-upsell-close{grid-area:1/2/span 2;width:32px;height:32px;min-height:32px}.customer-upsell-panel{background:#fffaf0;border:1px solid #e2d3a8;border-radius:8px;gap:10px;padding:12px;display:grid}.customer-upsell-header{gap:2px;display:grid}.customer-upsell-list{gap:8px;display:grid}.customer-upsell-list.compact{scrollbar-width:none;gap:8px;padding-bottom:2px;display:flex;overflow-x:auto}.customer-upsell-list.compact::-webkit-scrollbar{display:none}.customer-upsell-item{min-height:50px;color:var(--ink);text-align:left;background:#fff;border:1px solid #e6d6ad;border-radius:8px;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:8px;padding:7px;display:grid}.customer-upsell-item.is-in-cart{background:#fffdf7;border-color:#d7bd76}.customer-upsell-list.compact .customer-upsell-item{min-width:min(220px,82vw)}.customer-upsell-item img,.customer-upsell-thumb{object-fit:cover;border-radius:7px;width:38px;height:38px}.customer-upsell-thumb.placeholder{color:var(--brand);background:#f1ead8;place-items:center;font-weight:900;display:grid}.customer-upsell-item span,.customer-upsell-item strong,.customer-upsell-item small{min-width:0;display:block}.customer-upsell-item strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.customer-upsell-item small{color:var(--muted);font-weight:800}.customer-upsell-action{place-items:center;display:grid}.customer-upsell-add{background:var(--brand);color:#fff;border-radius:999px;place-items:center;width:28px;height:28px;font-size:1rem;font-weight:900;line-height:1;display:grid}.customer-upsell-quantity{border:1px solid var(--line);background:#fff;border-radius:999px;grid-template-columns:28px minmax(22px,1fr) 28px;align-items:center;min-width:86px;min-height:30px;display:grid;overflow:hidden}.customer-upsell-quantity .mini-btn{width:28px;min-width:0;min-height:28px;color:var(--brand);background:0 0;border:0;border-radius:0;padding:0;font-weight:900}.customer-upsell-quantity span{color:var(--ink);place-items:center;font-size:.82rem;font-weight:900;display:grid}.customer-service-toggle{background:#edf2ef;border-radius:8px;flex-wrap:wrap;align-items:center;gap:4px;padding:4px;display:inline-flex}.customer-service-toggle button{min-height:34px;color:var(--muted);background:0 0;border-radius:6px;padding:0 12px;font-size:.84rem;font-weight:800}.customer-service-toggle button.is-selected{color:var(--brand);background:#fff;box-shadow:0 1px 4px #1d242614}.customer-checkout-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.customer-delivery-address,.customer-payment-card{padding-top:2px}.customer-cart-total{border-top:1px solid var(--line);padding-top:12px;font-size:1.12rem}.public-order-link{text-decoration:none}.app-shell{grid-template-columns:260px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{color:#f8fbf8;background:#173d36;flex-direction:column;gap:24px;min-width:0;height:100vh;padding:20px;display:flex;position:sticky;top:0}.brand{align-items:center;gap:12px;min-height:44px;display:flex}.brand-logo{object-fit:contain;flex:none;width:54px;height:54px;display:block}.customer-brand .brand-logo{width:68px;height:60px}.login-brand .brand-logo,.sidebar .brand-logo{width:48px;height:48px}.brand-mark{color:#173d36;background:#f3c05f;border-radius:8px;place-items:center;width:42px;height:42px;font-weight:800;display:grid}.brand strong,.brand span{display:block}.brand span{color:#b9ccc6;font-size:.84rem}.nav-list{gap:8px;display:grid}.nav-item{color:#d8e8e3;text-align:left;background:0 0;border-radius:8px;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:44px;padding:10px 12px;display:grid}.nav-item:hover,.nav-item.is-active{color:#fff;background:#ffffff1f}.nav-icon{color:#f3c05f;background:#ffffff1f;border-radius:8px;place-items:center;width:28px;height:28px;display:grid}.nav-icon svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:17px;height:17px}.nav-item:hover .nav-icon,.nav-item.is-active .nav-icon{color:#173d36;background:#f3c05f}.nav-count{color:#173d36;background:#f3c05f;border-radius:999px;place-items:center;min-width:24px;height:24px;padding:0 7px;font-size:.76rem;font-weight:800;display:grid}.workspace{min-width:0;padding:24px}.topbar{justify-content:space-between;align-items:center;gap:16px;min-height:76px;margin-bottom:20px;display:flex}.topbar h1{margin:2px 0 0;font-size:2rem;line-height:1.1}.eyebrow{color:var(--muted);letter-spacing:0;text-transform:uppercase;margin:0;font-size:.75rem;font-weight:800}.topbar-actions,.form-actions,.panel-header{align-items:center;gap:12px;display:flex}.topbar-actions{flex-wrap:wrap;justify-content:flex-end}.topbar-scan-form{border:1px solid var(--line);background:#fff;border-radius:8px;grid-template-columns:minmax(120px,1fr) auto;align-items:center;gap:6px;min-width:min(100%,300px);min-height:44px;padding:4px;display:grid}.topbar-scan-form input{background:0 0;border:0;min-height:34px}.topbar-scan-form input:focus{outline-offset:1px;outline:2px solid #185c4a2e}.topbar-scan-form .ghost-btn{min-height:34px}.sync-status{border:1px solid var(--line);min-height:34px;color:var(--muted);white-space:nowrap;background:#fff;border-radius:8px;justify-content:center;align-items:center;padding:0 10px;font-size:.76rem;font-weight:900;display:inline-flex}.sync-status:before{content:"";background:currentColor;border-radius:999px;width:7px;height:7px;margin-right:7px}.sync-status.is-ready{color:var(--ok);background:#edf8f0;border-color:#1c7a4d47}.sync-status.is-syncing,.sync-status.is-connecting{color:var(--info);background:#eef6f7;border-color:#336b7b40}.sync-status.is-error{color:var(--danger);background:#fff0ee;border-color:#b423183d}.sync-status.is-disabled{background:#f4f5f2}.user-menu{border:1px solid var(--line);background:#fff;border-radius:8px;align-items:center;gap:10px;min-height:44px;padding:5px 5px 5px 12px;display:flex}.user-menu strong,.user-menu span{display:block}.user-menu span{color:var(--muted);font-size:.78rem}.panel-header{justify-content:space-between;margin-bottom:16px}.panel-header.compact{align-items:flex-start}.panel h2{margin:3px 0 0;font-size:1.12rem;line-height:1.25}.primary-btn,.ghost-btn,.icon-btn{white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:40px;font-weight:800;display:inline-flex}.primary-btn{background:var(--brand);color:#fff;padding:0 16px}.ghost-btn{color:var(--brand);background:#edf2ef;padding:0 14px}.quiet-btn{color:var(--muted)}.icon-btn{width:40px;color:var(--brand);border:1px solid var(--line);background:#fff}.primary-btn:hover,.ghost-btn:hover,.icon-btn:hover{filter:brightness(.96)}button:disabled{cursor:not-allowed;opacity:.48;filter:none}.login-screen{background:var(--soft);place-items:center;min-height:100vh;padding:24px;display:grid}.login-screen.is-hidden,.app-shell.is-hidden{display:none}.login-card{background:var(--panel);border:1px solid var(--line);width:min(100%,430px);box-shadow:var(--shadow);border-radius:8px;gap:20px;padding:24px;display:grid}.login-card h1{margin:4px 0 0;font-size:1.65rem;line-height:1.12}.login-brand{border-bottom:1px solid var(--line);padding-bottom:14px}.demo-logins{gap:8px;display:grid}.demo-login{border:1px solid var(--line);min-height:48px;color:var(--ink);text-align:left;background:#fbfdfc;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;padding:9px 11px;display:flex}.demo-login:hover{border-color:var(--brand-2)}.demo-login strong,.demo-login span{min-width:0}.demo-login span{color:var(--muted);overflow-wrap:anywhere;font-size:.8rem}.view{display:none}.view.is-active{display:block}.metric-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:14px;display:grid}.metric{background:var(--panel);border:1px solid var(--line);min-height:112px;box-shadow:var(--shadow);border-radius:8px;padding:16px}.metric span{color:var(--muted);text-transform:uppercase;font-size:.78rem;font-weight:800}.metric strong{margin-top:10px;font-size:2rem;line-height:1;display:block}.metric small{color:var(--muted);margin-top:8px;display:block}.dashboard-grid,.inventory-layout,.procedure-layout,.team-layout,.split-layout,.settings-layout{gap:14px;display:grid}.dashboard-grid{grid-template-columns:minmax(0,1.5fr) minmax(280px,.8fr)}.inventory-layout{grid-template-columns:minmax(0,1.4fr) minmax(310px,.9fr)}.procedure-layout,.team-layout,.split-layout,.settings-layout{grid-template-columns:minmax(280px,.72fr) minmax(0,1fr)}.wide-panel{grid-column:1/-1}.dashboard-grid .wide-panel{grid-area:span 2}.dashboard-grid .management-overview-panel,.dashboard-grid .reports-panel{grid-area:auto/1/auto/-1}.panel.management-overview-panel,.panel.management-panel,.panel.reports-panel{background:var(--panel);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:8px;align-self:start;padding:18px}.management-card-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px;display:grid}.management-signal-card{border:1px solid var(--line);background:#fbfdfc;border-radius:8px;align-content:start;gap:7px;min-height:104px;padding:12px;display:grid}.management-signal-card span,.management-signal-card small,.dashboard-subtitle{color:var(--muted);text-transform:uppercase;font-size:.74rem;font-weight:900}.management-signal-card strong{min-width:0;color:var(--ink);overflow-wrap:anywhere;font-size:1.35rem;line-height:1.1}.management-signal-card small{text-transform:none;font-weight:700;line-height:1.35}.dashboard-data-list,.dashboard-stack,.dashboard-subsection{gap:8px;display:grid}.dashboard-subsection+.dashboard-subsection{border-top:1px solid var(--line);padding-top:10px}.dashboard-data-row{border:1px solid var(--line);background:#fbfdfc;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;min-height:58px;padding:10px;display:grid}.dashboard-data-row span:first-child{gap:4px;min-width:0;display:grid}.dashboard-data-row strong,.dashboard-data-row small{overflow-wrap:anywhere;min-width:0}.dashboard-data-row small{color:var(--muted);font-size:.78rem;line-height:1.35}.progress-track.compact{height:6px;margin-top:2px}.management-report-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:12px;display:grid}.report-card{border:1px solid var(--line);background:#fbfdfc;border-radius:8px;gap:10px;min-width:0;padding:12px;display:grid}.report-card header{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.report-card header div{min-width:0}.report-card header span,.report-card header small{color:var(--muted);text-transform:uppercase;font-size:.72rem;font-weight:900}.report-card header strong{margin-top:3px;font-size:1rem;line-height:1.2;display:block}.report-card header small{text-align:right;text-transform:none;max-width:140px;line-height:1.35}.mini-report-table-wrap{overflow-x:auto}.mini-report-table{border-collapse:collapse;width:100%;min-width:260px}.mini-report-table th,.mini-report-table td{border-bottom:1px solid var(--line);text-align:left;vertical-align:top;padding:8px 6px;font-size:.82rem}.mini-report-table th{color:var(--muted);text-transform:uppercase;font-size:.7rem}.mini-report-table td{overflow-wrap:anywhere}.panel{min-width:0;padding:4px 0}.form-panel{background:var(--panel);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:8px;align-self:start;padding:18px}.flow-map{border:1px solid var(--line);background:#f8fbf9;border-radius:8px;grid-template-columns:minmax(72px,1fr) 24px minmax(72px,1fr) 24px minmax(72px,1fr) 24px minmax(72px,1fr) 24px minmax(72px,1fr) 24px minmax(72px,1fr);align-items:center;gap:8px;min-height:94px;margin-bottom:16px;padding:14px;display:grid}.flow-node{border:1px solid var(--line);min-height:54px;color:var(--brand);text-align:center;background:#fff;border-radius:8px;place-items:center;padding:8px;font-weight:900;display:grid}.flow-line{background:var(--brand-2);height:2px;position:relative}.flow-line:after{content:"";border-top:5px solid #0000;border-bottom:5px solid #0000;border-left:8px solid var(--brand-2);width:0;height:0;position:absolute;top:-4px;right:-1px}.phase-loop-card{border:1px solid var(--line);border-left:4px solid var(--brand-2);background:#fbfdfc;border-radius:8px;gap:12px;margin-bottom:16px;padding:13px;display:grid}.phase-loop-card.danger{border-color:#efaaa5;border-left-color:var(--danger);background:#fff4f3}.phase-loop-card header{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.phase-loop-card h3,.phase-loop-card p{margin:0}.phase-loop-card h3{margin-top:3px;font-size:1.05rem}.phase-loop-card p{color:var(--muted);font-size:.88rem}.phase-loop-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.phase-loop-metric{border:1px solid var(--line);background:#fff;border-radius:8px;align-content:start;gap:5px;min-height:86px;padding:10px;display:grid}.phase-loop-metric span{color:var(--muted);text-transform:uppercase;font-size:.72rem;font-weight:900}.phase-loop-metric strong{font-size:1.05rem;line-height:1.1}.phase-loop-metric small{color:var(--muted);font-size:.78rem}.stacked-form,.production-fields{gap:14px;display:grid}.production-execution-grid{grid-template-columns:minmax(0,1.1fr) minmax(260px,.9fr);align-items:start;gap:12px;display:grid}.production-guide{border:1px solid var(--line);background:#fbfdfc;border-radius:8px;gap:10px;min-width:0;padding:12px;display:grid}.production-guide h3{color:var(--ink);font-size:1rem}.production-ingredient-line{border:1px solid var(--line);background:#fff;border-radius:8px;grid-template-columns:minmax(0,1fr) minmax(120px,150px);align-items:center;gap:10px;min-height:76px;padding:10px;display:grid}.production-ingredient-line span{gap:3px;display:grid}.production-ingredient-line small,.production-preview-note{color:var(--muted);font-size:.8rem;line-height:1.35}.production-complete{grid-template-columns:auto minmax(0,1fr);justify-content:start;align-items:center}.production-complete input{width:18px;min-height:18px;accent-color:var(--brand)}.production-usage-list{gap:6px;display:grid}.production-usage-row{border:1px solid var(--line);min-height:32px;color:var(--muted);background:#fff;border-radius:8px;justify-content:space-between;gap:8px;padding:7px 9px;font-size:.84rem;display:flex}.production-usage-row strong{color:var(--ink);white-space:nowrap}.production-usage-row.warning{background:#fffaf0;border-color:#efcf80}.production-usage-row.danger{background:#fff4f3;border-color:#efaaa5}.production-batch-card{gap:10px;display:grid}.inline-status{font-weight:900}.inline-status.ok{color:var(--ok)}.inline-status.warning{color:#855f10}.inline-status.danger{color:var(--danger)}.inline-status.info{color:var(--info)}.form-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.align-end{align-items:end}.align-end .ghost-btn{min-height:42px}.line-actions{flex-wrap:wrap;gap:10px;display:flex}label{color:#3d494c;gap:6px;font-size:.84rem;font-weight:800;display:grid}fieldset{border:0;min-width:0;margin:0;padding:0}legend{color:#3d494c;margin-bottom:8px;font-size:.84rem;font-weight:800}input,select,textarea{border:1px solid var(--line);width:100%;min-height:42px;color:var(--ink);background:#fff;border-radius:8px;padding:10px 12px}textarea{resize:vertical}.segmented,.tabs{background:#edf2ef;border-radius:8px;flex-wrap:wrap;align-items:center;gap:4px;padding:4px;display:inline-flex}.segmented button,.tabs button{min-height:34px;color:var(--muted);background:0 0;border-radius:6px;padding:0 12px;font-size:.84rem;font-weight:800}.segmented button.is-selected,.tabs button.is-selected{color:var(--brand);background:#fff;box-shadow:0 1px 4px #1d242614}.tab-count{color:#173d36;background:#f3c05f;border-radius:999px;place-items:center;min-width:20px;height:20px;margin-left:4px;padding:0 6px;font-size:.72rem;display:inline-grid}.order-stream,.order-list,.station-list,.alert-list,.recipe-list,.supplier-list,.procedure-list,.staff-list,.driver-list,.reservation-list,.activity-log,.user-list,.schema-grid,.language-checks,.waste-summary-grid,.procedure-summary-grid{gap:10px;display:grid}.language-checks{grid-template-columns:repeat(2,minmax(0,1fr))}.recipe-builder{gap:12px;display:grid}.cost-preview{border:1px solid var(--line);background:#fbfdfc;border-radius:8px;gap:10px;padding:12px;display:grid}.cost-preview-title{justify-content:space-between;align-items:center;gap:10px;display:flex}.cost-grid,.recipe-cost-grid{color:var(--muted);grid-template-columns:minmax(0,1fr) auto;gap:7px 12px;font-size:.84rem;display:grid}.cost-grid strong,.recipe-cost-grid strong{color:var(--ink);text-align:right}.waste-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:12px}.procedure-summary-grid{grid-template-columns:repeat(auto-fit,minmax(148px,1fr));margin-bottom:12px}.waste-summary-card{border:1px solid var(--line);background:#fbfdfc;border-radius:8px;min-height:104px;padding:13px}.procedure-summary-card{border:1px solid var(--line);background:#fbfdfc;border-radius:8px;min-height:98px;padding:13px}.waste-summary-card span,.waste-summary-card small,.procedure-summary-card span,.procedure-summary-card small{color:var(--muted);text-transform:uppercase;font-size:.78rem;font-weight:800;display:block}.waste-summary-card strong,.procedure-summary-card strong{margin:10px 0 6px;font-size:1.35rem;line-height:1.1;display:block}.procedure-summary-card small.ok{color:var(--ok)}.procedure-summary-card small.warning{color:#855f10}.procedure-summary-card small.danger{color:var(--danger)}.procedure-summary-card small.info{color:var(--info)}.waste-card p{color:var(--muted);margin:10px 0 0;font-size:.86rem}.check-row{border:1px solid var(--line);background:#fbfdfc;border-radius:8px;grid-template-columns:auto minmax(0,1fr);align-items:center;min-height:42px;padding:10px 12px}.check-row input{width:18px;height:18px;min-height:18px;accent-color:var(--brand)}.modifier-fieldset{gap:10px;display:grid}.modifier-checks{flex-wrap:wrap;gap:8px;display:flex}.modifier-chip{border:1px solid var(--line);min-height:34px;color:var(--muted);background:#fbfdfc;border-radius:999px;align-items:center;gap:7px;padding:6px 10px;font-size:.78rem;font-weight:900;display:inline-flex}.modifier-chip input{width:16px;height:16px;min-height:16px;accent-color:var(--brand)}.availability-card,.order-draft{border:1px solid var(--line);background:#fbfdfc;border-radius:8px;gap:9px;padding:12px;display:grid}.manual-order-panel{border:1px solid var(--line);background:#fbfdfc;border-radius:8px;gap:12px;padding:12px;display:grid}.manual-order-panel[hidden]{display:none}.customer-history-panel{gap:10px;display:grid}.customer-history-card{border:1px solid var(--line);background:#fff;border-radius:8px;gap:10px;padding:12px;display:grid}.customer-history-head{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.customer-history-head p,.customer-history-grid p{color:var(--muted);margin:3px 0 0;font-size:.82rem}.customer-history-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.customer-history-grid section{border:1px solid var(--line);background:#fbfdfc;border-radius:8px;min-height:68px;padding:9px}.customer-history-grid span{color:var(--muted);text-transform:uppercase;font-size:.72rem;font-weight:900}.availability-card.warning{background:#fffaf0;border-color:#efcf80}.availability-card.danger{background:#fff4f3;border-color:#efaaa5}.availability-card header,.draft-summary,.draft-line{justify-content:space-between;align-items:center;gap:10px;display:flex}.availability-card p,.draft-line p,.draft-empty{color:var(--muted);margin:0;font-size:.84rem}.table-capacity-grid{grid-template-columns:repeat(auto-fit,minmax(138px,1fr));gap:10px;margin-bottom:12px;display:grid}.table-capacity-card{border:1px solid var(--line);background:#fbfdfc;border-radius:8px;min-height:86px;padding:11px}.table-capacity-card strong,.table-capacity-card span{display:block}.table-capacity-card span,.table-capacity-card p{color:var(--muted);margin:4px 0 0;font-size:.82rem}.reservation-link-card,.reservation-admin-tools,.reservation-ops-grid,.reservation-channel-list{gap:10px;display:grid}.reservation-link-card{border:1px solid var(--line);background:#fbfdfc;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:end;padding:12px}.reservation-admin-tools{margin-top:16px}.compact-form{border-top:1px solid var(--line);padding-top:14px}.reservation-ops-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:12px}.reservation-ops-card{border:1px solid var(--line);background:#fbfdfc;border-radius:8px;min-height:76px;padding:11px}.reservation-ops-card header{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.reservation-ops-card p{color:var(--muted);margin:4px 0 0;font-size:.82rem}.reservation-customer-shell{grid-template-columns:minmax(0,1fr) minmax(260px,320px)}.reservation-table-map{border:1px solid var(--line);box-shadow:var(--shadow-sm);background:#fbfcf9;border-radius:8px;gap:12px;padding:12px;display:grid}.reservation-table-map header,.reservation-table-map footer{justify-content:space-between;align-items:center;gap:10px;display:flex}.reservation-table-map h3{margin:3px 0 0;font-size:1.03rem;line-height:1.25}.reservation-table-map footer{color:var(--muted);flex-wrap:wrap;justify-content:flex-start;font-size:.78rem}.reservation-table-map footer strong{color:var(--ink);margin-left:auto;font-size:.84rem}.reservation-map-toggle button{min-width:42px}.reservation-floor-plan{perspective:720px;background-color:#f4f2eb;background-image:linear-gradient(90deg,#0f5f4614 0 1px,#0000 1px 100%),linear-gradient(0deg,#0f5f460f 0 1px,#0000 1px 100%),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:28px 28px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;border:1px solid #ccd8d0;border-radius:8px;min-height:330px;position:relative;overflow:hidden}.floor-zone,.floor-wall{pointer-events:none;position:absolute}.floor-zone{color:#315765;text-transform:uppercase;background:#ffffffc7;border:1px solid #336b7b3d;border-radius:6px;align-items:center;min-height:28px;padding:7px 9px;font-size:.72rem;font-weight:900;display:inline-flex}.floor-window{writing-mode:vertical-rl;background:#e9f6f7;justify-content:center;width:34px;top:8px;bottom:8px;left:8px}.floor-entry{bottom:8px;left:40%}.floor-counter{color:#864a28;background:#f8efe6;justify-content:center;width:92px;height:52px;top:8px;right:8px}.floor-banquette-wall{background:#8b5e49;border-radius:999px;height:9px;bottom:36px;left:33%;right:7%;box-shadow:inset 0 1px #ffffff59}.floor-table{left:var(--x);top:var(--y);width:var(--w);height:var(--h);min-width:62px;min-height:62px;color:var(--ink);transform-style:preserve-3d;background:0 0;padding:0;transition:transform .16s,opacity .16s;position:absolute;overflow:visible}.floor-table:hover{transform:translateY(-2px)}.reservation-table-map[data-view-mode="3d"] .floor-table{transform:rotateX(50deg)rotate(-7deg)}.reservation-table-map[data-view-mode="3d"] .floor-table:hover{transform:rotateX(50deg)rotate(-7deg)translateZ(8px)}.floor-table-shadow{filter:blur(7px);background:#171c1829;border-radius:999px;position:absolute;inset:13px 8px -7px}.floor-table-top{z-index:2;background:#fffdfa;border:2px solid #0f5f4657;border-radius:8px;align-content:center;place-items:center;gap:1px;display:grid;position:absolute;inset:18px 12px;box-shadow:inset 0 -7px #0f5f4614,0 5px 12px #1a1f1c1f}.floor-table-round .floor-table-top{border-radius:999px}.floor-table-banquette .floor-table-top,.floor-table-family .floor-table-top{border-color:#8b5e4970;inset:22px 16px 17px}.floor-table-top strong,.floor-table-top span{letter-spacing:0;line-height:1.05;display:block}.floor-table-top strong{font-size:.82rem}.floor-table-top span{color:var(--muted);font-size:.64rem;font-weight:800}.floor-seat,.floor-couch{z-index:1;background:#dfecef;border:1px solid #336b7b47;position:absolute}.floor-seat{border-radius:6px;width:22px;height:16px}.seat-top{top:0;left:50%;transform:translate(-50%)}.seat-right{top:50%;right:0;transform:translateY(-50%)rotate(90deg)}.seat-bottom{bottom:0;left:50%;transform:translate(-50%)}.seat-left{top:50%;left:0;transform:translateY(-50%)rotate(90deg)}.floor-couch{background:#cda891;border-color:#8b5e496b;border-radius:8px;height:20px;bottom:0;left:10px;right:10px}.seat-front-a,.seat-front-b,.seat-front-c{top:0}.seat-front-a{left:13%}.seat-front-b{left:calc(50% - 11px)}.seat-front-c{right:13%}.floor-table.is-selected .floor-table-top{border-color:var(--brand);background:var(--brand);color:var(--primary-foreground);box-shadow:inset 0 -7px #0000001f,0 8px 16px #0f5f4638}.floor-table.is-selected .floor-table-top span{color:#f7fff9c7}.floor-table.is-selected .floor-seat,.floor-table.is-selected .floor-couch{background:#b8d9c8;border-color:#0f5f4673}.floor-table.is-unavailable{opacity:.58}.floor-table.is-unavailable .floor-table-top{background:#fff1ef;border-color:#b423186b}.floor-table.is-unavailable .floor-table-top span{color:#8b3930}.map-key{white-space:nowrap;align-items:center;gap:6px;display:inline-flex}.map-key:before{content:"";background:var(--brand);border-radius:999px;width:10px;height:10px}.map-key-available:before{background:var(--ok)}.map-key-unavailable:before{background:var(--danger)}.website-reservation-panel{align-self:start}.reservation-info-panel{position:sticky;top:86px}.reservation-channel-list{align-content:start}.draft-lines{gap:8px;display:grid}.draft-line{border-top:1px solid var(--line);min-height:42px;padding:8px 0}.draft-line:first-child{border-top:0;padding-top:0}.draft-line strong{display:block}.draft-meta{color:var(--muted);font-size:.82rem}.draft-total{border-top:1px solid var(--line);padding-top:8px}.line-detail{color:var(--muted);margin-top:3px!important;font-size:.8rem!important}.order-card,.ticket-card,.station-card,.alert-card,.recipe-card,.supplier-card,.procedure-card,.staff-card,.driver-card,.reservation-card,.log-card,.user-card,.schema-card{border:1px solid var(--line);background:#fbfdfc;border-radius:8px;padding:13px}.user-card,.schema-card header{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.user-card p,.schema-card p{color:var(--muted);margin:4px 0 0;font-size:.86rem}.qr-create-form{margin-bottom:12px}.qr-admin-grid{grid-template-columns:repeat(2,minmax(280px,1fr));gap:12px;display:grid}.qr-admin-card{border:1px solid var(--line);background:#fbfdfc;border-radius:8px;gap:12px;padding:13px;display:grid}.qr-admin-card.is-disabled{background:#f3f5f3}.qr-admin-card header{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.qr-admin-card header p{color:var(--muted);overflow-wrap:anywhere;margin:4px 0 0;font-size:.82rem}.qr-admin-body{grid-template-columns:148px minmax(0,1fr);align-items:start;gap:12px;display:grid}.qr-code-box{aspect-ratio:1;border:1px solid var(--line);background:#fff;border-radius:8px;place-items:center;width:148px;padding:8px;display:grid}.qr-code-svg{width:100%;height:100%;image-rendering:pixelated;display:block}.qr-admin-controls{gap:10px;display:grid}.qr-actions{justify-content:flex-start}.staff-scan-panel{background:#fff;padding:18px}.staff-scan-grid{grid-template-columns:minmax(240px,.72fr) minmax(0,1fr);align-items:start;gap:14px;display:grid}.staff-scan-form{border:1px solid var(--line);background:#fff;border-radius:8px;padding:12px}.scan-type-list{flex-wrap:wrap;gap:7px;display:flex}.scan-type-pill{border:1px solid var(--line);min-height:26px;color:var(--muted);background:#f7faf8;border-radius:999px;align-items:center;padding:5px 8px;font-size:.74rem;font-weight:900;display:inline-flex}.scan-result-card{border:1px solid var(--line);background:#fff;border-radius:8px;gap:12px;min-height:100%;padding:13px;display:grid}.scan-result-card.is-error{background:#fff4f3;border-color:#efaaa5}.scan-result-card header{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.scan-result-card header p,.scan-result-card>p{color:var(--muted);margin:4px 0 0;font-size:.84rem;line-height:1.35}.scan-result-grid{border:1px solid var(--line);background:#fbfdfc;border-radius:8px;grid-template-columns:minmax(72px,.28fr) minmax(0,1fr);gap:8px 12px;padding:10px;display:grid}.scan-result-grid span{color:var(--muted);text-transform:uppercase;font-size:.75rem;font-weight:900}.scan-result-grid strong{overflow-wrap:anywhere;min-width:0}.scan-result-actions{justify-content:flex-start}.reservation-card.is-conflict{background:#fff4f3;border-color:#efaaa5}.order-card{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:12px;display:grid}.order-progress-mini{color:var(--muted);grid-template-columns:minmax(120px,220px) auto;align-items:center;gap:8px;margin-top:10px;font-size:.8rem;font-weight:800;display:grid}.card-title{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:8px;display:flex}.card-title strong{overflow-wrap:anywhere;min-width:0}.meta-line{color:var(--muted);flex-wrap:wrap;gap:8px;font-size:.84rem;display:flex}.pill{min-height:24px;color:var(--brand);background:#edf2ef;border-radius:999px;align-items:center;padding:3px 8px;font-size:.75rem;font-weight:900;display:inline-flex}.pill.warning{color:#855f10;background:#fff3d7}.pill.danger{color:var(--danger);background:#fde7e5}.pill.ok{color:var(--ok);background:#e5f4ea}.pill.info{color:var(--info);background:#e6eef8}.mini-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.mini-btn{min-height:32px;color:var(--brand);background:#edf2ef;border-radius:7px;padding:0 10px;font-size:.78rem;font-weight:900}.mini-select{border-radius:7px;width:auto;min-width:124px;min-height:32px;padding:5px 28px 5px 9px;font-size:.78rem;font-weight:800}.payment-capture{align-items:center;gap:6px;display:inline-flex}.receipt-preview{margin-top:14px}.receipt-card{border:1px solid var(--line);background:#fff;border-radius:8px;gap:12px;padding:16px;display:grid}.receipt-card header,.receipt-line,.receipt-total{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.receipt-card header strong,.receipt-card header span,.receipt-line strong,.receipt-line span{display:block}.receipt-card header span,.receipt-line span,.receipt-meta,.receipt-note{color:var(--muted);font-size:.82rem}.receipt-meta{flex-wrap:wrap;gap:8px 12px;display:flex}.receipt-lines{border-top:1px dashed var(--line);border-bottom:1px dashed var(--line);gap:9px;padding:12px 0;display:grid}.receipt-line>span{color:var(--ink);white-space:nowrap;font-weight:900}.receipt-note{margin:0}.receipt-totals{gap:7px;display:grid}.receipt-total{align-items:center;font-size:1.05rem}.receipt-subtotal,.receipt-tax{color:var(--muted);font-size:.86rem}.receipt-subtotal strong,.receipt-tax strong{color:var(--ink)}.receipt-actions{justify-content:flex-start}.kds-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:12px;display:grid}.kds-summary-card{border:1px solid var(--line);background:#fbfdfc;border-radius:8px;align-content:start;gap:6px;min-height:86px;padding:12px;display:grid}.kds-summary-card span{color:var(--muted);text-transform:uppercase;font-size:.72rem;font-weight:900}.kds-summary-card strong{overflow-wrap:anywhere;font-size:1.1rem;line-height:1.1}.kds-summary-card small{color:var(--muted);font-size:.78rem}.kds-summary-card small.ok{color:var(--ok)}.kds-summary-card small.warning{color:#855f10}.kds-summary-card small.danger{color:var(--danger)}.kds-summary-card small.info{color:var(--info)}.ticket-board{grid-template-columns:repeat(3,minmax(220px,1fr));gap:12px;display:grid}.ticket-card header,.recipe-card header,.supplier-card header,.staff-card header,.driver-card header,.reservation-card header{justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:8px;display:flex}.ticket-card p,.recipe-card p,.supplier-card p,.staff-card p,.driver-card p,.reservation-card p,.log-card p,.procedure-card p{color:var(--muted);margin:0;font-size:.88rem}.station-card{gap:8px;display:grid}.station-card.sla-warning{background:#fffaf0;border-color:#efcf80}.station-card.sla-escalated{background:#fff4f3;border-color:#efaaa5}.progress-track{background:#e6ece8;border-radius:999px;height:8px;overflow:hidden}.progress-bar{height:100%;width:var(--value,0%);background:var(--brand-2)}.ticket-card{border-left:4px solid var(--line);gap:10px;display:grid}.ticket-card.sla-aging{border-left-color:var(--info)}.ticket-card.sla-warning{border-color:#efcf80;border-left-color:var(--accent-2);background:#fffaf0}.ticket-card.sla-escalated,.ticket-card.sla-delayed,.ticket-card.status-delayed{border-color:#efaaa5;border-left-color:var(--danger);background:#fff4f3}.ticket-card.sla-ready{border-left-color:var(--ok)}.ticket-kicker,.ticket-notes span,.ticket-issue span{color:var(--muted);text-transform:uppercase;font-size:.72rem;font-weight:900;display:block}.ticket-notes,.ticket-issue{border-top:1px solid var(--line);gap:3px;padding-top:8px;display:grid}.ticket-issue{color:var(--danger)}.ticket-issue p{color:var(--danger);font-weight:800}.kds-actions{justify-content:flex-start;padding-top:2px}.ticket-pills{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.ticket-timing{gap:7px;display:grid}.sla-meter{background:#e6ece8;border-radius:999px;height:8px;overflow:hidden}.sla-meter .progress-bar{background:var(--info)}.sla-meter.warning .progress-bar{background:var(--accent-2)}.sla-meter.escalated .progress-bar{background:var(--danger)}.sla-meter.ready .progress-bar{background:var(--ok)}.sla-meter.delayed .progress-bar{background:var(--danger)}.kitchen-progress-list{grid-template-columns:repeat(2,minmax(260px,1fr));gap:12px;display:grid}.order-progress-card{border:1px solid var(--line);background:#fbfdfc;border-radius:8px;gap:10px;padding:13px;display:grid}.order-progress-card header{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.order-progress-card p{color:var(--muted);margin:3px 0 0;font-size:.84rem}.station-progress-list{gap:7px;display:grid}.station-progress-row{color:var(--muted);justify-content:space-between;gap:10px;font-size:.84rem;display:flex}.station-progress-row strong{color:var(--ink);white-space:nowrap}.alert-card{border-left:4px solid var(--accent)}.alert-card.warning{border-left-color:var(--accent-2);background:#fffaf0}.alert-card.danger{border-left-color:var(--danger)}.inventory-table-wrap{overflow-x:auto}.data-table{border-collapse:collapse;width:100%;min-width:980px}.data-table th,.data-table td{border-bottom:1px solid var(--line);text-align:left;vertical-align:top;padding:12px 10px;font-size:.9rem}.data-table th{color:var(--muted);text-transform:uppercase;font-size:.75rem}.table-subtext{color:var(--muted);margin-top:3px;font-size:.78rem;display:block}.stock-meter{gap:6px;min-width:120px;display:grid}.stock-meter .progress-bar{background:var(--accent)}.stock-meter.ok .progress-bar{background:var(--ok)}.stock-meter.warning .progress-bar,.stock-meter.over .progress-bar{background:var(--accent-2)}.inventory-row.danger{background:#fff4f3}.inventory-row.over{background:#fffaf0}.location-stack{gap:6px;min-width:180px;display:grid}.location-line{color:var(--muted);justify-content:space-between;gap:10px;font-size:.84rem;display:flex}.location-line strong{color:var(--ink);white-space:nowrap}.price-editor{grid-template-columns:minmax(92px,1fr) auto;align-items:center;gap:8px;min-width:180px;display:grid}.price-editor input{min-height:34px;padding:6px 8px}.recipe-card.is-inactive{background:#f2f4f2}.recipe-card.is-low-margin{background:#fff4f3;border-color:#efaaa5}.recipe-lines{gap:6px;margin-top:10px;display:grid}.recipe-line,.supplier-line,.supplier-total{color:var(--muted);justify-content:space-between;gap:8px;font-size:.84rem;display:flex}.recipe-line{border-top:1px solid var(--line);align-items:flex-start;padding-top:8px}.recipe-line:first-child{border-top:0;padding-top:0}.recipe-line span{gap:3px;display:grid}.recipe-line small{color:var(--muted);font-size:.78rem}.recipe-line>strong{color:var(--ink);text-align:right;white-space:nowrap}.supplier-card{gap:12px;display:grid}.supplier-management-grid{grid-template-columns:minmax(280px,.9fr) minmax(320px,1.1fr);align-items:start;gap:12px;display:grid}.supplier-form{border:1px solid var(--line);background:#fbfdfc;border-radius:8px;padding:12px}.standalone-check{align-self:end;min-height:42px;padding:10px 0}.supplier-detail-grid{grid-template-columns:max-content minmax(0,1fr);gap:7px 12px;font-size:.84rem;display:grid}.supplier-detail-grid span{color:var(--muted)}.supplier-detail-grid strong{min-width:0;color:var(--ink);overflow-wrap:anywhere}.supplier-lines{gap:8px;display:grid}.supplier-line{border-top:1px solid var(--line);align-items:start;padding-top:8px}.supplier-line:first-child{border-top:0;padding-top:0}.supplier-line strong,.supplier-line span{color:var(--ink)}.supplier-line p{margin-top:3px}.supplier-quantity-field{min-width:112px;color:var(--muted);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:4px 6px;font-size:.72rem;font-weight:900;display:grid}.supplier-quantity-field span{color:var(--muted);text-transform:uppercase;grid-column:1/-1}.supplier-quantity-field input{min-height:34px;padding:6px 8px}.supplier-quantity-field small{color:var(--muted);font-size:.76rem}.supplier-minimum{background:#fff3d7;border-radius:8px;padding:9px 10px;font-weight:800;color:#855f10!important}.supplier-export{border-top:1px solid var(--line);gap:8px;padding-top:10px;display:grid}.supplier-export-header{color:var(--muted);justify-content:space-between;gap:10px;font-size:.82rem;display:flex}.supplier-export-header strong{color:var(--ink)}.supplier-export textarea{min-height:132px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.78rem;line-height:1.45}.supplier-total{border-top:1px solid var(--line);align-items:center;padding-top:10px}.procedure-card{grid-template-columns:auto minmax(0,1fr);align-items:start;gap:10px;display:grid}.procedure-card input{width:20px;height:20px;min-height:20px;accent-color:var(--brand);margin-top:2px}.procedure-card.is-done{background:#eef8f1}.procedure-sop-card{grid-template-columns:1fr;gap:12px;display:grid}.procedure-sop-card.status-completed{background:#eef8f1;border-color:#b8d9c1}.procedure-sop-card.status-problem{background:#fff4f3;border-color:#efaaa5}.procedure-sop-card.status-skipped,.procedure-sop-card.status-missed{background:#fffaf0;border-color:#efcf80}.procedure-sop-card header,.procedure-manager-grid{gap:12px;display:grid}.procedure-sop-card header{grid-template-columns:minmax(0,1fr) auto;align-items:start}.procedure-kicker{color:var(--muted);text-transform:uppercase;margin-bottom:4px;font-size:.72rem;font-weight:900;display:block}.procedure-sop-card header strong{overflow-wrap:anywhere;font-size:1.04rem;line-height:1.2;display:block}.procedure-step-list{gap:8px;display:grid}.procedure-step{border:1px solid var(--line);min-height:42px;color:var(--ink);background:#fff;border-radius:8px;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:9px;padding:9px 10px;font-size:.9rem;display:grid}.procedure-step input{width:18px;height:18px;min-height:18px;accent-color:var(--brand);margin-top:1px}.procedure-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.procedure-detail-grid div{border:1px solid var(--line);background:#fff;border-radius:8px;align-content:start;gap:4px;min-height:66px;padding:10px;display:grid}.procedure-detail-grid span{color:var(--muted);text-transform:uppercase;font-size:.72rem;font-weight:900}.procedure-detail-grid strong{color:var(--ink);font-size:.86rem;line-height:1.35}.procedure-media,.procedure-actions{justify-content:flex-start}.procedure-last-run{padding-top:2px}.procedure-manager-grid{grid-template-columns:minmax(260px,.85fr) minmax(0,1fr)}.inline-panel-header{margin-bottom:10px}.procedure-history-card{border-left:4px solid var(--brand-2)}.driver-app-panel,.delivery-management-panel{border:1px solid var(--line);background:var(--panel);box-shadow:var(--shadow);border-radius:8px;padding:18px}.driver-order-list,.delivery-assignment-list,.manager-delivery-list,.driver-performance-list{gap:10px;display:grid}.delivery-management-grid{grid-template-columns:repeat(2,minmax(280px,1fr));align-items:start;gap:14px;display:grid}.delivery-management-grid h3{margin:3px 0 0;font-size:1rem}.delivery-order-card,.delivery-assignment-card,.manager-delivery-card,.driver-performance-card{border:1px solid var(--line);background:#fbfdfc;border-radius:8px;gap:12px;padding:13px;display:grid}.delivery-order-card.is-late,.manager-delivery-card.is-late{background:#fff4f3;border-color:#efaaa5}.delivery-order-card header,.delivery-assignment-card header,.manager-delivery-card header,.driver-performance-card header{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.delivery-kicker,.delivery-detail-grid span,.delivery-notes>span,.delivery-note-row span,.delivery-proof-grid span,.delivery-performance-grid span{color:var(--muted);text-transform:uppercase;font-size:.72rem;font-weight:900;display:block}.delivery-order-card p,.delivery-assignment-card p,.manager-delivery-card p,.driver-performance-card p,.delivery-note-row p{color:var(--muted);margin:3px 0 0;font-size:.86rem}.delivery-detail-grid,.delivery-proof-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.delivery-detail-grid div,.delivery-proof-grid div{border:1px solid var(--line);background:#fff;border-radius:8px;align-content:start;gap:4px;min-height:64px;padding:10px;display:grid}.delivery-detail-grid strong,.delivery-proof-grid strong{overflow-wrap:anywhere;font-size:.88rem;line-height:1.35}.delivery-notes{gap:8px;padding-top:2px;display:grid}.delivery-note-row{border-top:1px solid var(--line);padding:8px 0}.delivery-note-row:first-of-type{border-top:0}.delivery-actions{border-top:1px solid var(--line);gap:10px;padding-top:4px;display:grid}.delivery-action-row,.delivery-assignment-controls{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;display:grid}.delivery-action-row input{min-height:36px;padding:7px 9px}.delivery-performance-grid{color:var(--muted);grid-template-columns:minmax(0,1fr) auto;gap:7px 10px;font-size:.84rem;display:grid}.delivery-performance-grid strong{color:var(--ink);text-align:right}.driver-map{border:1px solid var(--line);background:#e9f0ed;border-radius:8px;height:220px;margin-bottom:12px;position:relative;overflow:hidden}.map-grid{background-image:linear-gradient(#185c4a1f 1px,#0000 1px),linear-gradient(90deg,#185c4a1f 1px,#0000 1px);background-size:28px 28px;position:absolute;inset:0}.driver-map svg{width:100%;height:100%;position:absolute;inset:0}.driver-map path{fill:none;stroke:var(--accent);stroke-width:4px;stroke-linecap:round;stroke-dasharray:7 8}body.is-driver-app{background:#f4f6f0}body.is-driver-app .app-shell{grid-template-columns:minmax(0,1fr)}body.is-driver-app .sidebar{display:none}body.is-driver-app .workspace{width:min(100%,760px);min-height:100vh;margin:0 auto;padding:0 12px 24px}body.is-driver-app .topbar{padding:calc(10px + env(safe-area-inset-top,0px)) 12px 10px;border-bottom:1px solid var(--border);background:#f4f6f0f0;margin:0 -12px 12px}body.is-driver-app .topbar>div:first-child{min-width:0}body.is-driver-app .topbar .eyebrow,body.is-driver-app .topbar-scan-form,body.is-driver-app #convexSyncStatus,body.is-driver-app #resetDemoBtn,body.is-driver-app #quickOrderBtn{display:none}body.is-driver-app .topbar h1{font-size:1rem;line-height:1.2}body.is-driver-app .topbar-actions{flex:0 auto;justify-content:flex-end}body.is-driver-app .user-menu{min-width:0}body.is-driver-app .team-layout{display:block}body.is-driver-app .driver-app-panel{box-shadow:none;background:0 0;border:0;padding:0;overflow:hidden}body.is-driver-app .driver-app-panel .panel-header{padding:4px 2px 2px}body.is-driver-app .driver-app-panel .panel-header h2{font-size:1.35rem}.driver-route-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--card);box-shadow:var(--shadow);gap:0;display:grid;overflow:hidden}.driver-route-card.is-late{background:#fff7f5;border-color:#efc6c0}.driver-route-header{justify-content:space-between;align-items:flex-start;gap:12px;padding:14px;display:flex}.driver-route-header strong{color:var(--foreground);margin-top:3px;font-size:1.25rem;line-height:1.2;display:block}.driver-route-header p{color:var(--muted-foreground);overflow-wrap:anywhere;margin:4px 0 0;font-size:.88rem;line-height:1.35}.driver-route-map{background:linear-gradient(135deg,#26573d1f,#d8b16d1f),#e8ede7;min-height:320px;position:relative;overflow:hidden}.delivery-live-map{z-index:0;position:absolute;inset:0}.delivery-live-map .leaflet-control-attribution{font-size:.6rem}.driver-route-map iframe{filter:saturate(.9)contrast(.96);border:0;width:100%;height:100%;position:absolute;inset:0}.driver-route-line{pointer-events:none;position:absolute;inset:34px 26px 86px}.route-road{transform-origin:50%;background:repeating-linear-gradient(90deg,#d8b16d 0 22px,#0000 22px 34px);border-radius:999px;height:7px;position:absolute;top:48%;left:54px;right:54px;transform:rotate(-11deg);box-shadow:0 0 0 2px #ffffffb3}.route-point{z-index:1;color:#fff;width:38px;height:38px;box-shadow:var(--shadow);border:3px solid #fff;border-radius:50%;place-items:center;font-size:.82rem;font-weight:900;display:grid;position:absolute}.route-point.restaurant{background:#203427;bottom:16px;left:14px}.route-point.customer{background:#b96b3b;top:10px;right:16px}.driver-map-overlay{z-index:2;border-radius:var(--radius);color:var(--foreground);box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);pointer-events:none;background:#ffffffe6;border:1px solid #ffffff94;gap:3px;padding:12px;display:grid;position:absolute;bottom:14px;left:14px;right:14px}.driver-map-overlay span{color:var(--muted-foreground);text-transform:uppercase;font-size:.72rem;font-weight:900}.driver-map-overlay strong{font-size:1.1rem;line-height:1.2}.driver-map-overlay small{color:var(--muted-foreground);overflow-wrap:anywhere;font-weight:650;line-height:1.3}.driver-route-progress{background:#2034271f;border-radius:999px;height:6px;margin-top:6px;overflow:hidden}.driver-route-progress span{border-radius:inherit;background:linear-gradient(90deg,#2f7d52,#d8b16d);height:100%;display:block}.live-map-marker{color:#fff;border-radius:50%;place-items:center;font-size:.78rem;font-weight:900;display:grid}.live-map-marker span{border:3px solid #fff;border-radius:50%;place-items:center;width:34px;height:34px;display:grid;box-shadow:0 8px 20px #16221c3d}.live-map-marker.restaurant span{background:#203427}.live-map-marker.customer span{background:#b96b3b}.live-map-marker.driver span{background:#1f6f9f}.driver-route-body{gap:12px;padding:14px;display:grid}.driver-nav-actions{grid-template-columns:1.2fr 1fr .65fr .7fr;gap:8px;display:grid}.driver-nav-actions a{text-align:center;white-space:nowrap;justify-content:center;min-width:0;min-height:44px;padding-inline:10px}.driver-route-steps{gap:8px;margin:0;padding:0;list-style:none;display:grid}.driver-route-steps li{border:1px solid var(--border);border-radius:var(--radius);background:#fbfcf9;grid-template-columns:34px minmax(0,1fr);align-items:start;gap:10px;padding:10px;display:grid}.driver-route-steps li>span{width:30px;height:30px;color:var(--muted-foreground);background:#e4e9de;border-radius:50%;place-items:center;font-size:.8rem;font-weight:900;display:grid}.driver-route-steps li.is-active{background:#f2f8f9;border-color:#c6d7dc}.driver-route-steps li.is-active>span{background:var(--info-tone);color:#fff}.driver-route-steps li.is-done{background:#f0f8f3;border-color:#bdd9c8}.driver-route-steps li.is-done>span{color:#fff;background:#2f7d52}.driver-route-steps small{color:var(--muted-foreground);text-transform:uppercase;font-size:.68rem;font-weight:900}.driver-route-steps strong{color:var(--foreground);font-size:.95rem;line-height:1.25;display:block}.driver-route-steps p{color:var(--muted-foreground);margin:2px 0 0;font-size:.82rem;line-height:1.3}.driver-turn-steps{gap:8px;margin:0;padding:0;list-style:none;display:grid}.driver-turn-steps li{border-radius:var(--radius);background:#f7faf4;border:1px solid #d9e1d7;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:8px;padding:9px 10px;display:grid}.driver-turn-steps li>span{color:#fff;background:#203427;border-radius:50%;place-items:center;width:26px;height:26px;font-size:.72rem;font-weight:900;display:grid}.driver-turn-steps strong{color:var(--foreground);overflow-wrap:anywhere;font-size:.83rem;line-height:1.25}.driver-turn-steps small{color:var(--muted-foreground);white-space:nowrap;font-size:.72rem;font-weight:900}.driver-stop-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.driver-stop-grid div{border:1px solid var(--border);border-radius:var(--radius);background:#fbfcf9;align-content:start;gap:4px;min-height:64px;padding:10px;display:grid}.driver-stop-grid span{color:var(--muted-foreground);text-transform:uppercase;font-size:.7rem;font-weight:900}.driver-stop-grid strong{color:var(--foreground);overflow-wrap:anywhere;font-size:.86rem;line-height:1.35}.driver-status-panel{border:1px solid var(--border);border-radius:var(--radius);background:#fbfcf9;gap:8px;padding:10px;display:grid}.driver-status-panel .mini-actions{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:8px;display:grid}.driver-status-panel .mini-btn,.driver-proof-actions .mini-btn{min-height:40px}.driver-notes{border:1px solid var(--border);border-radius:var(--radius);background:#fbfcf9;padding:10px}.time-clock-panel,.schedule-management-panel{border:1px solid var(--line);background:var(--panel);box-shadow:var(--shadow);border-radius:8px;padding:18px}.time-clock-list,.schedule-day-list,.attendance-report-list{gap:10px;display:grid}.schedule-form-grid{grid-template-columns:repeat(6,minmax(118px,1fr));align-items:end;gap:10px;margin-bottom:14px;display:grid}.schedule-form-grid label{color:var(--muted);gap:6px;font-size:.82rem;font-weight:800;display:grid}.schedule-notes-field{grid-column:span 3}.schedule-form-actions{align-items:center;gap:8px;display:flex}.schedule-week-grid{grid-template-columns:repeat(7,minmax(170px,1fr));gap:10px;margin:14px 0;padding-bottom:4px;display:grid;overflow-x:auto}.schedule-day-column{border:1px solid var(--line);background:#f8fbf9;border-radius:8px;align-content:start;gap:10px;min-width:170px;padding:10px;display:grid}.schedule-day-column>header{justify-content:space-between;align-items:baseline;gap:10px;display:flex}.schedule-day-column>header span{color:var(--muted);font-size:.76rem;font-weight:800}.shift-card,.attendance-report-card{border:1px solid var(--line);background:#fbfdfc;border-radius:8px;gap:10px;padding:13px;display:grid}.shift-card.is-missed{background:#fff4f3;border-color:#efaaa5}.shift-card header,.attendance-report-card header{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.shift-card p,.attendance-report-card p,.shift-note{color:var(--muted);margin:3px 0 0;font-size:.84rem}.shift-metrics-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.shift-metrics-grid div{border:1px solid var(--line);background:#fff;border-radius:8px;min-height:58px;padding:9px}.shift-metrics-grid span{color:var(--muted);text-transform:uppercase;font-size:.68rem;font-weight:900;display:block}.shift-metrics-grid strong{margin-top:5px;display:block}.attendance-report-grid{grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);align-items:start;gap:14px;display:grid}.payroll-export{resize:vertical;width:100%;min-height:245px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.78rem;line-height:1.45}.map-pin{z-index:2;background:var(--brand);color:#fff;border-radius:999px;place-items:center;width:34px;height:34px;font-size:.76rem;font-weight:900;display:grid;position:absolute;box-shadow:0 8px 18px #1d24262e}.map-pin.restaurant{background:#173d36;top:58%;left:16%}.map-pin.driver-a{background:var(--accent);top:18%;left:70%}.map-pin.driver-b{background:var(--info);top:66%;left:84%}.toast{z-index:10;color:#fff;max-width:min(92vw,520px);min-height:44px;box-shadow:var(--shadow);text-align:center;background:#173d36;border-radius:8px;justify-content:center;align-items:center;padding:11px 16px;font-weight:800;display:none;position:fixed;bottom:22px;left:50%;transform:translate(-50%)}.toast.is-visible{display:flex}.empty-state{border:1px dashed var(--line);min-height:108px;color:var(--muted);text-align:center;border-radius:8px;place-items:center;padding:18px;display:grid}::selection{background:#3f7f612e}body{background:var(--background);color:var(--foreground);font-feature-settings:"rlig" 1, "calt" 1;-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility}a{color:inherit}button,input,select,textarea{letter-spacing:0}button,a,input,select,textarea{transition:border-color .16s,background-color .16s,color .16s,box-shadow .16s,transform .16s}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{border-color:var(--ring);outline:0;box-shadow:0 0 0 3px #3f7f612e}button:active{transform:translateY(1px)}.login-screen,.customer-qr-screen{background:var(--background)}.app-shell{background:var(--background);overflow-x:hidden}.sidebar{color:#f8fbf7;background:#203427;border-right:1px solid #ffffff14}.brand-mark{color:#203427;border-radius:var(--radius);box-shadow:var(--shadow-sm);background:#f0eadf;border:1px solid #20342714}.sidebar .brand span{color:#f8fbf7a8}.nav-item{color:#f8fbf7b8;border:1px solid #0000;font-weight:700}.nav-item:hover,.nav-item.is-active{color:#fff;background:#ffffff17;border-color:#ffffff14}.nav-icon{color:#d8b16d;border-radius:var(--radius);background:#ffffff14}.nav-item:hover .nav-icon,.nav-item.is-active .nav-icon,.nav-count{color:#203427;background:#efe5d0}.topbar{z-index:3;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f7f8f5e6;flex-wrap:wrap;margin:0 -22px 18px;padding:18px 22px;position:sticky;top:0}.topbar>div:first-child{flex:300px}.topbar-actions{flex:560px}.eyebrow{color:var(--muted-foreground);letter-spacing:.04em;font-size:.72rem}.login-card,.customer-error-card,.customer-confirmation,.customer-menu-panel,.customer-cart-panel,.form-panel,.panel.management-overview-panel,.panel.management-panel,.panel.reports-panel,.driver-app-panel,.delivery-management-panel,.time-clock-panel,.schedule-management-panel{background:var(--card);color:var(--card-foreground);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.panel{color:var(--foreground)}.panel h2,.login-card h1,.customer-menu-panel h1{color:var(--foreground);letter-spacing:0;font-weight:720}.panel-header{gap:14px}.panel-header.compact{margin-bottom:12px}.metric,.management-signal-card,.dashboard-data-row,.report-card,.phase-loop-card,.phase-loop-metric,.production-guide,.production-ingredient-line,.production-usage-row,.cost-preview,.waste-summary-card,.procedure-summary-card,.check-row,.modifier-chip,.availability-card,.manual-order-panel,.order-draft,.customer-history-card,.customer-history-grid section,.table-capacity-card,.reservation-link-card,.reservation-ops-card,.order-card,.ticket-card,.station-card,.alert-card,.recipe-card,.supplier-card,.procedure-card,.procedure-step,.procedure-detail-grid div,.delivery-order-card,.delivery-assignment-card,.manager-delivery-card,.driver-performance-card,.delivery-detail-grid div,.delivery-proof-grid div,.order-progress-card,.kds-summary-card,.shift-card,.attendance-report-card,.shift-metrics-grid div,.user-card,.schema-card,.log-card,.qr-admin-card,.qr-code-box,.staff-scan-form,.scan-result-card,.scan-result-grid,.customer-table-badge,.customer-product-card,.customer-payment-card{background:var(--card);border-color:var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.dashboard-data-row,.management-signal-card,.report-card,.check-row,.modifier-chip,.availability-card,.manual-order-panel,.order-draft,.customer-history-grid section,.table-capacity-card,.reservation-ops-card,.station-card,.recipe-card,.supplier-card,.procedure-card,.delivery-order-card,.delivery-assignment-card,.manager-delivery-card,.driver-performance-card,.order-progress-card,.kds-summary-card,.shift-card,.attendance-report-card,.qr-admin-card,.scan-result-grid,.customer-product-card{background:#fbfcf9}.metric{min-height:106px}.metric span,.management-signal-card span,.management-signal-card small,.dashboard-subtitle,.report-card header span,.report-card header small,.mini-report-table th,.waste-summary-card span,.waste-summary-card small,.procedure-summary-card span,.procedure-summary-card small,.scan-result-grid span,.kds-summary-card span,.ticket-kicker,.ticket-notes span,.ticket-issue span,.procedure-kicker,.delivery-kicker,.delivery-detail-grid span,.delivery-notes>span,.delivery-note-row span,.delivery-proof-grid span,.delivery-performance-grid span,.shift-metrics-grid span{color:var(--muted-foreground);letter-spacing:.03em}.metric strong{font-size:1.85rem;font-weight:760}label,legend,.schedule-form-grid label{color:#344036;font-size:.82rem;font-weight:700}input,select,textarea{border-color:var(--input);background:var(--card);color:var(--foreground);border-radius:calc(var(--radius) - 1px);box-shadow:0 1px #1f241f05}input::placeholder,textarea::placeholder{color:#8a9488}input:hover,select:hover,textarea:hover{border-color:#c9d2c6}.topbar-scan-form,.user-menu{background:var(--card);border-color:var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.topbar-scan-form input{box-shadow:none}.primary-btn,.ghost-btn,.icon-btn,.mini-btn,.quiet-btn,.customer-add-btn{border-radius:var(--radius);border:1px solid #0000;font-weight:750}.primary-btn,.customer-add-btn{background:var(--primary);color:var(--primary-foreground);box-shadow:var(--shadow-sm)}.primary-btn:hover,.customer-add-btn:hover{filter:none;background:#173f2f}.ghost-btn,.mini-btn,.quiet-btn{background:var(--secondary);color:var(--secondary-foreground)}.ghost-btn:hover,.mini-btn:hover,.quiet-btn:hover{filter:none;background:#e4e8df}.icon-btn:hover{background:var(--secondary);filter:none}.danger-action{color:var(--destructive);background:#f8e9e7}.segmented,.tabs,.customer-service-toggle{background:var(--muted-surface);border:1px solid var(--border);border-radius:var(--radius)}.segmented button,.tabs button,.customer-service-toggle button{color:var(--muted-foreground);border-radius:calc(var(--radius) - 2px);border:1px solid #0000}.pill,.scan-type-pill,.tab-count{background:var(--secondary);min-height:24px;color:var(--secondary-foreground);border:1px solid #1f241f0f;border-radius:999px;font-weight:750}.pill.ok,.inline-status.ok,.procedure-summary-card small.ok,.kds-summary-card small.ok{color:var(--success)}.pill.ok{background:#e7f3eb}.pill.info,.inline-status.info,.procedure-summary-card small.info,.kds-summary-card small.info{color:var(--info-tone)}.pill.info{background:#e7f0f2}.pill.warning,.inline-status.warning,.procedure-summary-card small.warning,.kds-summary-card small.warning{color:var(--warning)}.pill.warning,.supplier-minimum{background:#f8eddc}.pill.danger,.inline-status.danger,.procedure-summary-card small.danger,.kds-summary-card small.danger{color:var(--destructive)}.pill.danger,.danger-action{background:#f8e9e7}.progress-track,.sla-meter{background:#e5eae1}.progress-bar{background:var(--ring)}.stock-meter.ok .progress-bar,.sla-meter.ready .progress-bar{background:var(--success)}.stock-meter.warning .progress-bar,.stock-meter.over .progress-bar,.sla-meter.warning .progress-bar{background:#d89a38}.stock-meter .progress-bar,.sla-meter .progress-bar{background:var(--info-tone)}.stock-meter.inactive .progress-bar{background:#879184}.sla-meter.escalated .progress-bar,.sla-meter.delayed .progress-bar{background:var(--destructive)}.flow-map,.staff-scan-panel{background:var(--card);border-color:var(--border);box-shadow:var(--shadow)}.flow-node{color:var(--primary);border-color:var(--border);box-shadow:var(--shadow-sm);background:#fbfcf9}.flow-line{background:var(--ring)}.flow-line:after,.phase-loop-card{border-left-color:var(--ring)}.alert-card{border-left-color:#b96b3b}.alert-card.warning,.station-card.sla-warning,.ticket-card.sla-warning,.procedure-sop-card.status-skipped,.procedure-sop-card.status-missed,.availability-card.warning,.production-usage-row.warning,.inventory-row.over,.supplier-minimum{background:#fff8ed;border-color:#ead6b8}.alert-card.danger,.station-card.sla-escalated,.ticket-card.sla-escalated,.ticket-card.sla-delayed,.ticket-card.status-delayed,.procedure-sop-card.status-problem,.availability-card.danger,.production-usage-row.danger,.scan-result-card.is-error,.reservation-card.is-conflict,.delivery-order-card.is-late,.manager-delivery-card.is-late,.shift-card.is-missed,.inventory-row.danger,.recipe-card.is-low-margin,.phase-loop-card.danger{background:#fff7f5;border-color:#efc6c0}.procedure-card.is-done,.procedure-sop-card.status-completed{background:#f0f8f3;border-color:#bdd9c8}.supplier-card.is-ordered{background:#f2f8f9;border-color:#c6d7dc}.recipe-card.is-inactive,.qr-admin-card.is-disabled{color:var(--muted-foreground);background:#f0f2ee}.data-table{border-collapse:separate;border-spacing:0}.data-table th{color:var(--muted-foreground);letter-spacing:.03em;font-weight:750}.inventory-table-wrap{border:1px solid var(--border);border-radius:var(--radius);background:var(--card);box-shadow:var(--shadow-sm)}.receipt-card{background:var(--card);border-color:var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.driver-map{border-color:var(--border);background:#eef1ea;box-shadow:inset 0 0 0 1px #ffffff73}.map-grid{background-image:linear-gradient(#1f4d3a14 1px,#0000 1px),linear-gradient(90deg,#1f4d3a14 1px,#0000 1px)}.map-pin,.toast{background:var(--primary);color:var(--primary-foreground);box-shadow:var(--shadow)}.map-pin.restaurant{background:#203427}.map-pin.driver-a{background:#b96b3b}.map-pin.driver-b{background:var(--info-tone)}.empty-state{background:#ffffff7a;border-color:#cad3c6}body{background:var(--background)}.app-shell{background:var(--background);grid-template-columns:280px minmax(0,1fr)}.sidebar{background:var(--card);color:var(--foreground);border-right:1px solid var(--border);box-shadow:none;padding:18px 14px}.sidebar .brand{border-bottom:1px solid var(--border);padding:0 8px 14px}.brand-mark{background:var(--primary);color:var(--primary-foreground);box-shadow:var(--shadow-sm)}.brand span,.sidebar .brand span{color:var(--muted-foreground)}.nav-list{gap:4px}.nav-item{min-height:40px;color:var(--muted-foreground);border-radius:var(--radius);border:1px solid #0000;padding:8px 10px;font-weight:700}.nav-item:hover{background:var(--secondary);color:var(--foreground)}.nav-item.is-active{background:var(--card);color:var(--foreground);border-color:var(--border);box-shadow:var(--shadow-sm)}.nav-icon{background:var(--secondary);width:26px;height:26px;color:var(--muted-foreground);border:1px solid var(--border)}.nav-item:hover .nav-icon,.nav-item.is-active .nav-icon{background:var(--primary);color:var(--primary-foreground);border-color:var(--primary)}.nav-count{background:var(--secondary);color:var(--secondary-foreground);border:1px solid var(--border)}.workspace{padding:22px}.topbar{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);min-height:auto;box-shadow:var(--shadow-sm);margin-bottom:18px;padding:16px}.topbar h1{letter-spacing:0;font-size:clamp(1.35rem,2vw,1.9rem);font-weight:740}.topbar-scan-form,.user-menu,.login-card,.customer-error-card,.customer-confirmation,.customer-menu-panel,.customer-cart-panel,.form-panel,.panel,.driver-app-panel,.delivery-management-panel,.time-clock-panel,.schedule-management-panel{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.panel,.panel.wide-panel,.dashboard-grid .wide-panel{padding:16px}.panel-header{margin-bottom:14px}.primary-btn,.ghost-btn,.icon-btn,.mini-btn,.quiet-btn,.customer-add-btn,.danger-action{border-radius:calc(var(--radius) - 2px);min-height:38px;font-size:.875rem;font-weight:650;transition:background .14s,border-color .14s,color .14s,box-shadow .14s,transform .14s}.primary-btn:focus-visible,.ghost-btn:focus-visible,.icon-btn:focus-visible,.mini-btn:focus-visible,.quiet-btn:focus-visible,.customer-add-btn:focus-visible,.danger-action:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{border-color:var(--ring);outline:0;box-shadow:0 0 0 3px #2f80662e}.primary-btn,.customer-add-btn{background:var(--primary);color:var(--primary-foreground)}.primary-btn:hover,.customer-add-btn:hover{background:#0b4f3a}.ghost-btn,.mini-btn,.quiet-btn{background:var(--card);color:var(--foreground);border-color:var(--border)}.ghost-btn:hover,.mini-btn:hover,.quiet-btn:hover{background:var(--secondary)}.icon-btn{background:var(--card);color:var(--muted-foreground);border-color:var(--border)}.icon-btn:hover{color:var(--foreground);background:var(--secondary)}.danger-action{color:var(--destructive);background:#fff7f5;border-color:#efc6c0}input,select,textarea{border-radius:calc(var(--radius) - 2px);background:var(--card);min-height:40px}input:focus,select:focus,textarea:focus{outline:0}.metric,.management-signal-card,.dashboard-data-row,.report-card,.phase-loop-card,.phase-loop-metric,.production-guide,.production-ingredient-line,.production-usage-row,.cost-preview,.waste-summary-card,.procedure-summary-card,.check-row,.modifier-chip,.availability-card,.manual-order-panel,.order-draft,.customer-history-card,.customer-history-grid section,.table-capacity-card,.reservation-link-card,.reservation-ops-card,.order-card,.ticket-card,.station-card,.alert-card,.recipe-card,.supplier-card,.procedure-card,.procedure-step,.procedure-detail-grid div,.delivery-order-card,.delivery-assignment-card,.manager-delivery-card,.driver-performance-card,.delivery-detail-grid div,.delivery-proof-grid div,.order-progress-card,.kds-summary-card,.shift-card,.attendance-report-card,.shift-metrics-grid div,.user-card,.schema-card,.log-card,.qr-admin-card,.qr-code-box,.staff-scan-form,.scan-result-card,.scan-result-grid,.customer-table-badge,.customer-product-card,.customer-payment-card{border-radius:var(--radius);background:var(--card);border-color:var(--border);box-shadow:none}.metric{align-content:start;gap:8px;display:grid}.metric span,.management-signal-card span,.management-signal-card small,.dashboard-subtitle,.report-card header span,.report-card header small,.mini-report-table th,.waste-summary-card span,.waste-summary-card small,.procedure-summary-card span,.procedure-summary-card small,.scan-result-grid span,.kds-summary-card span,.ticket-kicker,.ticket-notes span,.ticket-issue span,.procedure-kicker,.delivery-kicker,.delivery-detail-grid span,.delivery-notes>span,.delivery-note-row span,.delivery-proof-grid span,.delivery-performance-grid span,.shift-metrics-grid span,.eyebrow{color:var(--muted-foreground);letter-spacing:.02em}.segmented,.tabs,.customer-service-toggle{background:var(--secondary);border:1px solid var(--border);border-radius:var(--radius);padding:3px}.segmented button,.tabs button,.customer-service-toggle button{border-radius:calc(var(--radius) - 3px);font-weight:650}.segmented button.is-selected,.tabs button.is-selected,.customer-service-toggle button.is-selected{background:var(--card);color:var(--foreground);border-color:var(--border);box-shadow:var(--shadow-sm)}.pill,.scan-type-pill,.tab-count{border:1px solid var(--border);border-radius:calc(var(--radius) - 2px);background:var(--secondary);color:var(--secondary-foreground)}.inventory-table-wrap,.mini-report-table-wrap{border:1px solid var(--border);border-radius:var(--radius);background:var(--card);overflow:hidden}.data-table th,.mini-report-table th{background:var(--secondary);color:var(--muted-foreground);letter-spacing:.03em;font-size:.72rem;font-weight:700}.data-table td,.data-table th,.mini-report-table td,.mini-report-table th{border-bottom-color:var(--border)}.login-screen{background:var(--background)}.login-card{width:min(100%,420px)}.demo-login{background:var(--card)}@media (width<=1240px){.topbar{flex-direction:column;align-items:flex-start}.topbar>div:first-child,.topbar-actions{flex:none}.topbar-actions{justify-content:stretch;width:100%}.topbar-scan-form{flex:260px}}@media (width<=1120px){.topbar{flex-direction:column;align-items:flex-start}.topbar>div:first-child,.topbar-actions{flex:none}.topbar-actions{justify-content:stretch;width:100%}.topbar-scan-form{flex:260px}.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-grid,.inventory-layout,.procedure-layout,.team-layout,.split-layout,.settings-layout,.customer-shell{grid-template-columns:1fr}.reservation-info-panel,.customer-home-info{position:static}.customer-shell{padding-bottom:98px}form.customer-cart-panel{z-index:32;border-radius:16px 16px 0 0;width:min(520px,100%);max-height:88vh;margin:0 auto;transition:transform .18s;position:fixed;inset:auto 0 0;overflow-y:auto;transform:translateY(110%);box-shadow:0 -18px 50px #181f223d}form.customer-cart-panel.is-open{transform:translateY(0)}form.customer-cart-panel .panel-header.compact{flex-direction:row;align-items:flex-start;min-height:58px;padding-right:56px;position:relative}.customer-cart-close{width:44px;height:44px;min-height:44px;color:var(--muted);font-size:1.35rem;line-height:1;display:inline-grid;position:absolute;top:0;right:0}.customer-cart-backdrop.is-open{z-index:31;background:#161f226b;border:0;display:block;position:fixed;inset:0}.customer-cart-mobile-bar{min-height:76px;padding:10px 12px calc(10px + env(safe-area-inset-bottom));z-index:30;border-top:1px solid var(--line);background:#fffffffa;grid-template-columns:minmax(0,1fr) minmax(132px,auto);align-items:center;gap:10px;display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -12px 36px #181f2224}.customer-cart-mobile-bar.is-hidden{display:none}.customer-cart-mobile-button{border:1px solid var(--line);min-height:48px;color:var(--ink);background:#fff;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;padding:8px 10px;font-weight:900;display:flex}.customer-cart-mobile-button span{color:var(--muted);font-size:.84rem}.customer-cart-mobile-bar .primary-btn{white-space:nowrap;min-height:48px}.dashboard-grid .wide-panel{grid-row:auto}.ticket-board{grid-template-columns:repeat(2,minmax(220px,1fr))}.schedule-form-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.kds-summary-grid,.kitchen-progress-list,.production-execution-grid,.procedure-manager-grid,.attendance-report-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=780px){.app-shell{grid-template-columns:1fr}.sidebar{width:100%;min-width:0;height:auto;padding:14px;position:static;overflow:hidden}.nav-list{width:100%;min-width:0;padding-bottom:4px;display:flex;overflow-x:auto}.nav-item{flex:none;grid-template-columns:28px minmax(88px,auto) auto}.workspace{padding:16px}.topbar{flex-direction:column;align-items:flex-start;gap:14px;margin:0 -16px 16px;padding:16px}.topbar h1{font-size:1.55rem}.topbar-actions{justify-content:stretch;width:100%}.topbar-scan-form{flex:100%;grid-template-columns:minmax(0,1fr) auto;width:100%;min-width:0}.topbar-actions .primary-btn{flex:1}.topbar-actions .icon-btn{flex:0 0 40px}.user-menu{justify-content:space-between;width:100%}.nav-list{scrollbar-width:none}.nav-list::-webkit-scrollbar{display:none}.metric-grid,.form-row,.language-checks,.waste-summary-grid,.procedure-summary-grid,.procedure-detail-grid,.procedure-manager-grid,.phase-loop-grid,.kds-summary-grid,.kitchen-progress-list,.production-execution-grid,.production-ingredient-line,.ticket-board,.customer-product-grid,.customer-checkout-grid,.customer-history-grid,.qr-admin-grid,.qr-admin-body,.staff-scan-grid,.scan-result-grid,.reservation-link-card,.reservation-ops-grid,.delivery-management-grid,.delivery-detail-grid,.delivery-proof-grid,.delivery-action-row,.delivery-assignment-controls,.schedule-form-grid,.shift-metrics-grid,.supplier-management-grid,.management-card-grid,.attendance-report-grid{grid-template-columns:1fr}.customer-topbar,.customer-confirmation,.report-card header,.delivery-order-card header,.delivery-assignment-card header,.manager-delivery-card header,.driver-performance-card header,.shift-card header,.attendance-report-card header{flex-direction:column;align-items:flex-start}.customer-topbar-actions{flex-direction:column;align-items:stretch;width:100%}.customer-table-badge{justify-items:start;width:100%}.customer-category-rail{margin-left:-12px;margin-right:-12px;padding-left:12px;padding-right:12px;top:72px}.customer-product-card{grid-template-columns:72px minmax(0,1fr) auto;gap:10px}.customer-product-image{width:72px;height:72px}.reservation-table-map header,.reservation-table-map footer{flex-direction:column;align-items:flex-start}.reservation-table-map footer strong{margin-left:0}.reservation-floor-plan{min-height:280px}.floor-table{min-width:54px;min-height:54px}.floor-table-top{inset:15px 9px}.floor-table-top strong{font-size:.72rem}.floor-table-top span{font-size:.58rem}.qr-code-box{width:min(100%,220px)}.flow-map{grid-template-columns:1fr}.flow-line{justify-self:center;width:2px;height:24px}.flow-line:after{border-left:5px solid #0000;border-right:5px solid #0000;border-top:8px solid var(--brand-2);border-bottom:0;top:21px;left:-4px;right:auto}.panel-header{flex-direction:column;align-items:flex-start}.order-card,.order-progress-mini{grid-template-columns:1fr}.mini-actions{justify-content:flex-start}.schedule-notes-field{grid-column:auto}.schedule-form-actions{flex-direction:column;align-items:stretch}body.is-driver-app .topbar{flex-direction:row;align-items:center}body.is-driver-app .topbar-actions{flex-direction:row;align-items:center;width:auto}.driver-route-header{flex-direction:column}.driver-nav-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.driver-stop-grid{grid-template-columns:1fr}}@media (width<=440px){.workspace{padding:12px}.customer-shell{padding-left:10px;padding-right:10px}.customer-menu-panel,.customer-cart-panel{padding:12px}.customer-product-card{grid-template-columns:64px minmax(0,1fr) 38px;padding:10px}.customer-product-image{width:64px;height:64px}.customer-product-card strong{font-size:.96rem}.customer-product-description{font-size:.78rem}.customer-product-actions .pill{display:none}.customer-cart-mobile-bar{grid-template-columns:minmax(0,1fr) minmax(126px,auto);padding-left:10px;padding-right:10px}.topbar{margin:0 -12px 14px;padding:14px 12px}.panel,.metric{padding:14px}.segmented,.tabs{width:100%;overflow-x:auto}.segmented button,.tabs button{flex:1 0 auto}body.is-driver-app .workspace{padding:0 8px 18px}body.is-driver-app .topbar{margin:0 -8px 10px}body.is-driver-app .user-menu{padding:6px}body.is-driver-app .user-menu>div{display:none}.driver-route-map{min-height:290px}.driver-route-body,.driver-route-header{padding:12px}.driver-nav-actions,.delivery-action-row{grid-template-columns:1fr}}@media print{body{background:#fff}.login-screen,.sidebar,.topbar,.view:not(#view-orders),#view-orders .form-panel,#view-orders .panel-header,#orderList,.toast,.receipt-actions{display:none!important}.app-shell,.workspace,.split-layout,#view-orders{padding:0;display:block!important}#view-orders .panel{padding:0}.receipt-preview{margin:0}.receipt-card{box-shadow:none;border:0}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
