:root{font-family:Inter,ui-sans-serif,system-ui,sans-serif;color:#17211b;background:#f5f7f4;font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-width:320px}button,input,select{font:inherit}button{cursor:pointer}.login-shell{min-height:100vh;display:grid;place-items:center;padding:1.5rem;background:radial-gradient(circle at top right,#dcebdc,#f5f7f4 48%)}.login-card{width:min(100%,420px);padding:2.25rem;background:#fff;border:1px solid #e0e8e0;border-radius:22px;box-shadow:0 16px 50px #19341b12}.brand-mark{width:52px;height:52px;display:grid;place-items:center;border-radius:14px;background:#205b35;color:#fff;font-weight:800;letter-spacing:.05em}.eyebrow{color:#597261;font-size:.72rem;font-weight:800;letter-spacing:.13em;margin:0 0 .55rem}.muted{color:#66736a}.login-card h1,header h1{margin:0;font-size:clamp(1.7rem,4vw,2.3rem)}.login-card form{display:grid;gap:1rem;margin-top:1.75rem}label{display:grid;gap:.4rem;color:#35443a;font-weight:650;font-size:.92rem}input{width:100%;border:1px solid #cbd8cc;border-radius:10px;padding:.8rem .9rem;outline:none}input:focus{border-color:#205b35;box-shadow:0 0 0 3px #205b3520}button{border:0;border-radius:10px;padding:.82rem 1rem;background:#205b35;color:#fff;font-weight:750}button:disabled{opacity:.65;cursor:wait}.secondary{background:transparent;color:#205b35;border:1px solid #b8cbbb}.error{color:#a52f2f;font-size:.9rem;margin:0}.loading{min-height:100vh;display:grid;place-items:center;color:#597261}.app-shell{min-height:100vh}.app-shell header{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem clamp(1rem,5vw,4rem);background:#fff;border-bottom:1px solid #e0e8e0}.content{max-width:1200px;margin:0 auto;padding:2rem clamp(1rem,5vw,4rem)}.welcome{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem;background:#e7f1e7;border-radius:18px}.welcome h2{margin:0;font-size:1.5rem}.status-pill{color:#205b35;font-weight:750;white-space:nowrap}.card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin:1.25rem 0}.metric-card,.empty-state{background:#fff;border:1px solid #e0e8e0;border-radius:16px;padding:1.25rem}.metric-card{display:grid;gap:.4rem}.metric-card span,.metric-card small{color:#66736a}.metric-card strong{font-size:1.65rem}.empty-state{min-height:220px;display:grid;place-items:center;text-align:center;align-content:center}.empty-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#3c8752;font-weight:900}.notice{margin:1rem 0;padding:.8rem 1rem;border-radius:10px;background:#fff8dc;color:#6f5818}.panel{margin-top:1.25rem;padding:1.25rem;background:#fff;border:1px solid #e0e8e0;border-radius:16px}.panel-heading{display:flex;justify-content:space-between;align-items:center;gap:1rem}.panel h2{margin:0 0 1rem;font-size:1.25rem}.inline-form{display:flex;gap:.5rem;align-items:center}.inline-form input{min-width:120px}.danger{background:#a52f2f}.table-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.8rem}.table-card{position:relative;display:grid;gap:.8rem;padding:1rem;border:1px solid #dce6dd;border-radius:12px;background:#f8fbf8}.table-card.occupied{border-color:#d8b85c;background:#fffaf0}.table-number{font-size:1.2rem;font-weight:800}.guest-form{display:grid;gap:.6rem;padding-top:.8rem;border-top:1px solid #dce6dd}.guest-form label{display:flex;justify-content:space-between;align-items:center}.guest-form input{width:76px;padding:.45rem}.two-columns{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.simple-list{padding:0;margin:1rem 0 0;list-style:none}.simple-list li{display:flex;justify-content:space-between;padding:.7rem 0;border-bottom:1px solid #edf1ed}.total{font-size:2rem;font-weight:800;color:#205b35}.customer-card{width:min(100%,560px);padding:1.5rem;background:#fff;border:1px solid #e0e8e0;border-radius:22px;box-shadow:0 16px 50px #19341b12}.menu-list{display:grid;gap:.7rem;margin:1.5rem 0}.menu-item{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;border:1px solid #dce6dd;border-radius:12px}.menu-item p{margin:.25rem 0 0}.menu-item input{width:76px}.qr-link{color:#205b35;font-size:.82rem;font-weight:700}.order-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.8rem}.order-card{display:grid;gap:.6rem;padding:1rem;border:1px solid #e5d49b;border-radius:12px;background:#fffaf0}.order-status{color:#8b6a17;font-size:.85rem;font-weight:800}.tab-list{display:grid;gap:.5rem}.tab-row{display:flex;justify-content:space-between;align-items:center;width:100%;padding:.65rem .75rem;background:#eef6ee;color:#205b35;border:1px solid #cbdcca;text-align:left}.customer-profile{display:grid;gap:.7rem;margin:1rem 0;padding:1rem;background:#f5f8f5;border-radius:12px}.customer-profile h2{margin:0;font-size:1.1rem}.customer-profile select,select{width:100%;border:1px solid #cbd8cc;border-radius:10px;padding:.8rem .9rem;background:#fff}.table-qr{display:grid;justify-items:start;gap:.4rem;margin:.5rem 0}.table-qr img{width:120px;height:120px}@media(max-width:720px){.welcome{display:grid}.card-grid{grid-template-columns:repeat(2,1fr)}.app-shell header{align-items:flex-start}.metric-card{min-height:125px}.panel-heading,.inline-form{align-items:stretch;flex-direction:column}.inline-form input,.inline-form button{width:100%}.two-columns{grid-template-columns:1fr}}@media(max-width:430px){.card-grid{grid-template-columns:1fr}.login-card{padding:1.5rem}}
