:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,sans-serif;color:#1f2937;background:#fff7ed;font-synthesis:none}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button{cursor:pointer}.topbar{position:sticky;top:0;z-index:20;background:#991b1b;color:#fff;padding:.7rem 1rem;display:flex;align-items:center;gap:.7rem;box-shadow:0 2px 8px #0002}.topbar>div:first-child{display:grid;margin-inline-end:auto}.topbar span{font-size:.8rem;color:#fecaca}.topbar button,.language{border:1px solid #ffffff55;border-radius:.65rem;padding:.55rem;background:#7f1d1d;color:#fff}.center-card,.login-card{max-width:440px;margin:10vh auto;background:#fff;padding:1.5rem;border-radius:1.25rem;box-shadow:0 15px 40px #7f1d1d20}.login-page{min-height:100vh;padding:1rem}.login-card{display:grid;gap:1rem}.login-head{display:flex;align-items:center;gap:1rem}.login-head h1{margin:.2rem 0}.logo{width:64px;height:64px;border-radius:1rem;background:#b91c1c;color:#fbbf24;display:grid;place-items:center;font-weight:900;font-size:1.5rem}.login-card label{display:grid;gap:.4rem;font-weight:700}.login-card input,.customer-fields input,.customer-fields textarea,.cart-items input{width:100%;padding:.85rem;border:2px solid #e5e7eb;border-radius:.75rem}.login-card .language{background:#fff;color:#111827;border-color:#d1d5db}.alert{margin:1rem;background:#fee2e2;color:#991b1b;padding:.8rem;border-radius:.7rem}.home{padding:1rem;max-width:1100px;margin:auto}.home h1{text-align:center}.takeaway-card{width:100%;min-height:110px;border:0;border-radius:1rem;background:#111827;color:#fff;display:flex;align-items:center;justify-content:center;gap:1rem;font-size:1.6rem;box-shadow:0 5px 15px #11182722}.takeaway-card span{font-size:2.6rem}.tables-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:.75rem}.table-button{min-height:110px;border:3px solid #fbbf24;background:#fff;border-radius:1rem;display:grid;place-items:center;padding:.7rem}.table-button strong{font-size:2rem;color:#991b1b}.table-button:disabled{opacity:.45;filter:grayscale(1)}.table-button small{color:#991b1b}.order-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;min-height:calc(100vh - 66px)}.menu-panel{padding:1rem;min-width:0}.order-title{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.order-title button{border:0;border-radius:.7rem;padding:.65rem;background:#fff}.order-title div{display:grid}.order-title strong{font-size:1.25rem}.category-nav{position:sticky;top:66px;z-index:10;display:flex;gap:.5rem;overflow:auto;background:#fff7ed;padding:.5rem 0}.category-nav button{white-space:nowrap;border:2px solid #fed7aa;background:#fff;border-radius:999px;padding:.65rem 1rem;font-weight:700}.category-nav button.active{background:#b91c1c;color:#fff;border-color:#b91c1c}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:.8rem;margin-top:.8rem}.product-card{background:#fff;border:1px solid #fed7aa;border-radius:1rem;overflow:hidden;display:flex;flex-direction:column}.product-card img{width:100%;height:130px;object-fit:cover}.product-card>div:not(.product-actions){padding:.8rem;flex:1}.product-card h3{margin:.1rem 0}.product-card p{font-size:.85rem;color:#6b7280}.product-actions{display:grid;gap:.35rem;padding:.65rem}.product-actions button{border:0;background:#fef3c7;border-radius:.7rem;padding:.7rem;display:flex;justify-content:space-between;font-weight:700}.cart-panel{position:sticky;top:66px;height:calc(100vh - 66px);overflow:auto;background:#fff;border-inline-start:1px solid #e5e7eb;padding:1rem;box-shadow:0 0 18px #0001}.cart-panel h2{margin-top:0}.empty{color:#6b7280;text-align:center;padding:2rem}.cart-items{display:grid;gap:.6rem}.cart-items article{border-bottom:1px solid #e5e7eb;padding-bottom:.6rem}.cart-line{display:flex;justify-content:space-between;gap:.5rem}.cart-line>div:first-child{display:grid}.cart-line span{font-size:.85rem;color:#6b7280}.stepper{display:flex;align-items:center;gap:.5rem}.stepper button{width:34px;height:34px;border:0;border-radius:50%;font-size:1.2rem}.cart-items input{padding:.55rem;margin-top:.45rem}.customer-fields{display:grid;gap:.5rem;margin-top:1rem}.customer-fields textarea{min-height:70px;resize:vertical}.cart-total{display:flex;justify-content:space-between;font-size:1.2rem;margin:1rem 0}.send-button{width:100%;border:0;border-radius:.85rem;background:#b91c1c;color:#fff;padding:1rem;font-weight:900;font-size:1.05rem}.send-button:disabled{opacity:.45}.clear-button{width:100%;border:0;background:transparent;color:#991b1b;padding:.8rem}.lang-note{display:block;text-align:center;color:#9ca3af}.success{text-align:center;max-width:500px;margin:12vh auto;padding:2rem}.checkmark{width:100px;height:100px;border-radius:50%;display:grid;place-items:center;background:#22c55e;color:#fff;font-size:4rem;margin:auto}.success h1{font-size:2rem}.success p{font-size:1.3rem}@media (max-width:900px){.tables-grid{grid-template-columns:repeat(3,1fr)}.order-layout{grid-template-columns:1fr}.cart-panel{position:static;height:auto;border:0;box-shadow:0 -4px 20px #0001}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:520px){.topbar{flex-wrap:wrap}.topbar>div:first-child{width:100%}.tables-grid{grid-template-columns:repeat(3,1fr)}.table-button{min-height:90px}.products-grid{grid-template-columns:1fr}.category-nav{top:105px}.order-title{align-items:flex-start}.product-card{display:grid;grid-template-columns:90px 1fr}.product-card img{height:100%;min-height:120px}.product-actions{grid-column:1/-1}.cart-line{align-items:center}}[dir=rtl] .order-title button{transform:scaleX(-1)}.language-switcher{display:flex;flex-wrap:wrap;gap:6px}.language-switcher button{min-height:44px;padding:8px 12px;border:2px solid #d9d9d9;border-radius:10px;background:#fff;font-weight:800}.language-switcher button.active{border-color:#d71920;background:#d71920;color:#fff}.staff-rice-control{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:14px 0;padding:14px;border:3px solid;border-radius:14px}.staff-rice-control>div{display:grid;gap:4px}.staff-rice-control.available{border-color:#16833a;background:#eaf8ef}.staff-rice-control.sold-out{border-color:#b42318;background:#fff0ee}.staff-rice-control button,.availability-toggle{min-height:48px;padding:10px 16px;border:0;border-radius:10px;background:#171717;color:#fff;font-weight:900}.sold-out-product{opacity:.76;border:3px solid #b42318}.product-status{display:flex;align-items:center;justify-content:space-between;gap:8px}.product-status span{padding:5px 9px;border-radius:999px;font-size:.78rem;font-weight:900}.product-status .available{background:#d9f7e2;color:#116b2c}.product-status .sold-out{background:#ffd9d5;color:#941f16}.product-status small{font-weight:800}.availability-toggle{width:100%;margin:8px 0;background:#424242}.product-actions button:disabled{cursor:not-allowed;opacity:.42}@media (max-width:700px){.topbar{align-items:flex-start;flex-wrap:wrap}.language-switcher{order:3;width:100%;display:grid;grid-template-columns:repeat(2,1fr)}.staff-rice-control{align-items:stretch;flex-direction:column}.staff-rice-control button{width:100%}}.staff-availability-groups{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 12px}.staff-availability-groups button{display:flex;align-items:center;gap:8px;min-height:36px;padding:7px 11px;border:1px solid;border-radius:9px;font-size:.8rem;font-weight:900}.staff-availability-groups button.available{border-color:#16833a;background:#eaf8ef;color:#116b2c}.staff-availability-groups button.sold-out{border-color:#b42318;background:#fff0ee;color:#941f16}.staff-availability-groups button:disabled{cursor:not-allowed;opacity:.55}.pickup-field{display:grid;gap:.35rem;font-weight:800}.pickup-field select{width:100%;min-height:48px}.staff-logo{width:48px;height:48px;object-fit:contain;flex:0 0 auto}.login-logo{width:120px;height:120px;object-fit:contain;flex:0 0 auto}.staff-nav{display:flex!important;gap:.35rem;margin-inline-end:0!important}.staff-volume{width:70px}.staff-orders{padding:1rem;max-width:1300px;margin:auto}.staff-order-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:1rem}.staff-order-grid>article{background:#fff;border:1px solid #fed7aa;border-radius:1rem;padding:1rem}.staff-order-badge{padding:.65rem;border:3px solid;border-radius:.6rem;text-align:center;font-size:1.25rem;font-weight:900}.staff-order-badge.takeaway{background:#111827;color:#fff;border-color:#111827}.staff-order-badge.dine_in{background:#fef3c7;color:#92400e;border-color:#f59e0b}.staff-order-heading{display:flex;justify-content:space-between;gap:.5rem;margin-top:.8rem}.staff-order-grid ul{padding-inline-start:1.2rem}.staff-order-grid li{margin:.65rem 0}.staff-order-grid li span,.staff-order-grid li em{display:block}.staff-order-note{background:#fef3c7;border-radius:.5rem;padding:.6rem}.staff-print-status{margin:.7rem 0;padding:.5rem;background:#f3f4f6;border-radius:.5rem}.staff-order-actions{display:flex;gap:.5rem}.staff-order-actions select{flex:1;padding:.6rem;border-radius:.5rem}.staff-order-actions button{border:0;border-radius:.5rem;background:#991b1b;color:#fff;padding:.6rem}.product-status{flex-wrap:wrap}@media (max-width:700px){.staff-nav{order:2}.staff-volume{display:none}.staff-logo{width:40px;height:40px}.login-logo{width:96px;height:96px}}.printer-health{padding:10px 14px;border-radius:12px;font-weight:900;margin-bottom:12px;background:#fee2e2;color:#991b1b}.printer-health.online{background:#dcfce7;color:#166534}.printer-health.delayed{background:#fef3c7;color:#92400e}.staff-print-status small{display:block;color:#92400e}.voided-item{text-decoration:line-through;opacity:.55}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background:#000a;display:grid;place-items:center;padding:20px}.order-edit-modal{background:#fff;color:#111827;width:min(900px,96vw);max-height:90vh;overflow:auto;border-radius:20px;padding:24px;box-shadow:0 30px 80px #0008}.edit-order-row{display:grid;grid-template-columns:minmax(180px,1fr) 80px minmax(180px,1fr) auto;gap:10px;align-items:center;margin:10px 0}.order-edit-modal input,.order-edit-modal select,.order-edit-modal textarea{border:1px solid #cbd5e1;border-radius:10px;padding:10px}.order-edit-modal textarea{width:100%;min-height:80px}@media (max-width:700px){.edit-order-row{grid-template-columns:1fr 80px}.edit-order-row input:nth-of-type(2){grid-column:1/-1}}.modal-backdrop{padding:14px}.order-edit-modal{width:min(760px,96vw);max-height:88vh;display:grid;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden;padding:0;background:#f8fafc;font-size:1.05rem}.edit-modal-header,.edit-modal-footer{background:#fff;padding:14px 18px;display:flex;align-items:center;justify-content:space-between;gap:12px}.edit-modal-header{border-bottom:1px solid #e2e8f0}.edit-modal-header h2{margin:2px 0;font-size:1.45rem}.edit-modal-header small{font-weight:900;color:#991b1b}.modal-close{width:44px;height:44px;border:0;border-radius:50%;font-size:1.8rem}.edit-modal-body{padding:14px;overflow:auto}.edit-section,.order-note-field{display:block;background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:12px;margin-bottom:12px}.edit-section h3{margin:0 0 10px}.edit-order-row,.new-order-row{display:grid;grid-template-columns:minmax(150px,1fr) auto minmax(150px,1fr) auto;gap:8px;align-items:center;padding:9px 0;margin:0;border-top:1px solid #e2e8f0}.edit-order-row:first-of-type,.new-order-row:first-of-type{border-top:0}.edit-item-name,.new-order-row>div:first-child{display:grid;gap:2px}.edit-item-name span,.new-order-row span{color:#64748b;font-size:.9rem}.edit-order-row.is-voided{grid-template-columns:1fr auto;background:#fee2e2;border-radius:10px;padding:10px;text-decoration:line-through}.quantity-stepper{display:grid!important;grid-template-columns:38px 42px 38px;align-items:center;text-align:center}.quantity-stepper button{height:38px;border:1px solid #cbd5e1;background:#fff;font-size:1.25rem;font-weight:900;padding:0}.delete-item-button{background:#b91c1c!important;color:#fff!important;border-color:#b91c1c!important}.undo-button{background:#fff!important;color:#991b1b!important}.edit-section-title{display:flex;justify-content:space-between;align-items:start;gap:10px}.edit-section-title h3{margin-bottom:2px}.edit-section-title small{color:#64748b}.edit-section-title>b{display:grid;place-items:center;min-width:34px;height:34px;border-radius:50%;background:#fbbf24}.menu-picker-tools{display:grid;grid-template-columns:1fr 210px;gap:8px;margin:12px 0}.menu-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;max-height:220px;overflow:auto}.menu-choice-grid article{display:grid;align-content:start;gap:6px;padding:10px;border:1px solid #e2e8f0;border-radius:10px}.menu-choice-grid button{background:#fef3c7;border:1px solid #f59e0b;text-align:start;font-weight:800;padding:8px}.order-note-field{font-weight:800}.order-note-field textarea{width:100%;min-height:64px;margin-top:7px;resize:vertical}.edit-modal-footer{border-top:1px solid #e2e8f0}.save-edit-button{background:#991b1b!important;color:#fff!important;border-color:#991b1b!important;font-weight:900;min-width:210px}@media (max-width:700px){.order-edit-modal{font-size:1rem}.edit-order-row,.new-order-row{grid-template-columns:1fr auto}.edit-order-row input,.new-order-row input{grid-column:1/-1}.menu-picker-tools,.menu-choice-grid{grid-template-columns:1fr}.menu-choice-grid{max-height:190px}.save-edit-button{min-width:0}}:root{--tc-red:#a20f18;--tc-red-bright:#d51d27;--tc-gold:#ffc400;--tc-ink:#101622;--tc-cream:#fff8ec;--tc-card:#fff;--tc-muted:#657084}body{background:radial-gradient(circle at 50% 0,#fffdf8 0,#fff6e8 52%,#f8ecdb);color:var(--tc-ink)}.staff-app{min-height:100vh}.topbar{position:sticky;top:0;z-index:50;min-height:76px;padding:9px 16px;background:linear-gradient(110deg,#6f0910,#a20f18 55%,#70070e);border-bottom:3px solid var(--tc-gold);box-shadow:0 10px 30px #4f050b2e}.topbar>div:first-of-type strong{color:#fff;font-size:1.05rem;letter-spacing:.06em}.topbar>div:first-of-type span{color:#ffe5a0}.staff-logo{width:58px;height:58px;filter:drop-shadow(0 5px 8px #0007)}.staff-nav button,.topbar>button{min-height:44px;border:1px solid #ffffff35!important;background:#ffffff12!important;color:#fff!important;font-weight:800;transition:.2s}.staff-nav button:hover,.topbar>button:hover{background:#fff!important;color:#7b0910!important;transform:translateY(-1px)}.language-switcher{padding:4px;border:1px solid #ffffff44;border-radius:14px;background:#4c050a66;flex-wrap:nowrap}.language-switcher button{min-height:40px!important;padding:7px 11px!important;border:1px solid #d8dde7!important;border-radius:9px!important;background:#fff!important;color:#18202d!important;box-shadow:0 2px 7px #0002;font-weight:900!important}.language-switcher button span{color:inherit!important;white-space:nowrap}.language-switcher button:hover{border-color:var(--tc-gold)!important;background:#fff8d9!important}.language-switcher button.active{border-color:var(--tc-gold)!important;background:linear-gradient(135deg,#ffd83a,#ffb900)!important;color:#291b00!important;box-shadow:0 0 0 2px #fff3,0 5px 13px #0003}.premium-home{max-width:1260px;padding:24px 20px 50px}.order-hero{position:relative;overflow:hidden;display:flex;align-items:center;gap:18px;margin:4px 0 18px;padding:20px 24px;border:1px solid #ead3ae;border-radius:22px;background:linear-gradient(120deg,#fff,#fff9ed);box-shadow:0 18px 45px #7b40141a}.order-hero:after{content:"";position:absolute;inset:auto -40px -80px auto;width:230px;height:230px;border-radius:50%;background:#ffc40022}.order-hero img{width:90px;height:90px;object-fit:contain;filter:drop-shadow(0 9px 14px #7b210944)}.order-hero span{color:var(--tc-red);font-weight:950;letter-spacing:.12em}.order-hero h1{margin:4px 0 2px;text-align:start;font-size:clamp(1.65rem,4vw,2.5rem)}.order-hero p{margin:0;color:var(--tc-muted);font-weight:700}.takeaway-card{position:relative;overflow:hidden;justify-content:flex-start;min-height:122px;padding:18px 24px;border:1px solid #2b3340;background:linear-gradient(120deg,#101722,#222d3b)!important;box-shadow:0 16px 35px #0d152033;transition:.22s}.takeaway-card:before{content:"";position:absolute;inset:0 auto 0 0;width:7px;background:var(--tc-gold)}.takeaway-card:hover{transform:translateY(-3px);box-shadow:0 22px 45px #0d152044}.takeaway-icon{display:grid;place-items:center;width:72px;height:72px;border:1px solid #ffffff2e;border-radius:19px;background:#fff1;color:#fff;font-size:2.4rem!important}.takeaway-copy{display:grid;text-align:start}.takeaway-copy small{color:var(--tc-gold);font-size:.72rem;letter-spacing:.14em}.takeaway-copy strong{font-size:1.55rem}.takeaway-card>b{margin-inline-start:auto;display:grid;place-items:center;width:46px;height:46px;border-radius:50%;background:var(--tc-gold);color:#171000;font-size:1.4rem}.tables-heading{display:flex;align-items:center;justify-content:space-between;margin:28px 2px 13px}.tables-heading>div{display:flex;align-items:center;gap:9px}.tables-heading h2{margin:0;font-size:1.45rem}.heading-mark{color:var(--tc-red)}.tables-heading>small{display:grid;place-items:center;min-width:40px;height:34px;padding:0 10px;border-radius:999px;background:#28191b;color:#fff;font-weight:900}.premium-tables{grid-template-columns:repeat(auto-fill,minmax(155px,1fr));gap:14px}.premium-tables .table-button{position:relative;display:flex;align-items:center;justify-content:center;gap:12px;min-height:142px;padding:18px 12px;border:1px solid #ead2ac!important;border-radius:20px;background:linear-gradient(145deg,#fff,#fff9ee)!important;box-shadow:0 11px 26px #7c46131a;transition:.2s}.premium-tables .table-button:hover{border-color:var(--tc-gold)!important;transform:translateY(-4px);box-shadow:0 18px 35px #7c46132b}.table-illustration{position:relative;width:64px;height:58px;flex:0 0 64px}.table-top{position:absolute;top:8px;left:3px;width:58px;height:20px;border:3px solid #6c0c13;border-radius:50%;background:linear-gradient(#d21d27,#8c0c14);box-shadow:inset 0 4px #fff2,0 5px 9px #6c0c1328}.table-leg{position:absolute;top:27px;width:7px;height:27px;border-radius:0 0 5px 5px;background:#5b2b20}.table-leg.left{left:15px;transform:rotate(8deg)}.table-leg.right{right:15px;transform:rotate(-8deg)}.table-copy{display:grid;text-align:start}.table-copy small{color:#8d5b42;font-size:.72rem;font-weight:900;text-transform:uppercase}.table-copy strong{font-size:2rem!important;line-height:1;color:var(--tc-red)!important}.table-copy em{max-width:72px;overflow:hidden;color:#6b7280;font-size:.72rem;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.order-layout{background:#f7efe4;min-height:calc(100vh - 76px)}.menu-panel{padding:20px}.order-title{margin:-4px 0 16px;padding:14px 16px;border:1px solid #ead5b5;border-radius:18px;background:#fff;box-shadow:0 8px 22px #5b2a1012}.order-title button{min-height:44px;border:1px solid #ead5b5;background:#fff7e9;color:#741018;font-weight:900}.order-title strong{color:#8e0d15;font-size:1.35rem}.order-title span{color:var(--tc-muted)}.category-nav{top:78px;padding:10px;border:1px solid #ead5b5;border-radius:16px;background:#fff;box-shadow:0 8px 20px #4c250d14}.category-nav button{border-color:#e7cfa8;background:#fffaf2;color:#31231d}.category-nav button.active{border-color:#8f0d15;background:linear-gradient(135deg,#b3131d,#810a12);color:#fff}.products-grid{gap:14px}.product-card{border:1px solid #ead5b5;border-radius:18px;box-shadow:0 10px 24px #5c2a0d12;transition:.2s}.product-card:hover{transform:translateY(-2px);box-shadow:0 15px 30px #5c2a0d22}.product-card img{height:155px}.product-actions button{background:#fff4d6;color:#601017}.product-actions button:not(:disabled):hover{background:var(--tc-gold);color:#1c1300}.cart-panel{top:76px;height:calc(100vh - 76px);border-inline-start:1px solid #e6cfaa;background:linear-gradient(#fff,#fffaf1);box-shadow:-12px 0 32px #5c2a0d12}.cart-panel h2{padding-bottom:12px;border-bottom:3px solid var(--tc-gold)}.cart-items article{padding:11px;border:1px solid #eadbc5;border-radius:13px;background:#fff}.stepper button{background:#25191b;color:#fff}.customer-fields input,.customer-fields textarea,.pickup-field select,.cart-items input{border:1px solid #d9c5a7;background:#fff}.send-button{min-height:54px;background:linear-gradient(135deg,#c91823,#8e0b13);box-shadow:0 10px 20px #9e101d2b}.send-button:not(:disabled):hover{filter:brightness(1.08);transform:translateY(-1px)}@media (max-width:900px){.topbar{position:relative}.order-layout{min-height:0}.premium-tables{grid-template-columns:repeat(3,minmax(0,1fr))}.cart-panel{height:auto}.language-switcher{width:100%;order:4;display:grid;grid-template-columns:repeat(4,1fr);background:#4c050a55}.language-switcher button{padding:6px 4px!important}}@media (max-width:600px){.premium-home{padding:14px 10px 32px}.order-hero{padding:14px}.order-hero img{width:68px;height:68px}.takeaway-card{min-height:105px;padding:14px 16px}.takeaway-icon{width:60px;height:60px}.premium-tables{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.premium-tables .table-button{min-height:120px;gap:6px;padding:12px 7px}.table-illustration{transform:scale(.82);margin-inline:-5px}.table-copy strong{font-size:1.7rem!important}.language-switcher button{font-size:.75rem}.menu-panel,.order-title{padding:10px}.products-grid{grid-template-columns:1fr}.product-card{display:grid;grid-template-columns:104px 1fr}.product-card img{height:100%;min-height:130px}.product-actions{grid-column:1/-1}}[dir=rtl] .takeaway-card>b{transform:scaleX(-1)}[dir=rtl] .table-copy,[dir=rtl] .takeaway-copy{text-align:right}@media (max-width:900px){.language-switcher{grid-template-columns:repeat(5,minmax(0,1fr))}}@media (max-width:600px){.language-switcher{grid-template-columns:repeat(3,minmax(0,1fr))}}
