/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.fixed{position:fixed}.static{position:static}.start{inset-inline-start:var(--spacing)}.grid{display:grid}.hidden{display:none}.table{display:table}.table-row{display:table-row}}:root{--blue:#007aff;--blue-dark:#0068d9;--red:#ff3b30;--green:#34c759;--orange:#ff9500;--bg:#f2f2f7;--card:#fff;--line:#d1d1d6;--text:#1c1c1e;--muted:#6c6c70;color:var(--text);background:var(--bg);font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Helvetica Neue,sans-serif}*{box-sizing:border-box}html,body{overscroll-behavior:none;min-height:100%;margin:0}body{background:var(--bg);font-size:17px}button,input,select,textarea{font:inherit}button{color:var(--text);cursor:pointer;touch-action:manipulation;background:#e8e8ed;border:0;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:10px 14px;font-weight:600;display:inline-flex}button:disabled{opacity:.45;cursor:not-allowed}button svg{width:19px;height:19px}button.primary,.primary{background:var(--blue);color:#fff}.primary:hover,.pay-button:hover{background:var(--blue-dark)}button.danger,.danger{background:var(--red);color:#fff}.danger-text{color:var(--red)!important}.wide{width:100%;min-height:48px}small{color:var(--muted)}input,select,textarea{border:1px solid var(--line);width:100%;color:var(--text);background:#fff;border-radius:11px;padding:12px 14px}textarea{resize:vertical;min-height:90px}label{gap:7px;font-weight:600;display:grid}h1,h2,h3,p{margin-top:0}.pos-shell{grid-template-rows:auto 1fr auto;height:100dvh;display:grid;overflow:hidden}.topbar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--line);min-height:76px;padding:10px max(20px,env(safe-area-inset-left));background:#f9f9f9eb;justify-content:space-between;align-items:center;gap:20px;display:flex}.topbar h1{margin:1px 0 0;font-size:28px}.eyebrow{letter-spacing:.14em;color:var(--blue);font-size:11px;font-weight:800}.top-actions{align-items:center;gap:10px;display:flex}.saving{color:var(--muted);font-size:13px}.content-area{min-height:0;overflow:hidden}.tabbar{min-height:66px;padding:5px max(20px,env(safe-area-inset-left)) max(5px,env(safe-area-inset-bottom));border-top:1px solid var(--line);background:#f9f9f9f5;justify-content:center;gap:22px;display:flex}.tabbar button{color:var(--muted);background:0 0;gap:2px;min-width:82px;padding:5px 12px;font-size:11px;display:grid}.tabbar button svg{width:25px;height:25px;margin:auto}.tabbar button.selected{color:var(--blue)}.checkout-layout{grid-template-columns:62% 38%;height:100%;display:grid}.catalog-pane{border-right:1px solid var(--line);flex-direction:column;min-width:0;padding-top:16px;display:flex}.search{background:#e4e4e9;border-radius:12px;align-items:center;gap:10px;margin:0 16px 12px;padding:0 12px;display:flex}.search svg{width:20px;color:var(--muted)}.search input{background:0 0;border:0;outline:0;padding:12px 0}.category-scroller{scrollbar-width:thin;scrollbar-color:var(--blue) #3c3c4333;overscroll-behavior-x:contain;gap:8px;padding:0 16px 6px;display:flex;overflow-x:auto}.category-scroller button{background:#fff;border-radius:999px;flex:none;padding:8px 13px;font-size:15px}.category-scroller button.selected{background:var(--blue);color:#fff}.persistent-scrollbar{background:#3c3c432e;border-radius:9px;height:7px;margin:0 16px 10px}.persistent-scrollbar span{background:var(--blue);border-radius:9px;width:36%;height:100%;display:block}.product-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));align-content:start;gap:12px;padding:4px 16px 20px;display:grid;overflow-y:auto}.product-card{background:#fff;border-radius:16px;min-height:180px;position:relative;overflow:visible;box-shadow:0 2px 8px #00000014}.product-main{text-align:left;background:0 0;flex-direction:column;align-items:flex-start;gap:7px;width:100%;height:100%;min-height:180px;padding:16px;display:flex}.product-main strong{max-width:calc(100% - 25px);font-size:17px}.product-main b{margin-top:auto;font-size:20px}.product-icon{color:var(--blue);font-size:25px}details{position:relative}summary{cursor:pointer;list-style:none}summary::-webkit-details-marker{display:none}.product-menu{position:absolute;top:8px;right:8px}.product-menu summary,.inventory-row summary{background:#f5f5f7eb;border-radius:50%;place-items:center;width:38px;height:38px;display:grid}.product-menu summary svg,.inventory-row summary svg{width:20px}.product-menu>div,.inventory-row details>div{z-index:20;background:#fff;border:1px solid #eee;border-radius:12px;min-width:245px;padding:6px;position:absolute;top:42px;right:0;box-shadow:0 12px 36px #0003}.product-menu button,.inventory-row details button{background:0 0;justify-content:flex-start;width:100%}.cart-pane{background:#fff;grid-template-rows:auto 1fr auto;min-width:0;height:100%;display:grid}.cart-heading{border-bottom:1px solid var(--line);align-items:center;gap:12px;padding:17px;display:flex}.cart-heading h2{margin:0 auto 0 0}.cart-heading span{color:var(--muted)}.cart-heading button{background:0 0;padding:6px}.cart-lines{min-height:0;overflow-y:auto}.cart-lines .empty{height:100%}.cart-line{border-bottom:1px solid #ececef;grid-template-columns:1fr auto;gap:9px;padding:15px 17px;display:grid}.cart-line>div:first-child{gap:4px;display:grid}.quantity{grid-column:1/-1;justify-content:flex-end;align-items:center;gap:7px;display:flex}.quantity button{padding:7px}.quantity svg{width:16px}.quantity span{text-align:center;font-variant-numeric:tabular-nums;min-width:28px}.cart-total{border-top:1px solid var(--line);background:#f9f9f9f5;gap:9px;padding:16px;display:grid}.total-row{font-variant-numeric:tabular-nums;justify-content:space-between;gap:20px;display:flex}.total-row.strong{font-size:24px;font-weight:750}.cart-total hr,.report-card hr{border:0;border-top:1px solid var(--line);width:100%}.pay-button{background:var(--blue);color:#fff;min-height:52px;font-size:18px}.empty{text-align:center;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;padding:40px;display:flex}.empty svg{opacity:.55;width:55px;height:55px}.empty h3{color:var(--text);margin:14px 0 5px}.empty p{margin:0}.page-scroll{height:100%;padding:22px max(26px,env(safe-area-inset-left)) 40px;overflow-y:auto}.page-tools{align-items:center;gap:18px;margin-bottom:18px;display:flex}.page-tools .search{flex:1;max-width:480px;margin:0}.switch{white-space:nowrap;grid-template-columns:auto auto;align-items:center;display:flex}.switch input{width:22px;height:22px}.list-card,.report-card,.settings-section>div,.storage-note{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 7px #0000000f}.sale-row{text-align:left;background:#fff;border-bottom:1px solid #ececef;border-radius:0;grid-template-columns:1fr auto auto;width:100%;padding:16px;display:grid}.sale-row>div{gap:4px;display:grid}.sale-row>div:nth-child(2){text-align:right}.sale-row b{font-size:18px}.status{text-transform:capitalize;font-size:12px}.status.voided,.status.refunded{color:var(--red)}.status.partiallyRefunded{color:var(--orange)}.metrics{gap:13px;margin-bottom:18px;display:flex}.metric{background:#fff;border-radius:16px;flex:1;gap:5px;min-width:0;padding:16px;display:grid;box-shadow:0 2px 7px #0000000f}.metric span{color:var(--muted);font-size:13px}.metric b{color:var(--blue);white-space:nowrap;text-overflow:ellipsis;font-size:23px;overflow:hidden}.metric.green b{color:var(--green)}.metric.orange b{color:var(--orange)}.metrics.five .metric b{font-size:19px}.inventory-row{border-bottom:1px solid #ececef;align-items:center;padding-right:12px;display:flex}.inventory-row>button{background:#fff;border-radius:0;flex:1;justify-content:flex-start;padding:14px}.inventory-icon{width:42px;height:42px;color:var(--blue);background:#e5f1ff;border-radius:12px;place-items:center;display:grid}.inventory-icon.low{color:var(--orange);background:#fff2df}.inventory-row>button>div:nth-child(2){text-align:left;display:grid}.inventory-count{text-align:right;margin-left:auto;display:grid}.inventory-count b{font-size:21px}.inventory-row details{flex:none}.reports{align-content:start;gap:18px;display:grid}.reports>.page-tools,.reports>.metrics{margin:0}.report-columns{grid-template-columns:1fr 1fr;gap:18px;display:grid}.report-card{gap:12px;padding:20px;display:grid}.report-card h2{margin:0;font-size:22px}.report-table{grid-template-columns:minmax(180px,1fr) 70px 120px 120px 120px;gap:0;display:grid;overflow-x:auto}.report-table>b,.table-row>*{border-bottom:1px solid #ececef;padding:9px}.table-row{display:contents}.inventory-table{grid-template-columns:minmax(180px,1fr) 100px 100px}.orange-text{color:var(--orange)}.settings-page{max-width:920px;margin:auto}.settings-section{margin-bottom:22px}.settings-section h2{text-transform:uppercase;color:var(--muted);margin:0 12px 8px;font-size:15px}.settings-section button{background:#fff;border-bottom:1px solid #ececef;border-radius:0;justify-content:flex-start;width:100%;padding:16px}.settings-section button>span{text-align:left;display:grid}.settings-section button>svg:last-child{margin-left:auto}.storage-note{gap:14px;padding:18px;display:flex}.storage-note svg{color:var(--blue);flex:none}.storage-note p{color:var(--muted);margin:5px 0}.sheet-backdrop,.confirm-backdrop{z-index:100;padding:40px max(40px,env(safe-area-inset-left));background:#00000061;place-items:center;display:grid;position:fixed;inset:0}.sheet{background:var(--bg);border-radius:22px;grid-template-rows:auto 1fr;width:min(560px,100vw - 80px);max-height:calc(100dvh - 80px);display:grid;overflow:hidden;box-shadow:0 24px 70px #00000047}.sheet-wide{width:min(820px,100vw - 80px)}.sheet-header{border-bottom:1px solid var(--line);background:#f9f9f9f0;align-items:center;height:60px;padding:0 16px 0 22px;display:flex}.sheet-header h2{margin:0;font-size:20px}.sheet-header .icon-button{margin-left:auto}.icon-button{border-radius:50%;padding:8px}.sheet-scroll{min-height:0;padding:22px;overflow-y:auto}.form-stack{gap:17px;display:grid}.form-stack small{font-weight:400}.form-note{color:var(--muted);font-size:14px}.danger-zone{border-top:1px solid var(--line);margin-top:6px;padding-top:20px}.confirm-backdrop{z-index:200}.confirm-card{background:#fff;border-radius:18px;width:min(440px,100vw - 80px);padding:24px;box-shadow:0 20px 70px #0000004d}.confirm-card h3{font-size:22px}.confirm-card p{color:var(--muted);line-height:1.45}.button-row{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.payment-options{gap:12px;display:grid}.payment-total{text-align:center;padding:6px 0 16px;display:grid}.payment-total strong,.cash-payment>strong{font-size:38px}.payment-options>button{background:#fff;border:1px solid #e4e4e9;justify-content:flex-start;min-height:72px;padding:15px}.payment-options>button>svg{width:28px;height:28px;color:var(--blue)}.payment-options>button>span{text-align:left;display:grid}.cash-payment{text-align:center;gap:18px;display:grid}.cash-payment label{text-align:left}.qr-payment{text-align:center;flex-direction:column;align-items:center;gap:12px;display:flex}.qr-copy{display:grid}.qr-copy strong{font-size:34px}.qr-copy span{color:var(--orange);font-weight:700}.qr-payment img{object-fit:contain;image-rendering:auto;background:#fff;border-radius:16px;width:min(430px,75vw);max-height:54dvh}.qr-payment.merchant img{width:min(520px,80vw);max-height:58dvh}.qr-payment p{color:var(--muted);margin:0}.qr-payment>small{max-width:580px}.receipt,.inventory-editor,.correction{gap:18px;display:grid}.receipt-heading{text-align:center}.receipt-heading svg{width:50px;height:50px;color:var(--green)}.receipt-heading h2{margin:6px;font-size:38px}.movement{border-bottom:1px solid #ececef;justify-content:space-between;padding:10px 0;display:flex}.movement>div{display:grid}.movement b{font-size:20px}.green-text{color:var(--green)}.segmented{background:#e5e5ea;border-radius:10px;grid-template-columns:1fr 1fr;padding:3px;display:grid}.segmented button{background:0 0}.segmented button.selected{background:#fff;box-shadow:0 1px 4px #00000029}.inventory-editor label,.correction label{gap:6px;display:grid}.refund-line{justify-content:space-between;align-items:center;gap:18px;display:flex}.refund-line span{display:grid}.refund-line input{width:100px}.audit-list{gap:10px;display:grid}.lock-note{color:var(--muted)}.audit-list article{background:#fff;border-radius:14px;gap:5px;padding:15px;display:grid}.audit-list code{color:var(--muted);overflow-wrap:anywhere;font-size:12px}.audit-list p{margin:0}.merchant-settings{text-align:center}.merchant-settings img{object-fit:contain;border-radius:18px;width:min(540px,100%);max-height:64dvh}.merchant-settings h3{margin-top:15px}.merchant-settings p{color:var(--muted)}.toast{z-index:300;color:#fff;background:#242426;border-radius:999px;align-items:center;gap:9px;padding:12px 18px;display:flex;position:fixed;bottom:90px;left:50%;transform:translate(-50%);box-shadow:0 10px 30px #0000004d}.toast svg{color:var(--green)}.loading{text-align:center;place-content:center;height:100dvh;display:grid}.app-mark{background:var(--blue);color:#fff;border-radius:20px;place-items:center;width:76px;height:76px;margin:auto;font-size:28px;font-weight:800;display:grid}.loading h1{margin:15px 0 4px}.loading p{color:var(--muted)}.qr-payment.merchant{width:100%}.qr-payment.merchant img{object-position:center;align-self:center;margin-inline:auto;display:block}.merchant-settings{flex-direction:column;align-items:center;width:100%;display:flex}.merchant-settings img{object-position:center;align-self:center;margin-inline:auto;display:block}.reports{grid-auto-rows:max-content}.reports>.report-card{height:max-content;min-height:max-content}.reports>.report-tools{grid-template-columns:minmax(220px,280px) 1fr;align-items:end;width:100%;display:grid}.report-zero-sales{justify-self:end;min-height:48px;padding-inline:4px}.analog-summary{white-space:pre-wrap;overflow-wrap:anywhere;margin:0;line-height:1.5}.settings-page{padding-top:14px;padding-bottom:14px}.settings-page .settings-section{margin-bottom:10px}.settings-page .settings-section button{min-height:60px;padding:10px 16px}.settings-page .storage-note{margin-bottom:0;padding:12px}.settings-page .storage-note p{margin:4px 0 0;line-height:1.35}.sales-tools{grid-template-columns:minmax(220px,280px);align-items:end;width:100%;display:grid}.report-products-table{grid-template-columns:minmax(160px,1fr) 64px 86px 72px 110px 110px 110px;min-width:760px}.report-products-table>*,.report-products-table .table-row>*{white-space:nowrap}.product-grid{flex:1;min-height:0}.product-menu{pointer-events:none;left:8px;right:8px}.product-menu summary{pointer-events:auto;margin-left:auto}.product-menu>div{left:var(--product-menu-left,36px);width:var(--product-menu-width,220px);pointer-events:auto;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transform-origin:100% 0;background:#fffffff7;border-radius:16px;min-width:0;padding:7px;right:auto;box-shadow:0 16px 42px #0000003d}.product-menu[open]>div{animation:.14s ease-out product-menu-pop}.product-menu button{white-space:normal;gap:7px;padding:9px 10px;font-size:13px;line-height:1.2}.product-menu button svg{flex:none;width:15px;height:15px}.product-menu .product-menu-danger{white-space:nowrap;letter-spacing:-.1px;gap:4px;padding-inline:7px;font-size:12px}@keyframes product-menu-pop{0%{opacity:0;transform:translateY(-4px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.inventory-list{overflow:visible}.inventory-row{position:relative}.inventory-row:has(.inventory-menu[open]){z-index:40}.inventory-menu[open]{z-index:50}.inventory-menu>div{z-index:60}.inventory-menu[data-placement=top]>div{top:auto;bottom:42px}.inventory-tools{flex-wrap:wrap}.inventory-row.archived{background:#f7f7f9;transition:background-color .15s}.inventory-row.archived>button{background:0 0;transition:background-color .15s}.inventory-row.archived:hover{background:#efeff4}.inventory-row.archived:hover>button{background:0 0}.inventory-icon.archived{color:var(--muted);background:#ececf0}.product-icon-picker{border:0;grid-template-columns:repeat(3,1fr);gap:8px;margin:0;padding:0;display:grid}.product-icon-picker legend{margin-bottom:7px;font-weight:600}.product-icon-picker button{border:2px solid #0000;gap:3px;min-width:0;padding:10px 6px;display:grid}.product-icon-picker button span{font-size:25px;line-height:1}.product-icon-picker button.selected{border-color:var(--blue);color:var(--blue);background:#e5f1ff}.pos-shell{grid-template-rows:54px auto minmax(0,1fr) auto}.logo-header{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--line);min-width:0;padding:3px max(20px,env(safe-area-inset-left));background:#f9f9f9eb;justify-content:center;align-items:center;display:flex}.logo-header .logo-header-logo{width:112px;height:48px}.brand-heading{align-items:center;min-width:0;display:flex}.brand-logo{object-fit:contain;flex:none;width:96px;height:42px;display:block}.loading-logo{width:190px;height:90px;margin:auto}.merchant-brand-logo{margin:4px auto -5px}.merchant-settings>.brand-logo{object-fit:contain;background:0 0;border-radius:0;width:120px;height:56px;max-height:56px}.discount-action{width:100%;min-height:42px;color:var(--blue);background:#e8f2ff;justify-content:flex-start;padding:9px 11px}.discount-action span{font-weight:700}.discount-action small{color:var(--blue);margin-left:auto;font-weight:600}.discount-form .report-card{box-shadow:none;border:1px solid var(--line);padding:16px}.discount-form .danger-text{background:#fff}:root{--blue:#2f6b4f;--blue-dark:#24513c;--green:#3f7d58;--orange:#9a6a3a;--bg:#f4f0e8;--card:#fffdf8;--line:#d8cdbd;--text:#30281f;--muted:#74685c;--brown:#7a5134;--brown-dark:#5b3a26;--warm-surface:#faf7f0;--warm-control:#ebe2d5}body{background:var(--bg)}button{background:var(--warm-control)}button:hover{background:#dfd2c1}input,select,textarea{background:var(--card)}.logo-header,.topbar{background:#faf7f0f0}.tabbar,.cart-total{background:#faf7f0f7}.search{background:#e9e1d5}.category-scroller button,.product-card,.cart-pane,.list-card,.report-card,.settings-section>div,.storage-note,.sale-row,.metric,.inventory-row>button,.settings-section button,.payment-options>button,.audit-list article{background:var(--card)}.category-scroller button:not(.selected){color:var(--brown)}.product-main:hover{background:#f7f1e8}.product-icon,.storage-note svg{color:var(--brown)}.inventory-icon{color:var(--blue);background:#e4eee7}.product-menu summary,.inventory-row summary{background:#f4f0e8f0}.product-menu>div,.inventory-row details>div{border-color:var(--line);background:#fffdf8fa}.discount-action{background:#e4eee7}.discount-action:hover{background:#d7e7dc}.discount-action.applied{color:var(--brown);background:#eee4d8}.discount-action.applied:hover{background:#e5d7c7}.discount-action.applied small{color:var(--brown)}.sheet-header{background:#faf7f0f5}.confirm-card{background:var(--card)}.segmented{background:#e4dbce}.segmented button.selected{background:var(--card)}.product-icon-picker button.selected{background:#e4eee7}.app-mark{background:var(--blue)}@media (width>=701px) and (height<=850px){.pos-shell{grid-template-rows:52px auto minmax(0,1fr) auto}.logo-header .logo-header-logo{width:110px;height:46px}.topbar{min-height:70px;padding-top:7px;padding-bottom:7px}.tabbar{min-height:62px;padding-top:3px}.catalog-pane{padding-top:12px}.search{margin-bottom:9px}.search input{padding-top:10px;padding-bottom:10px}.product-card,.product-main{min-height:164px}.cart-heading{padding:13px}.cart-line{padding:12px 15px}.cart-total{padding:12px}.pay-button{min-height:48px}.page-scroll{padding-top:16px;padding-bottom:28px}.metrics{margin-bottom:14px}}@media (width<=900px){.checkout-layout{grid-template-columns:58% 42%}.product-grid{grid-template-columns:repeat(auto-fill,minmax(135px,1fr))}.metrics.five{overflow-x:auto}.metrics.five .metric{min-width:150px}.topbar h1{font-size:24px}}@media (width<=700px){.topbar{align-items:flex-start}.top-actions button{font-size:0}.top-actions button svg{margin:0}.checkout-layout{grid-template-columns:1fr}.catalog-pane{border-right:0}.cart-pane{display:none}.report-columns{grid-template-columns:1fr}.tabbar{justify-content:space-around;gap:0}.tabbar button{min-width:0}.sheet-backdrop{padding:15px}.sheet,.sheet-wide{width:calc(100vw - 30px);max-height:calc(100dvh - 30px)}}.cloud-status{white-space:nowrap;background:var(--warm-control);min-height:36px;padding:7px 10px;font-size:13px}.cloud-status svg{width:17px;height:17px}.cloud-status.synced{color:var(--blue);background:#e4eee7}.cloud-status.offline,.cloud-status.conflict{color:var(--orange);background:#f3e6d7}.cloud-sync-panel{align-content:start}.cloud-sync-summary{border:1px solid var(--line);background:var(--card);border-radius:15px;gap:14px;padding:16px;display:flex}.cloud-sync-summary>svg{width:30px;height:30px;color:var(--blue);flex:none}.cloud-sync-summary p{color:var(--muted);margin:5px 0 0;line-height:1.45}.cloud-sync-summary.conflict>svg,.cloud-sync-summary.offline>svg{color:var(--orange)}.cloud-conflict-actions{gap:10px;display:grid}.cloud-sync-error{color:var(--red);margin:0;font-weight:650}.cloud-sync-panel>.danger-text{justify-content:center}.product-card,.product-main{min-height:214px}.product-main{border-radius:16px;gap:5px;padding:10px;overflow:hidden}.product-main strong{max-width:calc(100% - 28px);font-size:16px;line-height:1.2}.product-main small{font-size:12px;line-height:1.2}.product-main b{font-size:19px}.product-visual{aspect-ratio:1;background:#eee6da;border-radius:12px;flex:none;place-items:center;width:100%;height:auto;display:grid;overflow:hidden}.product-visual .product-icon{font-size:38px}.product-visual img{object-fit:contain;width:100%;height:100%;display:block}.product-visual.has-photo{background:#fff}.inventory-icon{flex:none;overflow:hidden}.inventory-icon img{object-fit:cover;width:100%;height:100%}.product-photo-field{border:1px solid var(--line);background:var(--card);border-radius:14px;grid-template-columns:122px 1fr;align-items:center;gap:14px;padding:14px;display:grid}.product-photo-preview{aspect-ratio:1;background:#eee6da;border-radius:14px;place-items:center;width:122px;display:grid;overflow:hidden}.product-photo-preview>span{font-size:46px}.product-photo-preview img{object-fit:contain;width:100%;height:100%}.product-photo-actions{gap:7px;min-width:0;display:grid}.product-photo-actions>strong{align-items:baseline;gap:6px;display:flex}.product-photo-actions>div{flex-wrap:wrap;gap:8px;display:flex}.product-photo-actions button{padding:9px 11px}.field-error{color:var(--red);line-height:1.35;font-weight:650!important}@media (width>=701px) and (height<=850px){.product-card,.product-main{min-height:196px}}@media (width<=700px){.product-photo-field{grid-template-columns:96px 1fr}.product-photo-preview{width:96px}}
