:root{--brand:#f05a28;--brand-dark:#c83e14;--ink:#17201c;--muted:#68736d;--line:#e7e9e6;--paper:#fff;--canvas:#f5f6f3;--success:#17804b;--danger:#c43c3c;--shadow:0 14px 40px rgba(28,38,32,.08);font-family:'DM Sans',system-ui,-apple-system,sans-serif;color:var(--ink);background:var(--canvas)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--canvas);color:var(--ink)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}img{display:block;max-width:100%}.eyebrow{margin:0 0 5px;color:var(--brand);font-size:11px;font-weight:800;letter-spacing:.16em}.brand-mark{width:60px;height:60px;border-radius:18px;background:var(--brand);display:grid;place-items:center;color:#fff;font-family:'Playfair Display',serif;font-size:32px;font-weight:700;box-shadow:0 10px 30px color-mix(in srgb,var(--brand) 30%,transparent)}.brand-mark.small{width:38px;height:38px;border-radius:12px;font-size:21px}.btn{border:0;border-radius:11px;padding:11px 16px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:7px}.btn-primary{background:var(--brand);color:#fff}.btn-primary:hover{background:var(--brand-dark)}.btn-success{background:var(--success);color:#fff}.btn-light{background:#fff;color:var(--ink);border:1px solid var(--line)}.btn-white{background:#fff;color:var(--brand)}.btn-block{width:100%;padding:14px}.alert{padding:13px 15px;border-radius:10px;margin-bottom:16px;background:#edf7f1;color:#146c43;border:1px solid #cce8d8}.alert.danger,.danger{background:#fff1f1;color:#a82d2d;border-color:#ffd1d1}.empty{color:var(--muted);padding:30px;text-align:center}
/* login */.auth-page{min-height:100vh;display:grid;place-items:center;padding:25px;background:radial-gradient(circle at 20% 10%,#fff5eb 0,transparent 32%),radial-gradient(circle at 90% 90%,#e9f5ee 0,transparent 34%),#f4f2ed}.auth-card{width:min(430px,100%);background:#fff;border:1px solid #ebe9e2;border-radius:24px;padding:38px;box-shadow:0 22px 80px rgba(35,39,32,.12);position:relative}.setup-card{width:min(500px,100%)}.auth-card .brand-mark{margin:0 auto 20px}.auth-card .eyebrow,.auth-card h1,.auth-card .lead{text-align:center}.auth-card h1{font-family:'Playfair Display',Georgia,serif;font-size:30px;margin:3px 0 10px}.lead{color:var(--muted);line-height:1.55;margin:0 0 26px}.auth-card label,.form-panel label,.form-wide label,.settings-form label,.waiter-dialog label{display:grid;gap:7px;font-size:13px;font-weight:700;margin-bottom:16px}.auth-card input,.form-panel input,.form-wide input,.form-wide select,.form-wide textarea,.settings-form input,.settings-form select,.settings-form textarea,.waiter-dialog textarea,.panel select{width:100%;border:1px solid #dfe3df;border-radius:10px;padding:12px 13px;background:#fff;color:var(--ink);outline:none}.auth-card input:focus,.form-panel input:focus,.form-wide input:focus,.settings-form input:focus{border-color:var(--brand);box-shadow:0 0 0 3px color-mix(in srgb,var(--brand) 12%,transparent)}.auth-back{position:absolute;top:18px;left:20px;font-size:12px;color:var(--muted)}.auth-switch{font-size:13px;text-align:center;color:var(--muted);margin-top:20px}.auth-switch a{color:var(--brand);font-weight:700}
/* customer menu */.menu-page{background:#f7f5f0}.menu-hero{min-height:365px;color:#fff;padding:0 max(20px,calc((100% - 1180px)/2));background:linear-gradient(110deg,rgba(14,20,17,.96),rgba(14,20,17,.68)),radial-gradient(circle at 80% 40%,#784126,#171e1a);position:relative;overflow:hidden}.menu-hero:after{content:'';position:absolute;width:380px;height:380px;border:1px solid rgba(255,255,255,.12);border-radius:50%;right:-80px;top:70px;box-shadow:0 0 0 50px rgba(255,255,255,.025),0 0 0 100px rgba(255,255,255,.02)}.menu-nav{height:84px;border-bottom:1px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:space-between;position:relative;z-index:1}.menu-brand{display:flex;align-items:center;gap:12px}.menu-brand img{height:42px;max-width:140px;object-fit:contain}.icon-button{width:42px;height:42px;border:1px solid rgba(255,255,255,.3);background:rgba(255,255,255,.08);border-radius:50%;color:#fff;font-size:25px}.hero-copy{position:relative;z-index:1;padding:61px 0 68px;max-width:670px}.hero-copy h1{font-family:'Playfair Display',Georgia,serif;font-size:clamp(38px,6vw,66px);line-height:1.03;margin:17px 0 15px}.hero-copy p{color:rgba(255,255,255,.7);font-size:16px}.table-pill{display:inline-flex;padding:7px 12px;border-radius:20px;background:var(--brand);font-size:12px;font-weight:800;letter-spacing:.08em}.search-panel{max-height:0;overflow:hidden;transition:.25s;background:#fff}.search-panel.open{max-height:85px;padding:15px max(20px,calc((100% - 1180px)/2))}.search-panel input{width:100%;border:1px solid var(--line);border-radius:12px;padding:14px}.category-strip{position:sticky;top:0;z-index:10;background:rgba(247,245,240,.94);backdrop-filter:blur(10px);padding:18px max(20px,calc((100% - 1180px)/2));display:flex;gap:9px;overflow:auto;border-bottom:1px solid #e5e1d8}.category-chip{white-space:nowrap;border:1px solid #dedbd2;padding:9px 14px;border-radius:30px;font-size:13px;font-weight:700;background:#fff}.category-chip.active{background:var(--ink);color:#fff;border-color:var(--ink)}.menu-content{max-width:1180px;margin:auto;padding:42px 20px 110px}.menu-section{scroll-margin-top:88px;margin-bottom:55px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:20px}.section-heading span{font-size:12px;color:var(--muted)}.section-heading>div>span{color:var(--brand);font-weight:800;letter-spacing:.15em}.section-heading h2{font-family:'Playfair Display',Georgia,serif;font-size:32px;margin:2px 0}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.product-card{display:grid;grid-template-columns:190px 1fr;background:#fff;border-radius:16px;overflow:hidden;border:1px solid #ebe8e0;min-height:175px;transition:.2s}.product-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.product-image{position:relative;background:#eeeae2}.product-image img{width:100%;height:100%;object-fit:cover}.image-placeholder{height:100%;display:grid;place-items:center;font-size:48px;background:linear-gradient(135deg,#f1ece2,#e3ded2)}.featured{position:absolute;top:10px;left:10px;background:#fff;color:var(--brand);padding:6px 9px;border-radius:20px;font-size:10px;font-weight:800}.product-info{padding:20px;display:flex;flex-direction:column;justify-content:center}.product-title{display:flex;justify-content:space-between;gap:15px;align-items:flex-start}.product-title h3{font-family:'Playfair Display',Georgia,serif;font-size:20px;margin:0}.product-title strong{color:var(--brand);white-space:nowrap}.product-info p{font-size:13px;color:var(--muted);line-height:1.5;margin:9px 0}.product-info small{color:#9a7160}.waiter-fab{position:fixed;z-index:30;right:25px;bottom:25px;border:0;border-radius:50px;background:var(--brand);color:#fff;padding:15px 20px;font-weight:800;box-shadow:0 12px 35px color-mix(in srgb,var(--brand) 40%,transparent)}.waiter-fab span{margin-right:6px}.waiter-dialog{border:0;border-radius:22px;padding:30px;width:min(470px,calc(100% - 30px));box-shadow:0 30px 100px rgba(0,0,0,.28)}.waiter-dialog::backdrop{background:rgba(13,18,15,.65);backdrop-filter:blur(4px)}.waiter-dialog h2{font-family:'Playfair Display',Georgia,serif;font-size:28px;margin:5px 0}.waiter-dialog>p{color:var(--muted)}.dialog-close{position:absolute;right:17px;top:14px;border:0;background:none;font-size:28px;color:var(--muted)}.request-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin:22px 0}.request-grid button{border:1px solid var(--line);border-radius:12px;background:#fafafa;padding:13px 5px;font-size:23px}.request-grid button:hover{border-color:var(--brand);background:#fff6f1}.request-grid button span{display:block;font-size:11px;font-weight:700;margin-top:5px}.request-grid button:disabled{opacity:.45}.waiter-dialog #callResult{padding:0}.waiter-dialog #callResult.success,.waiter-dialog #callResult.danger{padding:12px;border-radius:9px;margin-top:12px}footer{max-width:1180px;margin:auto;padding:30px 20px 100px;border-top:1px solid #ddd8ce;display:flex;justify-content:space-between;color:var(--muted)}
/* admin */.admin-page{background:#f4f6f8}.admin-shell{min-height:100vh;display:grid;grid-template-columns:255px 1fr}.sidebar{background:#111c18;color:#fff;padding:24px 17px;display:flex;flex-direction:column;position:sticky;top:0;height:100vh;z-index:40}.sidebar-brand{display:flex;align-items:center;gap:11px;padding:0 8px 30px}.sidebar-brand span:last-child{display:grid}.sidebar-brand small,.sidebar-footer small{font-size:10px;color:#84908b;margin-top:2px}.sidebar nav{display:grid;gap:6px}.sidebar nav a{display:flex;gap:12px;align-items:center;padding:12px 13px;border-radius:9px;color:#aeb8b3;font-size:14px;font-weight:600}.sidebar nav a span{width:20px;text-align:center;font-size:17px}.sidebar nav a:hover,.sidebar nav a.active{background:#26342e;color:#fff}.sidebar nav a.active{box-shadow:inset 3px 0 var(--brand)}.sidebar-footer{margin-top:auto;border-top:1px solid #2b3933;padding:20px 5px 0;display:grid;grid-template-columns:38px 1fr 25px;gap:10px;align-items:center}.sidebar-footer .avatar,.avatar{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#fde7dc;color:var(--brand);font-weight:800}.sidebar-footer div:nth-child(2){display:grid}.sidebar-footer strong{font-size:12px}.admin-main{min-width:0}.topbar{height:91px;background:#fff;border-bottom:1px solid var(--line);padding:0 32px;display:flex;align-items:center;justify-content:space-between}.topbar h1{margin:0;font-size:23px}.topbar .eyebrow{color:#9aa39f}.mobile-menu{display:none;border:0;background:none;font-size:24px}.admin-content{padding:28px 32px;max-width:1500px;margin:auto}.welcome{background:linear-gradient(110deg,#d94e1e,#f17836);border-radius:18px;padding:29px 32px;color:#fff;display:flex;justify-content:space-between;align-items:center;box-shadow:0 15px 35px rgba(212,72,25,.2);margin-bottom:22px}.welcome p{margin:0 0 5px;opacity:.8}.welcome h2{margin:0 0 7px;font-size:25px}.welcome span{font-size:13px;opacity:.78}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:22px}.stat-grid article{background:#fff;border:1px solid var(--line);border-radius:14px;padding:19px;display:grid;grid-template-columns:48px 1fr;gap:12px;align-items:center}.stat-grid article>a{grid-column:1/-1;border-top:1px solid var(--line);padding-top:11px;color:var(--muted);font-size:11px;font-weight:700}.stat-grid small{display:block;color:var(--muted);font-size:11px}.stat-grid strong{font-size:25px}.stat-icon{width:45px;height:45px;border-radius:12px;display:grid;place-items:center;font-size:20px}.stat-icon.orange{background:#fff0e9;color:#e2531f}.stat-icon.blue{background:#e8f0ff;color:#3266c5}.stat-icon.red{background:#ffe9e9;color:#c63737}.stat-icon.green{background:#e4f7ec;color:#258054}.panel{background:#fff;border:1px solid var(--line);border-radius:15px;margin-bottom:22px;box-shadow:0 3px 12px rgba(30,40,35,.025)}.panel-head{padding:20px 22px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:15px}.panel-head h2{font-size:18px;margin:0}.panel-head>a{font-size:12px;color:var(--brand);font-weight:700}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;font-size:13px}th{text-align:left;color:#7a8580;font-size:10px;letter-spacing:.08em;text-transform:uppercase;background:#fafbfa}th,td{padding:14px 18px;border-bottom:1px solid #edf0ed}tbody tr:last-child td{border-bottom:0}.status{display:inline-flex;padding:5px 9px;border-radius:20px;font-size:10px;font-weight:800;background:#eee;color:#666}.status.waiting{background:#fff0dd;color:#b26000}.status.accepted{background:#e7f0ff;color:#275fb1}.status.completed{background:#e5f6ec;color:#197148}.status.cancelled{background:#f0f1f0;color:#737a76}.two-column{display:grid;grid-template-columns:minmax(280px,380px) 1fr;gap:22px}.form-panel form,.form-wide form{padding:22px}.form-panel small{color:var(--muted)}.check{display:flex!important;grid-template-columns:auto 1fr;align-items:center}.check input{width:auto!important}.stack-list{padding:4px 20px}.stack-item{display:flex;gap:12px;align-items:center;padding:15px 2px;border-bottom:1px solid var(--line)}.stack-item:last-child{border:0}.stack-item>div:nth-of-type(1):not(.avatar){display:grid;flex:1}.stack-item>div:nth-of-type(1) small,.stack-item>.avatar+div small{display:block;color:var(--muted);font-size:11px;margin-top:3px}.stack-item>.avatar+div{flex:1}.drag{color:#abb2ae}.icon-danger{border:0;width:28px;height:28px;border-radius:7px;background:#fff0f0;color:var(--danger);font-size:18px}.text-button{border:0;background:none;color:var(--brand);font-size:11px;font-weight:700}.form-wide{margin-bottom:22px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0 18px}.span-2{grid-column:span 2}.upload-label span,label>small{color:var(--muted);font-size:10px;font-weight:500}.actions{display:flex;gap:9px;align-items:center}.actions select{padding:10px 28px 10px 10px}.product-cell{display:flex;align-items:center;gap:11px;min-width:230px}.product-cell img,.product-cell>span{width:48px;height:48px;object-fit:cover;border-radius:9px;background:#eee;display:grid;place-items:center}.product-cell small{display:block;color:var(--muted);margin-top:4px;max-width:360px}.row-actions{white-space:nowrap}.row-actions form{display:inline}.row-actions a,.row-actions button{border:0;background:none;font-size:11px;font-weight:700;color:var(--brand);padding:5px}.row-actions button{color:var(--danger)}.call-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.call-toolbar small{color:var(--muted)}.live-dot{width:9px;height:9px;border-radius:50%;background:#20a562;display:inline-block;margin-right:7px;box-shadow:0 0 0 5px #dff5e9}.call-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px;margin-bottom:22px}.call-card{background:#fff;border:1px solid var(--line);border-top:4px solid #f2a43b;border-radius:14px;padding:20px}.call-card.accepted{border-top-color:#4d83d1}.call-top{display:flex;justify-content:space-between}.call-icon{font-size:28px}.call-card h2{font-size:26px;margin:3px 0}.call-card>p:not(.eyebrow){color:var(--muted);min-height:39px;font-size:13px}.call-meta{display:flex;justify-content:space-between;color:var(--muted);font-size:11px;padding:12px 0;border-top:1px solid var(--line)}.call-actions{display:flex;gap:8px}.call-actions form:first-child{flex:1}.call-actions form:first-child button{width:100%}.empty-state{grid-column:1/-1;text-align:center;padding:45px}.empty-state>span{font-size:34px;color:var(--success)}.empty-state h2{margin-bottom:4px}.empty-state p{color:var(--muted)}.settings-form{padding-bottom:70px}.settings-form .panel> .form-grid{padding:22px}.sticky-save{position:fixed;bottom:0;right:0;left:255px;background:rgba(255,255,255,.95);backdrop-filter:blur(8px);border-top:1px solid var(--line);padding:14px 32px;display:flex;align-items:center;justify-content:flex-end;gap:20px;z-index:20}.sticky-save span{color:var(--muted);font-size:12px}
@media(max-width:1000px){.product-grid{grid-template-columns:1fr}.stat-grid{grid-template-columns:repeat(2,1fr)}.call-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:780px){.menu-hero{min-height:330px}.product-card{grid-template-columns:130px 1fr}.product-info{padding:15px}.admin-shell{display:block}.sidebar{position:fixed;left:-270px;width:255px;transition:.25s}.sidebar.open{left:0;box-shadow:20px 0 50px rgba(0,0,0,.2)}.mobile-menu{display:block}.topbar{padding:0 18px;justify-content:flex-start;gap:15px}.topbar .btn{margin-left:auto;font-size:0}.topbar .btn:after{content:'↗';font-size:16px}.admin-content{padding:20px 15px}.two-column{grid-template-columns:1fr}.call-grid{grid-template-columns:1fr}.sticky-save{left:0;padding:12px 15px}.welcome{align-items:flex-start;gap:20px}.welcome .btn{display:none}}@media(max-width:560px){.auth-card{padding:32px 22px}.hero-copy{padding-top:45px}.hero-copy h1{font-size:41px}.menu-content{padding-top:30px}.product-card{grid-template-columns:105px 1fr;min-height:145px}.product-title{display:block}.product-title strong{display:block;margin-top:5px}.product-info p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.request-grid{grid-template-columns:repeat(2,1fr)}footer{display:grid;gap:8px}.stat-grid{grid-template-columns:1fr 1fr;gap:10px}.stat-grid article{grid-template-columns:38px 1fr;padding:14px}.stat-icon{width:36px;height:36px}.stat-grid article>a{display:none}.form-grid{grid-template-columns:1fr}.span-2{grid-column:auto}.panel-head{align-items:flex-start}.actions{align-items:stretch;flex-direction:column}.welcome{padding:23px}.welcome h2{font-size:21px}.sticky-save span{display:none}}

/* floor and QR management */
.floor-header,.qr-page-head{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px}.floor-header h2,.qr-page-head h2{font-size:25px;margin:0 0 6px}.floor-header>div>p:last-child,.qr-page-head>div>p:last-child{margin:0;color:var(--muted);font-size:13px}.occupancy-stats{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:18px}.occupancy-stats>span{background:#fff;border:1px solid var(--line);border-radius:30px;padding:9px 14px;display:flex;align-items:center;gap:6px;color:var(--muted);font-size:11px}.occupancy-stats strong{font-size:14px;color:var(--ink)}.dot{display:inline-block;width:8px;height:8px;border-radius:50%}.dot.available{background:#d7ddd9}.dot.occupied{background:#f03267}.dot.reserved{background:#dea152}.floor-layout{display:grid;grid-template-columns:260px minmax(460px,1fr) 150px;min-height:620px;background:#ebeaf2;border-radius:18px;overflow:hidden;box-shadow:var(--shadow);margin-bottom:24px}.active-orders{background:#fff;display:flex;flex-direction:column;min-width:0}.active-orders-head{display:flex;justify-content:space-between;padding:20px 16px 14px;color:#f03267;font-size:11px}.active-orders-head span{color:var(--muted)}.active-orders-list{flex:1;overflow:auto}.active-orders-list>button{width:100%;border:0;background:#fff;padding:12px 14px;display:grid;grid-template-columns:25px 1fr 38px 70px;align-items:center;gap:7px;text-align:left;border-bottom:1px solid var(--line);color:var(--ink)}.active-orders-list>button:hover{background:#fff8fa}.active-orders-list>button>b{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:#f03267;color:#fff;font-size:10px}.active-orders-list>button>span{display:grid}.active-orders-list small{color:var(--muted);font-size:9px}.active-orders-list time{font-size:10px;color:var(--muted)}.active-orders-list em{font-style:normal;font-weight:800;font-size:11px;text-align:right}.orders-empty{padding:35px 18px;text-align:center;color:var(--muted);font-size:12px}.orders-total{border-top:1px solid var(--line);padding:20px 16px;display:flex;justify-content:space-between;align-items:center}.orders-total span{font-size:10px;font-weight:800;color:var(--muted)}.orders-total strong{font-size:22px;color:#30235f}.floor-canvas{padding:18px;min-width:0}.floor-breadcrumb{font-size:10px;color:#858392;margin:0 0 15px}.floor-breadcrumb span{margin:0 7px;color:#f03267}.table-map{display:grid;grid-template-columns:repeat(4,minmax(100px,1fr));gap:10px;align-content:start}.floor-table{min-height:137px;border-radius:12px;position:relative;background:#fff;box-shadow:0 2px 8px rgba(45,39,71,.04);overflow:hidden}.floor-table.occupied{background:linear-gradient(145deg,#f4376c,#e91e55);color:#fff}.floor-table.reserved{background:linear-gradient(145deg,#e9ae5f,#d98d43);color:#fff}.table-main{width:100%;height:100%;min-height:137px;border:0;background:transparent;color:inherit;padding:22px 9px 12px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.table-main strong{font-size:13px}.table-main>span:not(.table-handle){font-size:11px;margin:5px 0}.table-main>small:not(.guest-badge){font-size:9px;opacity:.65}.table-main time{position:absolute;right:8px;bottom:7px;font-size:8px;opacity:.85}.table-handle{position:absolute;top:8px;width:33px;height:5px;border-radius:5px;background:#d9d8dd}.occupied .table-handle,.reserved .table-handle{background:rgba(255,255,255,.35)}.guest-badge{position:absolute;left:7px;top:8px;font-size:8px}.table-settings{position:absolute;z-index:2;right:5px;top:2px;border:0;background:transparent;color:inherit;font-weight:900;letter-spacing:-1px}.floor-empty{grid-column:1/-1;min-height:420px;display:grid;place-items:center;align-content:center;text-align:center;color:var(--muted)}.floor-empty>span{font-size:42px;color:#aaa7b5}.floor-empty h3{color:var(--ink);margin:8px 0 2px}.floor-empty p{font-size:12px;margin-bottom:15px}.area-rail{background:linear-gradient(180deg,#1f143f,#27184d);color:#fff;padding:18px 0;display:flex;flex-direction:column}.area-rail p{font-size:8px;letter-spacing:.25em;color:#9187ac;padding:0 20px}.area-rail a{font-size:9px;font-weight:800;padding:13px 18px;display:flex;justify-content:space-between;align-items:center;color:#c8c2d7}.area-rail a:hover,.area-rail a.active{background:#f4f2f7;color:#30235f;border-radius:22px 0 0 22px}.area-rail .occupied-filter{background:#241745;color:#fff;border-radius:22px 0 0 22px;margin-bottom:7px}.area-rail .occupied-filter.active{background:#f03267;color:#fff}.area-rail a span{opacity:.55}.admin-dialog{border:0;border-radius:18px;padding:28px;width:min(520px,calc(100% - 30px));box-shadow:0 30px 100px rgba(0,0,0,.25);color:var(--ink)}.admin-dialog::backdrop{background:rgba(17,28,24,.65);backdrop-filter:blur(4px)}.admin-dialog h2{margin:2px 0 22px}.admin-dialog label{display:grid;gap:7px;font-size:12px;font-weight:700;margin-bottom:15px}.admin-dialog input,.admin-dialog select,.admin-dialog textarea{width:100%;border:1px solid #dfe3df;border-radius:10px;padding:11px;background:#fff}.admin-dialog .form-grid{gap:0 13px}.dialog-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:8px}.delete-table-form{border-top:1px solid var(--line);margin-top:17px;padding-top:12px}.delete-table-form button{border:0;background:none;color:var(--danger);padding:0;font-size:11px;font-weight:700}.qr-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;margin-bottom:20px}.qr-summary article{background:#fff;border:1px solid var(--line);border-radius:13px;padding:17px;display:flex;gap:12px;align-items:center}.qr-summary article>span{width:42px;height:42px;border-radius:11px;background:#fff0e9;color:var(--brand);display:grid;place-items:center;font-size:20px}.qr-summary small{display:block;color:var(--muted);font-size:10px}.qr-summary strong{font-size:22px}.qr-section .panel-head>span{color:var(--muted);font-size:11px}.qr-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding:18px}.qr-card{border:1px solid var(--line);border-radius:14px;padding:17px;text-align:center;background:linear-gradient(180deg,#fff,#fbfcfb)}.qr-code{width:174px;height:174px;margin:0 auto 15px;padding:12px;background:#fff;border:1px solid var(--line);border-radius:12px;display:grid;place-items:center}.qr-code img,.qr-code canvas{max-width:150px!important;max-height:150px!important}.qr-card-copy h3{font-size:18px;margin:2px 0 3px}.qr-card-copy small{color:var(--muted)}.qr-card-copy input{width:100%;border:1px solid var(--line);background:#f6f7f6;border-radius:8px;padding:8px;margin:12px 0;font-size:9px;color:var(--muted)}.qr-actions{display:grid;grid-template-columns:1fr 1fr;gap:7px}.qr-actions form{grid-column:1/-1}.qr-actions .text-button{padding:5px}
@media(max-width:1200px){.floor-layout{grid-template-columns:220px 1fr 125px}.table-map{grid-template-columns:repeat(3,1fr)}.qr-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){.floor-layout{display:flex;flex-direction:column}.active-orders{max-height:330px}.area-rail{order:-1;flex-direction:row;overflow:auto;padding:8px}.area-rail p{display:none}.area-rail a,.area-rail .occupied-filter{border-radius:20px!important;white-space:nowrap;padding:10px 14px;margin:0}.area-rail a.active{border-radius:20px}.table-map{grid-template-columns:repeat(3,1fr)}.active-orders-list>button{grid-template-columns:25px 1fr 38px 70px}.qr-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.floor-header,.qr-page-head{align-items:flex-start}.floor-header>button,.qr-page-head .actions{flex-shrink:0}.table-map{grid-template-columns:repeat(2,1fr)}.floor-canvas{padding:12px}.floor-table,.table-main{min-height:125px}.qr-summary{grid-template-columns:1fr}.qr-grid{grid-template-columns:1fr;padding:12px}.qr-page-head{display:grid}.qr-page-head .actions{flex-direction:row}.active-orders-list>button{grid-template-columns:25px 1fr 36px 65px}.admin-dialog .form-grid{grid-template-columns:1fr}.admin-dialog .span-2{grid-column:auto}}

/* visual table cards */
.floor-table{min-height:146px;border-radius:10px;background:#fff;border:1px solid #d9e0dc;box-shadow:0 4px 12px rgba(45,39,71,.06);transition:transform .18s,box-shadow .18s}.floor-table:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(45,39,71,.12)}.floor-table.available{border-color:#269760}.floor-table.occupied{background:#fff;border-color:#ed2f65;color:var(--ink)}.floor-table.reserved{background:#fff;border-color:#d89845;color:var(--ink)}.table-main{min-height:146px;background:#fff;color:var(--ink);padding:0;align-items:stretch;justify-content:flex-start;text-align:left}.table-card-head{height:38px;flex:0 0 38px;padding:0 12px;display:flex;align-items:center;justify-content:space-between;background:#208d5b;color:#fff;margin:0!important}.occupied .table-card-head{background:linear-gradient(90deg,#ee2f66,#df1d55)}.reserved .table-card-head{background:linear-gradient(90deg,#e5a653,#cf8438)}.table-card-head strong{font-size:13px}.table-card-head small{font-size:8px;letter-spacing:.08em;margin-right:20px;opacity:.82}.table-card-body{flex:1;min-height:106px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;padding:16px 10px;text-align:center;background:#fff;margin:0!important}.occupied .table-card-body{background:#fff5f8}.reserved .table-card-body{background:#fff8ed}.table-card-body b{font-size:17px;color:#ed2f65;margin-bottom:5px}.reserved .table-card-body b{color:#c67c2e}.table-card-body em{font-style:normal;font-size:9px;color:#89928d;margin-top:6px}.table-add{width:28px;height:28px;border:2px solid #d6dbd8;border-radius:50%;display:grid;place-items:center;color:#aeb6b1;font-size:20px;line-height:1;transition:.18s}.floor-table:hover .table-add{border-color:#269760;color:#269760;transform:scale(1.08)}.table-card-body time{position:absolute;right:8px;bottom:7px;font-size:8px;color:#8b948f}.guest-badge{position:absolute;left:8px;top:7px;background:#fce1e9;color:#d91f53;border-radius:10px;padding:3px 6px;font-size:8px}.reserved .guest-badge{background:#f8e8d0;color:#ad6822}.table-settings{right:5px;top:4px;background:rgba(255,255,255,.18);color:#fff;border-radius:6px;height:27px}.table-settings:hover{background:rgba(255,255,255,.3)}
@media(max-width:600px){.floor-table,.table-main{min-height:138px}.table-card-body{min-height:100px}}

.form-panel select{width:100%;border:1px solid #dfe3df;border-radius:10px;padding:12px 13px;background:#fff;color:var(--ink)}.category-tree .subcategory-item{margin-left:28px;padding-left:12px;border-left:2px solid #dce9e2;background:#fbfdfc}.category-tree .subcategory-item .drag{color:#269760;font-size:18px}.parent-badge{display:inline-flex;margin-left:7px;padding:3px 7px;border-radius:10px;background:#edf7f1;color:#208356;font-size:8px;font-weight:800;vertical-align:middle}

/* touch POS */
.touch-table{touch-action:manipulation;user-select:none;-webkit-user-select:none;-webkit-tap-highlight-color:transparent}.touch-table:active{transform:scale(.97)}.table-action-sheet>p:not(.eyebrow){color:var(--muted);font-size:13px}.table-action-sheet select{min-height:48px}.touch-action-buttons{display:grid;gap:10px}.touch-action-buttons button{min-height:54px;border:0;border-radius:11px;font-weight:800;font-size:15px}.move-table{background:#ffbd17;color:#322400}.merge-table{background:#18bdd8;color:#032b32}
.pos-page{height:100vh;overflow:hidden;background:#eef2f6;color:#17201c}.pos-top{height:68px;background:#fff;border-bottom:1px solid #dfe5e1;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 20px}.pos-top>a{font-weight:800;color:#52605a}.pos-top>div{text-align:center;display:grid}.pos-top>div strong{font-size:20px}.pos-top>div small{color:var(--muted);font-size:10px}.pos-top>span{text-align:right;font-size:12px;color:var(--muted)}.pos-alert{position:fixed;z-index:100;top:76px;left:50%;transform:translateX(-50%);padding:12px 20px;border-radius:12px;background:#dff4e8;color:#146d43;box-shadow:var(--shadow)}.pos-layout{height:calc(100vh - 68px);display:grid;grid-template-columns:minmax(280px,24%) 1fr minmax(290px,24%);gap:1px;background:#dfe5e1}.pos-cart,.pos-products,.pos-bill{background:#fff;min-width:0;display:flex;flex-direction:column;overflow:hidden}.pos-pane-head{height:75px;flex:0 0 75px;padding:14px 16px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.pos-pane-head h2{margin:0;font-size:19px}.pos-pane-head>span{padding:6px 9px;border-radius:16px;background:#edf2ef;color:#62706a;font-size:10px;font-weight:800}.cart-items{overflow:auto;padding:10px;flex:1}.cart-items article{display:grid;grid-template-columns:1fr auto;gap:10px;padding:13px;border:1px solid var(--line);border-radius:12px;margin-bottom:8px}.cart-items article>div{display:grid}.cart-items article>div small{color:var(--muted);font-size:10px}.cart-items article>strong{color:var(--brand);text-align:right}.qty-control{grid-column:1/-1;display:grid;grid-template-columns:48px 44px 48px;justify-content:center;align-items:center;text-align:center}.qty-control button{height:43px;border:0;border-radius:10px;background:#eef2ef;font-size:22px;font-weight:800}.qty-control b{font-size:16px}.cart-empty{height:100%;display:grid;align-content:center;justify-items:center;text-align:center;color:var(--muted);padding:20px}.cart-empty span{font-size:38px}.cart-empty h3{color:var(--ink);margin:8px 0 0}.cart-empty p{font-size:12px}.product-tools{padding:12px;background:#fff;border-bottom:1px solid var(--line)}.product-tools>input{width:100%;height:46px;border:1px solid #d7ded9;border-radius:12px;padding:0 15px;font-size:15px}.pos-categories{display:flex;gap:7px;overflow:auto;padding-top:10px}.pos-categories button{min-height:40px;white-space:nowrap;border:1px solid #dce2de;background:#fff;border-radius:20px;padding:0 14px;font-size:11px;font-weight:800}.pos-categories button.active{background:#17201c;color:#fff;border-color:#17201c}.pos-product-grid{padding:12px;overflow:auto;display:grid;grid-template-columns:repeat(3,minmax(145px,1fr));gap:10px;align-content:start}.pos-product button{width:100%;height:100%;min-height:158px;border:1px solid var(--line);border-radius:14px;background:#fff;padding:0;overflow:hidden;text-align:left;display:grid;grid-template-rows:88px 1fr;touch-action:manipulation}.pos-product button:active{transform:scale(.97);border-color:var(--brand)}.pos-product img,.pos-product-placeholder{width:100%;height:88px;object-fit:cover;background:#f0eee8;display:grid;place-items:center;font-size:30px}.pos-product button>span:last-child{padding:10px;display:grid;gap:3px}.pos-product button strong{font-size:13px}.pos-product button small{font-size:9px;color:var(--muted)}.pos-product button b{font-size:13px;color:var(--brand)}.pos-bill{padding-bottom:12px}.bill-lines{padding:18px}.bill-lines p{display:flex;justify-content:space-between;align-items:center;font-size:12px;margin:0;padding:12px 0;border-bottom:1px solid var(--line)}.bill-lines small{color:var(--muted)}.bill-total{margin-top:auto;padding:20px 18px;border-top:1px solid var(--line);display:flex;align-items:flex-end;justify-content:space-between}.bill-total span{font-size:10px;font-weight:800;color:var(--muted)}.bill-total strong{font-size:26px;color:#17201c}.bill-actions{display:grid;gap:8px;padding:0 14px}.bill-actions form{display:grid}.bill-actions button,.bill-actions a{min-height:50px;border-radius:11px;border:0;display:grid;place-items:center;font-weight:800}.bill-actions .pay{background:#168f58;color:#fff;font-size:16px}.bill-actions .pay:disabled{opacity:.4}.bill-actions a{background:#edf2ef}.bill-actions .empty{background:#fff1f1;color:#c32b3c;border:1px solid #f3bcc3}
@media(max-width:1100px){.pos-layout{grid-template-columns:310px 1fr}.pos-bill{position:fixed;right:0;bottom:0;width:360px;height:auto;max-height:55vh;z-index:10;box-shadow:-10px -10px 35px rgba(0,0,0,.12);border-radius:18px 0 0}.pos-bill .pos-pane-head,.pos-bill .bill-lines{display:none}.pos-product-grid{padding-bottom:220px}}
@media(max-width:760px){.pos-page{overflow:auto}.pos-top{position:sticky;top:0;z-index:20}.pos-layout{height:auto;min-height:calc(100vh - 68px);display:flex;flex-direction:column}.pos-cart{min-height:250px;max-height:42vh}.pos-products{min-height:65vh}.pos-product-grid{grid-template-columns:repeat(2,1fr);padding-bottom:230px}.pos-bill{width:100%;max-height:none;border-radius:16px 16px 0 0}.bill-total{padding:12px 18px}.bill-actions{grid-template-columns:1fr 1fr 1fr}.bill-actions form{display:grid}.bill-actions button,.bill-actions a{min-height:48px;font-size:11px}.pos-top>span{display:none}.pos-top{grid-template-columns:1fr auto}.pos-top>div{text-align:right}}

.token-settings form{padding:18px 22px;display:flex;align-items:center;gap:16px;flex-wrap:wrap}.token-settings label{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:800}.token-settings input{width:90px;border:1px solid var(--line);border-radius:10px;padding:11px}.token-settings form>p{flex:1;min-width:240px;margin:0;color:var(--muted);font-size:11px}.token-settings .panel-head>span{font-size:10px;color:var(--success);font-weight:800}

/* compact, user-focused POS refresh */
.pos-page{background:#e9eeeb}.pos-top{height:58px;padding:0 16px;border-bottom-color:#d7dfda;box-shadow:0 2px 12px rgba(23,32,28,.05);position:relative;z-index:30}.pos-top>a{display:inline-flex;align-items:center;width:max-content;min-height:38px;padding:0 12px;border-radius:10px;background:#f1f4f2;color:#314038;font-size:12px}.pos-top>div strong{font-size:17px}.pos-top>div small{font-size:9px}.pos-layout{height:calc(100vh - 58px);grid-template-columns:minmax(270px,20%) minmax(510px,1fr) minmax(275px,20%);gap:1px;background:#d7dfda}.pos-cart,.pos-products,.pos-bill{background:#f8faf9}.pos-pane-head{height:64px;flex-basis:64px;padding:10px 14px;background:#fff}.pos-pane-head h2{font-size:17px}.pos-pane-head .eyebrow{font-size:9px;margin-bottom:2px}.pos-pane-head>span{background:#eef7f2;color:#187c4d;padding:6px 10px}.cart-items{padding:8px}.cart-items article{grid-template-columns:minmax(0,1fr) auto;gap:6px 8px;padding:10px 11px;margin-bottom:7px;border-radius:11px;background:#fff;box-shadow:0 3px 12px rgba(25,43,34,.035)}.cart-items article>div strong{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-items article>div small{font-size:9px}.cart-items article>strong{font-size:12px;align-self:center}.qty-control{grid-column:1/-1;grid-template-columns:44px 42px 44px;margin-top:2px}.qty-control button{height:38px;border-radius:9px;background:#edf2ef;font-size:20px;color:#23352b}.qty-control button:active{background:#dce8e1;transform:scale(.95)}.qty-control b{font-size:14px}.cart-empty span{font-size:32px}.cart-empty h3{font-size:16px}.product-tools{padding:9px 10px;background:#fff}.product-tools>input{height:40px;border-radius:10px;padding:0 13px;font-size:13px;background:#f7f9f8}.pos-categories{gap:6px;padding-top:8px}.pos-categories button{min-height:34px;padding:0 12px;font-size:10px;border-radius:17px}.pos-categories button.active{background:#1d2d25;border-color:#1d2d25}.pos-product-grid{padding:10px;grid-template-columns:repeat(4,minmax(150px,1fr));gap:8px}.pos-product button{min-height:78px;height:78px;border-radius:12px;display:grid;grid-template-columns:72px minmax(0,1fr);grid-template-rows:1fr;background:#fff;box-shadow:0 3px 12px rgba(25,43,34,.04);transition:transform .12s,border-color .12s,box-shadow .12s}.pos-product button:hover{border-color:#c9d8cf;box-shadow:0 7px 18px rgba(25,43,34,.08)}.pos-product button:active{transform:scale(.975);border-color:var(--brand);box-shadow:none}.pos-product img,.pos-product-placeholder{width:72px;height:78px;object-fit:cover;font-size:24px;background:linear-gradient(135deg,#f2eee8,#e8e4dc)}.pos-product button>span:last-child{min-width:0;padding:8px 9px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:2px}.pos-product button strong{width:100%;font-size:11px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pos-product button small{width:100%;font-size:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pos-product button b{font-size:12px;margin-top:2px}.pos-bill{padding-bottom:10px;background:#fff}.bill-lines{padding:10px 15px}.bill-lines p{padding:10px 0;font-size:11px}.bill-total{padding:16px 15px;background:#f7faf8}.bill-total strong{font-size:23px}.bill-actions{gap:7px;padding:10px 12px 0}.bill-actions button,.bill-actions a{min-height:46px;border-radius:10px;font-size:12px}.bill-actions .pay{font-size:15px;box-shadow:0 8px 18px rgba(22,143,88,.2)}.bill-actions .pay:active{transform:translateY(1px)}
@media(max-width:1450px){.pos-product-grid{grid-template-columns:repeat(3,minmax(150px,1fr))}}
@media(max-width:1100px){.pos-layout{grid-template-columns:280px minmax(430px,1fr)}.pos-product-grid{grid-template-columns:repeat(3,minmax(140px,1fr));padding-bottom:205px}.pos-bill{width:330px;max-height:52vh}.pos-bill .bill-total{margin-top:0}.bill-actions{grid-template-columns:1fr 1fr}.bill-actions form:last-child{grid-column:1/-1}}
@media(max-width:860px){.pos-product-grid{grid-template-columns:repeat(2,minmax(150px,1fr))}}
@media(max-width:760px){.pos-top{height:56px}.pos-layout{min-height:calc(100vh - 56px)}.pos-cart{min-height:205px;max-height:34vh}.pos-pane-head{height:56px;flex-basis:56px}.pos-products{min-height:70vh}.product-tools{position:sticky;top:0;z-index:5}.pos-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;padding:8px 8px 215px}.pos-product button{grid-template-columns:58px minmax(0,1fr);height:70px;min-height:70px}.pos-product img,.pos-product-placeholder{width:58px;height:70px}.pos-product button>span:last-child{padding:6px 7px}.pos-product button strong{font-size:10px}.pos-product button small{font-size:7px}.pos-product button b{font-size:11px}.pos-bill{width:100%;border-radius:15px 15px 0 0}.bill-actions{grid-template-columns:1.25fr 1fr 1fr}.bill-actions form:last-child{grid-column:auto}.bill-actions button,.bill-actions a{font-size:10px}.bill-actions .pay{font-size:12px}}
@media(max-width:430px){.pos-product-grid{grid-template-columns:1fr}.pos-product button{grid-template-columns:64px minmax(0,1fr)}.pos-product img,.pos-product-placeholder{width:64px}.pos-top>a{padding:0 9px}.pos-top>div strong{font-size:15px}}

/* compact floor management refresh */
.floor-header{margin-bottom:14px}.floor-header h2{font-size:23px;margin-bottom:4px}.floor-header>div>p:last-child{font-size:12px}.floor-header .btn-primary{min-height:42px;padding:0 16px;border-radius:10px;box-shadow:0 7px 16px rgba(240,90,40,.18)}.occupancy-stats{gap:7px;margin-bottom:14px}.occupancy-stats>span{min-height:38px;padding:7px 12px;border-radius:10px;background:#fff;box-shadow:0 2px 8px rgba(25,43,34,.025)}.occupancy-stats strong{font-size:15px}.dot{width:9px;height:9px}.dot.available{background:#20a267;box-shadow:0 0 0 4px #e2f5eb}.dot.occupied{background:#ef3c65;box-shadow:0 0 0 4px #fde6eb}.dot.reserved{background:#dc983d;box-shadow:0 0 0 4px #fbefdf}.floor-layout{grid-template-columns:235px minmax(470px,1fr) 135px;min-height:570px;border-radius:14px;background:#e9eeeb;box-shadow:0 10px 30px rgba(23,32,28,.07);border:1px solid #dce3df}.active-orders{background:#fff}.active-orders-head{min-height:50px;padding:0 13px;align-items:center;border-bottom:1px solid var(--line);color:#23352b;font-size:10px}.active-orders-head strong:before{content:'';display:inline-block;width:7px;height:7px;border-radius:50%;background:#ef3c65;margin-right:7px;box-shadow:0 0 0 4px #fde8ed}.active-orders-list>button{min-height:57px;padding:8px 10px;grid-template-columns:22px minmax(0,1fr) 34px 63px;gap:6px;transition:background .12s}.active-orders-list>button:hover{background:#f6faf8}.active-orders-list>button:active{background:#edf4f0}.active-orders-list>button>b{width:20px;height:20px;background:#263a30;font-size:9px}.active-orders-list>button>span{min-width:0}.active-orders-list>button>span strong{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.active-orders-list small{font-size:8px}.active-orders-list time{font-size:9px}.active-orders-list em{font-size:10px}.orders-total{padding:15px 13px;background:#f7faf8}.orders-total strong{font-size:19px;color:#17201c}.floor-canvas{padding:14px}.floor-breadcrumb{height:24px;margin:0 0 9px;display:flex;align-items:center;color:#6d7972}.floor-breadcrumb span{color:var(--brand)}.table-map{grid-template-columns:repeat(4,minmax(120px,1fr));gap:8px}.floor-table,.table-main{min-height:116px}.floor-table{border-radius:11px;border-color:#d7e0da;box-shadow:0 3px 11px rgba(25,43,34,.045)}.floor-table:hover{transform:translateY(-1px);box-shadow:0 7px 17px rgba(25,43,34,.09)}.floor-table.available{border-color:#86cdae}.floor-table.occupied{border-color:#f08da4}.floor-table.reserved{border-color:#e8be86}.table-main{min-height:116px}.table-card-head{height:34px;flex-basis:34px;padding:0 10px;background:#21875a}.occupied .table-card-head{background:linear-gradient(90deg,#ef3c65,#df2852)}.reserved .table-card-head{background:linear-gradient(90deg,#dda04d,#ca8535)}.table-card-head strong{font-size:11px}.table-card-head small{font-size:7px;margin-right:18px}.table-card-body{min-height:82px;padding:12px 8px;background:#fff}.occupied .table-card-body{background:#fff8fa}.reserved .table-card-body{background:#fffaf3}.table-card-body b{font-size:14px;margin-bottom:2px}.table-card-body em{font-size:8px;margin-top:4px}.table-add{width:25px;height:25px;font-size:18px}.table-card-body time{font-size:7px}.guest-badge{top:5px;left:6px;font-size:7px}.table-settings{top:3px;right:4px;height:27px;min-width:27px}.area-rail{background:#1b2a23;padding:14px 0}.area-rail p{color:#84958c;padding:0 14px}.area-rail a{min-height:38px;padding:9px 13px;color:#aebbb4}.area-rail a:hover,.area-rail a.active{background:#f3f6f4;color:#18261f;border-radius:19px 0 0 19px}.area-rail .occupied-filter{background:#263a30;color:#fff;border-radius:19px 0 0 19px}.area-rail .occupied-filter.active{background:#ef3c65}.touch-table:focus-visible{outline:3px solid color-mix(in srgb,var(--brand) 35%,transparent);outline-offset:-3px}
@media(max-width:1250px){.floor-layout{grid-template-columns:215px minmax(420px,1fr) 120px}.table-map{grid-template-columns:repeat(3,minmax(120px,1fr))}}
@media(max-width:900px){.floor-layout{display:flex}.area-rail{padding:7px;gap:5px;background:#1b2a23}.area-rail a,.area-rail .occupied-filter{min-height:36px;padding:8px 12px}.active-orders{max-height:270px}.active-orders-list>button{grid-template-columns:22px 1fr 38px 70px}.table-map{grid-template-columns:repeat(3,minmax(120px,1fr))}}
@media(max-width:600px){.floor-header{display:grid;grid-template-columns:1fr auto;gap:10px}.floor-header h2{font-size:20px}.floor-header>div>p:last-child{grid-column:1/-1}.floor-header .btn-primary{font-size:0;width:43px;padding:0}.floor-header .btn-primary:after{content:'+';font-size:22px}.occupancy-stats{display:grid;grid-template-columns:1fr 1fr}.occupancy-stats>span{justify-content:center}.floor-canvas{padding:9px}.table-map{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.floor-table,.table-main{min-height:112px}.table-card-body{min-height:78px}.active-orders{max-height:235px}.active-orders-list>button{min-height:54px}.area-rail a{font-size:8px}}

/* tables-only fullscreen workspace */
.tables-fullscreen{height:100vh;overflow:hidden;background:#e9eeeb}.tables-fullscreen .admin-shell{display:block;min-height:100vh}.tables-fullscreen .sidebar,.tables-fullscreen .topbar{display:none!important}.tables-fullscreen .admin-main{height:100vh;overflow:hidden}.tables-fullscreen .admin-content{width:100%;max-width:none;height:100vh;margin:0;padding:12px 14px;display:flex;flex-direction:column}.tables-fullscreen .floor-header,.tables-fullscreen .occupancy-stats{flex:0 0 auto}.tables-fullscreen .floor-header{min-height:56px;margin-bottom:8px}.tables-fullscreen .floor-header h2{font-size:21px}.tables-fullscreen .floor-header .eyebrow{font-size:9px}.tables-fullscreen .floor-header>div>p:last-child{font-size:11px}.tables-fullscreen .occupancy-stats{margin-bottom:9px}.tables-fullscreen .occupancy-stats>span{min-height:34px;padding:6px 11px}.tables-fullscreen .floor-layout{flex:1;min-height:0;height:auto;margin-bottom:0}.tables-fullscreen .active-orders,.tables-fullscreen .floor-canvas,.tables-fullscreen .area-rail{min-height:0}.tables-fullscreen .floor-canvas{overflow:auto}.tables-fullscreen .active-orders-list{overscroll-behavior:contain}
@media(max-width:900px){.tables-fullscreen{height:auto;min-height:100vh;overflow:auto}.tables-fullscreen .admin-main{height:auto;min-height:100vh;overflow:visible}.tables-fullscreen .admin-content{height:auto;min-height:100vh}.tables-fullscreen .floor-layout{flex:none;height:auto;min-height:650px}.tables-fullscreen .floor-canvas{overflow:visible}}

/* balanced fullscreen floor layout */
.tables-fullscreen .floor-layout{display:grid;grid-template-columns:235px minmax(0,1fr);grid-template-rows:50px minmax(0,1fr);background:#eef2f0}.tables-fullscreen .active-orders{grid-column:1;grid-row:1/3;border-right:1px solid #dbe3de}.tables-fullscreen .area-rail{grid-column:2;grid-row:1;order:initial;min-width:0;padding:7px 10px;background:#fff;border-bottom:1px solid #dbe3de;display:flex;flex-direction:row;align-items:center;gap:6px;overflow-x:auto}.tables-fullscreen .area-rail p{display:none}.tables-fullscreen .area-rail a,.tables-fullscreen .area-rail .occupied-filter{flex:0 0 auto;min-height:34px;margin:0;padding:0 13px;border:1px solid #dce4df;border-radius:17px!important;background:#f6f8f7;color:#526159;font-size:9px}.tables-fullscreen .area-rail a:hover{background:#edf3ef;color:#17201c}.tables-fullscreen .area-rail a.active{background:#1d2d25;color:#fff;border-color:#1d2d25}.tables-fullscreen .area-rail .occupied-filter{background:#fff4f6;color:#d52d53;border-color:#f4c7d1}.tables-fullscreen .area-rail .occupied-filter.active{background:#ef3c65;color:#fff;border-color:#ef3c65}.tables-fullscreen .floor-canvas{grid-column:2;grid-row:2;padding:12px 14px;background:#eef2f0}.tables-fullscreen .floor-layout.no-active-orders{grid-template-columns:minmax(0,1fr)}.tables-fullscreen .floor-layout.no-active-orders .active-orders{display:none}.tables-fullscreen .floor-layout.no-active-orders .area-rail,.tables-fullscreen .floor-layout.no-active-orders .floor-canvas{grid-column:1}.tables-fullscreen .floor-breadcrumb{height:28px;margin-bottom:8px;font-size:9px}.tables-fullscreen .table-map{grid-template-columns:repeat(auto-fill,minmax(160px,180px));gap:10px;justify-content:start}.tables-fullscreen .floor-table,.tables-fullscreen .table-main{width:100%;min-height:122px}.tables-fullscreen .table-card-body{min-height:88px}.tables-fullscreen .floor-empty{min-height:380px;width:100%}
@media(max-width:1100px){.tables-fullscreen .floor-layout{grid-template-columns:205px minmax(0,1fr)}.tables-fullscreen .table-map{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}
@media(max-width:900px){.tables-fullscreen .floor-layout,.tables-fullscreen .floor-layout.no-active-orders{display:flex;flex-direction:column}.tables-fullscreen .area-rail{order:-1;min-height:50px}.tables-fullscreen .active-orders{order:0;border-right:0;border-bottom:1px solid #dbe3de}.tables-fullscreen .floor-canvas{order:1}.tables-fullscreen .table-map{grid-template-columns:repeat(3,minmax(130px,1fr))}}
@media(max-width:600px){.tables-fullscreen .table-map{grid-template-columns:repeat(2,minmax(0,1fr))}.tables-fullscreen .area-rail{padding:7px}.tables-fullscreen .area-rail a,.tables-fullscreen .area-rail .occupied-filter{padding:0 11px}}

.floor-header-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.floor-home-button{min-height:42px;padding:0 15px;border-radius:10px;background:#fff;color:#304038;white-space:nowrap}.floor-home-button:hover{background:#edf3ef;border-color:#cfdad3}
@media(max-width:600px){.floor-header-actions{gap:6px}.floor-home-button{min-height:40px;padding:0 11px;font-size:10px}.floor-header-actions .btn-primary{min-height:40px}}

/* in-app payment modal */
.payment-dialog{width:min(520px,calc(100% - 24px));padding:0;border:0;border-radius:18px;background:#fff;color:var(--ink);box-shadow:0 28px 90px rgba(15,25,20,.28);overflow:hidden}.payment-dialog::backdrop{background:rgba(15,25,20,.62);backdrop-filter:blur(3px)}.payment-dialog form{margin:0}.payment-dialog-head{min-height:70px;padding:14px 18px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.payment-dialog-head .eyebrow{font-size:9px;margin-bottom:2px}.payment-dialog-head h2{font-size:20px;margin:0}.payment-close{width:38px;height:38px;border:0;border-radius:10px;background:#f2f5f3;color:#6d7872;font-size:25px}.payment-dialog-body{padding:18px}.payment-label{font-size:12px;font-weight:800;margin:0 0 10px}.payment-methods{display:grid;gap:8px}.payment-methods label{cursor:pointer}.payment-methods input{position:absolute;opacity:0;pointer-events:none}.payment-methods label>span{min-height:64px;padding:9px 12px;border:1px solid #dde4e0;border-radius:12px;display:grid;grid-template-columns:38px minmax(0,1fr) 24px;grid-template-rows:1fr 1fr;align-items:center;background:#fff;transition:.15s}.payment-methods i{grid-row:1/3;width:34px;height:34px;border-radius:9px;background:#edf7f1;display:grid;place-items:center;font-style:normal;font-size:18px}.payment-methods b{font-size:13px}.payment-methods small{font-size:9px;color:var(--muted)}.payment-methods em{grid-column:3;grid-row:1/3;width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:#d8eee2;color:#168351;font-size:11px;font-style:normal;opacity:0}.payment-methods input:checked+span{border-color:#1aa66a;background:#f5fcf8;box-shadow:0 0 0 3px rgba(26,166,106,.12)}.payment-methods input:checked+span em{opacity:1}.payment-summary{margin-top:14px;padding:13px 14px;border-radius:12px;background:#e8f7fb;border:1px solid #bce8f2;display:flex;justify-content:space-between;gap:20px}.payment-summary span{display:grid;gap:3px}.payment-summary span:last-child{text-align:right}.payment-summary small{font-size:8px;color:#4d7078;font-weight:800}.payment-summary strong{font-size:17px;color:#17383f}.payment-dialog-actions{padding:13px 18px;border-top:1px solid var(--line);display:flex;justify-content:flex-end;gap:8px}.payment-dialog-actions button{min-height:45px;border:0;border-radius:10px;padding:0 16px;font-weight:800}.payment-cancel{background:#e8ecea;color:#58645e}.payment-submit{background:#168f58;color:#fff;box-shadow:0 7px 16px rgba(22,143,88,.2)}
@media(max-width:520px){.payment-dialog-head{min-height:62px}.payment-dialog-body{padding:14px}.payment-methods label>span{min-height:59px}.payment-dialog-actions{display:grid;grid-template-columns:1fr 1.5fr}.payment-dialog-actions button{padding:0 10px}.payment-summary strong{font-size:14px}}

/* direct receipt printing */
.bill-actions .print-receipt{background:#edf2ef;color:#26362e}.bill-actions .print-receipt:disabled{opacity:.4;cursor:not-allowed}.bill-actions .print-receipt:active{transform:translateY(1px)}.receipt-print-frame{position:fixed;left:-10000px;top:0;width:80mm;height:150mm;border:0;opacity:0;pointer-events:none}

/* reports */
.reports-page{padding-bottom:40px}.reports-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:14px}.reports-heading h2{font-size:25px;margin:0 0 4px}.reports-heading>div>p:last-child{margin:0;color:var(--muted);font-size:12px}.report-print{background:#fff;color:#d73550;border:1px solid #f0aaba}.report-filters{display:flex;align-items:flex-end;justify-content:flex-end;gap:7px;padding:10px;background:#fff;border:1px solid var(--line);border-radius:13px;margin-bottom:14px;overflow:auto}.report-presets{display:flex;margin-right:auto}.report-presets a{height:38px;padding:0 12px;border:1px solid #d9e0dc;border-right:0;display:flex;align-items:center;font-size:11px;white-space:nowrap}.report-presets a:first-child{border-radius:9px 0 0 9px}.report-presets a:last-child{border-right:1px solid #d9e0dc;border-radius:0 9px 9px 0}.report-presets a.active{background:#1c2d24;color:#fff;border-color:#1c2d24}.report-filters label{display:grid;gap:3px}.report-filters label span{font-size:8px;font-weight:800;color:var(--muted)}.report-filters input{height:38px;border:1px solid #dfe4e1;border-radius:9px;padding:0 9px;background:#fff;font-size:11px}.report-filter-button{height:38px;border:0;border-radius:9px;background:#7256ef;color:#fff;padding:0 14px;font-weight:800;font-size:11px}.report-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:12px}.report-summary article{min-height:98px;background:#fff;border:1px solid var(--line);border-left:3px solid;border-radius:13px;padding:16px;display:flex;align-items:center;gap:13px;box-shadow:0 3px 12px rgba(28,38,32,.03)}.report-summary article>span{width:40px;height:40px;border-radius:11px;display:grid;place-items:center;font-size:18px}.report-summary article div{display:grid;gap:5px}.report-summary small{font-size:9px;color:#607069;font-weight:800;letter-spacing:.04em}.report-summary strong{font-size:24px}.report-summary .green{border-left-color:#15905a}.report-summary .green>span{background:#e5f6ec;color:#15905a}.report-summary .purple{border-left-color:#7256ef}.report-summary .purple>span{background:#eeeaff;color:#7256ef}.report-summary .orange{border-left-color:#ed8a36}.report-summary .orange>span{background:#fff0e2;color:#d97827}.report-summary .blue{border-left-color:#3383d9}.report-summary .blue>span{background:#e9f3ff;color:#3383d9}.payment-summary-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:16px}.payment-summary-cards article{background:#fff;border:1px solid var(--line);border-radius:12px;padding:13px 16px;display:flex;align-items:center;gap:12px}.payment-summary-cards article>span{font-size:23px}.payment-summary-cards article div{display:grid;gap:2px}.payment-summary-cards small{color:var(--muted);font-size:10px}.payment-summary-cards strong{font-size:16px}.payment-summary-cards em{font-style:normal;color:var(--muted);font-size:9px}.report-tabs{display:flex;gap:3px;overflow:auto;border-bottom:1px solid #d9e0dc}.report-tabs a{padding:12px 15px;font-size:11px;color:#50615a;white-space:nowrap;border-radius:9px 9px 0 0}.report-tabs a.active{background:#fff;color:#17201c;border:1px solid #d9e0dc;border-bottom-color:#fff;margin-bottom:-1px;font-weight:800}.report-table-panel{background:#fff;border:1px solid var(--line);border-top:0}.report-table-title{padding:13px 16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.report-table-title h3{font-size:15px;margin:0}.report-table-title span{font-size:9px;color:var(--muted)}.report-table-wrap{overflow:auto}.report-table-panel th{padding:12px 14px}.report-table-panel td{padding:14px;font-size:11px}.report-empty{min-height:170px;display:grid;place-items:center;align-content:center;gap:5px;color:var(--muted)}.report-empty span{font-size:30px}.report-empty strong{color:var(--ink)}.report-empty small{font-size:10px}
@media(max-width:1150px){.report-summary{grid-template-columns:repeat(2,1fr)}.report-filters{justify-content:flex-start}.report-presets{margin-right:8px}.payment-summary-cards{grid-template-columns:repeat(3,1fr)}}
@media(max-width:700px){.reports-heading{align-items:flex-start}.reports-heading>div>p:last-child{display:none}.report-print{font-size:10px;padding:10px}.report-filters{align-items:stretch;flex-wrap:wrap}.report-presets{width:100%;margin:0;overflow:auto}.report-filters label{flex:1;min-width:125px}.report-filters input{width:100%}.report-filter-button{flex:1}.report-summary{gap:8px}.report-summary article{min-height:82px;padding:11px;gap:8px}.report-summary article>span{width:34px;height:34px}.report-summary strong{font-size:18px}.payment-summary-cards{grid-template-columns:1fr;gap:7px}.payment-summary-cards article{padding:10px 13px}.report-tabs a{padding:11px 12px}}
@media print{.sidebar,.topbar,.reports-heading .report-print,.report-filters,.report-tabs{display:none!important}.admin-shell{display:block}.admin-content{padding:0;max-width:none}.reports-page{padding:0}.report-summary article,.payment-summary-cards article,.report-table-panel{break-inside:avoid;box-shadow:none}}

.report-export-actions{display:flex;gap:7px}.report-excel{background:#178f58;color:#fff;border:1px solid #178f58}.report-excel:hover{background:#117747}.report-print-frame{position:fixed;left:-10000px;top:0;width:210mm;height:297mm;border:0;opacity:0;pointer-events:none}
@media(max-width:700px){.report-export-actions{display:grid;gap:5px}.report-export-actions .btn{min-height:36px;padding:7px 10px;font-size:9px}}

/* selectable QR printing */
.qr-card{position:relative}.qr-select{position:absolute;z-index:3;left:10px;top:10px;display:flex;align-items:center;gap:6px;padding:6px 9px;border:1px solid #dce4df;border-radius:18px;background:rgba(255,255,255,.96);cursor:pointer;box-shadow:0 3px 10px rgba(25,43,34,.08)}.qr-select input{position:absolute;opacity:0}.qr-select span{width:18px;height:18px;border:1px solid #bfcac4;border-radius:6px;display:grid;place-items:center;color:transparent;font-size:10px}.qr-select b{font-size:8px;color:#66736c}.qr-select input:checked+span{background:#178f58;border-color:#178f58;color:#fff}.qr-card.selected{border-color:#178f58;box-shadow:0 0 0 3px rgba(23,143,88,.12)}#printSelectedQr b{min-width:20px;height:20px;border-radius:10px;background:rgba(255,255,255,.2);display:grid;place-items:center;font-size:9px}#printSelectedQr:disabled{opacity:.45;cursor:not-allowed}

/* customer menu display */
.customer-display-page{height:100vh;overflow:hidden;background:radial-gradient(circle at 80% 5%,rgba(245,158,11,.12),transparent 26%),linear-gradient(135deg,#0f172a,#1d293d);color:#fff;font-family:'Poppins',system-ui,sans-serif}.customer-display-shell{height:100vh;display:flex;flex-direction:column;overflow:hidden}.customer-display-header{flex:0 0 auto;min-height:108px;padding:16px clamp(18px,3vw,44px);display:flex;align-items:center;justify-content:space-between;gap:25px;border-bottom:3px solid var(--display-accent);background:rgba(4,10,22,.32);backdrop-filter:blur(12px)}.customer-display-brand{display:flex;align-items:center;gap:17px;min-width:0}.customer-display-brand img{height:68px;max-width:180px;object-fit:contain}.customer-logo-mark{width:62px;height:62px;border-radius:17px;background:var(--display-accent);color:#111827;display:grid;place-items:center;font-size:30px;font-weight:800;box-shadow:0 8px 28px color-mix(in srgb,var(--display-accent) 25%,transparent)}.customer-display-brand h1{margin:0;font-size:clamp(23px,3vw,42px);line-height:1.05;background:linear-gradient(120deg,var(--display-accent),#fff);background-clip:text;-webkit-background-clip:text;color:transparent;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.customer-display-brand p{margin:5px 0 0;color:#aeb8c6;font-size:clamp(10px,1.2vw,15px)}.customer-header-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.customer-search-button{height:44px;border:1px solid rgba(255,255,255,.18);border-radius:12px;padding:0 14px;background:rgba(255,255,255,.07);color:#fff;font-weight:700}.customer-table-badge{height:54px;min-width:95px;padding:7px 13px;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:rgba(255,255,255,.06);display:grid}.customer-table-badge small{font-size:7px;letter-spacing:.15em;color:#aeb8c6}.customer-table-badge strong{font-size:13px;color:var(--display-accent)}.customer-clock{text-align:right;display:grid;min-width:115px}.customer-clock strong{font-size:28px;color:var(--display-accent);line-height:1}.customer-clock span{font-size:9px;color:#aeb8c6;margin-top:5px;text-transform:capitalize}.display-search-panel{max-height:0;overflow:hidden;display:flex;background:#111b2b;transition:max-height .2s,padding .2s;padding:0 clamp(18px,3vw,44px)}.display-search-panel.open{max-height:75px;padding-top:10px;padding-bottom:10px}.display-search-panel input{flex:1;min-height:46px;border:1px solid rgba(255,255,255,.16);border-radius:11px 0 0 11px;background:rgba(255,255,255,.08);color:#fff;padding:0 15px;outline:none}.display-search-panel input::placeholder{color:#8591a2}.display-search-panel button{width:48px;border:0;border-radius:0 11px 11px 0;background:var(--display-accent);font-size:24px}.customer-category-bar{flex:0 0 auto;display:flex;gap:8px;padding:11px clamp(18px,3vw,44px);overflow-x:auto;scrollbar-width:none;background:rgba(3,9,20,.2)}.customer-category-bar::-webkit-scrollbar{display:none}.customer-category-pill{min-height:39px;padding:0 16px;border-radius:20px;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.055);color:#fff;white-space:nowrap;font-size:11px;font-weight:700}.customer-category-pill.active{background:var(--display-accent);border-color:var(--display-accent);color:#111827;box-shadow:0 7px 18px color-mix(in srgb,var(--display-accent) 22%,transparent)}.customer-display-content{flex:1;min-height:0;overflow-y:auto;padding:18px clamp(18px,3vw,44px);scroll-behavior:smooth}.customer-display-content::-webkit-scrollbar{width:7px}.customer-display-content::-webkit-scrollbar-thumb{background:var(--display-accent);border-radius:8px}.customer-category-section{margin-bottom:30px}.customer-section-heading{margin-bottom:12px;padding-left:12px;border-left:4px solid var(--display-accent);display:flex;align-items:flex-end;justify-content:space-between}.customer-section-heading span{font-size:8px;letter-spacing:.15em;color:#97a4b5}.customer-section-heading h2{font-size:22px;margin:1px 0;color:var(--display-accent)}.customer-section-heading small{font-size:9px;color:#97a4b5}.customer-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.customer-product-card{min-width:0;border:1px solid rgba(255,255,255,.12);border-radius:15px;overflow:hidden;background:rgba(255,255,255,.06);box-shadow:0 8px 25px rgba(0,0,0,.23);backdrop-filter:blur(8px);display:flex;flex-direction:column;transition:transform .18s,border-color .18s}.customer-product-card:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--display-accent) 55%,transparent)}.customer-product-image{height:155px;position:relative;background:rgba(255,255,255,.04)}.customer-product-image img{width:100%;height:100%;object-fit:cover}.customer-image-placeholder{height:100%;display:grid;place-items:center;font-size:42px;color:rgba(255,255,255,.18)}.customer-popular-badge{position:absolute;left:9px;top:9px;padding:5px 8px;border-radius:14px;background:var(--display-accent);color:#111827;font-size:8px;font-weight:800}.customer-product-body{padding:12px 13px;flex:1;display:flex;flex-direction:column;justify-content:space-between;gap:12px}.customer-product-body h3{font-size:15px;margin:0 0 5px}.customer-product-body p{font-size:10px;line-height:1.45;color:#aeb8c6;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.customer-product-foot{display:flex;align-items:flex-end;justify-content:space-between;gap:8px}.customer-product-foot strong{font-size:19px;color:#20d78a;white-space:nowrap}.customer-product-foot small{font-size:7px;color:#9da9b8;text-align:right}.customer-display-footer{flex:0 0 auto;min-height:46px;padding:9px clamp(18px,3vw,44px);display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.1);background:rgba(3,9,20,.35);color:#aeb8c6;font-size:9px}.customer-display-footer>div{display:flex;gap:18px}.customer-display-footer strong{font-size:9px}.customer-waiter-fab{background:var(--display-accent);color:#111827}.customer-menu-empty{min-height:50vh;display:grid;place-items:center;align-content:center;text-align:center;color:#9eabb9}.customer-menu-empty span{font-size:50px}.customer-menu-empty h2{color:#fff;margin:8px 0 2px}.customer-menu-empty p{font-size:11px}
@media(max-width:1050px){.customer-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.customer-display-brand h1{font-size:27px}.customer-clock{display:none}}
@media(max-width:760px){.customer-display-header{min-height:78px;padding:10px 15px}.customer-display-brand{gap:10px}.customer-display-brand img{height:48px;max-width:110px}.customer-logo-mark{width:46px;height:46px;border-radius:13px;font-size:23px}.customer-display-brand h1{font-size:18px;max-width:43vw}.customer-display-brand p{font-size:8px;max-width:45vw;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.customer-header-actions{gap:6px}.customer-search-button{width:42px;height:42px;padding:0;font-size:20px}.customer-search-button span,.customer-table-badge small{display:none}.customer-table-badge{height:42px;min-width:68px;padding:0 8px;place-items:center}.customer-table-badge strong{font-size:10px}.customer-category-bar{padding:8px 14px}.customer-category-pill{min-height:36px;padding:0 13px;font-size:10px}.customer-display-content{padding:13px 14px 90px}.customer-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.customer-product-image{height:120px}.customer-product-body{padding:10px;gap:9px}.customer-product-body h3{font-size:13px}.customer-product-body p{font-size:9px}.customer-product-foot{display:grid}.customer-product-foot strong{font-size:16px}.customer-product-foot small{text-align:left}.customer-display-footer{display:none}.customer-waiter-fab{right:14px;bottom:14px;padding:13px 17px}.customer-section-heading h2{font-size:19px}}
@media(max-width:420px){.customer-product-grid{grid-template-columns:1fr}.customer-product-card{display:grid;grid-template-columns:115px 1fr}.customer-product-image{height:100%;min-height:140px}.customer-product-body{min-width:0}.customer-product-foot strong{font-size:17px}}

/* customer waiter call */
.customer-waiter-fab{z-index:60;border:2px solid rgba(255,255,255,.28);box-shadow:0 14px 38px color-mix(in srgb,var(--display-accent) 42%,transparent),0 0 0 5px rgba(255,255,255,.06);transition:transform .18s,box-shadow .18s}.customer-waiter-fab:hover{transform:translateY(-2px)}

/* quick sale */
.quick-sale-page{height:100vh;overflow:hidden;background:#f3f6f8;color:#17201c;font-family:'DM Sans',system-ui,sans-serif}.quick-sale-header{height:64px;padding:0 18px;border-bottom:1px solid #dfe5e2;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:20px}.quick-sale-header>div,.quick-sale-header nav{display:flex;align-items:center;gap:11px}.quick-home{width:38px;height:38px;border:1px solid #dbe3df;border-radius:10px;display:grid;place-items:center;font-size:20px}.quick-sale-header>div>span{display:grid}.quick-sale-header small{font-size:8px;letter-spacing:.14em;color:#15905a;font-weight:800}.quick-sale-header strong{font-size:18px}.quick-sale-header nav button,.quick-sale-header nav a,.quick-sale-header nav>span{height:36px;border:1px solid #dce4e0;border-radius:9px;background:#fff;padding:0 11px;display:flex;align-items:center;gap:6px;font-size:11px;font-weight:700}.quick-sale-header nav button b{min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:#5d6b64;color:#fff;display:grid;place-items:center;font-size:8px}.quick-sale-layout{height:calc(100vh - 64px);display:grid;grid-template-columns:minmax(0,1fr) 350px}.quick-products{min-width:0;display:flex;flex-direction:column;padding:14px 16px 18px}.quick-toolbar{flex:0 0 auto}.quick-categories{display:flex;gap:7px;overflow-x:auto;padding:0 0 10px;scrollbar-width:none}.quick-categories::-webkit-scrollbar{display:none}.quick-categories button{min-height:38px;padding:0 14px;border:1px solid #e1e7e4;border-radius:10px;background:#fff;white-space:nowrap;font-size:10px;font-weight:800;color:#53605a}.quick-categories button.active{background:#16a46a;border-color:#16a46a;color:#fff;box-shadow:0 6px 14px rgba(22,164,106,.18)}.quick-search{height:43px;border:1px solid #d8e0dc;border-radius:10px;background:#fff;display:flex;align-items:center;padding:0 12px;margin-bottom:12px}.quick-search span{font-size:19px;color:#849089}.quick-search input{flex:1;height:100%;border:0;outline:0;padding:0 9px;font-size:11px;background:transparent}.quick-product-grid{flex:1;min-height:0;overflow-y:auto;display:grid;grid-template-columns:repeat(5,minmax(130px,1fr));grid-auto-rows:220px;gap:10px;align-content:start;padding:1px 5px 12px 1px}.quick-product-grid::-webkit-scrollbar,.quick-cart-items::-webkit-scrollbar{width:6px}.quick-product-grid::-webkit-scrollbar-thumb,.quick-cart-items::-webkit-scrollbar-thumb{background:#cbd5d0;border-radius:8px}.quick-product-card{padding:0;border:1px solid #dbe3df;border-radius:12px;background:#fff;overflow:hidden;text-align:left;display:flex;flex-direction:column;transition:transform .12s,border-color .12s,box-shadow .12s;min-width:0}.quick-product-card:hover{border-color:#26ad76;box-shadow:0 7px 18px rgba(25,65,46,.08);transform:translateY(-1px)}.quick-product-card:active{transform:scale(.98)}.quick-product-card>img,.quick-product-placeholder{width:100%;height:125px;object-fit:cover;flex:0 0 125px}.quick-product-placeholder{display:grid;place-items:center;font-size:38px;background:linear-gradient(140deg,#e7eee9,#f8faf8);color:#8da098}.quick-product-card>span:last-child{padding:9px 10px;min-width:0;display:flex;flex:1;flex-direction:column}.quick-product-card strong{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.quick-product-card small{font-size:8px;color:#849089;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.quick-product-card b{font-size:13px;color:#08a866;margin-top:auto}.quick-cart{height:100%;border-left:1px solid #dfe5e2;background:#fff;display:flex;flex-direction:column;box-shadow:-7px 0 24px rgba(25,40,32,.04)}.quick-cart>header{height:55px;padding:0 13px;border-bottom:1px solid #e5eae7;display:flex;align-items:center;justify-content:space-between}.quick-cart>header>div{display:flex;align-items:center;gap:7px}.quick-cart>header strong{font-size:14px}.quick-cart>header b{min-width:22px;height:20px;padding:0 6px;border-radius:10px;background:#5c6a63;color:#fff;display:grid;place-items:center;font-size:9px}.quick-cart>header>button{width:34px;height:34px;border:1px solid #f1b8b8;border-radius:8px;background:#fff;color:#e34040}.quick-cart-items{flex:1;min-height:0;overflow-y:auto}.quick-cart-items article{padding:11px 12px;border-bottom:1px solid #edf0ee;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px 10px}.quick-cart-items article>div:first-child{display:grid;min-width:0}.quick-cart-items article>div:first-child strong{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.quick-cart-items article small{font-size:8px;color:#7b8881;margin-top:3px}.quick-cart-items article>b{font-size:10px;align-self:center}.quick-qty{grid-column:1/-1;display:flex;align-items:center;justify-content:flex-end;gap:4px}.quick-qty button,.quick-qty span{width:29px;height:28px;border:1px solid #dce4e0;border-radius:7px;background:#fff;display:grid;place-items:center;font-size:12px}.quick-qty span{font-size:10px}.quick-qty .remove{color:#e14040;border-color:#f2cece;margin-left:3px}.quick-cart-empty{height:100%;min-height:220px;display:grid;place-items:center;align-content:center;text-align:center;color:#89958f;padding:25px}.quick-cart-empty span{font-size:38px}.quick-cart-empty strong{font-size:13px;color:#52605a;margin:7px}.quick-cart-empty small{font-size:9px}.quick-totals{padding:13px;border-top:1px solid #e4e9e6;background:#fbfcfb}.quick-totals p{margin:0 0 7px;display:flex;justify-content:space-between;align-items:center;font-size:10px}.quick-totals p small{color:#829089}.quick-discount-line{color:#168f58}.quick-discount-line button{border:0;background:none;color:#168f58;padding:2px}.quick-totals>div{border-top:1px solid #dfe5e2;margin-top:9px;padding-top:11px;display:flex;align-items:center;justify-content:space-between}.quick-totals>div span{font-size:15px;font-weight:800}.quick-totals>div strong{font-size:22px;color:#08a866}.quick-cart>footer{padding:10px 12px 12px;display:grid;grid-template-columns:1fr 1.5fr;gap:7px}.quick-cart>footer button{min-height:47px;border:1px solid #9aa7a1;border-radius:9px;background:#fff;font-weight:800;font-size:11px}.quick-cart>footer .quick-pay{grid-column:1/-1;border:0;background:linear-gradient(100deg,#11a668,#10aed1);color:#fff;font-size:14px;box-shadow:0 8px 20px rgba(13,167,141,.2)}.quick-cart>footer button:disabled{opacity:.4;cursor:not-allowed}.quick-toast{position:fixed;z-index:100;left:50%;bottom:24px;transform:translate(-50%,25px);padding:12px 17px;border-radius:10px;background:#17201c;color:#fff;font-size:11px;font-weight:700;opacity:0;pointer-events:none;transition:.2s}.quick-toast.show{opacity:1;transform:translate(-50%,0)}.quick-toast.error{background:#c83c3c}.quick-toast.warning{background:#d88923}.quick-holds-dialog,.quick-discount-dialog{width:min(520px,calc(100% - 25px));padding:0;border:0;border-radius:18px;box-shadow:0 30px 100px rgba(0,0,0,.28)}.quick-holds-dialog::backdrop,.quick-discount-dialog::backdrop{background:rgba(16,26,21,.65);backdrop-filter:blur(4px)}.quick-holds-dialog>header,.quick-discount-dialog header{padding:17px 19px;border-bottom:1px solid #e4e9e6;display:flex;align-items:center;justify-content:space-between}.quick-holds-dialog header small,.quick-discount-dialog header small{font-size:8px;color:#15905a;font-weight:800;letter-spacing:.12em}.quick-holds-dialog h2,.quick-discount-dialog h2{margin:2px 0;font-size:20px}.quick-holds-dialog header button,.quick-discount-dialog header button{border:0;background:#f0f3f1;width:35px;height:35px;border-radius:9px;font-size:22px}.quick-holds-dialog article{padding:13px 18px;border-bottom:1px solid #e7ebe9;display:flex;align-items:center;justify-content:space-between;gap:12px}.quick-holds-dialog article>div:first-child{display:grid;gap:3px}.quick-holds-dialog article small{font-size:9px;color:#7e8b84}.quick-holds-dialog article>div:last-child{display:flex;gap:6px}.quick-holds-dialog article button{border:0;border-radius:8px;padding:9px 11px;font-size:9px;font-weight:800}.quick-holds-dialog .restore{background:#168f58;color:#fff}.quick-holds-dialog .delete{background:#fff0f0;color:#c43c3c}.quick-holds-empty{min-height:190px;display:grid;place-items:center;align-content:center;gap:5px;color:#7d8983}.quick-holds-empty span{font-size:35px}.quick-holds-empty strong{color:#34423b}.quick-holds-empty small{font-size:9px}.quick-discount-dialog form>label{margin:24px auto;max-width:220px;height:58px;border:1px solid #dce4e0;border-radius:12px;display:flex;align-items:center;overflow:hidden}.quick-discount-dialog input{min-width:0;flex:1;height:100%;border:0;outline:0;text-align:center;font-size:25px;font-weight:800}.quick-discount-dialog label span{width:55px;height:100%;display:grid;place-items:center;background:#edf7f1;color:#168f58;font-size:20px;font-weight:800}.quick-discount-dialog form>div:last-child{border-top:1px solid #e4e9e6;padding:13px 18px;display:flex;justify-content:flex-end;gap:7px}.quick-discount-dialog form>div:last-child button{border:0;border-radius:9px;padding:11px 15px;font-weight:800}.quick-discount-dialog form>div:last-child button:last-child{background:#168f58;color:#fff}
@media(max-width:1250px){.quick-product-grid{grid-template-columns:repeat(4,minmax(125px,1fr))}}
@media(max-width:930px){.quick-sale-layout{grid-template-columns:minmax(0,1fr) 310px}.quick-product-grid{grid-template-columns:repeat(3,minmax(120px,1fr))}.quick-sale-header nav>span{display:none}}
@media(max-width:700px){.quick-sale-header{height:58px;padding:0 9px}.quick-sale-header nav a:not(:last-child),.quick-sale-header nav>span{display:none}.quick-sale-layout{height:calc(100vh - 58px);display:block;overflow:auto}.quick-products{height:auto;min-height:55vh;padding:9px}.quick-product-grid{overflow:visible;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:190px}.quick-product-card>img,.quick-product-placeholder{height:103px;flex-basis:103px}.quick-cart{height:auto;min-height:70vh;border-left:0;border-top:4px solid #16a46a}.quick-cart-items{min-height:220px;max-height:42vh}.quick-toast{bottom:12px;max-width:calc(100% - 25px);white-space:nowrap}.quick-sale-header strong{font-size:15px}}

/* compact quick-sale product density */
.quick-product-grid{grid-template-columns:repeat(auto-fill,minmax(118px,1fr));grid-auto-rows:192px;gap:8px}.quick-product-card>img,.quick-product-placeholder{height:106px;flex-basis:106px}.quick-product-card>span:last-child{padding:7px 8px}.quick-product-card strong{font-size:10px}.quick-product-card small{font-size:7px}.quick-product-card b{font-size:12px}.quick-cart>footer{grid-template-columns:1fr 1fr}.quick-cart>footer>button:not(.quick-pay){min-height:39px}
@media(max-width:930px){.quick-product-grid{grid-template-columns:repeat(auto-fill,minmax(108px,1fr));grid-auto-rows:184px}.quick-product-card>img,.quick-product-placeholder{height:98px;flex-basis:98px}}
@media(max-width:700px){.quick-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:178px}.quick-product-card>img,.quick-product-placeholder{height:94px;flex-basis:94px}}

/* keyboard accessibility */
.skip-link{position:fixed;z-index:200;left:16px;top:12px;transform:translateY(-160%);padding:10px 14px;border-radius:9px;background:#fff;color:#111827;font-weight:800;box-shadow:0 8px 24px rgba(0,0,0,.2)}
.skip-link:focus{transform:translateY(0)}
:where(a,button,input,select,textarea):focus-visible{outline:3px solid color-mix(in srgb,var(--brand) 70%,#fff);outline-offset:3px}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}

/* shared confirmation modal */
.site-confirm-dialog{width:min(440px,calc(100% - 28px));border:0;border-radius:22px;padding:30px;box-shadow:0 32px 100px rgba(10,20,15,.28);color:var(--ink);text-align:center}
.site-confirm-dialog::backdrop{background:rgba(12,20,16,.64);backdrop-filter:blur(4px)}
.site-confirm-icon{width:54px;height:54px;margin:0 auto 16px;border-radius:17px;display:grid;place-items:center;background:#fff0ed;color:#d64032;font-size:27px;font-weight:900}
.site-confirm-dialog .eyebrow{margin-bottom:5px;text-align:center}
.site-confirm-dialog h2{margin:0;font-size:25px}
.site-confirm-dialog>p:not(.eyebrow){margin:12px auto 0;max-width:340px;color:var(--muted);font-size:14px;line-height:1.6}
.site-confirm-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:25px}
.site-confirm-actions .btn{min-height:46px}
.site-confirm-approve{border:0;background:var(--brand);color:#fff}
.site-confirm-approve.is-danger{background:#d64032;color:#fff}
@media(max-width:480px){.site-confirm-dialog{padding:25px 20px}.site-confirm-actions{grid-template-columns:1fr}.site-confirm-actions [data-confirm-cancel]{order:2}}

/* feature modules */
.module-search-off .customer-search-button,.module-search-off .display-search-panel{display:none!important}
.module-popular-off .customer-popular-badge{display:none!important}
.module-allergens-off .customer-product-foot small{display:none!important}
.module-clock-off .customer-clock{display:none!important}
.module-footer-off .customer-display-footer{display:none!important}
.module-request-waiter-off .request-grid button[value="waiter"],.module-request-bill-off .request-grid button[value="bill"],.module-request-water-off .request-grid button[value="water"],.module-request-other-off .request-grid button[value="other"]{display:none!important}
.modules-form{padding-bottom:80px}.modules-intro{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:4px 2px 22px}.modules-intro h2{margin:2px 0 7px;font-size:27px}.modules-intro p:last-child,.module-group .panel-head p:last-child{margin:0;color:var(--muted);font-size:13px}.module-groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.module-group{overflow:hidden}.module-list{display:grid}.module-toggle{display:grid;grid-template-columns:minmax(0,1fr) auto 48px;align-items:center;gap:10px;padding:17px 20px;border-top:1px solid var(--line);cursor:pointer}.module-toggle>span{display:grid;gap:4px}.module-toggle strong{font-size:14px}.module-toggle small{color:var(--muted);font-size:11px;line-height:1.45}.module-toggle input{position:absolute;opacity:0;pointer-events:none}.module-toggle i{width:46px;height:26px;border-radius:20px;background:#cdd4d0;position:relative;transition:.2s}.module-toggle i:after{content:'';position:absolute;width:20px;height:20px;left:3px;top:3px;border-radius:50%;background:#fff;box-shadow:0 2px 6px rgba(0,0,0,.2);transition:.2s}.module-toggle input:checked+i{background:var(--success)}.module-toggle input:checked+i:after{transform:translateX(20px)}.module-toggle:focus-within{background:#f7fbf9}.module-toggle:focus-within i{outline:3px solid color-mix(in srgb,var(--success) 25%,transparent);outline-offset:3px}
@media(max-width:900px){.module-groups{grid-template-columns:1fr}}@media(max-width:600px){.modules-intro{align-items:flex-start;display:grid}.modules-intro>.btn{width:100%}.module-toggle{padding:15px}}
.waiter-info-fab{filter:saturate(.82)}.waiter-info-dialog{text-align:center}.waiter-info-dialog .dialog-close{top:10px}.waiter-info-icon{width:62px;height:62px;margin:0 auto 16px;border-radius:18px;display:grid;place-items:center;background:color-mix(in srgb,var(--display-accent) 18%,#fff);color:#1b2638;font-size:30px;font-weight:900}.waiter-info-dialog .eyebrow{text-align:center}.waiter-info-dialog>p:not(.eyebrow){max-width:350px;margin:9px auto 22px;line-height:1.6}

/* customer WiFi access */
.customer-footer-wifi{border:0;padding:0;background:none;color:inherit;font:inherit}.customer-footer-wifi:hover{color:#fff}
.customer-wifi-fab{position:fixed;z-index:60;right:25px;bottom:88px;width:180px;height:54px;box-sizing:border-box;padding:7px 17px 7px 11px;border:1px solid rgba(255,255,255,.22);border-radius:30px;background:#fff;color:#172033;box-shadow:0 15px 40px rgba(0,0,0,.3);display:grid;grid-template-columns:38px minmax(0,1fr);grid-template-rows:auto auto;column-gap:9px;text-align:left;overflow:hidden}.customer-wifi-fab>span{grid-row:1/3;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--display-accent);font-size:23px;font-weight:900}.customer-wifi-fab b{align-self:end;font-size:12px;white-space:nowrap}.customer-wifi-fab small{align-self:start;max-width:105px;font-size:8px;color:#667085;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.customer-waiter-fab{width:180px;height:54px;min-height:54px;box-sizing:border-box;padding:0 18px!important;display:flex;align-items:center;justify-content:center;white-space:nowrap;text-align:center;line-height:1}
.wifi-dialog{width:min(520px,calc(100% - 28px));border:0;border-radius:24px;padding:28px;color:#172033;box-shadow:0 32px 100px rgba(0,0,0,.32)}.wifi-dialog::backdrop{background:rgba(5,12,25,.7);backdrop-filter:blur(5px)}.wifi-dialog .eyebrow{text-align:center;margin:0}.wifi-dialog h2{text-align:center;margin:3px 0 5px;font-size:28px}.wifi-dialog>p:not(.eyebrow):not(.wifi-security-note){text-align:center;margin:0;color:#667085;font-size:12px}.wifi-dialog-icon{width:58px;height:58px;margin:0 auto 13px;border-radius:18px;display:grid;place-items:center;background:color-mix(in srgb,var(--display-accent) 22%,#fff);font-size:32px;font-weight:900}
.wifi-credentials{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:22px 0 10px}.wifi-credentials>span{min-width:0;padding:13px;border:1px solid #e1e6ec;border-radius:12px;background:#f7f9fb;display:grid;gap:4px}.wifi-credentials small{font-size:8px;letter-spacing:.12em;color:#7c8797}.wifi-credentials strong{font-size:13px;overflow-wrap:anywhere}.wifi-copy-button{width:100%;min-height:45px;border:0;border-radius:11px;background:#172033;color:#fff;font-weight:800}.wifi-copy-result{min-height:20px;padding-top:5px;text-align:center;color:#15875a;font-size:10px;font-weight:700}
.wifi-qr-section{margin-top:12px;padding:14px;border:1px solid #e3e7ed;border-radius:15px;display:grid;grid-template-columns:168px 1fr;gap:16px;align-items:center}.wifi-qr-section canvas,.wifi-qr-section img{display:block;max-width:100%;height:auto}.wifi-qr-section strong{font-size:14px}.wifi-qr-section p{margin:5px 0 0;color:#697586;font-size:10px;line-height:1.5}.wifi-security-note{margin:13px 0 0!important;padding:10px;border-radius:10px;background:#fff7df;color:#7c5a12!important;text-align:left!important;font-size:9px!important;line-height:1.5}
@media(max-width:760px){.customer-wifi-fab{right:14px;bottom:76px;width:180px;height:54px;padding:7px 13px 7px 9px}.customer-wifi-fab>span{width:38px;height:38px;font-size:21px}.customer-wifi-fab small{max-width:108px}.customer-waiter-fab{width:180px;height:54px;min-height:54px}.wifi-dialog{padding:23px 18px}.wifi-qr-section{grid-template-columns:125px 1fr}.wifi-qr-section canvas,.wifi-qr-section img{width:125px!important;height:125px!important}}
@media(max-width:430px){.wifi-credentials{grid-template-columns:1fr}.wifi-qr-section{grid-template-columns:1fr;text-align:center}.wifi-qr-section>div:first-child{margin:auto}}

/* admin-wide waiter call notifications */
#callBadge{min-width:20px;height:20px;margin-left:auto;padding:0 6px;border-radius:10px;background:#ff5a36;color:#fff;display:inline-grid;place-items:center;font-size:10px;line-height:1;box-shadow:0 0 0 3px rgba(255,90,54,.16)}
#callBadge:empty,#callBadge[hidden]{display:none}
.call-notification-stack{position:fixed;z-index:190;top:18px;right:18px;width:min(390px,calc(100% - 28px));display:grid;gap:11px;pointer-events:none}
.call-notification{position:relative;pointer-events:auto;display:grid;grid-template-columns:50px minmax(0,1fr) 30px;gap:12px;align-items:start;padding:16px;border:1px solid rgba(255,255,255,.14);border-left:5px solid #ff5a36;border-radius:16px;background:#111b2d;color:#fff;box-shadow:0 22px 65px rgba(5,12,25,.35);animation:call-notification-in .3s ease both}
.call-notification.leaving{animation:call-notification-out .18s ease both}
.table-join-notification{border-left-color:#18b979}.table-join-notification .call-notification-icon{background:linear-gradient(145deg,#23cf8b,#0d9f68);box-shadow:0 8px 20px rgba(20,184,120,.3)}.table-join-notification .call-notification-content>small{color:#68e5b6}
.call-notification-icon{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(145deg,#ff6b42,#ff3f29);font-size:23px;box-shadow:0 8px 20px rgba(255,76,43,.3)}
.call-notification-content{min-width:0}.call-notification-content>small{display:block;color:#ff9a7d;font-size:9px;font-weight:900;letter-spacing:.13em}.call-notification-content>strong{display:block;margin-top:3px;font-size:15px}.call-notification-content>p{margin:6px 0 10px;color:#c4ccda;font-size:11px;line-height:1.45;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.call-notification-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:10px}.call-notification-footer span{color:#8995a7}.call-notification-footer a{color:#fff;font-weight:800;text-decoration:none}.call-notification-footer a:hover{text-decoration:underline}
.call-notification-close{width:29px;height:29px;border:0;border-radius:9px;background:rgba(255,255,255,.09);color:#dce2ec;font-size:19px;line-height:1}.call-notification-close:hover{background:rgba(255,255,255,.17)}
@keyframes call-notification-in{from{opacity:0;transform:translateX(35px) scale(.96)}to{opacity:1;transform:none}}
@keyframes call-notification-out{to{opacity:0;transform:translateX(35px) scale(.96)}}
@media(max-width:600px){.call-notification-stack{top:10px;right:14px}.call-notification{grid-template-columns:43px minmax(0,1fr) 28px;padding:13px;gap:10px}.call-notification-icon{width:42px;height:42px;font-size:20px}.call-notification-content>strong{font-size:13px}}

/* personnel floor fullscreen */
.floor-fullscreen-button{white-space:nowrap}.floor-fullscreen-button span{font-size:17px}.floor-fullscreen-button[aria-pressed="true"]{background:#17201c;color:#fff;border-color:#17201c}.personnel-browser-fullscreen .floor-fullscreen-button{position:relative;z-index:2}

/* fixed QR and rotating customer session explanation */
.qr-token-explanation{margin:-5px 0 18px;padding:14px 17px;border:1px solid #cfe4f7;border-radius:14px;background:#f2f8fe;color:#25445f;display:flex;align-items:flex-start;gap:12px}.qr-token-explanation>span{flex:0 0 28px;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#2e78b7;color:#fff;font-weight:900}.qr-token-explanation strong{font-size:13px}.qr-token-explanation p{margin:4px 0 0;font-size:11px;line-height:1.55;color:#557086}.qr-token-explanation code{padding:1px 4px;border-radius:4px;background:#dfeefa;color:#215a87}.qr-fixed-link-note{display:block!important;margin:9px 0 4px!important;color:#738094!important;font-size:8px!important;font-weight:800!important;letter-spacing:.04em!important}

/* order and sale logs */
.logs-page{display:grid;gap:18px}.logs-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.logs-heading h2{margin:2px 0 5px;font-size:27px}.logs-heading p:last-child{margin:0;color:var(--muted);font-size:12px}.logs-heading>span{padding:8px 12px;border-radius:20px;background:#fff;border:1px solid var(--line);font-size:11px;font-weight:800}.logs-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.logs-summary article{padding:16px;border:1px solid var(--line);border-radius:14px;background:#fff;display:grid;grid-template-columns:38px 1fr;gap:2px 10px;align-items:center}.logs-summary article>span{grid-row:1/3;width:38px;height:38px;border-radius:11px;display:grid;place-items:center;background:#edf1f5;color:#425267;font-size:19px}.logs-summary small{font-size:8px;color:var(--muted);font-weight:800;letter-spacing:.08em}.logs-summary strong{font-size:22px}.logs-summary .success>span{background:#e2f7ed;color:#12935c}.logs-summary .danger>span{background:#fff0f0;color:#d43c3c}.logs-summary .quick>span{background:#fff4dc;color:#c57b0b}.logs-filters{padding:14px;border:1px solid var(--line);border-radius:14px;background:#fff;display:grid;grid-template-columns:1.4fr repeat(3,1fr) repeat(2,.85fr) auto auto;gap:9px;align-items:end}.logs-filters label{display:grid;gap:5px}.logs-filters label>span{font-size:8px;font-weight:800;color:var(--muted);letter-spacing:.08em}.logs-filters input,.logs-filters select{height:39px;min-width:0;border:1px solid var(--line);border-radius:9px;background:#fff;padding:0 10px;font-size:10px}.logs-filters .btn{height:39px;padding:0 12px}.logs-table-panel{overflow:hidden}.logs-table{min-width:1050px}.logs-table th{font-size:8px}.logs-table td{vertical-align:top;font-size:10px}.logs-table td>strong,.logs-table td>span{display:block}.logs-table td>small,.logs-table td time+small,.logs-table td span small{display:block;margin-top:4px;color:var(--muted);font-size:8px}.logs-table td:nth-child(5){display:flex;gap:13px}.logs-table details{max-width:260px}.logs-table summary{cursor:pointer;color:#31597a;font-weight:800}.logs-table details p{margin:7px 0 0;padding:8px;border-radius:8px;background:#f3f6f8;color:#5e6b77;font-size:9px;line-height:1.5}.log-type{margin-bottom:4px;font-weight:800}.log-type.quick{color:#bc7205}.logs-table .status.cancelled{background:#fff0f0;color:#c93636}.logs-table .status.merged{background:#f2edff;color:#6b4bb2}.logs-table .status.open{background:#fff5dc;color:#a66b08}.logs-empty{min-height:180px;display:grid;place-items:center;align-content:center;gap:4px;color:var(--muted)}.logs-empty span{font-size:35px}.logs-empty strong{color:var(--ink)}.logs-pagination{display:flex;justify-content:center;gap:5px;flex-wrap:wrap}.logs-pagination a{min-width:34px;height:34px;padding:0 8px;border:1px solid var(--line);border-radius:8px;background:#fff;display:grid;place-items:center;font-size:10px;font-weight:800}.logs-pagination a.active{background:var(--brand);border-color:var(--brand);color:#fff}
@media(max-width:1100px){.logs-summary{grid-template-columns:repeat(2,1fr)}.logs-filters{grid-template-columns:repeat(4,1fr)}.logs-filters .btn{width:100%}}@media(max-width:650px){.logs-heading{align-items:flex-start}.logs-summary{grid-template-columns:1fr 1fr}.logs-filters{grid-template-columns:1fr 1fr}.logs-filters label:first-child{grid-column:1/-1}}

/* mobile visual menu and customer action dock */
.customer-mobile-categories,.customer-mobile-bottom-nav,.customer-mobile-quick-actions{display:none}
@media(max-width:760px){
  .customer-category-bar{display:none}
  .customer-display-content{padding-bottom:92px}
  .customer-mobile-categories{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-bottom:18px}
  .customer-mobile-categories>button{position:relative;height:145px;padding:0;overflow:hidden;border:1px solid rgba(255,255,255,.22);border-radius:13px;background:#111827;color:#fff;text-align:left;box-shadow:0 8px 22px rgba(0,0,0,.3)}
  .customer-mobile-categories img,.mobile-category-placeholder{width:100%;height:100%;object-fit:cover;display:grid;place-items:center;font-size:38px;background:#263247}
  .customer-mobile-categories>button:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 30%,rgba(4,8,16,.9))}
  .customer-mobile-categories>button>span:last-child{position:absolute;z-index:1;left:12px;right:10px;bottom:11px;display:grid;gap:1px}
  .customer-mobile-categories small{font-size:7px;letter-spacing:.12em;color:#d9dee7;text-transform:uppercase}
  .customer-mobile-categories strong{font-size:15px;text-shadow:0 2px 7px #000}
  .customer-mobile-categories>button.active{border-color:var(--display-accent);box-shadow:0 0 0 2px var(--display-accent),0 10px 25px rgba(0,0,0,.35)}
  .customer-mobile-bottom-nav{display:grid;position:fixed;z-index:75;left:7px;right:7px;bottom:6px;min-height:67px;padding:5px 4px calc(5px + env(safe-area-inset-bottom));border:1px solid rgba(255,255,255,.22);border-radius:18px;background:color-mix(in srgb,var(--display-accent) 68%,#720b35);box-shadow:0 14px 40px rgba(0,0,0,.48);grid-template-columns:repeat(auto-fit,minmax(64px,1fr));align-items:stretch;overflow:hidden}
  .customer-mobile-bottom-nav button,.customer-mobile-bottom-nav a{min-width:0;padding:4px 3px;border:0;border-right:1px solid rgba(255,255,255,.22);background:none;color:#fff;display:grid;place-items:center;align-content:center;gap:2px;text-align:center}
  .customer-mobile-bottom-nav>*:last-child{border-right:0}
  .customer-mobile-bottom-nav span{height:25px;display:grid;place-items:center;font-size:21px;font-weight:900}
  .customer-mobile-bottom-nav small{font-size:8px;font-weight:700;white-space:nowrap}
  .customer-mobile-quick-actions{display:flex;position:fixed;z-index:72;left:12px;bottom:86px;gap:7px;flex-direction:column}
  .customer-mobile-quick-actions a{width:42px;height:42px;border:2px solid rgba(255,255,255,.72);border-radius:50%;background:color-mix(in srgb,var(--display-accent) 68%,#720b35);color:#fff;display:grid;place-items:center;font-size:19px;font-weight:900;box-shadow:0 7px 20px rgba(0,0,0,.35)}
  .customer-wifi-fab,.customer-waiter-fab{display:none!important}
}
@media(max-width:380px){.customer-mobile-categories>button{height:128px}.customer-mobile-bottom-nav small{font-size:7px}}

/* two-factor account security */
.two-factor-panel{max-width:980px;overflow:hidden}.two-factor-panel .panel-head p:last-child{margin:5px 0 0;color:var(--muted);font-size:11px}.two-factor-enable-form{max-width:430px;padding:24px}.two-factor-enable-form>p,.two-factor-enabled>p{color:var(--muted);font-size:12px}.two-factor-setup{padding:25px;display:grid;grid-template-columns:220px minmax(0,1fr);gap:28px;align-items:start}.two-factor-setup>#twoFactorQr{width:220px;height:220px;padding:15px;border:1px solid var(--line);border-radius:15px;background:#fff;display:grid;place-items:center;box-sizing:border-box}.two-factor-setup>#twoFactorQr canvas,.two-factor-setup>#twoFactorQr img{display:block;max-width:100%;height:auto}.two-factor-qr-error{text-align:center;color:var(--muted);font-size:11px;line-height:1.5}.two-factor-setup h3{margin:0 0 5px}.two-factor-setup p{color:var(--muted);font-size:12px}.two-factor-setup form{max-width:430px;padding:16px 0 0;display:grid;gap:12px}.two-factor-setup form label{display:grid;gap:6px;font-size:12px;font-weight:600}.two-factor-setup form input{width:100%;height:45px;box-sizing:border-box;padding:0 13px;border:1px solid #cfd7d3;border-radius:9px;background:#fff;font-size:18px;letter-spacing:.18em;outline:none}.two-factor-setup form input:focus{border-color:var(--brand);box-shadow:0 0 0 3px color-mix(in srgb,var(--brand) 18%,transparent)}.two-factor-setup form .btn{justify-self:start;min-height:44px;margin:0}.two-factor-secret{display:block;margin:6px 0;padding:11px;border-radius:9px;background:#f0f3f5;letter-spacing:.12em;overflow-wrap:anywhere}.two-factor-recovery{margin:22px;padding:20px;border:1px solid #f0d08b;border-radius:14px;background:#fff9e9}.two-factor-recovery>p{margin:5px 0 14px;color:#765d26;font-size:11px}.two-factor-recovery>div{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:14px}.two-factor-recovery code{padding:9px;border:1px dashed #d7b66c;border-radius:8px;background:#fff;text-align:center;font-weight:800}.two-factor-enabled{padding:22px}.two-factor-actions{display:grid;grid-template-columns:1fr 1fr;gap:18px}.two-factor-actions form{padding:18px;border:1px solid var(--line);border-radius:13px}.btn-danger{background:#c93636!important;color:#fff!important;border-color:#c93636!important}@media(max-width:700px){.two-factor-setup{grid-template-columns:1fr;padding:18px}.two-factor-setup>#twoFactorQr{margin:auto}.two-factor-setup form .btn{width:100%}.two-factor-actions{grid-template-columns:1fr}.two-factor-recovery>div{grid-template-columns:1fr 1fr}}
.two-factor-setup>#twoFactorQr canvas{display:block!important}.two-factor-setup>#twoFactorQr img{display:none!important}
.two-factor-actions form{display:grid;grid-template-columns:1fr;gap:12px;align-content:start}.two-factor-actions form label{display:grid;grid-template-columns:1fr;gap:6px;margin:0;color:#26332d;font-size:11px;font-weight:700}.two-factor-actions form input{width:100%;height:43px;box-sizing:border-box;padding:0 12px;border:1px solid #cfd7d3;border-radius:9px;background:#fff;color:#17201c;font-size:14px;outline:none}.two-factor-actions form input:focus{border-color:var(--brand);box-shadow:0 0 0 3px color-mix(in srgb,var(--brand) 18%,transparent)}.two-factor-actions form .btn{justify-self:start;min-height:43px;margin-top:2px;padding:0 16px}.two-factor-actions form:last-child{border-color:#efc7c7;background:#fffafa}.two-factor-actions form:last-child label{color:#673838}@media(max-width:700px){.two-factor-actions form .btn{width:100%}}

/* EU 1169/2011 allergen review and customer labels */
.allergen-selector{margin:2px 0;padding:18px;border:1px solid #d8dfdc;border-radius:14px;background:#fafcfb}.allergen-selector legend{padding:0 7px;color:#17201c;font-size:12px;font-weight:900}.allergen-selector>p{margin:0 0 13px;color:var(--muted);font-size:10px;line-height:1.5}.allergen-selector>div{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.allergen-selector label{min-height:42px;padding:8px 10px;border:1px solid #e0e6e3;border-radius:10px;background:#fff;display:flex;align-items:center;gap:8px;cursor:pointer}.allergen-selector label:has(input:checked){border-color:#f7a68b;background:#fff4ef;box-shadow:0 0 0 1px #f7a68b}.allergen-selector input{width:16px;height:16px;accent-color:var(--brand);flex:0 0 auto}.allergen-selector span{font-size:10px;line-height:1.25}.allergen-reviewed{padding:13px 15px;border:1px solid #cce7d7;border-radius:11px;background:#f1fbf5;display:flex!important;align-items:flex-start;gap:9px}.allergen-reviewed input{width:17px;height:17px;accent-color:#15945c;flex:0 0 auto}.allergen-reviewed span{font-size:10px;line-height:1.45}.allergen-legal-note{margin:0;padding:12px 14px;border-radius:10px;background:#fff7e6;color:#75571d;font-size:9px;line-height:1.55}.customer-allergen-badges{margin-top:10px;display:flex;flex-wrap:wrap;gap:5px}.customer-allergen-badges span{padding:4px 7px;border:1px solid rgba(255,169,130,.42);border-radius:999px;background:rgba(255,91,43,.13);color:#ffd4c3;font-size:8px;font-weight:800;line-height:1.2}.customer-allergen-note{margin-top:8px!important;padding:7px 8px;border-left:2px solid #ffb547;border-radius:5px;background:rgba(255,181,71,.1);color:#f6c77d!important;font-size:8px!important}.module-allergens-off .customer-allergen-badges,.module-allergens-off .customer-allergen-note{display:none!important}@media(max-width:1050px){.allergen-selector>div{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.allergen-selector{padding:13px}.allergen-selector>div{grid-template-columns:1fr}}

/* grouped administration navigation */
.sidebar nav{gap:8px;overflow-y:auto;padding-right:2px;scrollbar-width:thin;scrollbar-color:#35463f transparent}.sidebar-overview{margin-bottom:3px}.sidebar-group{border:1px solid transparent;border-radius:11px;overflow:hidden}.sidebar-group[open]{border-color:#2b3a34;background:rgba(255,255,255,.025)}.sidebar-group summary{min-height:55px;padding:8px 10px;display:grid;grid-template-columns:25px minmax(0,1fr) 18px;grid-template-rows:auto auto;align-items:center;column-gap:8px;border-radius:10px;color:#d6ded9;cursor:pointer;list-style:none;user-select:none}.sidebar-group summary::-webkit-details-marker{display:none}.sidebar-group summary:hover{background:#202f29;color:#fff}.sidebar-group-icon{grid-row:1/3;width:25px;height:31px;display:grid;place-items:center;color:#f0b29b;font-size:17px}.sidebar-group summary b{align-self:end;font-size:13px}.sidebar-group summary small{align-self:start;margin-top:2px;color:#72817a;font-size:8px;letter-spacing:.02em}.sidebar-group summary i{grid-column:3;grid-row:1/3;color:#76847e;font-size:16px;font-style:normal;transition:transform .18s}.sidebar-group[open] summary i{transform:rotate(180deg)}.sidebar-submenu{padding:1px 6px 7px 34px;display:grid;gap:2px}.sidebar nav .sidebar-submenu a{min-height:35px;padding:8px 9px;gap:7px;border-radius:7px;font-size:11px}.sidebar nav .sidebar-submenu a span{width:10px;color:#65756e;font-size:12px}.sidebar nav .sidebar-submenu a.active span{color:var(--brand)}.sidebar nav .sidebar-submenu a.active{box-shadow:inset 2px 0 var(--brand)}.sidebar-submenu #callBadge{margin-left:auto}.sidebar-footer{flex:0 0 auto}@media(max-width:780px){.sidebar-group summary{min-height:52px}.sidebar-submenu{padding-left:32px}.sidebar nav .sidebar-submenu a{min-height:39px}}

/* search engine optimization settings */
.seo-settings-form{display:grid;gap:0}.seo-overview{margin-bottom:22px;padding:22px 24px;border:1px solid #ead5a5;border-radius:15px;background:linear-gradient(120deg,#fffaf0,#fff);display:flex;align-items:center;justify-content:space-between;gap:20px}.seo-overview.is-ready{border-color:#bde0cb;background:linear-gradient(120deg,#effaf4,#fff)}.seo-overview h2{margin:2px 0 5px;font-size:21px}.seo-overview p:last-child{margin:0;color:var(--muted);font-size:11px}.seo-overview>span{padding:9px 13px;border-radius:20px;background:#fff2cf;color:#9b680c;font-size:10px;font-weight:900}.seo-overview.is-ready>span{background:#dff5e8;color:#147447}.seo-settings-form .panel-head p:last-child{margin:5px 0 0;color:var(--muted);font-size:10px}.seo-settings-form .panel>.form-grid{padding:22px}.seo-settings-form textarea{resize:vertical}.seo-current-image{padding:11px;border:1px solid var(--line);border-radius:11px;display:flex;align-items:center;gap:12px}.seo-current-image img{width:110px;height:58px;border-radius:8px;object-fit:cover}.seo-current-image span{font-size:10px;color:var(--muted)}.seo-file-links{display:grid;grid-template-columns:1fr 1fr;gap:10px}.seo-file-links a{padding:14px;border:1px solid var(--line);border-radius:11px;background:#fafbfa;display:grid;gap:3px}.seo-file-links a:hover{border-color:#a9c9ba;background:#f4faf6}.seo-file-links strong{font-size:12px}.seo-file-links small{color:var(--muted);font-size:9px}.seo-note{margin:0 0 75px;padding:15px 17px;border-left:4px solid #4c83c3;border-radius:9px;background:#eef5fc;display:grid;gap:4px}.seo-note strong{font-size:11px}.seo-note span{color:#526c84;font-size:10px;line-height:1.5}@media(max-width:600px){.seo-overview{align-items:flex-start;padding:18px}.seo-overview>span{white-space:nowrap}.seo-file-links{grid-template-columns:1fr}}

/* indexable product detail pages */
.product-detail-page{min-height:100vh;margin:0;background:radial-gradient(circle at 85% 5%,rgba(240,90,40,.12),transparent 28%),#f4f6f5;color:#17201c}.product-detail-header{height:80px;padding:0 max(20px,calc((100% - 1180px)/2));background:#111c18;color:#fff;display:flex;align-items:center;justify-content:space-between}.product-detail-header>a:first-child{display:flex;align-items:center;gap:10px}.product-detail-header .customer-logo-mark{width:42px;height:42px;border-radius:12px;font-size:21px;color:#111827}.product-detail-header>a:first-child>span:last-child{display:grid}.product-detail-header strong{font-size:15px}.product-detail-header small{color:#8d9a94;font-size:9px}.product-back-link{padding:10px 13px;border:1px solid #34433d;border-radius:9px;color:#d8dfdb;font-size:11px;font-weight:800}.product-detail-main{width:min(1180px,calc(100% - 32px));margin:auto;padding:25px 0 60px}.product-breadcrumb{margin-bottom:17px;display:flex;align-items:center;gap:8px;color:#748079;font-size:10px}.product-breadcrumb a{color:var(--brand);font-weight:800}.product-breadcrumb strong{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-detail-card{border:1px solid #e2e7e4;border-radius:22px;background:#fff;overflow:hidden;display:grid;grid-template-columns:minmax(340px,1.05fr) minmax(360px,.95fr);box-shadow:0 18px 55px rgba(26,42,34,.08)}.product-detail-image{min-height:520px;position:relative;background:#e7ece9;display:grid;place-items:center}.product-detail-image>img{width:100%;height:100%;object-fit:cover}.product-detail-image>span{font-size:75px;color:#a4b0aa}.product-detail-image>b{position:absolute;top:18px;left:18px;padding:7px 11px;border-radius:18px;background:var(--brand);color:#fff;font-size:10px}.product-detail-copy{padding:clamp(28px,5vw,58px);align-self:center}.product-detail-copy h1{margin:4px 0 12px;font-size:clamp(34px,4.5vw,58px);line-height:1.02}.product-detail-description{margin:0 0 18px;color:#69756f;font-size:14px;line-height:1.7}.product-detail-price{display:block;margin-bottom:28px;color:#14a869;font-size:29px}.product-detail-copy section{padding-top:19px;margin-top:19px;border-top:1px solid #e7ebe8}.product-detail-copy section h2{margin:0 0 8px;font-size:13px}.product-detail-copy section p{margin:0;color:#68746e;font-size:11px;line-height:1.6}.product-detail-allergens>div{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:9px}.product-detail-allergens span{padding:6px 8px;border-radius:16px;background:#fff1eb;color:#a84220;font-size:9px;font-weight:800}.product-related{margin-top:34px}.product-related>div:first-child{margin-bottom:13px}.product-related h2{margin:2px 0;font-size:23px}.product-related>div:last-child{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.product-related a{padding-bottom:12px;border:1px solid #e0e6e2;border-radius:13px;background:#fff;overflow:hidden;display:grid}.product-related a img,.product-related a>span{width:100%;height:135px;object-fit:cover;background:#e8ecea;display:grid;place-items:center;font-size:35px;color:#9ba8a1}.product-related a strong,.product-related a small{padding:0 12px}.product-related a strong{margin-top:10px;font-size:12px}.product-related a small{margin-top:4px;color:#13a267;font-size:10px;font-weight:800}.product-detail-footer{max-width:none!important;padding:22px max(20px,calc((100% - 1180px)/2))!important;background:#111c18;color:#98a59f!important;border:0!important;display:flex;justify-content:space-between;font-size:10px}.product-detail-footer a{color:#fff;font-weight:800}@media(max-width:800px){.product-detail-card{grid-template-columns:1fr}.product-detail-image{min-height:330px;height:48vh;max-height:480px}.product-related>div:last-child{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.product-detail-header{height:68px}.product-back-link{padding:8px;font-size:9px}.product-detail-main{width:min(100% - 20px,1180px);padding-top:15px}.product-breadcrumb{padding:0 4px}.product-detail-card{border-radius:16px}.product-detail-image{min-height:250px;height:36vh}.product-detail-copy{padding:25px 20px}.product-detail-copy h1{font-size:36px}.product-related a img,.product-related a>span{height:105px}}
.customer-product-detail-link{padding:5px 8px;border:1px solid rgba(255,255,255,.18);border-radius:8px;color:#dce4ef;font-size:8px;font-weight:800;white-space:nowrap}.customer-product-detail-link:hover{border-color:var(--display-accent);color:var(--display-accent)}
.customer-video-badge{position:absolute;right:9px;top:9px;padding:5px 8px;border-radius:14px;background:rgba(8,15,25,.88);color:#fff;font-size:8px;font-weight:800;box-shadow:0 4px 14px rgba(0,0,0,.25)}
.product-video-section{margin-top:30px;padding:clamp(22px,4vw,42px);border-radius:22px;background:#111c18;color:#fff;display:grid;grid-template-columns:minmax(220px,.65fr) minmax(420px,1.35fr);align-items:center;gap:clamp(24px,5vw,60px);box-shadow:0 18px 55px rgba(26,42,34,.12)}.product-video-section h2{margin:4px 0 10px;font-size:clamp(27px,3vw,38px)}.product-video-section>div:first-child>p:last-child{margin:0;color:#aab7b1;font-size:12px;line-height:1.65}.product-video-frame{width:100%;aspect-ratio:16/9;border-radius:16px;overflow:hidden;background:#050807;box-shadow:0 15px 40px rgba(0,0,0,.3)}.product-video-frame iframe{width:100%;height:100%;border:0;display:block}@media(max-width:800px){.product-video-section{grid-template-columns:1fr;padding:22px;gap:18px}}
.cart-items article.is-complimentary{background:#fff8e8;border-color:#f2c96d}.item-gift-control button{width:31px;height:31px;border:1px solid #e2ddd2;border-radius:9px;background:#fff;cursor:pointer}.is-complimentary .item-gift-control button{background:#f5a623;border-color:#f5a623}
.advanced-kpis{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;margin:18px 0}.advanced-kpis article{padding:19px;border:1px solid #e1e7e3;border-radius:15px;background:#fff;display:grid;gap:6px;box-shadow:0 7px 24px rgba(19,39,29,.04)}.advanced-kpis small{color:#748079;font-size:9px;font-weight:800;letter-spacing:.08em}.advanced-kpis strong{font-size:23px}.advanced-kpis em{font-style:normal;color:#7b8781;font-size:9px}.advanced-kpis .up,.report-change.up{color:#14945f}.advanced-kpis .down,.report-change.down{color:#cf3b3b}.report-insights{display:grid;grid-template-columns:1.3fr .7fr;gap:14px;margin-bottom:18px}.report-insights>section{padding:18px;border:1px solid #e1e7e3;border-radius:15px;background:#fff}.hour-bars{display:grid;gap:8px}.hour-bars>div{display:grid;grid-template-columns:40px 1fr 25px;align-items:center;gap:9px}.hour-bars time,.hour-bars strong{font-size:9px}.hour-bars i{height:8px;border-radius:8px;background:#edf1ef;overflow:hidden}.hour-bars b{height:100%;display:block;border-radius:8px;background:linear-gradient(90deg,#f05a28,#ff9a68)}.top-products{list-style:none;padding:0;margin:0;display:grid;gap:5px}.top-products li{display:grid;grid-template-columns:1fr auto;gap:2px 10px;padding:9px;border-bottom:1px solid #edf0ee}.top-products span{font-size:11px;font-weight:700}.top-products b{color:#f05a28}.top-products small{grid-column:1/3;color:#7a8580;font-size:9px}.report-change{font-weight:800}.advanced-reports .report-tabs{overflow-x:auto}.advanced-reports .report-tabs a{white-space:nowrap}@media(max-width:950px){.advanced-kpis{grid-template-columns:repeat(2,1fr)}.report-insights{grid-template-columns:1fr}}@media(max-width:580px){.advanced-kpis{grid-template-columns:1fr}.advanced-kpis article{padding:15px}.report-insights>section{padding:13px}}@media print{.sidebar,.topbar,.report-filters,.report-tabs,.report-print{display:none!important}.admin-main{margin:0!important}.advanced-reports{padding:0}.advanced-kpis{grid-template-columns:repeat(3,1fr)}}
@media(min-width:1101px){.pos-top{height:52px;padding:0 13px}.pos-top>a{min-height:32px;padding:0 9px;font-size:10px}.pos-top>div strong{font-size:15px}.pos-top>span{font-size:10px}.pos-layout{height:calc(100vh - 52px);grid-template-columns:235px minmax(540px,1fr) 245px}.pos-pane-head{height:52px;flex-basis:52px;padding:8px 10px}.pos-pane-head h2{font-size:15px}.pos-pane-head>span{padding:4px 7px;font-size:8px}.cart-items{padding:6px}.cart-items article{grid-template-columns:minmax(0,1fr) auto;padding:7px 8px;gap:5px 7px;margin-bottom:5px;border-radius:9px}.cart-items article>div{grid-column:1;grid-row:1}.cart-items article>div strong{font-size:10px}.cart-items article>div small{font-size:8px}.cart-items article>strong{grid-column:2;grid-row:1;font-size:10px}.qty-control{grid-column:1;grid-row:2;grid-template-columns:28px 28px 28px;justify-content:start;margin:0}.qty-control button{height:27px;border-radius:7px;font-size:15px}.qty-control b{font-size:11px}.item-gift-control{grid-column:2;grid-row:2}.item-gift-control button{width:27px;height:27px;border-radius:7px;font-size:12px}.product-tools{padding:7px 8px}.product-tools>input{height:34px;font-size:11px}.pos-categories{padding-top:6px}.pos-categories button{min-height:29px;padding:0 10px;font-size:9px}.pos-product-grid{padding:7px;grid-template-columns:repeat(4,minmax(135px,1fr));gap:6px}.pos-product button{height:68px;min-height:68px;grid-template-columns:60px minmax(0,1fr);border-radius:9px}.pos-product img,.pos-product-placeholder{width:60px;height:68px}.pos-product button>span:last-child{padding:6px 7px}.pos-product button strong{font-size:10px}.pos-product button small{font-size:7px}.pos-product button b{font-size:11px}.bill-lines{padding:7px 11px}.bill-lines p{padding:7px 0;font-size:9px}.bill-total{padding:11px;background:#f7faf8}.bill-total strong{font-size:19px}.bill-actions{gap:5px;padding:7px 9px 0}.bill-actions button,.bill-actions a{min-height:38px;border-radius:8px;font-size:10px}.bill-actions .pay{font-size:12px}.pos-bill{padding-bottom:7px}}
@media(min-width:1500px){.pos-product-grid{grid-template-columns:repeat(5,minmax(135px,1fr))}}
.customer-calorie-badge{padding:4px 7px;border-radius:12px;background:rgba(255,255,255,.1);color:#f6c453;font-size:8px;font-weight:800;white-space:nowrap}.product-price-calorie{display:flex;align-items:center;gap:12px;margin-bottom:28px;flex-wrap:wrap}.product-price-calorie .product-detail-price{margin-bottom:0}.product-price-calorie>span{padding:7px 10px;border-radius:18px;background:#fff4d8;color:#9d6900;font-size:10px;font-weight:800}@media(max-width:480px){.customer-product-foot{align-items:center}.customer-calorie-badge{font-size:7px;padding:3px 6px}.product-price-calorie{margin-bottom:22px}}
.customer-grid{padding:14px 18px 18px}.panel-head>form:has(input[name=q]){width:min(280px,40%);margin:0}.panel-head>form:has(input[name=q]) input{width:100%;height:40px;border:1px solid #dce3df;border-radius:10px;background:#fff;padding:0 12px;font-size:10px;outline:none}.panel-head>form:has(input[name=q]) input:focus{border-color:var(--brand);box-shadow:0 0 0 3px color-mix(in srgb,var(--brand) 12%,transparent)}.customer-detail>.panel{overflow:hidden}.customer-detail>.panel>.panel-head{padding:20px 22px}.customer-detail>.panel>h3{margin:0;padding:18px 20px 10px;font-size:15px}.customer-detail>.panel>.panel-head+h3{padding-top:16px}.customer-detail .loyalty-adjust{margin:0;padding:16px 20px;border-bottom:1px solid #e7ebe8;background:#fafcfb;align-items:end}.customer-detail .loyalty-adjust input{width:100%;height:43px;border:1px solid #dbe2de;border-radius:9px;background:#fff;padding:0 11px;font-size:10px;outline:none}.customer-detail .loyalty-adjust input:focus{border-color:var(--brand);box-shadow:0 0 0 3px color-mix(in srgb,var(--brand) 12%,transparent)}.customer-detail .loyalty-adjust .btn{height:43px;white-space:nowrap}.customer-detail .mini-history{padding:0 20px 18px}.customer-detail .mini-history p{min-height:49px;align-items:center}.customer-detail .mini-history p:last-child{border-bottom:0}.customer-detail .mini-history>p b{white-space:nowrap}.customer-detail .panel>.mini-history:empty:after{content:'Henüz kayıt yok.';display:block;padding:18px 0;color:var(--muted);font-size:10px}.customer-detail .loyalty-total{white-space:nowrap}@media(max-width:800px){.panel-head>form:has(input[name=q]){width:100%}.customer-detail .loyalty-adjust{grid-template-columns:1fr}.customer-detail .loyalty-adjust .btn{width:100%}}@media(max-width:520px){.customer-grid{padding:10px}.customer-detail>.panel>.panel-head{padding:16px}.customer-detail .mini-history{padding:0 15px 14px}.customer-detail>.panel>h3{padding-left:15px}.customer-card{grid-template-columns:38px 1fr auto}}
.reservation-card time{display:grid;justify-items:center;line-height:1.05}.reservation-card time>b{font-size:17px}.reservation-card time>small{margin-top:4px;padding:3px 6px;border-radius:8px;background:#eef3f0;color:#64716a;font-size:8px}.reservation-date-filter{width:auto!important;display:flex;align-items:center;gap:6px}.reservation-date-filter input{width:145px!important}.reservation-date-filter a{height:43px;padding:0 10px;border:1px solid #dbe2de;border-radius:9px;background:#fff;display:grid;place-items:center;color:var(--brand);font-size:9px;font-weight:800}@media(max-width:560px){.reservation-date-filter{width:100%!important}.reservation-date-filter input{width:100%!important}.reservation-date-filter a{flex:0 0 auto}}
.payment-dialog .coupon-apply-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:6px}.payment-dialog .coupon-apply-row input{margin:0}.payment-dialog .coupon-apply-button{min-width:72px;height:42px;padding:0 12px;border:0;border-radius:9px;background:var(--brand);color:#fff;font-size:10px;font-weight:800}.payment-dialog .coupon-apply-button:hover{background:var(--brand-dark)}.payment-dialog .coupon-apply-button:disabled{opacity:.6;cursor:wait}.payment-dialog .coupon-apply-result{min-height:13px;margin-top:1px;font-size:8px;font-weight:700}.payment-dialog .coupon-apply-result.success{color:#158553}.payment-dialog .coupon-apply-result.error{color:#c33444}@media(max-width:650px){.payment-dialog .coupon-apply-button{min-width:86px;height:44px}}
.payment-dialog .payment-customer-fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0 0 18px;padding:14px;border:1px solid #e3e8e5;border-radius:12px;background:#f7faf8}.payment-dialog .payment-customer-fields label{min-width:0;display:grid;gap:6px;margin:0;color:#52605a;font-size:9px;font-weight:800}.payment-dialog .payment-customer-fields input{width:100%;height:42px;min-width:0;margin:0;border:1px solid #d8e0db;border-radius:9px;background:#fff;color:var(--ink);padding:0 11px;font-size:11px;outline:none;appearance:none;transition:border-color .15s,box-shadow .15s}.payment-dialog .payment-customer-fields input::placeholder{color:#9aa49f}.payment-dialog .payment-customer-fields input:focus{border-color:var(--brand);box-shadow:0 0 0 3px color-mix(in srgb,var(--brand) 12%,transparent)}.payment-dialog .payment-customer-fields label:has(input[name=customer_phone]) input{letter-spacing:.02em}.payment-dialog .payment-customer-fields label:has(input[name=coupon_code]) input{text-transform:uppercase;font-weight:800}.payment-dialog .payment-dialog-body{max-height:min(72vh,650px);overflow-y:auto}.payment-dialog .payment-summary strong{font-size:12px}@media(max-width:650px){.payment-dialog .payment-customer-fields{grid-template-columns:1fr;padding:11px;gap:9px}.payment-dialog .payment-customer-fields input{height:44px}.payment-dialog .payment-dialog-body{max-height:68vh}}
.reservation-layout .form-panel form{display:grid;gap:0}.reservation-layout .form-panel input,.reservation-layout .form-panel select,.reservation-layout .form-panel textarea,.reservation-layout .panel-head input{width:100%;min-height:43px;border:1px solid #dbe2de;border-radius:10px;background:#fff;color:var(--ink);padding:10px 12px;outline:none;transition:border-color .15s,box-shadow .15s}.reservation-layout .form-panel textarea{min-height:76px;resize:vertical}.reservation-layout .form-panel input:focus,.reservation-layout .form-panel select:focus,.reservation-layout .form-panel textarea:focus,.reservation-layout .panel-head input:focus{border-color:var(--brand);box-shadow:0 0 0 3px color-mix(in srgb,var(--brand) 12%,transparent)}.reservation-layout .form-panel input[type=date],.reservation-layout .form-panel input[type=time],.reservation-layout .panel-head input[type=date]{color-scheme:light;appearance:auto}.reservation-layout .form-panel .form-grid{gap:0 12px}.reservation-layout .form-panel button.btn{width:100%;min-height:46px;margin-top:3px}.reservation-layout>.panel:last-child{overflow:hidden}.reservation-layout .panel-head form{margin:0;width:min(180px,45%)}.reservation-layout .panel-head form input{font-size:11px}.reservation-layout .reservation-list{padding:14px}.reservation-layout .reservation-card select{height:38px;padding:0 30px 0 10px;font-size:10px}.reservation-layout .reservation-card form{margin:0}@media(max-width:560px){.reservation-layout .form-panel .form-grid{grid-template-columns:1fr}.reservation-layout .panel-head{display:grid}.reservation-layout .panel-head form{width:100%}.reservation-layout .reservation-list{padding:10px}}
.reservation-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:16px}.reservation-kpis article{padding:16px;border:1px solid #e0e6e2;border-radius:14px;background:#fff;display:grid}.reservation-kpis small{font-size:8px;color:#77837d;font-weight:800}.reservation-kpis strong{font-size:26px}.reservation-kpis span{font-size:9px;color:#77837d}.reservation-layout{align-items:start}.reservation-list{display:grid;gap:8px}.reservation-card{display:grid;grid-template-columns:55px 1fr auto;gap:12px;align-items:center;padding:12px;border:1px solid #e3e8e5;border-left:4px solid #f0a128;border-radius:11px;background:#fff}.reservation-card.confirmed{border-left-color:#17955f}.reservation-card.seated{border-left-color:#3478dc}.reservation-card.cancelled,.reservation-card.no_show{opacity:.6;border-left-color:#ca3d4d}.reservation-card time{font-size:17px;font-weight:800}.reservation-card>div{display:grid}.reservation-card small,.reservation-card p{font-size:9px;color:#748079;margin:2px 0}.reservation-card select{min-width:115px}.customer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.customer-card{padding:12px;border:1px solid #e1e7e3;border-radius:12px;background:#fff;display:grid;grid-template-columns:40px 1fr auto;gap:8px;align-items:center}.customer-card.active{border-color:#f05a28;box-shadow:0 0 0 2px rgba(240,90,40,.1)}.customer-card>span{width:38px;height:38px;border-radius:11px;background:#fff0ea;color:#e24e1d;display:grid;place-items:center;font-weight:800}.customer-card>div{display:grid}.customer-card small,.customer-card em{font-size:8px;color:#75817b;font-style:normal}.customer-card b{font-size:10px;color:#15945e}.customer-card em{grid-column:2/4}.customer-detail{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:14px}.loyalty-total{font-size:23px;color:#15945e}.loyalty-adjust{display:grid;grid-template-columns:120px 1fr auto;gap:8px;margin-bottom:20px}.mini-history{display:grid}.mini-history p{display:flex;justify-content:space-between;gap:12px;padding:9px 0;border-bottom:1px solid #e7ebe8;margin:0;font-size:10px}.mini-history span{display:grid}.mini-history small{color:#7a8680}.mini-history .positive{color:#14945f}.mini-history .negative{color:#cb3647}.coupon-list{display:grid;gap:8px}.coupon-list article{display:grid;grid-template-columns:105px 1fr auto;gap:11px;align-items:center;padding:12px;border:1px solid #e1e7e3;border-radius:11px}.coupon-list code{padding:7px;background:#17201c;color:#fff;border-radius:7px;text-align:center;font-weight:800}.coupon-list article>div{display:grid}.coupon-list small{font-size:8px;color:#748079}.payment-customer-fields{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:16px}.payment-customer-fields label{font-size:9px;font-weight:700}.payment-customer-fields input{width:100%;margin-top:5px}.reservation-public-page{min-height:100vh;background:radial-gradient(circle at 80% 5%,rgba(240,90,40,.13),transparent 28%),#f3f6f4;color:#17201c}.reservation-public-page>header{height:70px;padding:0 max(20px,calc((100% - 880px)/2));background:#111c18;color:#fff;display:flex;align-items:center;justify-content:space-between}.reservation-public-page>header a{color:#fff}.reservation-public-page main{width:min(820px,calc(100% - 28px));margin:35px auto}.reservation-public-page main>section{padding:clamp(22px,5vw,48px);border:1px solid #dfe6e2;border-radius:22px;background:#fff;box-shadow:0 18px 55px rgba(26,42,34,.08)}.reservation-public-page h1{font-size:clamp(34px,6vw,57px);margin:5px 0 10px}.reservation-public-page main>section>p{color:#6e7a74}.reservation-public-page form{display:grid;gap:14px;margin-top:25px}.reservation-public-page label{display:grid;gap:5px;font-size:11px;font-weight:700}.reservation-public-page input,.reservation-public-page select,.reservation-public-page textarea{width:100%;border:1px solid #d9e0dc;border-radius:10px;padding:12px;background:#fafcfb}.reservation-public-page form>button{min-height:50px;border:0;border-radius:11px;background:#f05a28;color:#fff;font-weight:800}.privacy-note{color:#79847f;text-align:center}.reservation-success{text-align:center;padding:30px}.reservation-success>span{width:60px;height:60px;margin:auto;border-radius:50%;background:#dff5e9;color:#148b58;display:grid;place-items:center;font-size:30px}.customer-reservation-fab{position:fixed;z-index:72;right:21px;bottom:160px;padding:11px 16px;border-radius:28px;background:#fff;color:#17201c;box-shadow:0 10px 30px rgba(0,0,0,.25);display:flex;align-items:center;gap:7px;font-size:11px}.reservation-notification-stack{position:fixed;z-index:150;right:18px;top:18px;width:min(360px,calc(100% - 30px));display:grid;gap:8px}.reservation-reminder-toast{padding:13px;border-radius:13px;background:#17201c;color:#fff;box-shadow:0 15px 40px rgba(0,0,0,.25);display:flex;gap:10px}.reservation-reminder-toast>span{font-size:23px}.reservation-reminder-toast div{display:grid}.reservation-reminder-toast p,.reservation-reminder-toast small{margin:2px 0;font-size:9px;color:#bdc8c2}@media(max-width:800px){.customer-grid{grid-template-columns:1fr 1fr}.customer-detail{grid-template-columns:1fr}.payment-customer-fields{grid-template-columns:1fr}.reservation-layout{grid-template-columns:1fr}.reservation-kpis{grid-template-columns:repeat(3,1fr)}}@media(max-width:520px){.customer-grid,.reservation-kpis{grid-template-columns:1fr}.reservation-card{grid-template-columns:45px 1fr}.reservation-card form{grid-column:1/3}.loyalty-adjust{grid-template-columns:1fr}.customer-reservation-fab{right:10px;bottom:88px;padding:9px 12px}}

/* social product sharing */
.product-share-box{margin-top:20px!important}.product-share-box>div{display:flex;flex-wrap:wrap;gap:7px}.product-share-box button,.product-share-box a{min-width:76px;height:48px;padding:5px 8px;border:1px solid #e1e6e3;border-radius:10px;background:#fff;color:#34413b;display:grid;place-items:center;align-content:center;gap:1px}.product-share-box button:hover,.product-share-box a:hover{border-color:#ef956f;background:#fff8f5}.product-share-box b{font-size:16px}.product-share-box span{font-size:7px;font-weight:800}.product-share-box .share-whatsapp{color:#168c52}.product-share-box .share-facebook{color:#2564b8}.product-share-box .share-x{color:#111}.product-share-box>p,[data-share-status]{min-height:16px;margin:7px 0 0!important;color:#138251!important;font-size:9px!important;font-weight:800;opacity:0;transition:.18s}.product-share-box>p.show,[data-share-status].show{opacity:1}.admin-product-share .panel-head p:last-child{margin:5px 0 0;color:var(--muted);font-size:10px}.admin-product-share .panel-head>span{padding:6px 9px;border-radius:15px;background:#edf7f1;color:#167449;font-size:9px;font-weight:800}.admin-share-warning{margin:15px 18px 0;padding:11px 13px;border-radius:9px;background:#fff5df;color:#805e16;font-size:10px}.admin-share-grid{padding:18px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.admin-share-grid article{min-width:0;padding:10px;border:1px solid var(--line);border-radius:12px;background:#fafbfa;display:grid;grid-template-columns:74px minmax(0,1fr);gap:11px}.admin-share-grid article>img,.admin-share-placeholder{width:74px;height:74px;border-radius:9px;object-fit:cover;background:#e8ecea;display:grid;place-items:center;font-size:28px}.admin-share-grid article>div{min-width:0;display:grid;align-content:center}.admin-share-grid strong{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-share-grid small{margin-top:3px;color:var(--muted);font-size:8px}.admin-share-grid nav{margin-top:8px;display:flex;gap:4px;flex-wrap:wrap}.admin-share-grid nav a,.admin-share-grid nav button{min-height:27px;padding:5px 7px;border:1px solid #dce3df;border-radius:7px;background:#fff;color:#425049;font-size:8px;font-weight:800}.admin-share-grid nav a:hover,.admin-share-grid nav button:hover{border-color:var(--brand);color:var(--brand)}.admin-share-grid [data-share-status]{min-height:0;margin-top:4px!important;font-size:8px!important}@media(max-width:900px){.admin-share-grid{grid-template-columns:1fr}}@media(max-width:480px){.product-share-box>div{display:grid;grid-template-columns:repeat(3,1fr)}.product-share-box button,.product-share-box a{min-width:0}.admin-share-grid{padding:12px}.admin-share-grid article{grid-template-columns:58px minmax(0,1fr)}.admin-share-grid article>img,.admin-share-placeholder{width:58px;height:58px}}

/* indexable category landing pages */
.category-detail-page{margin:0;background:#f4f6f5;color:#17201c}.category-detail-main{width:min(1180px,calc(100% - 32px));min-height:calc(100vh - 160px);margin:auto;padding:25px 0 60px}.category-detail-hero{min-height:315px;border-radius:22px;overflow:hidden;background:linear-gradient(120deg,#15221c,#263a31);color:#fff;display:grid;grid-template-columns:45% 55%;box-shadow:0 18px 50px rgba(25,45,35,.12)}.category-detail-hero>img{width:100%;height:100%;min-height:315px;object-fit:cover}.category-detail-hero>div{padding:clamp(28px,5vw,60px);display:grid;align-content:center}.category-detail-hero h1{margin:3px 0 12px;font-size:clamp(38px,5vw,64px);line-height:1}.category-detail-hero p:not(.eyebrow){margin:0;color:#b7c4bd;font-size:13px;line-height:1.7}.category-detail-hero span{justify-self:start;margin-top:18px;padding:7px 10px;border-radius:16px;background:var(--display-accent);color:#111827;font-size:9px;font-weight:900}.category-product-list{margin-top:25px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.category-product-list article{border:1px solid #e0e5e2;border-radius:15px;background:#fff;overflow:hidden;box-shadow:0 7px 22px rgba(35,52,43,.04)}.category-product-list article>a{height:190px;display:grid;grid-template-columns:190px minmax(0,1fr)}.category-product-list img,.category-product-list article>a>span{width:190px;height:190px;object-fit:cover;background:#e8ecea;display:grid;place-items:center;font-size:45px;color:#a4afa9}.category-product-list article div{min-width:0;padding:18px;display:flex;flex-direction:column}.category-product-list small{color:var(--brand);font-size:8px;font-weight:900;letter-spacing:.08em}.category-product-list h2{margin:4px 0 6px;font-size:18px}.category-product-list p{margin:0;color:#748078;font-size:10px;line-height:1.5}.category-product-list strong{margin-top:auto;color:#13a267;font-size:16px}.category-product-list b{align-self:flex-end;margin-top:-16px;color:#6c7972;font-size:8px}@media(max-width:780px){.category-detail-hero{grid-template-columns:1fr}.category-detail-hero>img{min-height:220px;height:35vh}.category-product-list{grid-template-columns:1fr}}@media(max-width:480px){.category-detail-main{width:calc(100% - 20px);padding-top:14px}.category-detail-hero{border-radius:16px}.category-detail-hero>div{padding:25px 20px}.category-product-list article>a{height:155px;grid-template-columns:125px minmax(0,1fr)}.category-product-list img,.category-product-list article>a>span{width:125px;height:155px}.category-product-list article div{padding:13px}.category-product-list p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}}
.customer-category-seo-link{color:#aeb8c6;font-size:9px;font-weight:800;white-space:nowrap}.customer-category-seo-link:hover{color:var(--display-accent)}

/* SEO health dashboard */
.seo-audit-panel .panel-head{align-items:center}.seo-score{width:74px;height:74px;border-radius:50%;background:conic-gradient(#18a466 calc(var(--score)*1%),#e5ebe8 0);position:relative;display:grid;place-items:center;align-content:center}.seo-score:before{content:'';position:absolute;inset:7px;border-radius:50%;background:#fff}.seo-score strong,.seo-score small{position:relative;z-index:1}.seo-score strong{font-size:23px;line-height:1}.seo-score small{color:var(--muted);font-size:8px}.seo-check-grid{padding:18px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.seo-check-grid article{padding:11px 12px;border:1px solid var(--line);border-radius:10px;display:grid;grid-template-columns:28px minmax(0,1fr);gap:9px;align-items:center}.seo-check-grid article>span{width:28px;height:28px;border-radius:9px;display:grid;place-items:center;font-weight:900}.seo-check-grid article.ok>span{background:#e1f6e9;color:#16804d}.seo-check-grid article.warning>span{background:#fff0d8;color:#b16d08}.seo-check-grid article>div{display:grid}.seo-check-grid strong{font-size:10px}.seo-check-grid small{margin-top:2px;color:var(--muted);font-size:8px}.seo-tool-links{padding:0 18px 18px;display:flex;gap:7px;flex-wrap:wrap}.seo-tool-links a{padding:9px 11px;border:1px solid #d9e1dd;border-radius:8px;background:#fafcfa;color:#315c49;font-size:9px;font-weight:800}.seo-tool-links a[href="#"]{opacity:.45;pointer-events:none}@media(max-width:650px){.seo-check-grid{grid-template-columns:1fr}.seo-score{width:62px;height:62px;flex:0 0 auto}}
.backup-kpis{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:18px}.backup-kpis article{background:#fff;border:1px solid #e2e8e4;border-radius:16px;padding:20px;display:grid;gap:7px}.backup-kpis small{font-size:10px;font-weight:800;letter-spacing:.12em;color:#8a9690}.backup-kpis strong{font-size:23px;color:#17201c}.backup-kpis span{font-size:12px;color:#6b7771}.backup-overview{margin-bottom:18px}.backup-path{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:14px 18px;margin:0 20px 18px;border-radius:12px;background:#f3f6f4}.backup-path span{font-weight:700}.backup-path code{word-break:break-all}.backup-status{margin:0 20px 20px;padding:14px 16px;border-radius:12px;display:flex;align-items:center;gap:14px;background:#fff5df;color:#8b5a00}.backup-status.success{background:#e8f8ef;color:#137648}.backup-status.failed{background:#fff0f0;color:#b22c2c}.backup-status p{margin:0 0 0 auto}.backup-actions{display:flex;align-items:center;gap:8px}.backup-actions form{display:flex;align-items:center;gap:8px;margin:0}.backup-actions input{min-width:150px;max-width:190px}@media(max-width:900px){.backup-kpis{grid-template-columns:1fr}.backup-path,.backup-status{align-items:flex-start;flex-direction:column}.backup-actions,.backup-actions form{align-items:stretch;flex-direction:column}.backup-actions input{max-width:none}}
.table-card-body .table-seated-time{display:block;margin-top:1px;color:#b2274d;font-size:8px;font-weight:800;line-height:1.2}.reserved .table-card-body .table-seated-time{color:#9b641f}
.customer-add-order{border:0;border-radius:10px;background:var(--display-accent,#f05a28);color:#fff;font:inherit;font-weight:800;padding:9px 12px;cursor:pointer;white-space:nowrap}
.customer-cart-fab{position:fixed;left:28px;bottom:72px;z-index:75;display:flex;align-items:center;gap:9px;border:2px solid rgba(255,255,255,.7);border-radius:999px;background:#111827;color:#fff;padding:14px 18px;box-shadow:0 12px 35px rgba(0,0,0,.35);font:inherit;cursor:pointer}
.customer-cart-fab em{display:grid;place-items:center;min-width:25px;height:25px;border-radius:50%;background:var(--display-accent,#f05a28);font-style:normal;font-weight:800}
.customer-cart-fab.has-items{box-shadow:0 0 0 5px color-mix(in srgb,var(--display-accent,#f05a28) 25%,transparent),0 12px 35px rgba(0,0,0,.35)}
.customer-cart-pulse{animation:customerCartPulse .45s ease}
@keyframes customerCartPulse{50%{transform:scale(1.08)}}
.customer-order-dialog{width:min(520px,calc(100% - 28px));max-height:90vh;border:0;border-radius:24px;padding:28px;background:#fff;color:#111827;box-shadow:0 25px 80px rgba(0,0,0,.45)}
.customer-order-dialog::backdrop{background:rgba(5,12,24,.72);backdrop-filter:blur(3px)}
.customer-order-dialog h2{margin:4px 0 6px}.customer-order-dialog>p{color:#64748b}
.customer-order-dialog form,.customer-order-dialog label{display:grid;gap:7px}.customer-order-dialog form{gap:15px;margin-top:20px}
.customer-order-dialog input,.customer-order-dialog textarea{width:100%;box-sizing:border-box;border:1px solid #d7dde5;border-radius:12px;padding:12px;font:inherit}
.customer-variant-title{display:block;margin:5px 0 10px}
.customer-variant-choice{grid-template-columns:auto 1fr auto!important;align-items:center;border:1px solid #e1e6ed;border-radius:12px;padding:12px;margin-bottom:8px;cursor:pointer}
.customer-variant-choice:has(input:checked){border-color:var(--display-accent,#f05a28);background:#fff7f3}
.customer-variant-choice input{width:auto}.customer-variant-choice b{color:#059669}
.customer-cart-items{display:grid;gap:10px;max-height:42vh;overflow:auto;margin:18px 0}
.customer-cart-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:9px 12px;align-items:center;border:1px solid #e5e7eb;border-radius:15px;padding:13px}
.customer-cart-row>div:first-child{display:grid;gap:3px}.customer-cart-row small,.customer-cart-row span{color:#64748b;font-size:12px}
.customer-cart-controls{display:flex;align-items:center;gap:7px}.customer-cart-controls button{border:0;border-radius:8px;background:#edf1f5;padding:7px 10px;cursor:pointer}.customer-cart-controls .remove{color:#b91c1c}
.customer-cart-line-total{grid-column:1/-1;text-align:right;color:#059669}
.customer-cart-empty{text-align:center;padding:24px;border:1px dashed #ccd4df;border-radius:14px}
.customer-cart-total{display:flex;justify-content:space-between;align-items:center;margin:15px 0;font-size:18px}.customer-cart-total strong{color:#059669;font-size:22px}
.customer-order-disclaimer{font-size:12px;background:#f1f5f9;border-radius:10px;padding:10px}
.customer-order-result{margin:10px 0;font-weight:700}.customer-order-result.success{color:#047857}.customer-order-result.error{color:#b91c1c}
@media(max-width:700px){.customer-add-order{flex-basis:100%;margin-top:6px}.customer-cart-fab{left:14px;bottom:88px;padding:12px 15px}.customer-order-dialog{padding:22px 18px}.customer-cart-row{grid-template-columns:1fr}.customer-cart-line-total{grid-column:auto;text-align:left}}
.customer-orders-intro{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px}.customer-orders-intro h2{margin:3px 0}.customer-orders-intro>span{border-radius:999px;background:#fff1e9;color:#c2410c;padding:10px 15px;font-weight:800}
.customer-order-admin-list{display:grid;gap:18px}.customer-order-admin-card.status-pending{border-top:3px solid #f05a28}.customer-order-admin-card.status-approved,.customer-order-admin-card.status-rejected{opacity:.78}
.customer-request-note{margin:0 20px 16px;border-radius:12px;background:#fff7ed;color:#9a3412;padding:12px 14px}
.customer-request-items{display:grid;border-top:1px solid #e5e7eb;background:#f8faf9}.customer-request-item{display:grid;grid-template-columns:minmax(190px,1.25fr) minmax(190px,1fr) 110px minmax(220px,1.35fr) 115px;gap:14px;align-items:end;padding:16px 20px;border-bottom:1px solid #e2e8e5;background:#fff;transition:background-color .15s}
.customer-request-item:hover{background:#fbfdfc}.customer-request-item>div:first-child{display:grid;gap:4px;align-self:center}.customer-request-item>div:first-child strong{font-size:14px;color:#17201c}.customer-request-item>div:first-child small{font-size:10px;color:#6b7871}.customer-request-item label{display:grid;gap:7px;margin:0;color:#56645d;font-size:10px;font-weight:800;letter-spacing:.02em}.customer-request-item input,.customer-request-item select{width:100%;height:44px;box-sizing:border-box;border:1px solid #d7dfda;border-radius:11px;padding:0 12px;background:#fff;color:#17201c;font:inherit;font-size:13px;outline:none;transition:border-color .15s,box-shadow .15s,background-color .15s}.customer-request-item select{padding-right:34px;cursor:pointer}.customer-request-item input:focus,.customer-request-item select:focus{border-color:#f05a28;box-shadow:0 0 0 3px rgba(240,90,40,.12)}.customer-request-item input:disabled,.customer-request-item select:disabled{background:#f1f4f2;color:#7b8781;cursor:not-allowed}.customer-request-item label>small{min-height:12px;color:#87928c;font-size:8px;line-height:1.25}.customer-request-item input[type=number]{font-weight:800;text-align:center}.request-line-total{align-self:center;text-align:right;color:#059669;font-size:15px;white-space:nowrap}
.customer-order-review-actions{display:flex;justify-content:flex-end;gap:10px;padding:18px 20px}.customer-request-reviewed{text-align:right;padding:0 20px 18px;color:#64748b}.customer-orders-empty{text-align:center;padding:45px}
#customerOrderBadge,#callBadge{display:inline-grid;place-items:center;min-width:20px;height:20px;border-radius:999px;background:#f05a28;color:#fff;font-size:10px;padding:0 4px}
.btn-danger{background:#dc2626!important;color:#fff!important;border-color:#dc2626!important}
@media(max-width:1250px){.customer-request-item{grid-template-columns:minmax(150px,1.1fr) minmax(160px,1fr) 90px minmax(170px,1.2fr) 100px}.customer-order-review-actions{flex-wrap:wrap}}
@media(max-width:900px){.customer-request-item{grid-template-columns:1fr 1fr}.request-line-total{grid-column:auto;text-align:left}.customer-order-review-actions{flex-wrap:wrap}}
@media(max-width:650px){.customer-orders-intro{align-items:flex-start}.customer-request-item{grid-template-columns:1fr}.customer-order-review-actions{display:grid}.customer-order-review-actions .btn{width:100%}}

/* customer ordering v2: automatic submit and collision-free navigation */
.customer-header-orders{height:46px;display:flex;align-items:center;gap:7px;border:1px solid rgba(255,255,255,.18);border-radius:13px;padding:0 12px;background:rgba(255,255,255,.08);color:#fff;font:inherit;font-size:11px;font-weight:800;cursor:pointer;white-space:nowrap}
.customer-header-orders:hover{border-color:var(--display-accent);background:rgba(255,255,255,.12)}.customer-header-orders span{font-size:16px}.customer-header-orders em,.customer-order-count{min-width:20px;height:20px;box-sizing:border-box;padding:0 5px;border-radius:999px;background:var(--display-accent);color:#111827;display:inline-grid;place-items:center;font-style:normal;font-size:9px;font-weight:900}
.customer-header-orders em[hidden],.customer-order-count[hidden]{display:none}.customer-category-reservation{display:grid;place-items:center;margin-left:auto;background:#fff!important;border-color:#fff!important;color:#17201c!important;text-decoration:none}
.customer-order-history{gap:12px;max-height:58vh}.customer-order-history-card{overflow:hidden;border:1px solid #e2e8e5;border-radius:15px;background:#fff}.customer-order-history-card.is-pending{border-left:4px solid #f59e0b}.customer-order-history-card.is-approved{border-left:4px solid #10b981}.customer-order-history-card.is-rejected{border-left:4px solid #ef4444}
.customer-order-history-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 14px;background:#f8faf9;border-bottom:1px solid #e8ece9}.customer-order-history-head>div{display:grid;gap:2px}.customer-order-history-head small{color:#7a8680;font-size:9px}.customer-order-history-status{padding:6px 9px;border-radius:999px;font-size:9px;font-weight:800;text-align:center}.customer-order-history-status.pending{background:#fff3d6;color:#9a5a00}.customer-order-history-status.approved{background:#e3f7ed;color:#08734a}.customer-order-history-status.rejected{background:#fee8e8;color:#b4232f}
.customer-order-history-item{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:11px 14px;border-bottom:1px solid #edf0ee}.customer-order-history-item>span{display:grid;gap:3px}.customer-order-history-item small{color:#748079;font-size:9px}.customer-order-history-item>b{color:#059669;white-space:nowrap}.customer-order-history-total{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;background:#fbfcfb}.customer-order-history-total span{color:#66736c;font-size:10px;font-weight:800}.customer-order-history-total strong{color:#17201c;font-size:16px}
.customer-order-grand-total{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:4px;padding:17px 18px;border:1px solid color-mix(in srgb,var(--display-accent,#f05a28) 30%,#dce4df);border-radius:15px;background:linear-gradient(135deg,#fff7f2,#fff);box-shadow:0 8px 24px rgba(23,32,28,.06)}.customer-order-grand-total>span{display:grid;gap:2px}.customer-order-grand-total small{color:#a64a27;font-size:8px;font-weight:900;letter-spacing:.12em}.customer-order-grand-total strong{color:#17201c;font-size:15px}.customer-order-grand-total>b{color:#059669;font-size:23px;white-space:nowrap}
.customer-bill-request{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:16px;padding:14px;border:1px solid #dce4df;border-radius:15px;background:#f7faf8}.customer-bill-request>div{display:grid;gap:3px}.customer-bill-request strong{font-size:13px}.customer-bill-request small{color:#748079;font-size:9px}.customer-bill-request button{min-height:44px;border:0;border-radius:11px;padding:0 16px;background:var(--display-accent,#f05a28);color:#fff;font:inherit;font-size:12px;font-weight:800;white-space:nowrap;cursor:pointer}.customer-bill-request button:disabled{opacity:.68;cursor:not-allowed}
.customer-option-submit-success{color:#08734a}.customer-option-submit-error{color:#b4232f}
@media(max-width:760px){.customer-mobile-quick-actions{display:none!important}.customer-header-orders{display:none}.customer-category-reservation{margin-left:0}.customer-mobile-reservation{position:relative;height:145px;padding:0;overflow:hidden;border:1px solid rgba(255,255,255,.22);border-radius:13px;background:linear-gradient(135deg,var(--display-accent),#8f1f1f);color:#fff;text-align:left;box-shadow:0 8px 22px rgba(0,0,0,.3)}.customer-mobile-reservation:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 20%,rgba(4,8,16,.78))}.customer-mobile-reservation>.mobile-category-placeholder{width:100%;height:100%;display:grid;place-items:center;background:transparent;font-size:48px;color:rgba(255,255,255,.82)}.customer-mobile-reservation>span:last-child{position:absolute;z-index:1;left:12px;right:10px;bottom:11px;display:grid;gap:1px}.customer-mobile-reservation small{font-size:7px;letter-spacing:.12em;color:#f5e8e3}.customer-mobile-reservation strong{font-size:15px;text-shadow:0 2px 7px #000}.customer-mobile-bottom-nav .customer-order-count{display:inline-grid;min-width:15px;height:15px;padding:0 3px;margin-left:2px;font-size:7px;background:#fff;color:#be341d}.customer-order-history-head{align-items:flex-start}.customer-order-history-status{max-width:145px}.customer-order-dialog{max-height:88vh;overflow:auto}}
@media(max-width:380px){.customer-mobile-reservation{height:128px}}
@media(max-width:520px){.customer-bill-request{align-items:stretch;flex-direction:column}.customer-bill-request button{width:100%}}

/* automatic installer */
.installer-page{min-height:100vh;background:radial-gradient(circle at 9% 0,rgba(240,90,40,.12),transparent 30%),radial-gradient(circle at 100% 100%,rgba(23,128,75,.09),transparent 34%),#f4f6f5;padding:34px 18px 60px}.installer-shell{width:min(1120px,100%);margin:auto}.installer-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}.installer-brand{display:flex;align-items:center;gap:13px}.installer-brand .brand-mark{width:48px;height:48px;border-radius:14px;font-size:25px}.installer-brand p{margin:0}.installer-brand strong{font-size:16px}.installer-secure{padding:9px 13px;border:1px solid #dfe5e1;border-radius:24px;background:rgba(255,255,255,.8);color:#51605a;font-size:11px;font-weight:800}.installer-intro{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:end;margin-bottom:25px}.installer-intro h1{font:700 clamp(32px,5vw,52px)/1.04 'Playfair Display',Georgia,serif;margin:5px 0 11px}.installer-intro>div>p:last-child{max-width:650px;margin:0;color:var(--muted);line-height:1.6}.installer-intro ol{display:flex;list-style:none;padding:0;margin:0}.installer-intro li{min-width:125px;display:flex;align-items:center;gap:9px;position:relative;color:#99a39e}.installer-intro li:not(:last-child):after{content:'';position:absolute;top:15px;left:31px;right:0;height:1px;background:#d9dfdc}.installer-intro li b{position:relative;z-index:1;width:31px;height:31px;border-radius:50%;display:grid;place-items:center;background:#e6eae8;font-size:11px}.installer-intro li>span{display:grid;font-size:11px;font-weight:800}.installer-intro li small{font-size:8px;font-weight:500}.installer-intro li.active{color:var(--ink)}.installer-intro li.active b{background:var(--brand);color:#fff}.installer-alert{display:grid;gap:3px;margin-bottom:18px;padding:15px 17px;border:1px solid #fac6c6;border-radius:12px;background:#fff1f1;color:#a82d2d}.installer-alert strong{font-size:13px}.installer-alert span{font-size:11px}.installer-layout{display:grid;grid-template-columns:310px 1fr;gap:20px;align-items:start}.installer-requirements,.installer-form,.installer-complete{background:#fff;border:1px solid #e1e6e3;border-radius:19px;box-shadow:0 14px 45px rgba(26,39,32,.06)}.installer-requirements{padding:23px;position:sticky;top:20px}.installer-requirements h2{margin:4px 0 17px;font-size:21px}.installer-checklist{display:grid;gap:8px}.installer-checklist article{display:flex;align-items:center;gap:10px;padding:10px;border:1px solid #e8ece9;border-radius:10px}.installer-checklist i{width:27px;height:27px;border-radius:50%;display:grid;place-items:center;font-style:normal;font-size:11px;font-weight:900}.installer-checklist .is-ok i{background:#dff5e8;color:#147447}.installer-checklist .is-error i{background:#ffebeb;color:#ba3232}.installer-checklist span{display:grid}.installer-checklist strong{font-size:10px}.installer-checklist small{font-size:8px;color:var(--muted);margin-top:2px}.installer-note{margin:17px 0 0;padding:12px;border-radius:10px;background:#f3f6f4;color:#66736d;font-size:9px;line-height:1.55}.installer-form{overflow:hidden}.installer-form fieldset{border:0;padding:24px;margin:0;border-bottom:1px solid #e8ece9}.installer-form legend{width:100%;display:flex;align-items:center;gap:11px;padding:0 0 18px}.installer-form legend>span{width:35px;height:35px;border-radius:10px;background:#fff0e9;color:var(--brand);display:grid;place-items:center;font-size:10px;font-weight:900}.installer-form legend>div{display:grid;font-size:14px;font-weight:800}.installer-form legend small{font-size:9px;color:var(--muted);font-weight:500;margin-top:2px}.installer-fields{display:grid;grid-template-columns:1fr 1fr;gap:0 14px}.installer-fields label{display:grid;gap:6px;margin-bottom:14px;color:#435049;font-size:10px;font-weight:800}.installer-fields input{width:100%;height:45px;border:1px solid #d9e0dc;border-radius:10px;background:#fbfcfb;padding:0 12px;outline:none}.installer-fields input:focus{border-color:var(--brand);background:#fff;box-shadow:0 0 0 3px rgba(240,90,40,.1)}.installer-fields label>small{font-size:8px;color:var(--muted)}.installer-fields .span-2{grid-column:span 2}.installer-submit{padding:20px 24px;display:flex;align-items:center;justify-content:space-between;gap:20px;background:#fafcfb}.installer-submit p{display:grid;margin:0}.installer-submit strong{font-size:10px}.installer-submit span{color:var(--muted);font-size:8px;margin-top:2px}.installer-submit button{min-width:175px;min-height:47px}.installer-submit button:disabled{opacity:.45;cursor:not-allowed}.installer-complete{width:min(680px,100%);margin:70px auto;padding:50px;text-align:center}.installer-check{width:72px;height:72px;border-radius:50%;margin:0 auto 20px;background:#def5e8;color:#13824f;display:grid;place-items:center;font-size:35px;font-weight:900}.installer-complete h1{font:700 clamp(32px,5vw,45px)/1.1 'Playfair Display',Georgia,serif;margin:5px 0 10px}.installer-complete>p:not(.eyebrow){max-width:530px;margin:0 auto 25px;color:var(--muted);line-height:1.6}.installer-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:0 0 22px}.installer-summary div{padding:12px;border:1px solid #e4e9e6;border-radius:10px;background:#fafcfb;overflow:hidden}.installer-summary dt{font-size:8px;color:var(--muted)}.installer-summary dd{margin:3px 0 0;font-size:10px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.installer-login{min-height:48px;margin-bottom:16px}.installer-complete>small{display:block;color:var(--muted);font-size:9px}.installer-complete code,.installer-submit code{padding:2px 4px;border-radius:4px;background:#edf1ef;color:#415048}@media(max-width:850px){.installer-intro{grid-template-columns:1fr}.installer-intro ol{display:none}.installer-layout{grid-template-columns:1fr}.installer-requirements{position:static}.installer-checklist{grid-template-columns:1fr 1fr}}@media(max-width:560px){.installer-page{padding:20px 11px 40px}.installer-secure{display:none}.installer-intro h1{font-size:35px}.installer-checklist{grid-template-columns:1fr}.installer-form fieldset{padding:20px 17px}.installer-fields{grid-template-columns:1fr}.installer-fields .span-2{grid-column:auto}.installer-submit{padding:17px;display:grid}.installer-submit button{width:100%}.installer-summary{grid-template-columns:1fr}.installer-complete{margin:30px auto;padding:34px 20px}}
