:root{color-scheme:light dark;--pos-bg: #f6f7f9;--pos-surface: #ffffff;--pos-text: #10151c;--pos-muted: #5c6673;--pos-border: #dfe3e8;--pos-accent: #1f6feb;--pos-accent-text: #ffffff;--pos-danger: #b3261e;--pos-warn-bg: #fff4e5;--pos-warn-text: #7a4b00;--pos-test-bg: #ede7ff;--pos-test-text: #4b2ea8;--pos-radius: 14px;--pos-gap: 16px;--pos-touch: 48px;--pos-font: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif}@media (prefers-color-scheme: dark){:root{--pos-bg: #0f1419;--pos-surface: #171d24;--pos-text: #e8edf3;--pos-muted: #97a3b1;--pos-border: #2a333d;--pos-accent: #4f8bf5;--pos-accent-text: #08111d;--pos-danger: #ff8a80;--pos-warn-bg: #3a2c14;--pos-warn-text: #ffd08a;--pos-test-bg: #2a2145;--pos-test-text: #cbbcff}}*{box-sizing:border-box}html,body{margin:0;padding:0;min-height:100%}body{background:var(--pos-bg);color:var(--pos-text);font-family:var(--pos-font);font-size:17px;line-height:1.45;-webkit-text-size-adjust:100%;padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}.pos-screen{display:flex;flex-direction:column;gap:var(--pos-gap);padding:24px;max-width:720px;margin:0 auto;min-height:100dvh}.pos-screen--centered{justify-content:center}.pos-card{display:flex;flex-direction:column;gap:var(--pos-gap);background:var(--pos-surface);border:1px solid var(--pos-border);border-radius:var(--pos-radius);padding:24px}.pos-card--quiet{text-align:center}.pos-title{margin:0;font-size:26px;font-weight:650;text-wrap:balance}.pos-subtitle{margin:0;color:var(--pos-muted)}.pos-field{display:flex;flex-direction:column;gap:6px}.pos-field__label{font-size:15px;color:var(--pos-muted)}.pos-input{min-height:var(--pos-touch);padding:0 14px;font-size:18px;font-family:inherit;color:var(--pos-text);background:var(--pos-bg);border:1px solid var(--pos-border);border-radius:10px}.pos-input:focus-visible,.pos-button:focus-visible{outline:3px solid var(--pos-accent);outline-offset:2px}.pos-button{min-height:var(--pos-touch);padding:0 20px;font-size:18px;font-weight:600;font-family:inherit;color:var(--pos-accent-text);background:var(--pos-accent);border:none;border-radius:10px;cursor:pointer}.pos-button[disabled]{opacity:.55;cursor:default}.pos-button--ghost{color:var(--pos-text);background:transparent;border:1px solid var(--pos-border)}.pos-hint{margin:0;font-size:15px;color:var(--pos-muted)}.pos-muted{color:var(--pos-muted)}.pos-error{margin:0;color:var(--pos-danger);font-weight:550}.pos-banner{margin:0;padding:10px 14px;border-radius:10px;font-weight:600}.pos-banner--test{background:var(--pos-test-bg);color:var(--pos-test-text)}.pos-banner--warn{background:var(--pos-warn-bg);color:var(--pos-warn-text)}.pos-facts{display:grid;gap:12px;margin:0}.pos-fact{display:flex;justify-content:space-between;gap:12px}.pos-fact dt{color:var(--pos-muted)}.pos-fact dd{margin:0;font-weight:600;text-align:right}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;transition-duration:.01ms!important}}.pos-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(150px,100%),1fr));gap:12px}.pos-tile{min-height:72px;padding:12px;font-size:17px;font-family:inherit;font-weight:600;color:var(--pos-text);background:var(--pos-bg);border:1px solid var(--pos-border);border-radius:12px;cursor:pointer}.pos-tile--product{display:flex;flex-direction:column;gap:6px;align-items:flex-start;text-align:left}.pos-tile__name{font-weight:650}.pos-tile__price{font-weight:500;color:var(--pos-muted)}.pos-receipt-total{margin:0;font-size:30px;font-weight:700;font-variant-numeric:tabular-nums}.pos-change{margin:0;font-size:20px;font-weight:600;font-variant-numeric:tabular-nums}.pos-link{min-width:36px;min-height:36px;margin-left:8px;font-size:20px;color:var(--pos-muted);background:none;border:none;cursor:pointer}.pos-screen--wide{max-width:1100px}.pos-split{display:grid;grid-template-columns:1fr;gap:var(--pos-gap);align-items:start}@media (min-width: 860px){.pos-split{grid-template-columns:minmax(0,1.6fr) minmax(280px,1fr)}.pos-pane--cart{position:sticky;top:16px}}.pos-pane{display:flex;flex-direction:column;gap:12px;background:var(--pos-surface);border:1px solid var(--pos-border);border-radius:var(--pos-radius);padding:16px}.pos-grid--scroll{max-height:58vh;overflow-y:auto;padding-right:4px}.pos-bar{display:flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:space-between;font-size:15px;color:var(--pos-muted)}.pos-bar__where{font-weight:550}.pos-bar__sep{opacity:.5}.pos-bar__actions{display:flex;flex-wrap:wrap;min-width:0;gap:8px}.pos-chips{display:flex;flex-wrap:wrap;gap:8px}.pos-chip{min-height:44px;padding:0 14px;font-size:15px;font-family:inherit;color:var(--pos-text);background:var(--pos-bg);border:1px solid var(--pos-border);border-radius:999px;cursor:pointer}.pos-chip--on{color:var(--pos-accent-text);background:var(--pos-accent);border-color:var(--pos-accent)}.pos-lines{display:flex;flex-direction:column;gap:10px;margin:0;padding:0;list-style:none}.pos-line{display:flex;flex-direction:column;gap:6px;padding-bottom:10px;border-bottom:1px solid var(--pos-border)}.pos-line__head,.pos-line__foot{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px}.pos-line__head>*,.pos-line__foot>*{min-width:0}.pos-line__name{font-weight:600}.pos-line__amount{font-weight:650;font-variant-numeric:tabular-nums}.pos-stepper{display:inline-flex;align-items:center;gap:4px}.pos-step{min-width:44px;min-height:44px;font-size:22px;font-family:inherit;color:var(--pos-text);background:var(--pos-bg);border:1px solid var(--pos-border);border-radius:10px;cursor:pointer}.pos-step__value{min-width:74px;text-align:center;font-variant-numeric:tabular-nums}.pos-sheet{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:24px;background:#00000073;overflow-y:auto;z-index:10}.pos-sheet .pos-card{width:min(560px,100%)}.pos-line__was{margin-right:6px;color:var(--pos-muted);font-weight:500}@media (max-width: 859px){.pos-pane--cart{position:sticky;bottom:0;z-index:2;box-shadow:0 -6px 18px #0000001f}.pos-grid--scroll{max-height:42vh}}.pos-sale-items{display:flex;flex-direction:column;gap:2px;text-align:right}.pos-progress{height:12px;background:var(--pos-bg);border:1px solid var(--pos-border);border-radius:999px;overflow:hidden}.pos-progress__fill{display:block;height:100%;background:var(--pos-accent)}.pos-cart-toggle{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-height:var(--pos-touch);padding:0;font-family:inherit;color:var(--pos-text);background:none;border:none;cursor:pointer}.pos-cart-toggle__sum{font-size:22px;font-weight:700;font-variant-numeric:tabular-nums;white-space:nowrap;margin-left:auto}.pos-cart-toggle__count{white-space:nowrap}@media (min-width: 860px){.pos-pane--collapsed>*:not(.pos-cart-head){display:revert}.pos-cart-toggle{cursor:default}}@media (max-width: 859px){.pos-pane--collapsed>*:not(.pos-cart-head){display:none}}.pos-bar__menu{display:none}@media (max-width: 859px){.pos-bar__actions--wide{display:none}.pos-bar__menu{display:inline-flex;align-items:center}.pos-screen{padding:12px;gap:10px}.pos-grid--scroll{max-height:none;overflow-y:visible}.pos-pane{padding:12px}}.pos-cart-head{display:flex;align-items:center;gap:12px}.pos-cart-head__pay{flex:0 0 auto;min-width:116px;padding:0 14px}.pos-cart-toggle{flex:1 1 auto;min-width:0;gap:8px}@media (max-width: 859px){.pos-cart-toggle .pos-title{font-size:17px}}.pos-cart-toggle__count{color:var(--pos-muted);font-size:15px}@media (min-width: 860px){.pos-cart-head__pay,.pos-cart-toggle__sum{display:none}}@media (max-width: 859px){.pos-pane--paying .pos-lines{display:none}}.pos-pane--cart:not(.pos-pane--paying){padding-bottom:0}.pos-cart-foot{position:sticky;bottom:0;display:flex;flex-direction:column;gap:8px;margin-top:auto;padding:10px 0 16px;background:var(--pos-surface)}@media (max-width: 859px){.pos-cart-foot{padding-bottom:12px}.pos-pane--cart:not(.pos-pane--collapsed) .pos-cart-head__pay,.pos-pane--cart:not(.pos-pane--collapsed) .pos-cart-toggle__sum{display:none}}.pos-cart-continue{display:none}@media (max-width: 859px){.pos-pane--cart{position:fixed;left:0;right:0;bottom:0;z-index:3;margin:0;border-radius:var(--pos-radius) var(--pos-radius) 0 0;box-shadow:0 -8px 24px #0000002e;padding-bottom:calc(12px + env(safe-area-inset-bottom))}.pos-pane--cart:not(.pos-pane--collapsed){max-height:82vh;overflow-y:auto}.pos-screen--wide{padding-bottom:96px}.pos-cart-continue{display:block}}
