.search-input{height:42px;border-radius:999px;border:1px solid var(--pos-border);padding:0 16px 0 40px;background:#fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%236b7280" viewBox="0 0 16 16"><path d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85zm-5.242.656a5 5 0 1 1 0-10 5 5 0 0 1 0 10z"/></svg>') no-repeat 14px center}:root{--pos-red: #e54848;--pos-red-600: #d33e3e;--pos-bg: #f4f5f9;--pos-panel: #ffffff;--pos-text: #1f2937;--pos-muted: #6b7280;--pos-border: #e5e7eb;--pos-green: #22c55e;--pos-yellow: #f59e0b;--radius: 12px;--shadow-soft: 0 2px 12px rgba(16, 24, 40, .06)}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";color:var(--pos-text);background:var(--pos-bg)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:40px;padding:0 14px;border-radius:12px;border:1px solid var(--pos-border);background:#fff;color:var(--pos-text);font-weight:800;cursor:pointer;text-decoration:none}.btn:hover{background:#f9fafb}.btn:focus-visible{outline:3px solid #fca5a5;outline-offset:2px}.btn-primary{background:var(--pos-red);color:#fff;border-color:var(--pos-red)}.btn-primary:hover{background:var(--pos-red-600);border-color:var(--pos-red-600)}.btn-outline{background:#fff;color:var(--pos-red);border-color:var(--pos-red)}.btn-outline:hover{background:#fff5f5}.btn-ghost{background:#f8fafc;color:var(--pos-text);border-color:var(--pos-border)}.btn-ghost:hover{background:#eef2f7}.btn-danger{background:#ef4444;color:#fff;border-color:#ef4444}.btn-icon{width:28px;height:28px;padding:0;border-radius:8px;border:1px solid var(--pos-border);background:#f8fafc}.btn-sm{height:32px;border-radius:10px;padding:0 10px}.btn-lg{height:48px;border-radius:12px;padding:0 18px}.btn-pill{border-radius:999px}.btn-chip{height:30px;border-radius:999px;padding:0 12px;background:#fff;border:1px solid var(--pos-border)}.btn-chip.active,.btn-chip[aria-pressed=true]{background:#ffebeb;border-color:#ffc6c6}.app-shell{display:grid;grid-template-columns:252px 1fr;height:100%}.sidebar{background:#fff;border-right:1px solid var(--pos-border);display:flex;flex-direction:column;justify-content:space-between;padding:18px;height:100vh;overflow:auto}.brand{display:flex;align-items:center;gap:10px;font-weight:900;color:var(--pos-text);letter-spacing:.3px}.brand-badge{width:42px;height:42px;border-radius:10px;background:var(--pos-red);display:grid;place-items:center;color:#fff;box-shadow:var(--shadow-soft);font-weight:900}.menu{display:grid;gap:8px;margin-top:18px}.menu-button{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:12px;border:1px solid transparent;background:transparent;color:var(--pos-text);cursor:pointer;text-decoration:none}.menu-button[aria-current=page],.menu-button.active,.menu-button:hover{background:#fdecec;border-color:#fbd0d0}.menu-button .icon{width:22px;text-align:center}.profile{display:grid;grid-template-columns:44px 1fr auto;align-items:center;gap:10px;padding:12px;border-radius:12px;background:#f8fafc;border:1px solid var(--pos-border);position:sticky;bottom:0;z-index:1}.profile img{width:44px;height:44px;border-radius:999px}.main{display:grid;grid-template-rows:72px 1fr}.header{background:var(--pos-panel);border-bottom:1px solid var(--pos-border);display:grid;grid-template-columns:1fr 56px;align-items:center;padding:12px 20px;position:sticky;top:0;z-index:10}.searchbar{display:grid;grid-template-columns:1fr 220px;gap:8px}.search-input{height:42px;border-radius:999px;border:1px solid var(--pos-border);padding:0 16px 0 40px;background:#fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%236b7280" viewBox="0 0 16 16"><path d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85zm-5.242.656a5 5 0 1 1 0-10 5 5 0 0 1 0 10z"/></svg>') no-repeat 14px center}.content{padding:20px;display:grid;grid-template-columns:1fr 420px;gap:22px}.panel{background:var(--pos-panel);border:1px solid var(--pos-border);border-radius:var(--radius);box-shadow:var(--shadow-soft)}.section-title{font-weight:800;margin:0 0 12px;letter-spacing:.2px}.chips{display:inline-grid;grid-auto-flow:column;gap:8px}.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:12px}.stat{padding:14px;border:1px solid var(--pos-border);border-radius:12px;background:#fff;box-shadow:var(--shadow-soft)}.stat .label{color:var(--pos-muted);font-size:12px}.stat .value{font-weight:900;font-size:22px}.categories{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.category-tile{height:130px;border:1px dashed var(--pos-border);border-radius:var(--radius);display:grid;gap:10px;place-items:center;color:var(--pos-muted);background:#f8fafc;font-weight:700}.category-tile.active,.category-tile:hover{background:#ffebeb;border-color:#ffc6c6;color:var(--pos-text)}.products{display:grid;gap:16px}.product-card{border:1px solid #f2c5c5;padding:12px 14px;border-radius:var(--radius);display:grid;grid-template-columns:1fr auto;gap:8px;align-items:center}.product-left{display:grid;gap:6px}.product-meta{display:flex;gap:8px;align-items:center;font-size:12px;color:var(--pos-muted)}.badge{background:#ffe7b3;color:#a16207;padding:2px 8px;border-radius:999px;font-size:12px;font-weight:800}.badge.green{background:#dcfce7;color:#166534}.product-price{font-weight:900}.cart{padding:16px;display:grid;gap:14px;position:sticky;top:84px;height:fit-content;max-height:calc(100vh - 120px);overflow:auto}.cart-line{display:grid;grid-template-columns:1fr auto;gap:8px;border:1px solid var(--pos-border);border-radius:12px;padding:10px}.qty{display:inline-grid;grid-auto-flow:column;align-items:center;gap:8px}.size-group{display:inline-grid;grid-auto-flow:column;gap:8px}.cart-summary{padding:12px;border-top:1px dashed var(--pos-border);color:var(--pos-muted)}.total{display:flex;justify-content:space-between;font-weight:900;color:var(--pos-text)}.table{width:100%;border-collapse:separate;border-spacing:0 10px}.table thead th{color:var(--pos-muted);font-size:12px;font-weight:700;text-align:left;padding:0 10px}.table tbody tr{background:#fff;border:1px solid var(--pos-border)}.table tbody td{padding:12px 10px}.status{padding:4px 10px;border-radius:999px;font-weight:800;font-size:12px}.status.paid{background:#dcfce7;color:#166534}.status.pending{background:#fff7d6;color:#92400e}.status.cancelled{background:#ffe4e6;color:#9f1239}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.card{background:#fff;border:1px solid var(--pos-border);border-radius:12px;padding:12px;box-shadow:var(--shadow-soft)}.outlet-shell{min-height:100%;display:grid;align-items:start}@media (max-width: 1200px){.content{grid-template-columns:1fr}.card-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 800px){.app-shell{grid-template-columns:1fr}.sidebar{display:none}}.outlet-app{display:grid;grid-template-columns:240px 1fr;min-height:100vh;background:var(--pos-bg)}.outlet-sidebar{background:#fff;border-right:1px solid var(--pos-border);padding:16px;display:flex;flex-direction:column;gap:16px}.outlet-brand{display:flex;align-items:center;gap:10px;font-weight:900}.outlet-brand .badge{width:40px;height:40px;border-radius:10px;background:var(--pos-red);color:#fff;display:grid;place-items:center;box-shadow:var(--shadow-soft)}.outlet-menu{display:grid;gap:6px}.outlet-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;color:var(--pos-text);text-decoration:none;border:1px solid transparent}.outlet-item[aria-current=page],.outlet-item.active{background:#fdecec;border-color:#fbd0d0}.outlet-item .ico{width:20px;text-align:center}.outlet-main{display:grid;grid-template-rows:72px 1fr}.outlet-header{background:#fff;border-bottom:1px solid var(--pos-border);display:grid;grid-template-columns:1fr auto;align-items:center;padding:12px 20px}.outlet-content{display:grid;grid-template-columns:1fr 340px;gap:20px;padding:20px}.ledger{justify-self:start}.profile-mini{display:grid;grid-template-columns:40px 1fr auto;align-items:center;gap:10px}.profile-mini img{width:40px;height:40px;border-radius:999px}.stat-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.stat-card{background:#fff;border:1px solid var(--pos-border);border-radius:12px;padding:16px;box-shadow:var(--shadow-soft)}.stat-card .kpi{font-size:22px;font-weight:900}.stat-card .bar{height:4px;border-radius:999px;background:#fee2e2;margin-top:10px}.stat-card .bar .fill{height:100%;border-radius:999px;background:var(--pos-red)}.stat-card.income .bar{background:#dcfce7}.stat-card.income .bar .fill{background:#16a34a}.stat-card.expense .bar{background:#dbeafe}.stat-card.expense .bar .fill{background:#1d4ed8}.panel-pad{background:#fff;border:1px solid var(--pos-border);border-radius:12px;box-shadow:var(--shadow-soft);padding:16px}.toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.chart{height:220px;display:grid;grid-template-columns:repeat(15,1fr);align-items:end;gap:10px;padding:12px;border:1px solid var(--pos-border);border-radius:10px;background:#fff}.chart .bar{background:#4f46e5;border-radius:6px 6px 0 0;width:100%}.orders-table{width:100%;border-collapse:separate;border-spacing:0 8px}.orders-table thead th{color:var(--pos-muted);font-size:12px;text-align:left;padding:0 10px}.orders-table tbody tr{background:#fff;border:1px solid var(--pos-border)}.orders-table tbody td{padding:12px 10px}.right-panel{display:grid;gap:16px}.top-card{background:#fff;border:1px solid var(--pos-border);border-radius:12px;padding:16px;box-shadow:var(--shadow-soft)}.top-item{display:grid;grid-template-columns:1fr auto;align-items:center;gap:8px;border:1px solid var(--pos-border);border-radius:10px;padding:10px}.badges{display:inline-grid;grid-auto-flow:column;gap:6px}.page-layout{padding:20px}.page-header{background:#fff;border:1px solid var(--pos-border);border-radius:12px;padding:16px;margin-bottom:20px;box-shadow:var(--shadow-soft)}.page-title{font-size:24px;font-weight:900;margin:0 0 16px}.tabs{display:flex;gap:2px;margin-bottom:20px}.tab{padding:10px 16px;border:1px solid var(--pos-border);background:#fff;color:var(--pos-muted);border-radius:8px 8px 0 0}.tab.active{background:var(--pos-red);color:#fff;border-color:var(--pos-red)}.filters-section{background:#f8fafc;padding:16px;border-radius:10px;margin-bottom:20px}.filters-row{display:grid;grid-template-columns:2fr 1fr 120px;gap:12px;align-items:end;margin-bottom:12px}.filter-controls{display:grid;grid-template-columns:repeat(3,1fr) auto auto;gap:12px;align-items:end}.filter-group{display:grid;gap:4px}.filter-label{font-size:12px;font-weight:600;color:var(--pos-muted)}.data-table{width:100%;border-collapse:separate;border-spacing:0}.data-table thead th{background:#f8fafc;padding:12px 10px;text-align:left;font-size:12px;font-weight:700;color:var(--pos-muted);border-bottom:1px solid var(--pos-border)}.data-table tbody tr{background:#fff}.data-table tbody tr:hover{background:#f9fafb}.data-table tbody td{padding:12px 10px;border-bottom:1px solid #f1f5f9}.status-badge{padding:4px 8px;border-radius:999px;font-size:11px;font-weight:700}.status-badge.instock{background:#dcfce7;color:#166534}.status-badge.low{background:#fef3c7;color:#92400e}.status-badge.out{background:#fee2e2;color:#991b1b}.status-badge.active{background:#dbeafe;color:#1e40af}.status-badge.inactive{background:#f3f4f6;color:#6b7280}.status-badge.vip{background:#ede9fe;color:#7c3aed}.status-badge.regular{background:#dcfce7;color:#166534}.status-badge.new{background:#fef3c7;color:#92400e}.outlet-filter{display:inline-grid;grid-auto-flow:column;gap:8px}.date-range{display:grid;grid-template-columns:1fr auto 1fr;gap:8px;align-items:center}.full-width{grid-template-columns:1fr}.content-panel{background:#fff;border:1px solid var(--pos-border);border-radius:12px;padding:20px;box-shadow:var(--shadow-soft)}.action-buttons{display:flex;gap:8px;justify-content:flex-end}.product-categories{display:flex;gap:12px;margin-bottom:24px;flex-wrap:wrap;padding:4px}.category-tab{display:flex;align-items:center;gap:10px;padding:14px 20px;border:2px solid var(--pos-border);border-radius:12px;background:#fff;color:var(--pos-text);cursor:pointer;font-weight:600;transition:all .2s ease;box-shadow:0 2px 4px #0000000a}.category-tab.active{background:var(--pos-red);color:#fff;border-color:var(--pos-red);transform:translateY(-2px);box-shadow:0 4px 12px #e548484d}.category-tab:hover:not(.active){background:#f8fafc;border-color:#d1d5db;transform:translateY(-1px);box-shadow:0 3px 8px #00000014}.add-category{border:2px dashed #cbd5e1;color:var(--pos-muted);background:#f8fafc;font-weight:500}.add-category:hover{border-color:var(--pos-red);color:var(--pos-red);background:#fef2f2;transform:translateY(-1px)}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px;padding:8px 0}.product-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:20px;box-shadow:0 2px 8px #1018280a;transition:all .3s ease;position:relative;overflow:hidden}.product-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--pos-red),#f97316);opacity:0;transition:opacity .3s ease}.product-card:hover{box-shadow:0 8px 25px #1018281f;transform:translateY(-4px);border-color:#d1d5db}.product-card:hover:before{opacity:1}.product-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.product-badge{padding:6px 12px;border-radius:8px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.product-badge.pizza{background:linear-gradient(135deg,#fef3c7,#fed7aa);color:#92400e;border:1px solid #fbbf24}.product-badge.burger{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1e40af;border:1px solid #3b82f6}.product-badge.chicken{background:linear-gradient(135deg,#fecaca,#fca5a5);color:#dc2626;border:1px solid #ef4444}.product-badge.hotdog{background:linear-gradient(135deg,#e0e7ff,#c7d2fe);color:#5b21b6;border:1px solid #8b5cf6}.product-badge.drinks{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#166534;border:1px solid #10b981}.product-name{font-size:18px;font-weight:800;margin:12px 0 8px;color:#111827;line-height:1.3}.product-price{font-size:24px;font-weight:900;color:var(--pos-red);margin-bottom:20px;display:flex;align-items:center;gap:4px}.product-price:before{content:"₹";font-size:18px;opacity:.8}.product-section{margin-bottom:16px}.product-section-title{font-size:13px;font-weight:700;color:#4b5563;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.product-options{display:flex;gap:8px;flex-wrap:wrap}.product-option{padding:6px 12px;border:1.5px solid #e5e7eb;border-radius:8px;font-size:12px;font-weight:600;background:#f8fafc;color:#374151;transition:all .2s ease;cursor:pointer}.product-option:hover{border-color:#d1d5db;background:#f1f5f9}.product-option.selected{background:linear-gradient(135deg,var(--pos-red),#dc2626);color:#fff;border-color:var(--pos-red);box-shadow:0 2px 4px #e5484833}.edit-button{display:flex;align-items:center;gap:6px;color:#6b7280;font-size:13px;font-weight:600;text-decoration:none;padding:6px 10px;border-radius:8px;transition:all .2s ease;border:1px solid transparent}.edit-button:hover{color:var(--pos-red);background:#fef2f2;border-color:#fecaca}.products-page-layout{padding:24px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);min-height:100vh}.products-header{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:24px;margin-bottom:24px;box-shadow:0 2px 8px #1018280a}.products-content{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:24px;box-shadow:0 2px 8px #1018280a}.enhanced-tabs{display:flex;gap:4px;margin-bottom:24px;background:#f1f5f9;padding:6px;border-radius:12px}.enhanced-tab{padding:12px 20px;border-radius:8px;font-weight:600;font-size:14px;color:#6b7280;background:transparent;border:none;cursor:pointer;transition:all .2s ease}.enhanced-tab.active{background:#fff;color:var(--pos-red);box-shadow:0 2px 4px #0000001a}.enhanced-tab:hover:not(.active){color:#374151;background:#ffffff80}.empty-state{text-align:center;padding:60px 20px;color:#6b7280}.empty-state h3{font-size:18px;font-weight:600;margin-bottom:8px;color:#374151}.empty-state p{font-size:14px;margin-bottom:20px}
