.catalog-sheet{--sheet-line:color-mix(in srgb,currentColor 16%,transparent);--sheet-muted:color-mix(in srgb,currentColor 68%,transparent);--sheet-accent:#264d3b;border:1px solid var(--sheet-line);border-radius:16px;padding:24px;min-width:0;text-align:left;font-size:14px;line-height:1.5}.catalog-sheet *{box-sizing:border-box}.catalog-sheet h2{font-size:24px;line-height:1.2;font-weight:650;letter-spacing:-.025em;margin:4px 0 12px}.catalog-sheet h3{font-size:18px;font-weight:600;margin:0 0 4px}.catalog-sheet p{margin:8px 0}.catalog-sheet-heading>p:last-child{max-width:65ch;color:var(--sheet-muted)}.catalog-sheet-kicker{font-size:11px;letter-spacing:.14em;font-weight:700}.catalog-sheet label{font-weight:550}.catalog-sheet small{display:block;font-size:12px;color:var(--sheet-muted);margin-top:4px}.catalog-sheet-hint{color:var(--sheet-muted);font-size:12px}.catalog-sheet-upload{display:grid;gap:10px;margin-top:24px}.catalog-sheet-upload>label{font-size:13px}.catalog-sheet input[type=file]{padding:16px;border:1px dashed var(--sheet-line);border-radius:10px;max-width:100%;background:transparent;width:100%;font:inherit;color:inherit}.catalog-sheet input::file-selector-button{font:inherit;font-weight:550;border:1px solid var(--sheet-line);border-radius:6px;padding:6px 12px;background:transparent;color:inherit;margin-right:12px;cursor:pointer}.catalog-sheet button{font:inherit;font-weight:600;border:1px solid var(--sheet-line);background:transparent;color:inherit;border-radius:8px;padding:9px 14px;cursor:pointer;min-height:42px;justify-self:start;box-shadow:none}.catalog-sheet button.catalog-sheet-primary{background:var(--sheet-accent);border-color:var(--sheet-accent);color:#fff}.catalog-sheet button:disabled{opacity:.5;cursor:default}.catalog-sheet :is(button,input,select,summary):focus-visible{outline:2px solid #678eac;outline-offset:3px}.catalog-sheet progress{width:100%;height:5px;accent-color:var(--sheet-accent)}.catalog-sheet summary{cursor:pointer;min-height:32px;align-content:center;font-weight:550}.catalog-sheet-limits{font-size:12px;color:var(--sheet-muted)}.catalog-sheet-limits p{max-width:75ch}.catalog-sheet-mapping{margin-top:24px;border-top:1px solid var(--sheet-line);padding-top:16px}.catalog-sheet-mapping>summary{font-size:14px}.catalog-sheet fieldset{border:0;padding:0;margin-top:14px;min-width:0}.catalog-sheet legend{font-size:12px;font-weight:600;padding:12px 0}.catalog-sheet-fields{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr));gap:14px}.catalog-sheet-fields label{font-size:12px;display:grid;gap:6px;min-width:0}.catalog-sheet select{width:100%;min-width:0;max-width:100%;font:inherit;color:inherit;background:transparent;border:1px solid var(--sheet-line);border-radius:7px;min-height:42px;padding:8px 28px 8px 10px}.catalog-sheet option{color:#202723;background:#fff}.catalog-sheet-error{color:#b33129;background:color-mix(in srgb,#b33129 6%,transparent);border:1px solid color-mix(in srgb,#b33129 30%,transparent);padding:12px;border-radius:8px}.catalog-sheet-notice{padding:12px;border-left:3px solid #a67a23;background:color-mix(in srgb,#a67a23 6%,transparent)}.catalog-sheet-review{margin-top:28px;padding-top:22px;border-top:1px solid var(--sheet-line)}.catalog-sheet-review-heading{display:flex;gap:12px;align-items:start;justify-content:space-between;margin-bottom:16px}.catalog-sheet-review-heading>span{font-size:12px;overflow-wrap:anywhere;color:var(--sheet-muted);max-width:40%}.catalog-sheet-review-heading p{font-size:12px;color:var(--sheet-muted)}.catalog-sheet-check{display:flex;align-items:center;gap:9px;font-size:13px;min-height:32px}.catalog-sheet-check input{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;flex:0 0 16px;width:16px;height:16px;accent-color:var(--sheet-accent);margin:0}.catalog-sheet-table-wrap{max-width:100%;max-height:65vh;overflow:auto;overscroll-behavior:contain;margin-top:14px}.catalog-sheet-table{width:100%;border-collapse:collapse;text-align:left;font-size:13px}.catalog-sheet-table th{font-size:11px;text-transform:uppercase;letter-spacing:.04em;font-weight:600;color:var(--sheet-muted);padding:10px;border-block:1px solid var(--sheet-line)}.catalog-sheet-table td{padding:14px 10px;border-bottom:1px solid var(--sheet-line);vertical-align:top;min-width:120px;max-width:240px;overflow-wrap:anywhere}.catalog-sheet-table td:first-child{min-width:65px;width:65px}.catalog-sheet-table strong{font-weight:600}.catalog-sheet-table tr[data-invalid=true]{background:color-mix(in srgb,#b33129 3%,transparent)}.catalog-sheet-ready{color:#347151;font-size:12px;font-weight:600}.catalog-sheet-row-errors{padding:0;margin:0;list-style:none;color:#b33129;font-size:12px}.catalog-sheet-row-errors li+li{margin-top:4px}.catalog-sheet-pagination{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:14px;font-size:12px}.catalog-sheet-pagination>div{display:flex;gap:8px}.catalog-sheet-confirm{display:flex;gap:16px;align-items:center;justify-content:space-between;margin-top:20px;padding-top:16px;border-top:1px solid var(--sheet-line)}.catalog-sheet-confirm p{max-width:55ch;font-size:13px}.catalog-sheet-confirm button{flex-shrink:0}.catalog-sheet-success{padding:18px;border-radius:10px;background:color-mix(in srgb,#34805c 8%,transparent);margin-top:18px}.catalog-sheet-success strong{font-size:17px}.catalog-sheet-success p{font-size:13px}.catalog-sheet-success button{margin-top:8px}@media (max-width:640px){.catalog-sheet{padding:16px;border-radius:12px}.catalog-sheet h2{font-size:21px}.catalog-sheet-confirm{flex-direction:column;align-items:stretch}.catalog-sheet-confirm button{width:100%}.catalog-sheet-review-heading{flex-direction:column}.catalog-sheet-review-heading>span{max-width:100%}.catalog-sheet-table,.catalog-sheet-table tbody,.catalog-sheet-table tr,.catalog-sheet-table td{display:block;width:100%;max-width:none}.catalog-sheet-table thead{position:absolute;clip-path:inset(50%);width:1px;height:1px;overflow:hidden}.catalog-sheet-table tr{padding:12px 0;border-top:1px solid var(--sheet-line)}.catalog-sheet-table td{padding:5px 0;border:0;min-width:0}.catalog-sheet-table td:first-child{width:100%;min-width:0}.catalog-sheet-table td:not(:first-child):before{content:attr(data-label);font-size:10px;text-transform:uppercase;letter-spacing:.04em;display:block;color:var(--sheet-muted);margin-bottom:3px}.catalog-sheet-table td small{margin-top:2px}.catalog-sheet-pagination{align-items:start;flex-direction:column}.catalog-sheet-upload button{width:100%}.catalog-sheet-fields{grid-template-columns:1fr}}@media (prefers-color-scheme:dark){.catalog-sheet{--sheet-accent:#396b53}.catalog-sheet-ready{color:#80c29b}.catalog-sheet-error,.catalog-sheet-row-errors{color:#e9948a}}.pos-console,.pos-closed-shell{--pos-line: #ebebeb;--pos-ink: #171717;--pos-paper: #fafafa;--pos-muted: #666}.pos-console{--pos-line: #ebebeb;display:grid;grid-template-columns:clamp(252px,24vw,300px) minmax(0,1fr);width:100%;height:100vh;height:100dvh;min-height:540px;background:#fff;color:#171717;overflow:hidden}.pos-console button,.pos-console input{border-radius:6px}.pos-console :is(button,input,a,summary):focus-visible{outline:2px solid #0072f5;outline-offset:2px}.pos-console kbd{font:650 11px var(--pos-font);padding:2px 5px;border-radius:3px;background:#f0f0f0;color:#171717}.pos-commands{display:flex;flex-direction:column;gap:8px;padding:8px;min-width:0;background:#fafafa;border-right:1px solid var(--pos-line)}.pos-command-top,.pos-command-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.pos-command-top{flex:0 0 128px;grid-template-columns:repeat(2,minmax(0,1fr))}.pos-command-grid{flex:0 0 min(39vh,282px);grid-template-rows:repeat(3,minmax(0,1fr))}.pos-console .pos-command{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;min-width:0;min-height:0;padding:23px 8px 9px;border:0;border-radius:6px;background:#171717;color:#fff;text-decoration:none;box-shadow:0 1px 2px #00000015}.pos-console .pos-command:hover:not(:disabled){background:#303030}.pos-console .pos-command:disabled{opacity:.38}.pos-console .pos-command.is-compact{padding-top:12px;background:#fff;color:#171717;box-shadow:0 0 0 1px var(--pos-line)}.pos-console .pos-command.is-compact:hover{background:#f2f2f2}.pos-console .pos-command.is-active{box-shadow:inset 0 0 0 2px #171717}.pos-console .pos-command.is-active:not(.is-compact){background:#444}.pos-command>kbd{position:absolute;top:7px;left:8px;padding:0;color:inherit;background:transparent}.pos-command>span{font-size:clamp(10px,1.1vw,13px);font-weight:650;line-height:1.15;text-transform:uppercase;text-align:center}.pos-command-icon{width:clamp(21px,2.4vw,29px);height:clamp(21px,2.4vw,29px);flex:0 0 auto}.pos-rail-brand{flex:1 1 auto;min-height:100px;display:flex;align-items:center;justify-content:center;gap:12px}.pos-rail-brand img{width:48px;height:auto}.pos-rail-brand>div{display:grid;gap:3px}.pos-rail-brand strong{font-size:15px}.pos-rail-brand span{font:10px var(--pos-font);color:#666;text-transform:uppercase}.pos-connection{min-height:54px;display:grid;grid-template-columns:10px minmax(0,1fr);align-items:center;gap:10px;padding:10px 12px;border:1px solid var(--pos-line);border-radius:6px;background:#fff}.pos-connection>i{width:9px;height:9px;border-radius:50%;background:#b45309;box-shadow:0 0 0 3px #b453091a}.pos-connection.is-online>i{background:#16835c;box-shadow:0 0 0 3px #16835c1a}.pos-connection>div{display:grid;gap:2px}.pos-connection strong{font-size:12px}.pos-connection span{font-size:10px;color:#666}.pos-main{display:grid;grid-template-rows:auto minmax(0,1fr) auto;min-width:0;min-height:0}.pos-code-form{display:grid;grid-template-columns:auto minmax(0,1fr) auto;min-height:48px;background:#fafafa}.pos-code-form label{display:flex;align-items:center;padding:0 13px;font:650 11px var(--pos-font);text-transform:uppercase}.pos-code-form input{border:0;border-left:1px solid var(--pos-line);border-radius:0;min-height:48px;padding:8px 14px;font:650 20px var(--pos-font)}.pos-code-form input:focus-visible{outline-offset:-2px}.pos-code-form button{border:0;border-radius:0;background:#171717;color:#fff;min-width:92px}.pos-code-form button:hover:not(:disabled){background:#303030}.pos-product-display{display:flex;align-items:stretch;min-height:50px;background:#171717;color:#fff}.pos-product-display>span{display:flex;align-items:center;padding:10px 20px;border-right:1px solid #ffffff2b;font:18px var(--pos-font)}.pos-product-display>strong{display:flex;align-items:center;min-width:0;padding:10px 16px;font-size:clamp(16px,1.7vw,24px);line-height:1.25;font-weight:550;text-transform:uppercase;overflow-wrap:anywhere}.pos-product-display.is-correcting{background:#a9510b}.pos-product-display button{margin-left:auto;align-self:center;margin-right:8px;font-size:12px;flex-shrink:0}.pos-ticket-canvas{position:relative;display:flex;min-height:0;min-width:0;overflow:hidden}.pos-ticket-content{display:flex;flex-direction:column;width:100%;min-width:0;min-height:0}.pos-notices:empty{display:none}.pos-notices{flex:0 0 auto;max-height:45%;overflow-y:auto}.pos-notices>.error,.pos-notices>[aria-label]{margin:8px 12px;padding:10px 12px;font-size:12px;border-radius:6px;background:#fff7ed}.pos-notices>.ceremony{margin:8px 12px}.pos-ticket-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:38px;padding:8px 14px;border-bottom:1px solid var(--pos-line)}.pos-ticket-heading>strong{font-size:14px}.pos-ticket-heading>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font:10px var(--pos-font);color:#666;text-transform:uppercase}.pos-table-scroll{flex:1;overflow:auto;min-height:0}.pos-ticket-table{width:100%;table-layout:fixed;border-collapse:collapse}.pos-ticket-table th{position:sticky;top:0;z-index:1;padding:10px;border-bottom:1px solid var(--pos-line);background:#fafafa;color:#666;text-align:left;font:650 10px var(--pos-font);text-transform:uppercase;letter-spacing:.04em}.pos-ticket-table th:nth-child(1){width:16%}.pos-ticket-table th:nth-child(2){width:28%}.pos-ticket-table th:nth-child(3){width:12%}.pos-ticket-table th:nth-child(4){width:14%}.pos-ticket-table th:nth-child(5){width:16%}.pos-ticket-table th:last-child{width:110px}.pos-ticket-table td{height:58px;padding:10px;border-bottom:1px solid var(--pos-line);font:12px var(--pos-font);overflow-wrap:anywhere}.pos-ticket-table td:nth-child(2){font-family:inherit;font-size:15px}.pos-ticket-table td:nth-child(2) small{display:block;font-size:11px;margin-top:3px}.pos-ticket-table td:nth-child(4),.pos-ticket-table td:nth-child(5){text-align:right}.pos-ticket-table td:nth-child(5){font-size:14px;font-weight:650}.pos-ticket-table tr.is-selected{background:#fafafa;box-shadow:inset 3px 0 #171717}.pos-ticket-table td>button{padding:5px 7px;min-height:32px;font-size:12px;white-space:nowrap}.pos-row-actions{display:flex;gap:3px}.pos-row-actions button{width:30px;min-width:30px;min-height:32px;padding:0;font-size:17px}.pos-row-actions .pos-remove{color:#e5484d}.pos-empty{min-height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:24px;text-align:center}.pos-cart-icon{width:108px;height:108px;color:#777;margin-bottom:8px}.pos-empty h2{font-size:22px;font-weight:600}.pos-empty p{color:#666;font-size:13px}.pos-empty button{margin-top:12px}.pos-footer{display:grid;grid-template-columns:minmax(0,1fr) minmax(350px,45%);min-height:166px;border-top:1px solid var(--pos-line)}.pos-identity{display:grid;grid-template-columns:1fr 1fr;align-content:center;gap:18px;padding:20px 14px;background:#fafafa}.pos-identity>div{display:grid;align-content:start;gap:4px;min-width:0}.pos-identity span{font:650 10px var(--pos-font);color:#666;text-transform:uppercase}.pos-identity strong{font-size:17px;line-height:1.3;text-transform:uppercase;overflow-wrap:anywhere}.pos-identity small{font-size:11px;color:#666}.pos-summary{display:grid;grid-template-columns:minmax(110px,1fr) minmax(0,1.45fr);padding:10px 0 10px 12px}.pos-summary dl{display:grid;align-content:center;gap:5px;margin:0;padding-right:12px;font-size:14px}.pos-summary dl>div{display:flex;justify-content:space-between;gap:8px}.pos-summary dt{color:#666}.pos-summary dd{margin:0;font-family:var(--pos-font);font-variant-numeric:tabular-nums;white-space:nowrap}.pos-console .pos-grand-total{display:flex;flex-direction:column;align-items:stretch;justify-content:center;gap:10px;border:0;border-left:1px solid var(--pos-line);border-radius:0;padding:10px 14px;background:#fff}.pos-grand-total>span{font-size:23px;text-transform:uppercase;text-align:left}.pos-grand-total>strong{font-size:clamp(25px,2.6vw,42px);line-height:1.2;letter-spacing:-.04em;text-align:right;white-space:nowrap}.pos-grand-total>kbd{align-self:flex-end}.pos-grand-total:disabled{opacity:1;cursor:default}.pos-grand-total:disabled>kbd{opacity:.4}.pos-workspace{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;overflow-y:auto;padding:24px 26px;background:#fff;outline:none}.pos-workspace-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding-bottom:20px;border-bottom:1px solid var(--pos-line);margin-bottom:24px}.pos-workspace-heading h2{font-size:24px;font-weight:650}.pos-workspace-heading>button{flex-shrink:0}.pos-eyebrow{font:10px var(--pos-font);text-transform:uppercase;color:#666;margin-bottom:6px}.pos-manual-form{display:grid;gap:16px;max-width:440px;margin:28px auto}.pos-manual-form label{font-size:13px;font-weight:550}.pos-manual-form input{font:22px var(--pos-font);min-height:50px}.pos-catalog-workspace .search-form{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:8px;border:0;padding:0 0 20px}.pos-catalog-workspace .catalog-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.pos-catalog-workspace .product-card{min-height:110px}.pos-payment-workspace{display:grid;grid-template-columns:minmax(200px,.8fr) minmax(0,1fr);gap:40px;max-width:800px;margin-inline:auto;align-items:start}.pos-payment-summary{display:grid;gap:24px}.pos-payment-total{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.pos-payment-total span{font-size:16px}.pos-payment-total strong{font:650 clamp(26px,3vw,44px) var(--pos-font);letter-spacing:-.05em}.pos-payment-method{display:flex;align-items:center;gap:12px;align-self:start;min-height:58px;padding:12px 14px;border:1px solid var(--pos-line);border-radius:6px;background:#fafafa;color:#171717}.pos-payment-method>div{display:grid;gap:4px}.pos-payment-method>div strong{font-size:14px;font-weight:600}.pos-payment-method>div span{font-size:11px;color:#666}.pos-payment-method>span{margin-left:auto}.pos-payment-form .payment-form{display:flex;flex-direction:column;gap:8px}.pos-payment-form .primary-button{min-height:48px}.pos-payment-form #cash-received{min-height:50px;font:22px var(--pos-font)}.pos-cash-quick{display:flex;flex-wrap:wrap;gap:6px}.pos-cash-quick button{flex:1;padding:6px 8px;font-size:12px;white-space:nowrap}.pos-payment-form .change-preview{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:6px 12px;margin-block:4px;padding-block:12px;border-top:1px solid var(--pos-line);border-bottom:1px solid var(--pos-line)}.pos-payment-form .change-preview strong{font:650 30px var(--pos-font);letter-spacing:-.04em}.pos-fiscal-confirmation{color:#666;font-size:11px;line-height:1.5;margin-block:2px 6px}.pos-fiscal-confirmation strong{display:block;margin-bottom:4px;color:#333;font-size:12px}.pos-fiscal-confirmation p{margin:0}.pos-checkout-steps{display:flex;gap:22px;list-style:none;padding:0;margin:0 auto 18px;width:min(100%,800px);font-size:12px;color:#777}.pos-checkout-steps li{display:flex;align-items:center;gap:7px}.pos-checkout-steps li>span{display:grid;place-items:center;width:23px;height:23px;border:1px solid var(--pos-line);border-radius:50%;font-size:11px}.pos-checkout-steps [aria-current=step]{color:#171717;font-weight:600}.pos-checkout-steps [aria-current=step]>span{color:#fff;background:#171717;border-color:#171717}.pos-checkout-steps .is-done{color:#444}.pos-workspace--payment .pos-workspace-heading{padding-bottom:14px;margin-bottom:16px}.pos-workspace .history-panel{border:0;margin:0;padding:0}.pos-options{display:grid;gap:24px}.pos-options .cash-details{margin:0;padding:0 0 20px}.pos-options h3{margin:0 0 12px;font-size:16px}.pos-options p{margin:10px 0;line-height:1.6;font-size:13px}.pos-completed{flex:0 0 auto;max-height:none;padding:14px 20px;border-bottom:1px solid var(--pos-line);background:#fafafa}.pos-sale-check{display:grid;place-items:center;width:48px;height:48px;margin:0 auto;border-radius:50%;color:#047857;background:#ecfdf5;font-size:26px}.pos-completed .completed-sale{display:grid;grid-template-columns:minmax(0,1fr) minmax(160px,auto);align-items:center;max-width:none;margin:0;border:0;padding:0;gap:8px 24px;background:transparent}.pos-completed .pos-completion-heading{grid-column:1}.pos-completed .pos-next-sale{grid-column:2;grid-row:1 / 3;min-width:180px}.pos-completed .pos-payment-receipt{grid-column:1}.pos-completed .pos-optional-invoice{grid-column:2;grid-row:3;border:0;padding:0}.pos-completed .pos-completion-note{grid-column:1}.pos-completed .pos-payment-receipt{border:0;padding:4px 0}.pos-console:has(.pos-completed) .pos-product-display{background:#f5f5f5;color:#171717;border-bottom:1px solid var(--pos-line)}.pos-workspace--invoice .pos-invoice{max-width:760px;margin-inline:auto}.pos-completion-heading{display:flex;align-items:center;gap:10px}.pos-completion-heading h2{font-size:22px}.pos-completion-heading>span{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;border:1px solid #d4d4d4;background:#fafafa}.pos-payment-receipt{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:0;padding:12px 0;border-block:1px solid var(--pos-line)}.pos-payment-receipt dt{font-size:11px;color:#666}.pos-payment-receipt dd{margin:5px 0 0;font:600 clamp(14px,1.8vw,22px) var(--pos-font);overflow-wrap:anywhere}.pos-completed .pos-checkout-steps{margin-block:0}.pos-invoice.ceremony{border:0;padding:0;margin:0;gap:8px}.pos-invoice h2{font-size:18px}.pos-invoice .pos-invoice-form{display:grid;grid-template-columns:1fr 1.25fr 1.15fr 1.2fr;gap:10px 12px}.pos-invoice-field{min-width:0;display:grid;align-content:end;gap:6px}.pos-invoice-field :is(input,select){min-height:42px}.pos-invoice-intro,.pos-invoice-issuer,.pos-invoice-confirmation,.pos-invoice-form>button{grid-column:1 / -1}.pos-invoice-intro{font-size:13px;line-height:1.45}.pos-invoice-issuer{font-size:11px;color:#777}.pos-invoice-confirmation{font-size:11px;line-height:1.5;color:#666;margin-top:2px}.pos-invoice-form>button,.pos-completed .pos-next-sale{min-height:46px;background:#171717;color:#fff}.pos-invoice-recovery,.pos-invoice-disclaimer,.pos-sale-details{font-size:12px;color:#666}.pos-invoice-recovery{margin-top:2px}.pos-invoice-disclaimer p{margin-top:8px;line-height:1.5}.pos-completion-note{font-size:12px;line-height:1.5;color:#666}.pos-optional-invoice{border-top:1px solid var(--pos-line);padding-top:8px}.pos-optional-invoice>div:not([hidden]){margin-top:16px}.pos-console .pos-invoice-toggle{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;border:0;border-radius:0;background:transparent;color:#444;padding:10px 0;text-align:left;font-size:13px}.pos-console .pos-invoice-toggle{min-height:44px}.pos-invoice-toggle>span:last-child{font-size:20px}@media (max-height: 760px) and (min-width: 1001px){.pos-command-top{flex-basis:64px}.pos-command-grid{flex-basis:234px}.pos-rail-brand{min-height:80px}.pos-rail-brand img{width:86px}.pos-footer{min-height:142px}.pos-workspace{padding:18px 22px}}@media (max-width: 1180px) and (min-width: 1001px){.pos-ticket-table :is(th,td):first-child{display:none}.pos-ticket-table th:nth-child(2){width:30%}.pos-footer{grid-template-columns:minmax(0,1fr) minmax(320px,55%)}.pos-identity{grid-template-columns:1fr;gap:10px}.pos-identity strong{font-size:14px}}@media (max-width: 1000px){.pos-console{grid-template-columns:168px minmax(0,1fr)}.pos-command-top{grid-template-columns:1fr;flex-basis:auto}.pos-console .pos-command.is-compact{flex-direction:row;padding:10px;min-height:44px}.pos-command-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(5,minmax(0,1fr));flex-basis:370px}.pos-command-grid>:last-child{grid-column:1 / -1}.pos-rail-brand{gap:10px;min-height:80px}.pos-rail-brand img{width:46px}.pos-connection{padding:8px;gap:7px}.pos-connection span{font-size:9px}.pos-footer{grid-template-columns:1fr;min-height:0}.pos-identity{padding:10px 14px;gap:12px}.pos-identity strong{font-size:12px}.pos-identity small{display:none}.pos-summary{min-height:102px;grid-template-columns:1fr 1.5fr}.pos-grand-total{gap:4px!important}.pos-grand-total>span{font-size:15px}.pos-grand-total>strong{font-size:30px}.pos-ticket-table :is(th,td):first-child,.pos-ticket-table :is(th,td):nth-child(4){display:none}.pos-ticket-table th:nth-child(2){width:36%}.pos-ticket-table th:nth-child(3){width:20%}.pos-ticket-table th:nth-child(5){width:24%}.pos-ticket-table th:last-child{width:106px}.pos-payment-workspace{grid-template-columns:1fr;gap:18px}.pos-payment-summary{grid-template-columns:1fr 1fr;align-items:center;gap:12px}.pos-payment-total{gap:6px}.pos-invoice .pos-invoice-form{grid-template-columns:repeat(2,minmax(0,1fr))}.pos-workspace{padding:20px}}@media (max-width: 620px){.pos-console{grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr);min-height:600px}.pos-commands{display:grid;grid-template-columns:1fr;gap:6px;padding:6px;border:0;border-bottom:1px solid var(--pos-line)}.pos-command-top{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:48px;gap:4px}.pos-rail-brand,.pos-connection{display:none}.pos-command-grid{grid-template-columns:repeat(6,minmax(0,1fr));grid-template-rows:56px;gap:4px}.pos-command-grid>:nth-child(3),.pos-command-grid>:nth-child(4),.pos-command-grid>:nth-child(8){display:none}.pos-command-grid>:last-child{grid-column:auto}.pos-console .pos-command{padding:6px 2px;gap:4px}.pos-command>kbd{display:none}.pos-command>span{font-size:8px}.pos-command-icon{width:20px;height:20px}.pos-code-form{min-height:44px}.pos-code-form label{font-size:9px;padding-inline:8px}.pos-code-form input{min-height:44px;font-size:16px;padding-inline:10px}.pos-code-form button{min-width:70px;font-size:12px}.pos-product-display{min-height:44px}.pos-product-display>span{font-size:15px;padding:8px 12px}.pos-product-display>strong{font-size:14px;padding:8px 10px}.pos-ticket-heading{padding-inline:10px}.pos-ticket-heading>span{max-width:50%;font-size:9px}.pos-ticket-table th{padding:8px 5px;font-size:9px}.pos-ticket-table td{padding:8px 5px}.pos-ticket-table td:nth-child(2){font-size:12px;padding-left:10px}.pos-ticket-table td:nth-child(5){font-size:11px}.pos-ticket-table th:last-child{width:48px}.pos-row-actions{flex-direction:column;align-items:center}.pos-row-actions button{min-width:40px;min-height:40px}.pos-row-actions button:not(.pos-remove){display:none}.pos-ticket-table td>button{min-height:44px;padding:5px;font-size:11px}.pos-identity{display:none}.pos-summary{min-height:94px;padding-left:10px}.pos-summary dl{font-size:12px;padding-right:10px}.pos-grand-total>strong{font-size:28px}.pos-grand-total>kbd{display:none}.pos-grand-total>span:after{content:" · Cobrar";text-transform:none}.pos-empty{gap:6px;padding:16px}.pos-empty h2{font-size:18px}.pos-empty p{font-size:12px}.pos-cart-icon{width:68px;height:68px;margin:0}.pos-workspace{position:fixed;top:123px;right:0;bottom:0;left:0;padding:18px 14px max(20px,env(safe-area-inset-bottom))}.pos-workspace-heading{margin-bottom:20px}.pos-workspace-heading h2{font-size:22px}.pos-catalog-workspace .search-form{grid-template-columns:minmax(0,1fr) auto}.pos-catalog-workspace .search-form>button:last-child{grid-column:1 / -1;justify-self:start}.pos-catalog-workspace .catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pos-payment-workspace{gap:18px}.pos-payment-total strong{font-size:26px}.pos-completed{padding:16px}.pos-payment-summary{grid-template-columns:1fr;gap:12px}.pos-payment-total{flex-direction:row;align-items:center;justify-content:space-between}.pos-payment-method{min-height:44px;padding:8px 12px}.pos-payment-method>div{display:flex;align-items:baseline;gap:10px}.pos-payment-method .pos-command-icon{width:23px;height:23px}.pos-completion-heading h2{font-size:20px}.pos-invoice-intro{font-size:12px}.pos-invoice-field input[type=date]{font-size:16px;padding-inline:8px;letter-spacing:normal}.pos-invoice-form .primary-button{min-height:46px}}@media (max-width: 380px){.pos-invoice-field:has(input[type=date]),.pos-invoice-field:has(select){grid-column:1 / -1}}.pos-payment-form .change-preview.is-missing{color:#b45309}.pos-payment-form .change-preview.is-missing strong{color:inherit}.pos-workspace>.error{margin-bottom:16px}.pos-command-grid[inert],.pos-commands[inert] .pos-command{opacity:.55}.pos-console .pos-scanner .pos-code-form input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0;border-top:0;border-bottom:0;border-right:0;outline-offset:-2px}@media (max-width: 760px){.pos-completed{padding:10px 12px;max-height:none}.pos-completed .completed-sale{grid-template-columns:minmax(0,1fr);gap:6px}.pos-completed .completed-sale>*{grid-column:1;grid-row:auto}.pos-completed .pos-next-sale{min-width:0}.pos-completed .pos-optional-invoice .pos-completion-note{display:none}.pos-completion-heading h2{font-size:18px}}.pos-tender-choices{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;min-width:0;margin:0;padding:0;border:0}.pos-tender-choices legend{margin-bottom:10px;font-weight:650}.pos-tender-choices label{display:flex;align-items:center;gap:8px;min-height:44px;padding:10px;border:1px solid var(--pos-line);border-radius:6px;cursor:pointer}.pos-tender-choices label.is-selected{border-color:var(--pos-ink);background:var(--pos-paper);box-shadow:inset 0 0 0 1px var(--pos-ink)}.pos-tender-choices input[type=radio]{flex:0 0 16px;width:16px;min-height:16px;height:16px;margin:0;accent-color:var(--pos-ink)}.pos-tender-choices label span{min-width:0;overflow-wrap:anywhere;font-size:14px}.pos-external-payment-note{border-left:3px solid var(--pos-ink);padding:8px 12px;background:var(--pos-paper)}.pos-external-payment-note p,.pos-payment-recovery p{margin:8px 0;color:var(--pos-muted);line-height:1.5}.pos-cash-panel{display:grid;gap:18px;min-width:0}.pos-cash-explanation,.pos-cash-report>p,.pos-cash-counts>p{margin:0;color:var(--pos-muted);font-size:14px;line-height:1.5}.pos-cash-report{display:grid;gap:12px;min-width:0}.pos-cash-report-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.pos-cash-report-heading h3{margin:0 0 5px;font-size:20px}.pos-cash-report-heading p{margin:4px 0;color:var(--pos-muted);font-size:13px}.pos-cash-report-heading>strong{font-size:24px;font-variant-numeric:tabular-nums}.pos-cash-report-heading small{display:block;margin-top:4px;color:var(--pos-muted);font-size:12px;font-weight:500}.pos-reconciliation-table{overflow-x:auto}.pos-reconciliation-table table{width:100%;border-collapse:collapse;font-size:14px}.pos-reconciliation-table th,.pos-reconciliation-table td{padding:12px 8px;border-bottom:1px solid var(--pos-line);text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}.pos-reconciliation-table th:first-child{text-align:left;white-space:normal}.pos-reconciliation-table thead{color:var(--pos-muted);font-size:12px}.pos-reconciliation-table .has-difference{font-weight:750}.pos-cash-actions{display:flex;gap:10px;flex-wrap:wrap}.pos-cash-actions button,.pos-cash-history button{min-height:40px}.pos-cash-counts{display:grid;gap:16px;border-top:1px solid var(--pos-line);padding-top:20px}.pos-cash-counts h3{margin:0}.pos-cash-counts label{display:grid;grid-template-columns:minmax(0,1fr) minmax(100px,170px);gap:7px 12px;align-items:center}.pos-cash-counts label input{width:100%;min-width:0}.pos-cash-counts label small{grid-column:1 / -1;color:var(--pos-muted);font-variant-numeric:tabular-nums}.pos-close-confirmation{display:grid;gap:10px}.pos-cash-history{display:grid;gap:16px;padding-top:16px;border-top:1px solid var(--pos-line)}.pos-cash-history ul{display:grid;gap:8px;padding:0;list-style:none}.pos-cash-history li button{width:100%;text-align:left}.pos-closed-shell{min-height:100dvh;padding:0}.pos-closed-content{display:grid;gap:22px;width:min(880px,100%);margin:0 auto;padding:32px 24px}.pos-closed-content>h1{margin:0;font-size:clamp(24px,4vw,34px)}.pos-closed-content>p{margin:0;color:var(--pos-muted)}.pos-new-cash{display:grid;gap:12px;border-top:1px solid var(--pos-line);padding-top:24px}.pos-new-cash h2{margin:0;font-size:20px}.pos-new-cash input{max-width:260px}@media (max-width: 480px){.pos-closed-content{padding:24px 14px}.pos-cash-counts label{grid-template-columns:1fr}.pos-cash-actions>button{flex:1 1 140px}}.pos-main--cash{grid-template-rows:minmax(0,1fr) auto}.pos-workspace--options{position:absolute;top:0;right:0;bottom:0;left:0;font-size:15px;font-weight:400;line-height:1.5}.pos-workspace--options .pos-workspace-heading{align-items:center;margin-bottom:24px;padding-bottom:18px}.pos-workspace--options .pos-workspace-heading h2{font-size:24px;font-weight:700;letter-spacing:normal}.pos-workspace--options :is(button,kbd){font-weight:700}.pos-workspace--options button{font-size:14px;min-height:44px}.pos-workspace--options .pos-options{gap:20px}.pos-workspace--options .pos-cash-panel{gap:24px}.pos-workspace--options .pos-cash-report{gap:16px}.pos-workspace--options .pos-options h3{margin:0;font-size:20px;font-weight:700;line-height:1.3}.pos-workspace--options .pos-options p{margin:0;font-size:15px;font-weight:400;line-height:1.5}.pos-workspace--options .pos-cash-report-heading{gap:12px 24px}.pos-workspace--options .pos-cash-report-heading>div{flex:1 1 220px;min-width:0}.pos-workspace--options .pos-cash-report-heading p{margin-top:8px;font-size:14px;overflow-wrap:anywhere}.pos-workspace--options .pos-cash-report-heading>strong{max-width:100%;font-size:28px;font-weight:700;line-height:1.25;overflow-wrap:anywhere}.pos-workspace--options .pos-cash-report-heading small{margin-top:6px;font-size:14px;font-weight:400}.pos-workspace--options .pos-reconciliation-table table{font-size:15px}.pos-workspace--options .pos-reconciliation-table :is(th,td){padding:14px 8px;font-weight:400}.pos-workspace--options .pos-reconciliation-table thead{font-size:14px}.pos-workspace--options .pos-reconciliation-table thead th,.pos-workspace--options .pos-reconciliation-table .has-difference{font-weight:700}.pos-workspace--options .pos-cash-counts label{font-size:15px}.pos-workspace--options .pos-cash-counts label small{font-size:14px;font-weight:400}.pos-console [hidden]{display:none!important}.pos-completed .pos-optional-invoice .pos-completion-note{display:none}@media (max-width: 760px){.pos-completed .pos-payment-receipt{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 16px}.pos-completed .pos-payment-receipt>div{display:flex;justify-content:space-between;gap:5px;align-items:baseline;flex-wrap:wrap}.pos-completed .pos-payment-receipt dd{margin-top:0}.pos-completed .pos-invoice-toggle{min-height:40px;padding-block:6px}}.pos-split-payment{display:grid;gap:1rem;border:0;padding:0;min-width:0}.pos-split-row{display:grid;gap:.5rem;padding:.75rem 0;border-bottom:1px solid var(--pos-border, #deded9)}.pos-split-row select{width:100%;min-height:44px;padding:.65rem;border:1px solid var(--pos-border, #deded9);border-radius:.4rem;color:inherit;background:var(--pos-surface, #fff);font:inherit}.pos-payment-allocations{display:grid;gap:1.1rem;margin:0 0 1rem;padding-left:1.5rem}.pos-payment-allocations li{min-width:0;overflow-wrap:anywhere}.pos-payment-confirmation,.pos-payment-correction label{display:flex;align-items:center;gap:.6rem;margin:.75rem 0}.pos-payment-confirmation input,.pos-payment-correction input{width:1.15rem;min-height:1.15rem;flex-shrink:0}.pos-payment-correction{margin-top:1.5rem}.pos-payment-correction summary{cursor:pointer;min-height:44px;padding-top:.5rem}.pos-payment-receipt small{display:block;margin-top:.35rem}
