@import "https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";:root{--font-sans:"Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono:"JetBrains Mono", ui-monospace, "SF Mono", Menlo, Consolas, monospace;--bg-app:#141413;--bg-surface:#1b1a17;--bg-surface-elevated:#22211c;--bg-surface-subtle:#292823;--bg-surface-card:#1e1d19;--border-subtle:#2e2c26;--border-strong:#444138;--border-focus:#d97757;--text-primary:#f5f4ef;--text-secondary:#b5b3a9;--text-muted:#828076;--accent-primary:#d97757;--accent-primary-hover:#c5684a;--accent-primary-text:#fff;--accent-primary-bg:#d977571f;--accent-primary-border:#d9775766;--accent-primary-ring:#d977572e;--accent-primary-shadow:#d977574d;--accent-terracotta:var(--accent-primary);--accent-terracotta-bg:var(--accent-primary-bg);--accent-emerald:#5fad7c;--accent-emerald-bg:#5fad7c1f;--accent-sage:var(--accent-emerald);--accent-sage-bg:var(--accent-emerald-bg);--accent-sage-border:#5fad7c59;--accent-mineral:#7da5ce;--accent-mineral-bg:#7da5ce1f;--accent-mineral-border:#7da5ce59;--accent-amber:#e09f3e;--accent-amber-bg:#e09f3e1f;--accent-amber-border:#e09f3e59;--accent-rose:#e06d73;--accent-rose-bg:#e06d731f;--accent-rose-border:#e06d7366;--accent-blue:var(--accent-mineral);--cat-color-1:#7da5ce;--cat-color-2:#5fad7c;--cat-color-3:#e09f3e;--cat-color-4:#a888c9;--cat-color-5:#4fb0a5;--cat-color-6:#c99a52;--cat-color-7:#8f9fd1;--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--radius-xl:16px;--radius-pill:9999px;--shadow-subtle:0 1px 3px #0003;--shadow-elevated:0 8px 24px #0000004d;--ease-spring:cubic-bezier(.16, 1, .3, 1);--touch-min:44px;--catalog-gap:1px;--card-pad:16px;--card-min-width:200px;--cart-item-gap:10px;--cart-item-pad:14px}[data-theme=light]{--bg-app:#faf9f5;--bg-surface:#fff;--bg-surface-elevated:#f4f3ee;--bg-surface-subtle:#eae8df;--bg-surface-card:#fff;--border-subtle:#e8e6dc;--border-strong:#d2cfc3;--border-focus:#d97757;--text-primary:#141413;--text-secondary:#5c5a52;--text-muted:#8c897e;--accent-primary:#d97757;--accent-primary-hover:#c5684a;--accent-primary-text:#fff;--accent-primary-bg:#d977571a;--accent-primary-border:#d9775759;--accent-primary-ring:#d9775724;--accent-primary-shadow:#d9775740;--accent-terracotta:var(--accent-primary);--accent-terracotta-bg:var(--accent-primary-bg);--accent-emerald:#3d8f5e;--accent-emerald-bg:#3d8f5e1a;--accent-sage:var(--accent-emerald);--accent-sage-bg:var(--accent-emerald-bg);--accent-sage-border:#3d8f5e4d;--accent-mineral:#48729d;--accent-mineral-bg:#48729d1a;--accent-mineral-border:#48729d4d;--accent-amber:#b87a28;--accent-amber-bg:#b87a281a;--accent-amber-border:#b87a284d;--accent-rose:#c94a50;--accent-rose-bg:#c94a501a;--accent-rose-border:#c94a5052;--accent-blue:var(--accent-mineral);--cat-color-1:#48729d;--cat-color-2:#3d8f5e;--cat-color-3:#b87a28;--cat-color-4:#8a5fa8;--cat-color-5:#2f8a80;--cat-color-6:#a67a3a;--cat-color-7:#6673b0}[data-density=compact]{--catalog-gap:1px;--card-pad:11px;--card-min-width:168px;--cart-item-gap:6px;--cart-item-pad:10px}[data-density=spacious]{--catalog-gap:1px;--card-pad:20px;--card-min-width:230px;--cart-item-gap:14px;--cart-item-pad:18px}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{background-color:var(--bg-app);width:100%;height:100%;color:var(--text-primary);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{zoom:var(--display-scale,1)}button,input,select,textarea{color:inherit;font-family:inherit}button{min-height:var(--touch-min)}*{scrollbar-width:thin;scrollbar-color:var(--border-strong) transparent}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background-color:var(--border-strong);border-radius:var(--radius-pill);background-clip:padding-box;border:2px solid #0000}::-webkit-scrollbar-thumb:hover{background-color:var(--accent-primary)}::-webkit-scrollbar-corner{background:0 0}:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px}.pos-shell{background-color:var(--bg-app);flex-direction:column;width:100vw;height:100vh;display:flex;overflow:hidden}.pos-main-container{flex:1;height:calc(100vh - 64px);display:flex;position:relative;overflow:hidden}.pos-catalog-pane{flex-direction:column;flex:1;min-width:0;height:100%;display:flex;overflow:hidden}.pos-cart-pane{background-color:var(--bg-surface);border-left:1px solid var(--border-subtle);width:380px;min-width:340px;max-width:420px;height:100%;transition:transform .35s var(--ease-spring);flex-direction:column;display:flex}.pos-mobile-cart-bar{display:none}.pos-product-card-shell{background:var(--bg-surface-card);cursor:pointer;border:none;border-radius:0;flex-direction:column;padding:0;transition:background-color .1s;display:flex;position:relative}.pos-product-card-shell:hover{background:var(--bg-surface-elevated)}.pos-product-card-shell:active{background:var(--bg-surface-subtle)}.pos-product-card-shell:focus-visible{outline:2px solid var(--border-focus);outline-offset:-2px;z-index:1}.pos-product-card-inner{padding:var(--card-pad);background:0 0;border-radius:0;flex-direction:column;justify-content:space-between;height:100%;display:flex}.pos-card-qty-flag{border-radius:var(--radius-sm);background-color:var(--accent-primary);min-width:22px;height:20px;color:var(--accent-primary-text);font-family:var(--font-mono);z-index:2;pointer-events:none;justify-content:center;align-items:center;padding:0 6px;font-size:11px;font-weight:700;display:flex;position:absolute;top:10px;right:10px}.pos-stepper-capsule{border-radius:var(--radius-pill);border:1px solid var(--border-subtle);background-color:var(--bg-surface-subtle);align-items:center;padding:2px;display:flex}.pos-stepper-btn{border-radius:var(--radius-sm);width:34px;height:34px;color:var(--text-primary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;min-height:0;transition:background-color .15s;display:flex}.pos-stepper-btn:hover{background:var(--bg-surface)}.pos-stepper-btn:active{background:var(--border-subtle)}.pos-btn-pill{border-radius:var(--radius-md);font-family:var(--font-sans);cursor:pointer;border:none;justify-content:center;align-items:center;gap:8px;padding:10px 20px;font-size:13.5px;font-weight:600;transition:background-color .15s;display:inline-flex}.pos-btn-pill-primary{background-color:var(--accent-primary);color:var(--accent-primary-text)}.pos-btn-pill-primary:hover{background-color:var(--accent-primary-hover)}.pos-btn-pill-primary:active{opacity:.9}.pos-icon-btn{width:var(--touch-min);height:var(--touch-min);min-height:var(--touch-min);border-radius:var(--radius-md);background-color:var(--bg-surface-elevated);border:1px solid var(--border-subtle);color:var(--text-primary);cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;transition:all .15s;display:inline-flex}.pos-icon-btn:hover{border-color:var(--border-strong);background-color:var(--bg-surface-subtle)}.pos-segmented{border-radius:var(--radius-pill);background-color:var(--bg-surface-elevated);border:1px solid var(--border-subtle);align-items:center;gap:2px;padding:3px;display:inline-flex}.pos-segmented-btn{border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;white-space:nowrap;background:0 0;border:none;min-height:0;padding:7px 12px;font-size:12px;font-weight:600;transition:all .15s}.pos-segmented-btn.active{background-color:var(--accent-primary);color:var(--accent-primary-text)}.pos-category-chip{font-family:var(--font-sans);cursor:pointer;white-space:nowrap;color:var(--text-muted);background-color:#0000;border:none;border-bottom:2px solid #0000;border-radius:0;flex-shrink:0;min-height:0;padding:0 2px 10px;font-size:13px;font-weight:600;transition:color .15s,border-color .15s}.pos-category-chip:hover{color:var(--text-secondary)}.pos-category-chip.active{color:var(--text-primary);border-bottom-color:var(--accent-primary);box-shadow:none;background-color:#0000}.pos-filter-popover{z-index:30;background-color:var(--bg-surface-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius-md);min-width:190px;box-shadow:var(--shadow-elevated);flex-direction:column;gap:2px;padding:6px;display:flex;position:absolute;top:calc(100% + 6px);right:0}.pos-filter-popover-item{border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;text-align:left;min-height:var(--touch-min);background:0 0;border:none;justify-content:space-between;align-items:center;gap:8px;padding:9px 10px;font-size:12.5px;font-weight:600;display:flex}.pos-filter-popover-item:hover{background-color:var(--bg-surface-subtle)}.pos-filter-popover-item.active{color:var(--text-primary);background-color:var(--bg-surface-subtle)}.pos-panel-overlay{z-index:999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#00000080;justify-content:flex-end;display:flex;position:fixed;inset:0}.pos-panel{background-color:var(--bg-surface);border-left:1px solid var(--border-subtle);width:100%;max-width:400px;height:100%;box-shadow:var(--shadow-elevated);flex-direction:column;gap:18px;padding:20px;display:flex;overflow-y:auto}@keyframes pos-spin{to{transform:rotate(360deg)}}@keyframes pos-pop-in{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:scale(1)}}@media (width>=1920px){.pos-cart-pane{width:420px}.pos-catalog-grid{grid-template-columns:repeat(auto-fill, minmax(calc(var(--card-min-width) + 30px), 1fr))!important}}@media (width<=1280px){.pos-cart-pane{width:360px;min-width:340px}}@media (width<=1023px){.pos-cart-pane{width:320px;min-width:290px;max-width:320px}.header-subtitle{display:none!important}}@media (width<=768px){.pos-main-container{height:calc(100vh - 126px)}.pos-cart-pane{z-index:900;width:100%;max-width:100%;transition:transform .35s var(--ease-spring);border-left:none;position:fixed;inset:0;transform:translateY(100%)}.pos-cart-pane.mobile-open{transform:translateY(0)}.pos-mobile-cart-bar{background-color:var(--bg-surface);border-top:1px solid var(--border-subtle);z-index:800;justify-content:space-between;align-items:center;height:66px;padding:10px 18px;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -6px 20px #0000001f}.pos-catalog-grid{grid-template-columns:repeat(2,1fr)!important}.pos-panel{max-width:100%}}@media (width<=480px){.pos-catalog-grid{grid-template-columns:1fr!important}}
