.table-screen{height:100%;padding:30px 3vw;overflow:auto}.table-screen-head{display:flex;align-items:center;justify-content:space-between}.table-screen-head h1{font-size:34px;margin:5px 0}.table-screen-head p{color:var(--muted);font-size:12px}.pos-table-grid{display:grid;grid-template-columns:repeat(4,minmax(170px,1fr));gap:16px;margin-top:28px}.floor-table{min-height:175px;border:2px solid #dbe5df;background:#fff;border-radius:50px 50px 18px 18px;padding:18px;display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer;transition:.18s;color:var(--ink);position:relative}.floor-table:hover{transform:translateY(-3px);border-color:var(--green);box-shadow:var(--shadow)}.floor-table.occupied{background:linear-gradient(145deg,#0b261d,#123b2c);color:#fff;border-color:#1f7355}.floor-table .table-top{position:absolute;top:13px;left:18px;right:18px;display:flex;justify-content:space-between;font-size:9px;color:var(--muted)}.floor-table.occupied .table-top{color:#8eb5a6}.floor-table strong{font-size:19px}.floor-table>span{font-size:10px;color:var(--muted)}.floor-table.occupied>span{color:#91ada2}.table-account{display:flex;gap:8px;margin-top:14px}.table-account b{background:#ffffff12;border:1px solid #ffffff18;padding:7px 9px;border-radius:8px;font-size:10px}.floor-table small{margin-top:10px;color:#78978b}.quick-order{border-style:dashed;background:#f7faf8}.back-button{border:0;background:none;color:#278966;padding:0;font-size:10px;font-weight:800;cursor:pointer}.existing-summary{display:flex;justify-content:space-between;padding:10px 12px;background:#eff8f4;border-radius:10px;margin:10px 0;font-size:10px}.kitchen-resend{margin-top:8px;background:#fff5dd;color:#8f6414;border:1px solid #eed49c}.kitchen-resend:disabled,.button:disabled{opacity:.38;cursor:not-allowed}.directory-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.setting-line{display:flex;align-items:center;gap:10px}.setting-line input{width:120px;border:1px solid var(--line);padding:12px;border-radius:10px}.directory-row{display:grid;grid-template-columns:10px 1fr auto;gap:10px;align-items:center;padding:12px 0;border-bottom:1px solid #edf1ee}.directory-row small{display:block;color:var(--muted);font-size:9px}.directory-dot{width:8px;height:8px;border-radius:50%;background:var(--green)}.day-close{background:#17231e;color:#fff}.day-summary{display:grid;grid-template-columns:repeat(4,1fr);background:#0b261d;color:#fff;border-radius:17px;padding:18px;margin-bottom:16px}.day-summary div{padding:5px 20px;border-right:1px solid #ffffff1a}.day-summary div:last-child{border:0}.day-summary span,.day-summary b{display:block}.day-summary span{color:#84a397;font-size:10px}.day-summary b{font-size:22px;margin-top:5px}.delivered-column{background:#def1e7}.delivered-column h3{color:#16875e}.delivery-board{grid-template-columns:repeat(5,1fr)}@media(max-width:1250px){.pos-table-grid{grid-template-columns:repeat(3,1fr)}.delivery-board{grid-template-columns:repeat(3,1fr)}}@media(max-width:800px){.pos-table-grid,.directory-grid{grid-template-columns:repeat(2,1fr)}.day-summary{grid-template-columns:repeat(2,1fr)}.delivery-board{grid-template-columns:1fr}.table-screen-head{align-items:flex-start;flex-direction:column}}@media(max-width:500px){.pos-table-grid{grid-template-columns:1fr}}
