: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}.staff-app{min-height:100vh}.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)}
