@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--font-family:"Inter", system-ui, -apple-system, sans-serif;--bg-app:#0f141c;--bg-surface:#161e2b;--bg-card:#1c2637;--bg-card-hover:#233045;--bg-card-active:#2a3b55;--bg-input:#131a26;--border-color:#ffffff14;--border-active:#4f8cff66;--text-primary:#f8fafc;--text-secondary:#94a3b8;--text-muted:#64748b;--accent-primary:#2563eb;--accent-primary-hover:#1d4ed8;--accent-success:#10b981;--accent-success-hover:#059669;--accent-warning:#f59e0b;--accent-danger:#ef4444;--accent-info:#06b6d4;--table-available:#10b981;--table-occupied:#ef4444;--table-waiting:#f59e0b;--table-reserved:#8b5cf6;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--shadow-card:0 4px 12px #00000040;--shadow-modal:0 20px 40px #0009}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--bg-app);color:var(--text-primary);-webkit-user-select:none;user-select:none;-webkit-font-smoothing:antialiased;min-height:100vh;overflow-x:hidden}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ffffff40}.flo-layout{flex-direction:column;width:100vw;height:100vh;display:flex;overflow:hidden}.flo-topbar{background:var(--bg-surface);border-bottom:1px solid var(--border-color);z-index:20;justify-content:space-between;align-items:center;height:56px;min-height:56px;padding:0 16px;display:flex}.flo-brand{color:#fff;cursor:pointer;align-items:center;gap:10px;font-size:1.15rem;font-weight:700;display:flex}.flo-brand-badge{color:#fff;border-radius:var(--radius-sm);letter-spacing:.5px;background:linear-gradient(135deg,#2563eb,#3b82f6);padding:4px 8px;font-size:.75rem;font-weight:700}.flo-nav-links{align-items:center;gap:6px;display:flex}.flo-nav-btn{border-radius:var(--radius-md);color:var(--text-secondary);cursor:pointer;background:0 0;border:1px solid #0000;align-items:center;gap:6px;padding:8px 14px;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .15s;display:inline-flex}.flo-nav-btn:hover{color:var(--text-primary);background:#ffffff0d}.flo-nav-btn.active{color:#fff;background:var(--bg-card);border-color:var(--border-color);box-shadow:0 2px 6px #0003}.flo-topbar-actions{align-items:center;gap:12px;display:flex}.flo-badge-status{color:#34d399;background:#10b9811f;border:1px solid #10b98140;border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:.75rem;font-weight:600;display:inline-flex}.flo-btn-user{border-radius:var(--radius-md);border:1px solid var(--border-color);color:var(--text-primary);cursor:pointer;background:#ffffff0d;align-items:center;gap:8px;padding:6px 12px;font-size:.85rem;font-weight:500;display:flex}.flo-content{flex:1;display:flex;position:relative;overflow:hidden}.flo-pos-container{width:100%;height:100%;display:flex;overflow:hidden}.flo-pos-catalog{background:var(--bg-app);border-right:1px solid var(--border-color);flex-direction:column;flex:1;display:flex;overflow:hidden}.flo-catalog-header{background:var(--bg-surface);border-bottom:1px solid var(--border-color);align-items:center;gap:12px;padding:12px 16px;display:flex}.flo-search-box{flex:1;align-items:center;display:flex;position:relative}.flo-search-box svg{color:var(--text-muted);position:absolute;left:12px}.flo-search-input{background:var(--bg-input);border:1px solid var(--border-color);border-radius:var(--radius-md);color:#fff;outline:none;width:100%;padding:10px 12px 10px 38px;font-size:.9rem;transition:border-color .2s}.flo-search-input:focus{border-color:var(--accent-primary)}.flo-categories-bar{background:var(--bg-surface);border-bottom:1px solid var(--border-color);scrollbar-width:none;align-items:center;gap:8px;padding:10px 16px;display:flex;overflow-x:auto}.flo-category-pill{white-space:nowrap;color:var(--text-secondary);border:1px solid var(--border-color);cursor:pointer;touch-action:manipulation;background:#ffffff0d;border-radius:999px;padding:8px 16px;font-size:.85rem;font-weight:600;transition:all .15s}.flo-category-pill:hover{color:#fff;background:#ffffff1a}.flo-category-pill.active{background:var(--accent-primary);color:#fff;border-color:var(--accent-primary);box-shadow:0 2px 8px #2563eb66}.flo-products-grid{flex:1;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));align-content:start;gap:12px;padding:16px;display:grid;overflow-y:auto}@media (width>=1200px){.flo-products-grid{grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:14px}}.flo-product-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);cursor:pointer;touch-action:manipulation;flex-direction:column;justify-content:space-between;min-height:120px;padding:12px;transition:all .18s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.flo-product-card:hover{border-color:var(--border-active);background:var(--bg-card-hover);transform:translateY(-2px);box-shadow:0 6px 16px #0000004d}.flo-product-card:active{transform:scale(.97)}.flo-product-badge-qty{background:var(--accent-primary);color:#fff;border-radius:999px;justify-content:center;align-items:center;width:24px;height:24px;font-size:.75rem;font-weight:700;display:flex;position:absolute;top:-6px;right:-6px;box-shadow:0 2px 6px #0006}.flo-product-name{color:#fff;margin-bottom:6px;font-size:.95rem;font-weight:600;line-height:1.3}.flo-product-footer{justify-content:space-between;align-items:baseline;margin-top:8px;display:flex}.flo-product-price{color:#38bdf8;font-size:1.05rem;font-weight:700}.flo-pos-cart{background:var(--bg-surface);flex-direction:column;width:380px;min-width:340px;max-width:420px;height:100%;display:flex}.flo-cart-header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.flo-cart-title{color:#fff;align-items:center;gap:8px;font-size:1.05rem;font-weight:700;display:flex}.flo-cart-mode-selector{background:var(--bg-input);border:1px solid var(--border-color);border-radius:var(--radius-sm);padding:2px;display:flex}.flo-mode-btn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:4px 10px;font-size:.75rem;font-weight:600}.flo-mode-btn.active{background:var(--accent-primary);color:#fff}.flo-cart-items{flex-direction:column;flex:1;gap:10px;padding:12px 16px;display:flex;overflow-y:auto}.flo-cart-empty{height:100%;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex}.flo-cart-item{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-md);flex-direction:column;gap:6px;padding:10px 12px;display:flex}.flo-item-main{justify-content:space-between;align-items:flex-start;display:flex}.flo-item-name{color:#fff;font-size:.9rem;font-weight:600}.flo-item-price{color:#fff;font-size:.95rem;font-weight:700}.flo-item-details{justify-content:space-between;align-items:center;margin-top:4px;display:flex}.flo-qty-controls{align-items:center;gap:8px;display:flex}.flo-qty-btn{border-radius:var(--radius-sm);border:1px solid var(--border-color);background:var(--bg-surface);color:#fff;cursor:pointer;touch-action:manipulation;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.flo-qty-btn:active{background:var(--accent-primary)}.flo-qty-value{text-align:center;min-width:24px;font-size:.95rem;font-weight:700}.flo-cart-summary{border-top:1px solid var(--border-color);background:var(--bg-surface);flex-direction:column;gap:8px;padding:14px 16px;display:flex}.flo-summary-row{color:var(--text-secondary);justify-content:space-between;align-items:center;font-size:.85rem;display:flex}.flo-summary-row.total{color:#fff;border-top:1px dashed var(--border-color);margin-top:4px;padding-top:8px;font-size:1.25rem;font-weight:800}.flo-summary-row.total .price{color:#34d399}.flo-cart-actions{grid-template-columns:1fr 2fr;gap:8px;margin-top:6px;display:grid}.flo-btn-clear{border-radius:var(--radius-md);color:#ef4444;cursor:pointer;background:#ef44441a;border:1px solid #ef44444d;justify-content:center;align-items:center;gap:6px;height:48px;font-size:.85rem;font-weight:600;display:flex}.flo-btn-pay{border-radius:var(--radius-md);color:#fff;cursor:pointer;touch-action:manipulation;background:linear-gradient(135deg,#10b981,#059669);border:none;justify-content:center;align-items:center;gap:8px;height:48px;font-size:1rem;font-weight:700;display:flex;box-shadow:0 4px 12px #10b9814d}.flo-btn-pay:hover{background:linear-gradient(135deg,#059669,#047857)}.flo-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;background:#000000bf;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.flo-modal{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius-xl);width:100%;max-width:540px;max-height:90vh;box-shadow:var(--shadow-modal);flex-direction:column;animation:.2s cubic-bezier(.16,1,.3,1) modalIn;display:flex;overflow:hidden}@keyframes modalIn{0%{opacity:0;transform:scale(.96)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}.flo-modal-header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.flo-modal-title{color:#fff;font-size:1.15rem;font-weight:700}.flo-modal-body{flex:1;padding:20px;overflow-y:auto}.flo-modal-footer{border-top:1px solid var(--border-color);justify-content:flex-end;align-items:center;gap:10px;padding:16px 20px;display:flex}.flo-touchpad-grid{grid-template-columns:repeat(3,1fr);gap:10px;margin:16px 0;display:grid}.flo-touchpad-key{border-radius:var(--radius-md);border:1px solid var(--border-color);background:var(--bg-card);color:#fff;cursor:pointer;touch-action:manipulation;justify-content:center;align-items:center;height:56px;font-size:1.4rem;font-weight:700;transition:background .1s;display:flex}.flo-touchpad-key:active{background:var(--accent-primary)}.flo-tables-container{flex:1;padding:20px;overflow-y:auto}.flo-tables-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px;display:grid}.flo-table-card{background:var(--bg-card);border:2px solid var(--border-color);border-radius:var(--radius-lg);cursor:pointer;flex-direction:column;justify-content:space-between;min-height:140px;padding:16px;transition:all .2s;display:flex;position:relative}.flo-table-card.available{border-color:#10b9814d}.flo-table-card.occupied{background:linear-gradient(180deg, var(--bg-card), #ef444414);border-color:#ef444499}.flo-table-card.waiting{background:linear-gradient(180deg, var(--bg-card), #f59e0b14);border-color:#f59e0b99}.flo-table-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0000004d}.flo-table-number{color:#fff;font-size:1.35rem;font-weight:800}.flo-table-status-pill{text-transform:uppercase;border-radius:999px;padding:4px 8px;font-size:.7rem;font-weight:700}.flo-table-status-pill.available{color:#34d399;background:#10b98126}.flo-table-status-pill.occupied{color:#f87171;background:#ef444426}.flo-table-status-pill.waiting{color:#fbbf24;background:#f59e0b26}.flo-table-total{color:#38bdf8;margin-top:8px;font-size:1.15rem;font-weight:700}
