@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/8a480f0b521d4e75-s.8e0177b5.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/7178b3e590c64307-s.b97b3418.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/caa3a2e1cccd8315-s.p.853070df.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Geist Fallback;src:local(Arial);ascent-override:95.94%;descent-override:28.16%;line-gap-override:0.0%;size-adjust:104.76%}.geist_a71539c9-module__T19VSG__className{font-family:Geist,Geist Fallback;font-style:normal}.geist_a71539c9-module__T19VSG__variable{--font-geist-sans:"Geist","Geist Fallback"}
@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/4fa387ec64143e14-s.c1fdd6c2.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/bbc41e54d2fcbd21-s.799d8ef8.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/797e433ab948586e-s.p.dbea232f.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Geist Mono Fallback;src:local(Arial);ascent-override:74.67%;descent-override:21.92%;line-gap-override:0.0%;size-adjust:134.59%}.geist_mono_8d43a2aa-module__8Li5zG__className{font-family:Geist Mono,Geist Mono Fallback;font-style:normal}.geist_mono_8d43a2aa-module__8Li5zG__variable{--font-geist-mono:"Geist Mono","Geist Mono Fallback"}
:root{--primary-color:#2563eb;--primary-hover:#1d4ed8;--secondary-color:#f1f5f9;--accent-color:#3b82f6;--danger-color:#ef4444;--success-color:#10b981;--warning-color:#f59e0b;--bg-color:#f8fafc;--surface-color:#fff;--text-main:#1e293b;--text-muted:#64748b;--border-color:#e2e8f0;--shadow-sm:0 1px 3px #0000001a;--shadow-md:0 4px 6px -1px #0000001a;--radius-md:.5rem;--radius-lg:.75rem;--radius-xl:1rem}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-main);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif}.pos-layout{background:var(--bg-color);width:100vw;height:100vh;display:flex;overflow:hidden}.pos-main{flex-direction:column;flex:1;display:flex;overflow:hidden}.pos-header{z-index:100;border-bottom:1px solid var(--border-color);background:#fff;flex-shrink:0;justify-content:space-between;align-items:center;gap:2rem;height:70px;padding:0 1.5rem;display:flex;position:relative}.pos-content-grid{grid-template-columns:1fr 400px;height:calc(100vh - 70px);display:grid;overflow:hidden}.pos-menu-area{background:var(--bg-color);padding:1.5rem;overflow-y:auto}.pos-cart-area{border-left:1px solid var(--border-color);background:#fff;flex-direction:column;display:flex;overflow:hidden}.search-container{flex:1;max-width:500px;position:relative}.search-input{border:1px solid var(--border-color);width:100%;color:var(--text-main);background:#fff;border-radius:12px;padding:.65rem 1rem .65rem 2.5rem;font-size:.95rem;transition:all .2s}.search-input:focus{border-color:var(--primary-color);background:#fff;outline:none;box-shadow:0 0 0 3px #2563eb1a}.category-grid{scrollbar-width:none;gap:1rem;margin-bottom:2rem;padding-bottom:10px;display:flex;overflow-x:auto}.category-card{border:1px solid var(--border-color);border-radius:var(--radius-lg);cursor:pointer;background:#fff;flex-direction:column;gap:.5rem;min-width:160px;padding:1rem;transition:all .2s;display:flex}.category-card:hover{border-color:var(--primary-color);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.category-card.active{background:var(--primary-color);border-color:var(--primary-color);color:#fff}.category-card.active .category-subtitle{color:#fffc}.category-subtitle{color:var(--text-muted);font-size:.75rem}.menu-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.25rem;display:grid}.menu-item-card{border:1px solid var(--border-color);border-radius:var(--radius-lg);cursor:pointer;background:#fff;gap:1rem;padding:1rem;transition:all .2s;display:flex}.menu-item-card:hover{box-shadow:var(--shadow-md);border-color:#cbd5e1}.item-thumb{border-radius:var(--radius-md);object-fit:cover;background:#f1f5f9;flex-shrink:0;width:90px;height:90px}.item-main{flex-direction:column;flex:1;justify-content:space-between;display:flex}.item-name{color:var(--text-main);margin-bottom:.25rem;font-size:1rem;font-weight:700}.item-desc{color:var(--text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.75rem;line-height:1.4;display:-webkit-box;overflow:hidden}.item-footer{justify-content:space-between;align-items:center;margin-top:.5rem;display:flex}.item-price{color:var(--text-main);font-size:1.1rem;font-weight:800}.qty-control{border-radius:var(--radius-full);background:#f1f5f9;align-items:center;padding:2px;display:flex}.qty-btn{width:28px;height:28px;color:var(--primary-color);background:#fff;border-radius:50%;justify-content:center;align-items:center;font-weight:800;transition:all .1s;display:flex;box-shadow:0 1px 2px #0000000d}.qty-btn:active{transform:scale(.9)}.qty-btn.plus{background:var(--primary-color);color:#fff}.qty-val{padding:0 .75rem;font-size:.85rem;font-weight:700}.invoice-header{border-bottom:1px solid var(--border-color);padding:1.5rem}.invoice-header h2{font-size:1.25rem;font-weight:800}.invoice-items{flex-direction:column;flex:1;gap:1rem;padding:1rem;display:flex;overflow-y:auto}.invoice-item{align-items:center;gap:.75rem;display:flex}.invoice-item-thumb{border-radius:var(--radius-md);background:#f1f5f9;width:50px;height:50px}.invoice-item-info{flex:1}.invoice-item-name{font-size:.9rem;font-weight:700}.invoice-item-meta{color:var(--text-muted);font-size:.75rem}.invoice-item-price{font-size:.95rem;font-weight:700}.invoice-summary{border-top:1px solid var(--border-color);background:#f8fafc;padding:1.5rem}.summary-row{color:var(--text-muted);justify-content:space-between;margin-bottom:.5rem;font-size:.9rem;display:flex}.summary-row.total{border-top:2px dashed var(--border-color);color:var(--text-main);margin-top:1rem;padding-top:1rem;font-size:1.2rem;font-weight:800}.payment-selector{border-radius:var(--radius-md);background:#f1f5f9;grid-template-columns:repeat(3,1fr);gap:.5rem;margin:1rem 0;padding:4px;display:grid}.pay-method{border-radius:var(--radius-md);color:var(--text-muted);cursor:pointer;flex-direction:column;align-items:center;gap:4px;padding:.5rem;font-size:.7rem;font-weight:600;transition:all .2s;display:flex}.pay-method.active{color:var(--primary-color);box-shadow:var(--shadow-sm);background:#fff}.pay-method svg{width:20px;height:20px}.btn-place-order{background:var(--primary-color);color:#fff;border-radius:var(--radius-lg);width:100%;margin-top:.5rem;padding:1rem;font-size:1.1rem;font-weight:800;box-shadow:0 4px 12px #2563eb33}.btn-place-order:hover{background:var(--primary-hover)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.nav-icon-btn{border:1px solid var(--border-color);cursor:pointer;width:42px;height:42px;color:var(--text-main);background:#fff;border-radius:12px;justify-content:center;align-items:center;font-size:1.25rem;line-height:1;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 1px 3px #0000000d}.nav-icon-btn:hover{background:#f8fafc;border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.nav-icon-btn:active{transform:translateY(0);box-shadow:0 2px 4px #0000000d}.nav-icon-btn.active{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.nav-icon-btn.danger{background:#fff;color:#ef4444!important;border-color:#fee2e2!important}.nav-icon-btn.danger:hover{color:#dc2626!important;background:#fef2f2!important;border-color:#fca5a5!important}.nav-group{align-items:center;gap:.75rem;padding:0 .5rem;display:flex}.nav-separator{background:var(--border-color);width:1px;height:24px;margin:0 .25rem}
