:root{--bg:#f5f7fb;--panel:#fff;--line:#e6e9f0;--text:#172033;--muted:#6b7280;--primary:#1f6feb;--danger:#c62828;--shadow:0 10px 28px rgba(25,35,60,.09);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;color:var(--text)}*{box-sizing:border-box}body{margin:0;background:var(--bg);font-size:14px}button,input,select,textarea{font:inherit}button{cursor:pointer}.hidden{display:none!important}.muted{color:var(--muted)}.small{font-size:12px}.topbar{height:68px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:24px;padding:0 18px;position:sticky;top:0;z-index:20}.brand{display:flex;align-items:center;gap:10px;min-width:220px}.brand>div{display:flex;flex-direction:column}.brand small{color:var(--muted);margin-top:2px}.brand-mark{width:56px;height:56px;border-radius:16px;background:var(--primary);color:#fff;display:grid;place-items:center;font-weight:800;letter-spacing:.5px}.brand-mark.small{width:40px;height:40px;border-radius:12px}.nav-tabs{display:flex;gap:6px;flex:1}.nav-tab{border:0;background:transparent;padding:10px 13px;border-radius:10px;color:#4b5563}.nav-tab.active{background:#eef5ff;color:var(--primary);font-weight:700}.user-box{display:flex;align-items:center;gap:10px}.ghost,.primary{border:1px solid var(--line);border-radius:10px;padding:10px 14px;background:#fff}.primary{background:var(--primary);color:#fff;border-color:var(--primary);font-weight:700}.wide{width:100%}.danger-text{border:0;background:transparent;color:var(--danger)}.view{display:none}.view.active{display:block}.pos-grid.active{display:grid;grid-template-columns:170px minmax(420px,1fr) 390px;min-height:calc(100vh - 68px)}.categories-panel,.products-panel,.cart-panel{background:#fff}.categories-panel{border-right:1px solid var(--line);padding:14px 10px;overflow:auto}.category{display:block;width:100%;text-align:left;border:0;background:transparent;padding:11px 12px;border-radius:9px;margin:2px 0}.category.active{background:#eef5ff;color:var(--primary);font-weight:700}.products-panel{padding:14px;background:var(--bg);overflow:auto}.searchbar,.table-toolbar{display:flex;gap:8px;margin-bottom:14px}.searchbar input,.table-toolbar input{flex:1}.searchbar input,input,select,textarea{border:1px solid #d8dde8;border-radius:10px;padding:11px 12px;background:#fff;outline:none}.searchbar input:focus,input:focus,select:focus,textarea:focus{border-color:#84b4ff;box-shadow:0 0 0 3px rgba(31,111,235,.1)}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));grid-auto-rows:max-content;align-items:start;align-content:start;gap:12px}.product-card{display:block;width:100%;height:max-content;align-self:start;background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;text-align:left;padding:0;box-shadow:0 2px 8px rgba(20,30,50,.03);transition:.15s}.product-card:hover{transform:translateY(-1px);box-shadow:var(--shadow)}.product-card img{display:block;width:100%;height:auto;aspect-ratio:1/1;object-fit:cover;background:#f2f3f5}.product-info{padding:10px}.product-name{font-weight:700;line-height:1.3;min-height:36px}.product-meta{font-size:12px;color:var(--muted);margin:5px 0}.price{font-weight:800;color:var(--primary)}.stock{float:right;font-size:11px;color:var(--muted)}.cart-panel{border-left:1px solid var(--line);display:flex;flex-direction:column;min-height:calc(100vh - 68px);position:sticky;top:68px;height:calc(100vh - 68px)}.cart-head{padding:15px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between}.cart-head>div{display:flex;flex-direction:column}.cart-head small{color:var(--muted);margin-top:3px}.customer-chip{margin:12px;border:1px dashed #b9c7da;background:#f9fbff;border-radius:12px;padding:11px;text-align:left;display:flex;flex-direction:column}.customer-chip span{font-weight:700}.customer-chip small{color:var(--muted);margin-top:3px}.cart-items{padding:0 12px;overflow:auto;flex:1}.cart-empty{padding:36px 10px;text-align:center;color:var(--muted)}.cart-line{padding:11px 0;border-bottom:1px solid var(--line)}.cart-line-top{display:flex;justify-content:space-between;gap:10px}.cart-line-name{font-weight:700}.cart-options{font-size:12px;color:var(--muted);margin:3px 0}.cart-line-actions{display:flex;align-items:center;justify-content:space-between;margin-top:8px}.qty{display:flex;align-items:center;border:1px solid var(--line);border-radius:9px;overflow:hidden}.qty button{width:30px;height:30px;border:0;background:#f8fafc}.qty span{min-width:32px;text-align:center}.line-price{font-weight:800}.cart-summary{border-top:1px solid var(--line);padding:13px;background:#fff}.cart-summary label{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.cart-summary input{width:140px;text-align:right}.sum-row{display:flex;justify-content:space-between;padding:5px 0}.discount-row{color:#a33}.sum-row.total{font-size:20px;border-top:1px solid var(--line);margin-top:6px;padding-top:10px}.checkout{width:100%;font-size:16px;margin-top:12px;padding:14px}.checkout:disabled{opacity:.45;cursor:not-allowed}.page-view.active{display:block;padding:22px}.page-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.page-head h2{margin:0 0 5px}.page-head p{margin:0;color:var(--muted)}.table-wrap{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:auto}table{width:100%;border-collapse:collapse}th,td{padding:12px 14px;border-bottom:1px solid var(--line);text-align:left;white-space:nowrap}th{font-size:12px;color:#687082;background:#fafbfc}.status{display:inline-block;padding:4px 8px;border-radius:999px;background:#eef4ff;color:#315d9d;font-size:12px}.status.off{background:#f3f4f6;color:#777}.table-actions{display:flex;gap:6px}.mini{padding:6px 9px;border-radius:8px;border:1px solid var(--line);background:#fff}.modal{position:fixed;inset:0;z-index:100;display:grid;place-items:center}.modal-backdrop{position:absolute;inset:0;background:rgba(12,18,28,.48)}.modal-card{position:relative;width:min(720px,calc(100vw - 24px));max-height:calc(100vh - 30px);overflow:auto;background:#fff;border-radius:16px;box-shadow:0 24px 80px rgba(0,0,0,.25)}.modal-head{padding:15px 18px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;background:#fff;z-index:2}.modal-head h3{margin:0}.icon-btn{width:34px;height:34px;border:0;border-radius:50%;font-size:24px;background:#f1f3f6}.modal-body{padding:18px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-grid label{display:flex;flex-direction:column;gap:6px}.form-grid .full{grid-column:1/-1}.form-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:16px}.option-group{padding:12px 0;border-bottom:1px solid var(--line)}.option-group label.title{display:block;font-weight:700;margin-bottom:7px}.option-group select,.option-group input[type=text],.option-group textarea{width:100%}.choice-list{display:flex;flex-wrap:wrap;gap:8px}.choice{border:1px solid var(--line);padding:8px 10px;border-radius:9px}.payment-methods{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:12px 0}.payment-method{border:1px solid var(--line);background:#fff;border-radius:11px;padding:12px}.payment-method.active{border-color:var(--primary);background:#eef5ff;color:var(--primary);font-weight:700}.checkout-info{background:#f7f9fc;border-radius:12px;padding:12px;margin-bottom:12px}.checkout-info .big{font-size:24px;font-weight:800}.login-shell{min-height:100vh;display:grid;place-items:center;padding:20px;background:linear-gradient(145deg,#eef4ff,#f7f8fb 45%,#eef8f5)}.login-card{width:min(390px,100%);background:#fff;border:1px solid var(--line);border-radius:20px;padding:28px;box-shadow:var(--shadow)}.login-card .brand-mark{margin:auto}.login-card h1{text-align:center;margin-bottom:4px}.login-card p{text-align:center;color:var(--muted);margin-top:0}.login-card label{display:flex;flex-direction:column;gap:6px;margin:12px 0}.login-card .small{text-align:center;margin-top:14px}.empty{padding:50px;text-align:center;color:var(--muted)}#toast{position:fixed;right:18px;top:84px;z-index:9999}.toast{background:#172033;color:#fff;padding:11px 14px;border-radius:10px;margin-bottom:8px;box-shadow:var(--shadow);max-width:360px}.toast.error{background:#a61b1b}@media(max-width:1100px){.pos-grid.active{grid-template-columns:130px 1fr 340px}.brand{min-width:auto}.brand>div strong,.brand>div small{display:none}}@media(max-width:800px){.topbar{gap:8px}.user-box span{display:none}.nav-tab{padding:9px}.pos-grid.active{grid-template-columns:1fr;display:block}.categories-panel{display:flex;overflow:auto;border:0;padding:8px}.categories-panel .category{width:auto;white-space:nowrap}.cart-panel{position:relative;top:auto;height:auto;min-height:0;border-left:0}.products-panel{min-height:55vh}.cart-items{max-height:340px}.form-grid{grid-template-columns:1fr}.payment-methods{grid-template-columns:1fr}.page-view.active{padding:12px}}

/* POS v0.1.3: product thumbnails in cart/order + checkout success */
.cart-product{display:flex;align-items:flex-start;gap:10px;min-width:0}.cart-thumb{width:52px;height:52px;object-fit:cover;border:1px solid var(--line);border-radius:9px;background:#f3f4f6;flex:0 0 52px}.cart-product>div{min-width:0}.cart-line-name{overflow-wrap:anywhere}.order-product-cell{display:flex;align-items:center;gap:10px;min-width:240px}.order-thumb{width:48px;height:48px;object-fit:cover;border:1px solid var(--line);border-radius:8px;background:#f3f4f6}.success-box{text-align:center;padding:8px 0 2px}.success-check{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;margin:0 auto 12px;background:#eaf8ef;color:#198754;font-size:32px;font-weight:800}.success-total{font-size:28px;font-weight:800;margin:8px 0}.checkout-success-actions{justify-content:center}.checkout-success-actions button{min-width:145px}@media(max-width:800px){.cart-thumb{width:46px;height:46px;flex-basis:46px}.checkout-success-actions{flex-direction:column-reverse}.checkout-success-actions button{width:100%}}

/* POS v0.2.0 */
.compact{padding:7px 10px}.register-pill{border:1px solid #f1c27d;background:#fff8e8;color:#8a5a00;border-radius:999px;padding:7px 10px;font-weight:700}.register-pill.open{border-color:#9bd5ad;background:#eefaf2;color:#176b34}.role-badge{font-size:11px;padding:4px 7px;border-radius:999px;background:#eef2f7;color:#4b5563}.inline-actions{display:flex;align-items:center;gap:6px}.line-discount-note{font-size:11px;color:#b42318;margin-top:3px}.low-stock{border-color:#f2c46d}.low-stock .stock{color:#9a6200;font-weight:700}.out-stock{opacity:.56;cursor:not-allowed}.out-stock .stock{color:#b42318;font-weight:700}.refund-text{color:#b42318;font-weight:700}.danger-outline{border:1px solid #ef9a9a;color:#b42318;background:#fff;border-radius:9px;padding:8px 11px}.danger-solid{border:1px solid #b42318;color:#fff;background:#b42318;border-radius:9px;padding:9px 12px;font-weight:700}.cards-list{display:grid;gap:10px}.list-card{background:#fff;border:1px solid var(--line);border-radius:13px;padding:14px;display:flex;align-items:center;justify-content:space-between;gap:16px}.list-card>div:first-child{display:flex;flex-direction:column;gap:4px}.list-card small{color:var(--muted)}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:12px;margin-bottom:16px}.metric{background:#fff;border:1px solid var(--line);border-radius:14px;padding:16px;display:flex;flex-direction:column;gap:7px}.metric span{color:var(--muted);font-size:12px}.metric strong{font-size:22px}.compact-metrics{grid-template-columns:repeat(2,minmax(130px,1fr))}.compact-metrics .metric strong{font-size:17px}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:16px}.panel-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:16px;margin-bottom:16px}.panel-card h3{margin-top:0}.simple-row{display:flex;justify-content:space-between;gap:14px;padding:9px 0;border-bottom:1px solid var(--line)}.simple-row:last-child{border-bottom:0}.report-filter{display:flex;align-items:end;gap:10px;margin-bottom:16px}.report-filter label{display:flex;flex-direction:column;gap:5px}.settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px}.settings-grid label,.payment-mode label{display:flex;flex-direction:column;gap:6px}.settings-grid .full{grid-column:1/-1}.payment-summary{display:flex;flex-wrap:wrap;gap:8px 16px;padding:10px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-top:12px}.refund-list{background:#fff4f4;border:1px solid #f5c2c2;border-radius:10px;padding:10px;margin-top:12px;font-size:12px}.refund-products{display:grid;gap:8px;margin:10px 0}.refund-row{display:grid;grid-template-columns:1fr 90px 130px;gap:10px;align-items:center;border-bottom:1px solid var(--line);padding:9px 0}.refund-row>div{display:flex;flex-direction:column}.refund-row small{color:var(--muted)}.refund-row label{display:flex;flex-direction:column;gap:4px}.refund-row .check{flex-direction:row;align-items:center}.refund-row input[type=number]{width:80px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-grid .full{grid-column:1/-1}.checkout-info{margin-bottom:12px}.checkout-info .big{font-size:27px;font-weight:800;margin:6px 0}.payment-mode{margin-bottom:10px}
@media(max-width:1180px){.topbar{height:auto;min-height:68px;flex-wrap:wrap;padding-top:8px;padding-bottom:8px}.nav-tabs{order:3;width:100%;overflow:auto}.user-box{margin-left:auto}.pos-grid.active{grid-template-columns:130px minmax(360px,1fr) 350px;min-height:calc(100vh - 112px)}.cart-panel{top:112px;height:calc(100vh - 112px)}}
@media(max-width:900px){.pos-grid.active{display:block}.categories-panel{display:flex;overflow:auto;border-right:0;border-bottom:1px solid var(--line)}.category{min-width:max-content;width:auto}.cart-panel{position:static;height:auto;min-height:0;border-left:0}.cart-items{max-height:420px}.metric-grid{grid-template-columns:1fr 1fr}.two-col{grid-template-columns:1fr}.settings-grid{grid-template-columns:1fr}.settings-grid .full{grid-column:auto}.refund-row{grid-template-columns:1fr}.user-box>span:not(.role-badge){display:none}}

/* POS v0.3.0: returns/exchanges, role policies, richer reporting */
.exchange-banner{margin:10px 12px 0;padding:10px 11px;border:1px solid #9ec5fe;background:#eef6ff;border-radius:11px;display:flex;align-items:center;justify-content:space-between;gap:10px}.exchange-banner>div{display:flex;flex-direction:column;gap:3px}.exchange-banner small{color:#41668f}.exchange-credit-line,.exchange-remain,.exchange-order-tag{margin-top:8px;padding:8px 10px;border-radius:9px;background:#eef6ff;color:#214f7b}.exchange-order-tag{margin-bottom:12px;border:1px solid #b8d7f3}.refund-entry{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:9px 0;border-bottom:1px solid #f0cccc}.refund-entry:last-child{border-bottom:0}.refund-entry>div{display:flex;flex-direction:column;gap:3px}.refund-entry small{color:#6b7280}.report-metrics{grid-template-columns:repeat(4,minmax(145px,1fr))}.roles-list{display:grid;gap:14px}.role-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:16px}.role-card-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:12px}.role-card-head>div{display:flex;flex-direction:column;gap:3px}.role-card-head small{color:var(--muted)}.role-card-head label,.role-limits label{display:flex;flex-direction:column;gap:5px}.role-limits{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:14px}.permission-grid{display:grid;grid-template-columns:repeat(3,minmax(180px,1fr));gap:8px 12px;padding-top:12px;border-top:1px solid var(--line)}.permission-check{display:flex;align-items:center;gap:7px;font-size:13px}.permission-check input{width:auto}.report-filter select{min-width:170px}.refund-row input[disabled]{opacity:.65}.refund-row .check:has(input[disabled]){color:var(--muted)}
@media(max-width:900px){.permission-grid{grid-template-columns:1fr 1fr}.role-limits{grid-template-columns:1fr}.report-metrics{grid-template-columns:1fr 1fr}.exchange-banner{margin:8px;align-items:flex-start;flex-direction:column}.refund-entry{align-items:flex-start;flex-direction:column}}
@media(max-width:560px){.permission-grid{grid-template-columns:1fr}.report-filter{align-items:stretch;flex-direction:column}.report-filter label,.report-filter button{width:100%}}

/* POS v0.3.1: hold preview + per-user Light/Dark */
.theme-toggle{display:flex;align-items:center;gap:6px;border:1px solid var(--line);border-radius:10px;padding:7px 10px;background:var(--panel);color:var(--text);font-weight:700}.theme-icon{font-size:16px;line-height:1}.theme-label{font-size:12px}.hold-card .hold-total{font-weight:800;color:var(--primary)}.hold-preview-meta{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:14px}.hold-preview-meta>div{border:1px solid var(--line);border-radius:11px;padding:10px;background:var(--soft,#f7f9fc);display:flex;flex-direction:column;gap:4px}.hold-preview-meta span{font-size:12px;color:var(--muted)}.hold-preview-items{border:1px solid var(--line);border-radius:12px;overflow:hidden}.hold-preview-line{display:grid;grid-template-columns:58px minmax(0,1fr) auto;gap:10px;align-items:center;padding:10px;border-bottom:1px solid var(--line)}.hold-preview-line:last-child{border-bottom:0}.hold-preview-line img{width:58px;height:58px;object-fit:cover;border-radius:9px;border:1px solid var(--line);background:#f3f4f6}.hold-preview-product{display:flex;min-width:0;flex-direction:column;gap:3px}.hold-preview-product strong{overflow-wrap:anywhere}.hold-preview-product small{color:var(--muted)}.hold-preview-summary{margin-top:14px;border-top:1px solid var(--line);padding-top:10px}.hold-preview-summary>div{display:flex;justify-content:space-between;padding:5px 0}.hold-preview-summary .total{font-size:18px;border-top:1px solid var(--line);margin-top:5px;padding-top:10px}

html[data-theme="dark"]{color-scheme:dark;--bg:#0d1117;--panel:#161b22;--line:#30363d;--text:#e6edf3;--muted:#8b949e;--primary:#58a6ff;--danger:#ff7b72;--shadow:0 12px 34px rgba(0,0,0,.34);--soft:#1c2128}
html[data-theme="dark"] body{background:var(--bg);color:var(--text)}
html[data-theme="dark"] .topbar,html[data-theme="dark"] .categories-panel,html[data-theme="dark"] .cart-panel,html[data-theme="dark"] .cart-summary,html[data-theme="dark"] .product-card,html[data-theme="dark"] .table-wrap,html[data-theme="dark"] .modal-card,html[data-theme="dark"] .modal-head,html[data-theme="dark"] .list-card,html[data-theme="dark"] .metric,html[data-theme="dark"] .panel-card,html[data-theme="dark"] .settings-grid,html[data-theme="dark"] .role-card,html[data-theme="dark"] .login-card{background:var(--panel);color:var(--text)}
html[data-theme="dark"] .products-panel{background:var(--bg)}
html[data-theme="dark"] input,html[data-theme="dark"] select,html[data-theme="dark"] textarea,html[data-theme="dark"] .ghost,html[data-theme="dark"] .mini,html[data-theme="dark"] .payment-method,html[data-theme="dark"] .theme-toggle{background:#0f141b;color:var(--text);border-color:var(--line)}
html[data-theme="dark"] input::placeholder,html[data-theme="dark"] textarea::placeholder{color:#6e7681}
html[data-theme="dark"] .nav-tab{color:#b1bac4}html[data-theme="dark"] .nav-tab.active,html[data-theme="dark"] .category.active{background:#1f2d3d;color:#79c0ff}
html[data-theme="dark"] .category{color:var(--text)}html[data-theme="dark"] .category:hover,html[data-theme="dark"] .nav-tab:hover{background:#1c2128}
html[data-theme="dark"] .customer-chip{background:#111820;border-color:#3b4d61;color:var(--text)}
html[data-theme="dark"] .qty button{background:#21262d;color:var(--text)}
html[data-theme="dark"] th{background:#1c2128;color:#9da7b3}html[data-theme="dark"] tr:hover td{background:#171d24}
html[data-theme="dark"] .status{background:#1f2d3d;color:#79c0ff}html[data-theme="dark"] .status.off{background:#21262d;color:#9da7b3}
html[data-theme="dark"] .checkout-info{background:#1c2128}html[data-theme="dark"] .payment-method.active{background:#1f2d3d;color:#79c0ff;border-color:#58a6ff}
html[data-theme="dark"] .icon-btn{background:#21262d;color:var(--text)}html[data-theme="dark"] .modal-backdrop{background:rgba(0,0,0,.7)}
html[data-theme="dark"] .cart-thumb,html[data-theme="dark"] .order-thumb,html[data-theme="dark"] .hold-preview-line img,html[data-theme="dark"] .product-card img{background:#21262d}
html[data-theme="dark"] .checkout-success-actions .ghost{background:#0f141b}
html[data-theme="dark"] .success-check{background:#16351f;color:#56d364}
html[data-theme="dark"] .register-pill{background:#2b2110;border-color:#5e4a24;color:#e3b341}html[data-theme="dark"] .register-pill.open{background:#12291c;border-color:#2f6f44;color:#56d364}
html[data-theme="dark"] .role-badge{background:#21262d;color:#b1bac4}
html[data-theme="dark"] .low-stock{border-color:#8a6d1f}html[data-theme="dark"] .low-stock .stock{color:#e3b341}html[data-theme="dark"] .out-stock .stock{color:#ff7b72}
html[data-theme="dark"] .refund-list{background:#2d1719;border-color:#6e3035}html[data-theme="dark"] .refund-entry{border-color:#5a2a2e}
html[data-theme="dark"] .danger-outline{background:#251517;border-color:#7a3438;color:#ff7b72}
html[data-theme="dark"] .exchange-banner,html[data-theme="dark"] .exchange-credit-line,html[data-theme="dark"] .exchange-remain,html[data-theme="dark"] .exchange-order-tag{background:#15263a;color:#9ecbff;border-color:#315a7d}
html[data-theme="dark"] .exchange-banner small{color:#8fb6da}
html[data-theme="dark"] .login-shell{background:radial-gradient(circle at 20% 0,#172538 0,transparent 40%),linear-gradient(145deg,#0d1117,#11161d 55%,#0f1717)}
html[data-theme="dark"] .toast{background:#2d333b;color:#f0f6fc}html[data-theme="dark"] .toast.error{background:#6e2529}
html[data-theme="dark"] .discount-row,html[data-theme="dark"] .line-discount-note,html[data-theme="dark"] .refund-text{color:#ff9b95}
html[data-theme="dark"] a{color:#79c0ff}
@media(max-width:800px){.theme-label{display:none}.hold-preview-meta{grid-template-columns:1fr}.hold-preview-line{grid-template-columns:48px minmax(0,1fr)}.hold-preview-line>strong{grid-column:2}.hold-preview-line img{width:48px;height:48px}}

/* POS v0.3.2: languages, independent product scrolling, percentage discounts, receipt/store settings */
.language-select{max-width:125px;border:1px solid var(--line);border-radius:10px;padding:7px 28px 7px 9px;background:var(--panel);color:var(--text);font-weight:600}.discount-control{display:flex;align-items:center;gap:7px}.cart-summary .discount-control select{width:95px;padding:8px}.cart-summary .discount-control input{width:115px}.discount-editor{display:grid;grid-template-columns:1fr 1fr;gap:10px}.discount-editor label{display:flex;flex-direction:column;gap:6px}.settings-subhead{border-top:1px solid var(--line);padding-top:14px;margin-top:4px;display:flex;flex-direction:column;gap:3px}.settings-subhead small{color:var(--muted)}.setting-custom-disabled{opacity:.52}.language-card>div:last-child{display:flex;gap:6px}.translation-editor{display:grid;gap:10px;margin-top:14px}.translation-row{display:grid;grid-template-columns:minmax(230px,1fr) minmax(280px,1.25fr);gap:14px;padding:12px;border:1px solid var(--line);border-radius:12px;background:var(--panel)}.translation-row>div{display:flex;flex-direction:column;gap:5px}.translation-row small{color:var(--muted);font-weight:700}.translation-row code{font-size:10px;color:var(--muted);white-space:normal;overflow-wrap:anywhere}.translation-source{line-height:1.35}.translation-row label{display:flex;flex-direction:column;gap:5px}.translation-row textarea{width:100%;resize:vertical}.language-editor-head{position:relative}.sticky-actions{position:sticky;bottom:-18px;background:var(--panel);border-top:1px solid var(--line);padding:12px 0 2px;z-index:2}
html[data-theme="dark"] .language-select,html[data-theme="dark"] .translation-row{background:#0f141b;color:var(--text);border-color:var(--line)}
@media(min-width:1181px){.pos-grid.active{height:calc(100vh - 68px);min-height:0;overflow:hidden}.categories-panel{height:100%;overflow-y:auto}.products-panel{height:100%;min-height:0;overflow:hidden;display:flex;flex-direction:column}.products-panel .searchbar{flex:0 0 auto}.products-panel .product-grid{flex:1;min-height:0;overflow-y:auto;grid-auto-rows:max-content;align-items:start;align-content:start;padding-right:4px;padding-bottom:18px}.products-panel #productsEmpty{flex:1}.cart-panel{position:relative;top:auto;height:100%;min-height:0}}
@media(min-width:901px) and (max-width:1180px){.pos-grid.active{height:calc(100vh - 112px);min-height:0;overflow:hidden}.categories-panel{height:100%;overflow-y:auto}.products-panel{height:100%;min-height:0;overflow:hidden;display:flex;flex-direction:column}.products-panel .searchbar{flex:0 0 auto}.products-panel .product-grid{flex:1;min-height:0;overflow-y:auto;grid-auto-rows:max-content;align-items:start;align-content:start;padding-right:4px;padding-bottom:18px}.products-panel #productsEmpty{flex:1}.cart-panel{position:relative;top:auto;height:100%;min-height:0}}
@media(max-width:900px){.language-select{max-width:105px}.translation-row{grid-template-columns:1fr}.discount-editor{grid-template-columns:1fr}}
@media(max-width:560px){.language-select{max-width:90px}.discount-control{width:100%}.cart-summary label{align-items:flex-start;flex-direction:column}.cart-summary .discount-control select,.cart-summary .discount-control input{width:50%}}
