.pin{height:100%;display:flex;align-items:center;justify-content:center}.pin-card{width:320px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:28px 24px;display:flex;flex-direction:column;align-items:center;gap:18px}.pin-title{font-size:20px;font-weight:800;color:var(--primary)}.pin-employees{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;max-height:120px;overflow-y:auto}.pin-emp-btn{padding:10px 16px;border-radius:10px;border:1px solid var(--border);background:var(--surface-2);color:var(--text);font:inherit;font-weight:600;cursor:pointer}.pin-emp-btn.active{background:var(--primary);border-color:var(--primary);color:#fff}.pin-dots{display:flex;gap:12px}.pin-dot{width:14px;height:14px;border-radius:50%;border:2px solid var(--text-muted)}.pin-dot.filled{background:var(--primary);border-color:var(--primary)}.pin-error{color:#e74c3c;font-size:13px}.pin-pad{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;width:100%}.pin-key{height:64px;border-radius:12px;border:1px solid var(--border);background:var(--surface-2);color:var(--text);font-size:24px;font-weight:700;cursor:pointer}.pin-key:active{background:var(--border)}.pin-key-muted{color:var(--text-muted)}.pin-key-ok{background:var(--primary);color:#fff;border-color:var(--primary)}.pin-key-ok:disabled{opacity:.4}.pos-loading{height:100%;display:flex;align-items:center;justify-content:center;color:var(--text-muted)}.sale{display:grid;grid-template-columns:1fr 360px;height:100%}.sale-left{display:flex;flex-direction:column;min-width:0}.sale-topbar{display:flex;gap:12px;align-items:center;padding:12px 16px}.sale-search{flex:1;height:42px;padding:0 14px;border-radius:10px;border:1px solid var(--border);background:var(--surface);color:var(--text);font:inherit}.sale-user{display:flex;align-items:center;gap:10px;color:var(--text-muted);white-space:nowrap}.sale-exit{border:1px solid var(--border);background:var(--surface);color:#e74c3c;border-radius:8px;width:36px;height:36px;cursor:pointer}.sale-cats{display:flex;gap:8px;padding:0 16px 10px;overflow-x:auto}.sale-cat{padding:8px 14px;border-radius:999px;border:1px solid var(--border);background:var(--surface);color:var(--text);font:inherit;font-size:13px;white-space:nowrap;cursor:pointer}.sale-cat.active{background:var(--primary);border-color:var(--primary);color:#fff}.sale-grid{flex:1;overflow-y:auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px;padding:4px 16px 16px;align-content:start}.sale-tile{background:var(--surface);border:1px solid var(--border);border-top:4px solid var(--primary);border-radius:10px;min-height:84px;padding:10px;display:flex;flex-direction:column;justify-content:space-between;text-align:left;color:var(--text);font:inherit;cursor:pointer}.sale-tile:active{background:var(--surface-2)}.sale-tile-name{font-weight:600;font-size:13px;line-height:1.25;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.sale-tile-price{color:var(--text-muted);font-size:13px}.sale-cheque{background:var(--surface);border-left:1px solid var(--border);display:flex;flex-direction:column}.sale-cheque-head{padding:14px 16px;font-weight:800;font-size:18px;border-bottom:1px solid var(--border)}.sale-lines{flex:1;overflow-y:auto}.sale-empty{padding:40px 16px;text-align:center;color:var(--text-muted)}.sale-line{display:grid;grid-template-columns:1fr auto auto;gap:10px;align-items:center;padding:10px 16px;border-bottom:1px solid var(--border)}.sale-line-name{font-weight:600;font-size:14px}.sale-line-mods{color:var(--text-muted);font-size:12px}.sale-line-qty{display:flex;align-items:center;gap:8px}.sale-line-qty button{width:30px;height:30px;border-radius:8px;border:1px solid var(--border);background:var(--surface-2);color:var(--text);font-size:16px;cursor:pointer}.sale-line-sum{font-variant-numeric:tabular-nums;font-weight:600;min-width:76px;text-align:right}.sale-total{display:flex;justify-content:space-between;padding:14px 16px;font-size:20px;font-weight:800;border-top:1px solid var(--border)}.sale-pay-btn{margin:0 16px 16px}.pos-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:50}.pos-modal{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:22px;width:480px;max-width:calc(100vw - 40px);max-height:84vh;overflow-y:auto;display:flex;flex-direction:column;gap:16px}.pos-modal h2{margin:0;font-size:20px}.pos-btn-ghost{border:1px solid var(--border);background:transparent;color:var(--text);border-radius:var(--radius);font:inherit;font-weight:600;padding:12px 20px;cursor:pointer}.pay-methods{display:grid;grid-template-columns:1fr 1fr;gap:12px}.picker-group-name{font-weight:700;margin-bottom:8px}.picker-req{color:#f5a623;font-size:12px;font-weight:600}.picker-options{display:flex;flex-wrap:wrap;gap:8px}.picker-opt{padding:10px 14px;border-radius:10px;border:1px solid var(--border);background:var(--surface-2);color:var(--text);font:inherit;cursor:pointer}.picker-opt.active{background:var(--primary);border-color:var(--primary);color:#fff}.picker-actions{display:flex;justify-content:flex-end;gap:10px}.shift-field{display:flex;flex-direction:column;gap:6px;font-size:13px;color:var(--text-muted)}.shift-field select,.shift-field input{height:42px;padding:0 12px;border-radius:10px;border:1px solid var(--border);background:var(--surface-2);color:var(--text);font:inherit}.sale-top-btn{border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:8px;padding:8px 14px;font:inherit;font-weight:600;cursor:pointer}.sale-top-btn:active{background:var(--surface-2)}.sale-sources{display:flex;gap:6px;padding:10px 16px 0}.sale-source{flex:1;padding:8px 4px;border-radius:8px;border:1px solid var(--border);background:var(--surface-2);color:var(--text-muted);font:inherit;font-size:12px;font-weight:600;cursor:pointer}.sale-source.active{background:var(--primary);border-color:var(--primary);color:#fff}.sale-discount{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 16px 0;color:var(--text-muted)}.sale-discount input{width:110px;height:36px;padding:0 10px;border-radius:8px;border:1px solid var(--border);background:var(--surface-2);color:var(--text);font:inherit;text-align:right}.xreport{display:flex;flex-direction:column;gap:8px}.xreport-row{display:flex;justify-content:space-between;gap:12px}.xreport-sub{color:var(--text-muted);font-size:13px;padding-left:14px}.xreport-total{border-top:1px solid var(--border);padding-top:10px;font-size:17px}.receipts-list{display:flex;flex-direction:column;gap:6px;max-height:46vh;overflow-y:auto}.receipt-row{display:grid;grid-template-columns:auto 1fr auto auto;gap:10px;align-items:center;padding:10px 12px;border:1px solid var(--border);border-radius:10px;background:var(--surface-2);color:var(--text);font:inherit;font-size:13px;text-align:left;cursor:pointer}.receipt-row-lines{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text-muted)}.receipt-status{font-size:11px;font-weight:700;padding:2px 8px;border-radius:999px}.receipt-status-closed{background:#27ae602e;color:#2ecc71}.receipt-status-refunded{background:#e74c3c2e;color:#e74c3c}.receipt-status-open{background:#f5a6232e;color:#f5a623}.receipt-line-row{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;padding:8px 4px;border-bottom:1px solid var(--border);font-size:14px}.sale-tile-stopped{opacity:.45;filter:grayscale(.7)}.sale-stop-badge{display:inline-block;background:#e74c3c33;color:#e74c3c;font-size:11px;font-weight:800;padding:2px 8px;border-radius:999px}.sale-low-badge{margin-left:6px;background:#f5a62333;color:#f5a623;font-size:11px;font-weight:700;padding:1px 6px;border-radius:999px}.stop-add{display:grid;grid-template-columns:1fr 1fr auto;gap:8px}.input-dark{height:42px;padding:0 12px;border-radius:10px;border:1px solid var(--border);background:var(--surface-2);color:var(--text);font:inherit}.tables-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:10px}.table-tile{border-radius:12px;border:2px solid var(--border);background:var(--surface-2);color:var(--text);font:inherit;min-height:90px;padding:10px;display:flex;flex-direction:column;gap:4px;align-items:center;justify-content:center;cursor:pointer}.table-free{color:#27ae60;font-size:11px;font-weight:700}.table-occupied{border-color:#e74c3c;background:#e74c3c1a}.table-name{font-size:20px;font-weight:800}.table-seats{color:var(--text-muted);font-size:12px}.table-total{color:#f5a623;font-size:12px;font-weight:700}.table-open-form{display:flex;flex-direction:column;gap:10px;border:1px solid var(--border);border-radius:12px;padding:14px}.cheque-table-head{display:flex;justify-content:space-between;align-items:center;gap:8px;font-size:14px}.cheque-table-actions{display:flex;gap:6px}.link-danger-btn{background:none;border:1px solid rgba(231,76,60,.4);color:#e74c3c;border-radius:8px;padding:8px 12px;font:inherit;font-size:13px;cursor:pointer}.pos-toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%);background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:14px 22px;font-weight:700;z-index:100}:root{--bg: #0f1523;--surface: #1e2430;--surface-2: #262d3b;--primary: #2d7ff9;--primary-hover: #3b7cd1;--text: #eef1f6;--text-muted: #8a94a6;--border: #2c3444;--radius: 12px;--font: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:var(--font);background:var(--bg);color:var(--text);user-select:none;-webkit-user-select:none}.pos-btn{border:none;border-radius:var(--radius);background:var(--primary);color:#fff;font:inherit;font-weight:700;font-size:18px;padding:16px 24px;cursor:pointer}.pos-btn:active{background:var(--primary-hover)}.pos-btn:disabled{opacity:.5}
