:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}:root{--bg:#0a0f1c;--panel:#0f172a;--panel2:#111c33;--border:#ffffff0f;--text:#e5e7eb;--muted:#94a3b8;--blue:#3b82f6;--green:#22c55e;--red:#ef4444}*{box-sizing:border-box;margin:0;padding:0;font-family:Inter,system-ui,sans-serif}body{background:var(--bg);color:var(--text)}.language-switch{z-index:1100;top:max(12px, env(safe-area-inset-top));border:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f172aeb;border-radius:12px;align-items:center;gap:7px;padding:5px 8px;display:flex;position:fixed;right:14px;box-shadow:0 6px 20px #00000040}.language-switch select{color:#fff;background:var(--panel2);border:1px solid var(--border);cursor:pointer;border-radius:8px;padding:5px 24px 5px 7px;font-size:14px}.demo-badge{z-index:1090;top:max(14px, env(safe-area-inset-top));color:#fde68a;white-space:nowrap;background:#78350feb;border:1px solid #facc1573;border-radius:999px;padding:7px 12px;font-size:13px;font-weight:800;position:fixed;left:50%;transform:translate(-50%);box-shadow:0 0 14px #facc152e}.app{height:100vh;display:flex}.sidebar{background:var(--panel);border-right:1px solid var(--border);flex-direction:column;gap:10px;width:260px;padding:16px;display:flex}.sidebar h2{margin-bottom:10px;font-size:18px}.sidebar button{border:1px solid var(--border);color:var(--text);text-align:left;cursor:pointer;background:0 0;border-radius:10px;padding:10px 12px;transition:all .15s}.sidebar button:hover{background:var(--panel2)}.main{flex:1;padding:64px 20px 20px;overflow-y:auto}h2{margin-bottom:14px;font-size:20px}h3{font-size:15px}.grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px;display:grid}.card{background:var(--panel);border:1px solid var(--border);text-align:left;border-radius:14px;flex-direction:column;gap:10px;padding:14px;display:flex}.kpi-bar{grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:16px;display:grid}.kpi-bar div{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:12px}button{cursor:pointer;border:none;border-radius:10px;padding:9px 12px;font-weight:500}button:not(.btn){background:var(--blue);color:#fff}.btn{background:var(--panel2);border:1px solid var(--border);color:var(--text)}.btn-row{gap:8px;display:flex}.modal-backdrop{z-index:2000;background:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{background:var(--panel);border:1px solid var(--border);border-radius:14px;flex-direction:column;gap:10px;width:420px;padding:16px;display:flex}.modal input{background:var(--bg);border:1px solid var(--border);color:#fff;border-radius:10px;width:100%;padding:10px}.modal input,.modal textarea,.modal select{font-size:16px}.sale-modal{width:min(620px,92%);max-height:90vh;overflow-y:auto}.sale-modal h2{margin-bottom:2px}.sale-items{flex-direction:column;gap:10px;display:flex}.sale-item{border:1px solid var(--border);background:#ffffff0a;border-radius:12px;align-items:center;gap:12px;padding:12px;display:flex}.sale-item-main{flex:1;min-width:0}.sale-item-main select{width:100%;color:var(--text);background:var(--bg);border:1px solid var(--border);border-radius:10px;padding:10px}.sale-item-meta{color:var(--muted);justify-content:space-between;gap:10px;margin-top:7px;font-size:13px;display:flex}.sale-item-meta strong{color:var(--text)}.sale-item-controls{flex-shrink:0;align-items:center;gap:7px;display:flex}.quantity-stepper{border:1px solid var(--border);background:var(--bg);border-radius:10px;grid-template-columns:36px 38px 36px;align-items:center;display:grid;overflow:hidden}.quantity-stepper button{border-radius:0;width:36px;height:38px;padding:0;font-size:21px}.quantity-stepper span{text-align:center;font-size:17px;font-weight:800}.quantity-stepper button:disabled,.sale-modal button:disabled{cursor:not-allowed;opacity:.4}.sale-remove,.sale-discount>button{border:1px solid #ef444473;width:34px;height:38px;padding:0;font-size:22px;color:#fecaca!important;background:#ef444429!important}.sale-secondary-action{border:1px dashed #60a5fa8c;width:100%;color:#bfdbfe!important;background:#3b82f61a!important}.sale-discount-button{border-color:#c084fc8c;color:#e9d5ff!important;background:#a855f71a!important}.sale-description{position:relative}.sale-suggestions{z-index:50;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#111c33fa;border:1px solid #ffffff1f;border-radius:14px;position:absolute;bottom:calc(100% + 8px);left:0;right:0;overflow:hidden;box-shadow:0 12px 30px #0006}.sale-suggestions button{color:#fff;text-align:left;background:0 0;border-bottom:1px solid #ffffff14;border-radius:0;width:100%;padding:12px 14px}.sale-suggestions button:last-child{border-bottom:0}.sale-discount{align-items:center;gap:8px;display:flex}.sale-discount input{flex:1}.sale-summary{background:#ffffff0a;border-radius:12px;grid-template-columns:1fr auto;gap:7px 12px;padding:12px;display:grid}.sale-summary strong{text-align:right}.sale-total-label,.sale-total{border-top:1px solid var(--border);padding-top:8px;font-size:18px}.sale-total{color:#4ade80}.sale-error{color:#fecaca;background:#ef44441f;border:1px solid #ef444459;border-radius:10px;padding:9px 11px;font-size:14px}.sale-actions button:first-child{background:#16a34a;flex:1}.top-seller-list{flex-direction:column;gap:8px;margin-top:12px;display:flex}.top-seller-row{border:1px solid var(--border);background:#ffffff0a;border-radius:10px;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 12px;display:grid}.top-seller-rank{color:#bfdbfe;background:#3b82f62e;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-weight:800;display:flex}.top-seller-name{white-space:normal;overflow-wrap:anywhere;min-width:0;line-height:1.3}.top-seller-value{color:#4ade80;white-space:nowrap}.top-seller-winner{background:linear-gradient(110deg,#f59e0b29,#ffffff0a);border-color:#facc157a;box-shadow:0 0 12px #facc1538,inset 0 0 12px #facc150f}.top-seller-winner .top-seller-rank{background:#f59e0b3d;box-shadow:0 0 14px #facc1573}.product-card{flex-direction:row;align-items:center;gap:14px}.product-img{background:var(--panel2);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;display:flex;overflow:hidden}.product-img img{object-fit:cover;width:100%;height:100%}.product-content{flex-direction:column;flex:1;gap:6px;display:flex}.product-actions{gap:8px;display:flex}.master-card{flex-direction:row;align-items:center;gap:14px}.master-img{background:var(--panel2);border-radius:12px;justify-content:center;align-items:center;width:80px;height:80px;display:flex;overflow:hidden}.master-img img{object-fit:cover;width:100%;height:100%}.master-content{flex-direction:column;flex:1;gap:6px;display:flex}.master-actions{gap:8px;display:flex}.muted{color:var(--muted);font-size:12px}.btn.success{background:var(--green);color:#fff}.btn.danger{background:var(--red);color:#fff}.stock-page{flex-direction:column;width:100%;display:flex}.stock-divider{background:#ffffff14;width:100%;height:1px;margin:12px 0}.stock-actions{flex-wrap:wrap;align-items:center;gap:10px;width:100%;margin-bottom:12px;display:flex}.stock-copied{color:#22c55e;font-weight:700}.stock-list{flex-direction:column;gap:10px;width:100%;display:flex}.stock-card{background:linear-gradient(135deg,#111c33fa,#0a0f1cfa);border:1px solid #ffffff0d;border-radius:10px;align-items:center;gap:12px;width:100%;min-height:92px;padding:10px;display:flex;box-shadow:0 10px 20px #0000002e}.stock-card.low-stock{background:linear-gradient(135deg,#1e1420fa,#0a0f1cfa);border:1px solid #ef44448c}.stock-img{background:#ffffff0f;border-radius:8px;flex:0 0 58px;justify-content:center;align-items:center;width:58px;height:72px;display:flex;overflow:hidden}.stock-img img{object-fit:contain;width:100%;height:100%;padding:3px}.img-placeholder{font-size:24px}.stock-content{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.stock-content h3{color:var(--text);text-shadow:0 0 6px #3b82f659,0 0 14px #3b82f62e;white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:800;line-height:1.15;overflow:hidden}.stock-flavor{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:13px;line-height:1.15;overflow:hidden}.stock-line{color:var(--muted);font-size:12px;line-height:1.15}.stock-green{color:#22c55e;font-weight:900}.stock-yellow{color:#facc15;font-weight:900}.stock-side{flex-direction:column;flex:none;justify-content:space-between;align-self:stretch;align-items:flex-end;gap:10px;display:flex}.stock-price{color:#38bdf8;white-space:nowrap;background:#0f172af2;border:1px solid #ffffff0a;border-radius:8px;padding:4px 8px;font-size:12px;font-weight:800;line-height:1}.stock-card-actions{align-items:center;gap:10px;display:flex}.stock-card .stock-btn{background:0 0;border-radius:9px;justify-content:center;align-items:center;width:34px;height:34px;padding:0;font-size:22px;font-weight:600;line-height:1;display:flex}.stock-card .stock-btn-plus{color:#22c55e;background:#22c55e1f;border:1px solid #22c55ebf}.stock-card .stock-btn-minus{color:#ef4444;background:#ef44441f;border:1px solid #ef4444bf}.stock-card .stock-btn-plus:hover{background:#22c55e38}.stock-card .stock-btn-minus:hover{background:#ef444438}.low-stock{background:#ef44440d;border:1px solid #ef444499}.warning-text{color:#ef4444;margin-top:2px;font-size:11px;font-weight:700}.customer-page{background:var(--bg);min-height:100vh;padding:28px 18px 36px}.customer-header,.customer-stock-page{width:min(920px,100%);margin:0 auto}.customer-header{justify-content:space-between;align-items:flex-end;gap:14px;display:flex}.customer-header-actions{align-items:center;gap:10px;display:flex}.customer-language{border:1px solid var(--border);background:var(--panel);border-radius:10px;grid-template-columns:1fr 1fr;display:grid;overflow:hidden}.customer-language button{min-width:42px;color:var(--muted);background:0 0;border-radius:0;padding:7px 9px;font-size:12px;font-weight:900}.customer-language button.active{color:#fff;background:#3b82f69e}.customer-kicker{color:#38bdf8;text-transform:uppercase;letter-spacing:0;font-size:12px;font-weight:900}.customer-header h1{color:var(--text);margin-top:4px;font-size:26px;line-height:1.1}.customer-count{color:#bbf7d0;white-space:nowrap;background:#22c55e1f;border:1px solid #22c55e57;border-radius:999px;flex:none;padding:7px 10px;font-size:13px;font-weight:900}.customer-message{color:var(--muted);background:var(--panel);border:1px solid var(--border);border-radius:10px;padding:14px}.customer-error{color:#fecaca;background:#ef44441f;border-color:#ef444459}.customer-card{--customer-card-bg:#111c33fa;align-items:stretch;gap:0;height:136px;min-height:136px;padding:0 0 0 166px;position:relative;overflow:hidden}.customer-card.low-stock{--customer-card-bg:#1e1420fa}.customer-card:after{content:"";z-index:0;background:linear-gradient(90deg, #111c3300 0, #111c3329 28px, #111c3370 72px, #111c33bd 124px, var(--customer-card-bg) 184px, var(--customer-card-bg) 100%);pointer-events:none;position:absolute;inset:0 0 0 86px}.customer-card .stock-content{z-index:1;justify-content:center;gap:2px;padding:9px 12px;position:relative;overflow:hidden}.customer-card .stock-content h3{white-space:normal;text-overflow:unset;overflow-wrap:anywhere;font-size:14px;line-height:1.05;overflow:visible}.customer-card .stock-flavor{font-size:12px;line-height:1.05}.customer-card-image{z-index:0;pointer-events:none;justify-content:flex-start;align-items:center;width:240px;height:100%;display:flex;position:absolute;inset:0 auto 0 0;overflow:visible}.customer-card-image:before{content:"";background-image:var(--customer-image-url);opacity:.28;background-position:0;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0 -170px 0 0;-webkit-mask-image:linear-gradient(90deg,#000 0%,#000000c7 36%,#00000057 66%,#0000 100%);mask-image:linear-gradient(90deg,#000 0%,#000000c7 36%,#00000057 66%,#0000 100%)}.customer-card-image .img-placeholder{color:var(--muted);font-size:13px;font-weight:900}.customer-card-divider{display:none}.customer-card .stock-line{-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:11px;line-height:1.12;display:-webkit-box;overflow:hidden}.customer-card .customer-flavor-line{-webkit-line-clamp:6;font-size:10px;line-height:1.12}.customer-card>.warning-text,.customer-card .stock-content>.warning-text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.customer-cart{border:1px solid var(--border);background:#0f172ae6;border-radius:10px;margin-bottom:14px;padding:12px}.customer-cart-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.customer-cart-header h2{margin:2px 0 0;font-size:22px}.customer-copy-button:disabled{cursor:not-allowed;opacity:.45}.customer-cart-list{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.customer-cart-item{color:#dbeafe;background:#3b82f61f;border:1px solid #3b82f647;border-radius:999px;align-items:center;gap:8px;max-width:100%;padding:6px 7px 6px 10px;font-size:13px;font-weight:800;display:inline-flex}.customer-cart-item span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.customer-cart-item button{color:#fecaca;background:#ef444433;border:1px solid #ef44445c;border-radius:50%;flex:0 0 22px;width:22px;height:22px;padding:0;font-size:13px;font-weight:900}.customer-cart-empty{color:var(--muted);margin-top:8px;font-size:13px}.customer-variant{color:#e0f2fe;white-space:normal;width:100%;text-overflow:unset;overflow-wrap:anywhere;font-weight:900;display:block;overflow:visible}.customer-side{z-index:1;justify-content:center;gap:5px;padding:7px 12px;position:relative}.customer-low-stock-badge{color:#fecaca;text-align:center;white-space:nowrap;background:#ef444429;border:1px solid #ef444473;border-radius:8px;padding:3px 7px;font-size:10px;font-weight:900;line-height:1}.customer-select-button{white-space:nowrap;border:1px solid #22c55e80;border-radius:9px;width:auto;min-width:106px;padding:7px 9px;font-size:12px;font-weight:900;color:#bbf7d0!important;background:#22c55e1f!important}.customer-select-button.selected{border-color:#ef444480;color:#fecaca!important;background:#ef444429!important}.customer-quantity{border:1px solid var(--border);background:#0a0f1ce6;border-radius:9px;flex:none;grid-template-columns:31px 44px 31px;align-items:center;height:29px;display:grid;overflow:hidden}.customer-quantity button{color:#fff;background:#3b82f6b3;border-radius:0;width:31px;height:27px;padding:0;font-size:18px;font-weight:900}.customer-quantity button:disabled{cursor:not-allowed;opacity:.38}.customer-quantity input{width:44px;height:27px;color:var(--text);text-align:center;background:0 0;border:0;border-radius:0;outline:none;padding:0 2px;font-size:14px;font-weight:900}.customer-quantity input::-webkit-outer-spin-button{appearance:none;margin:0}.customer-quantity input::-webkit-inner-spin-button{appearance:none;margin:0}.customer-quantity button.remove{color:#fecaca;background:#ef4444c7}.transaction-card{background:var(--panel);border:1px solid var(--border);border-radius:14px;flex-direction:column;gap:6px;width:100%;padding:12px 14px;display:flex}.transaction-top{justify-content:space-between;align-items:center;gap:10px;display:flex}.transaction-left{align-items:center;gap:8px;min-width:0;display:flex}.tx-type{flex-shrink:0;font-size:11px;font-weight:700}.tx-product{white-space:nowrap;text-overflow:ellipsis;max-width:200px;font-size:12px;font-weight:600;overflow:hidden}.tx-edit{color:#fff;white-space:nowrap;cursor:pointer;background:#3b82f6;border:none;border-radius:6px;flex-shrink:0;width:auto;padding:4px 8px;font-size:11px}.tx-delete{color:#fff;white-space:nowrap;cursor:pointer;background:#ef4444;border:none;border-radius:6px;flex-shrink:0;width:auto;padding:4px 8px;font-size:11px}.transaction-bottom{opacity:.75;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;font-size:11px;display:grid}.tx-col{white-space:nowrap}.tx-desc{padding:0 6px}.tx-date{opacity:.6;text-align:right;flex-shrink:0}@media (width<=768px){.sidebar{display:none}.app{flex-direction:column}.grid{grid-template-columns:1fr;gap:10px}.product-card,.master-card{align-items:flex-start}.product-img,.master-img{width:65px;height:65px}.kpi-bar{grid-template-columns:1fr}.modal{width:92%}.modal-backdrop{padding:max(12px, env(safe-area-inset-top)) 0 max(12px, env(safe-area-inset-bottom));align-items:flex-start;overflow-y:auto}.sale-modal{flex-shrink:0;max-height:none;overflow:visible}.sale-item{flex-direction:column;align-items:stretch}.sale-item-controls{justify-content:space-between}.quantity-stepper{flex:1;grid-template-columns:42px 1fr 42px}.quantity-stepper button{width:42px}.sale-actions{flex-direction:column}.sale-actions button{width:100%}.main{padding-top:max(64px, calc(env(safe-area-inset-top) + 54px));padding-bottom:80px}.card{padding:12px}.card img{object-fit:cover;border-radius:12px;width:100%;max-height:140px}.card h3{margin-top:4px;font-size:16px}.card p{font-size:13px}.card button:not(.tx-delete):not(.tx-edit){width:100%;padding:10px;font-size:14px}.stock-actions{justify-content:center;gap:10px 12px}.stock-actions .btn{flex:none;width:auto!important;margin-left:0!important}.stock-copied{text-align:center;width:100%}.stock-page{gap:0}.stock-card{border-radius:9px;gap:10px;min-height:92px;padding:8px}.stock-img{flex-basis:58px;width:58px;height:72px}.stock-content h3{font-size:14px}.stock-flavor,.stock-line{font-size:12px}.stock-side{gap:8px}.stock-price{padding:4px 7px;font-size:11px}.stock-card .stock-btn{width:32px;height:32px;font-size:21px}.customer-page{padding:max(18px, env(safe-area-inset-top)) 12px 28px}.customer-header{flex-direction:column;align-items:flex-start;gap:10px}.customer-header-actions{justify-content:space-between;align-items:stretch;width:100%}.customer-header h1{font-size:23px}.customer-count{align-self:flex-start}.customer-card{align-items:stretch;gap:0;height:136px;min-height:136px;padding-left:104px}.customer-card:after{left:50px}.customer-card .stock-content{padding:10px}.customer-card-image{width:122px}.customer-cart-header{flex-direction:column;align-items:stretch}.customer-copy-button{width:100%}.customer-cart-item{max-width:100%}.customer-side{align-items:flex-end;padding:10px 8px}.customer-select-button{min-width:92px;padding:7px 8px;font-size:11px}.customer-quantity{grid-template-columns:28px 38px 28px}.customer-quantity button{width:28px;height:28px}.customer-quantity input{width:38px;font-size:13px}.transaction-card{padding:10px 12px}.transaction-bottom{gap:6px;font-size:10px}.tx-desc{max-width:120px}.tx-date{opacity:.6;text-align:right;white-space:nowrap;font-size:9px;display:block}.tx-product{max-width:180px}}.bottom-nav{display:none}@media (width<=768px){.bottom-nav{background:var(--panel);border-top:1px solid var(--border);z-index:999;justify-content:space-around;align-items:center;height:64px;display:flex;position:fixed;bottom:0;left:0;right:0}.bottom-nav button{color:var(--muted);background:0 0;border:none;flex-direction:column;flex:1;align-items:center;font-size:16px;display:flex}.bottom-nav button span{font-size:10px}.bottom-nav button.active{color:var(--blue)}}
