:root{--md-ref-typeface-brand: system-ui, -apple-system, "Segoe UI", Roboto, "Myanmar Sangam MN", "Noto Sans Myanmar", "Padauk", "Myanmar Text", sans-serif;--md-ref-typeface-plain: system-ui, -apple-system, "Segoe UI", Roboto, "Myanmar Sangam MN", "Noto Sans Myanmar", "Padauk", "Myanmar Text", sans-serif;--pos-typeface-numeric: ui-monospace, SFMono-Regular, Menlo, "Roboto Mono", "Myanmar Sangam MN", "Noto Sans Myanmar", "Padauk", "Myanmar Text", monospace;--md-sys-color-primary: #00458f;--md-sys-color-on-primary: #ffffff;--md-sys-color-primary-container: #d7e3ff;--md-sys-color-on-primary-container: #001b3d;--md-sys-color-secondary: #565f71;--md-sys-color-on-secondary: #ffffff;--md-sys-color-secondary-container: #dae2f9;--md-sys-color-on-secondary-container: #131c2b;--md-sys-color-tertiary: #006c4d;--md-sys-color-on-tertiary: #ffffff;--md-sys-color-tertiary-container: #8ff8c4;--md-sys-color-on-tertiary-container: #002114;--md-sys-color-error: #ba1a1a;--md-sys-color-on-error: #ffffff;--md-sys-color-error-container: #ffdad6;--md-sys-color-on-error-container: #410002;--md-sys-color-background: #eef0f4;--md-sys-color-on-background: #101418;--md-sys-color-surface: #ffffff;--md-sys-color-on-surface: #101418;--md-sys-color-surface-variant: #e0e2ec;--md-sys-color-on-surface-variant: #43474e;--md-sys-color-outline: #73777f;--md-sys-color-outline-variant: #c3c6cf;--md-sys-color-surface-container-lowest: #ffffff;--md-sys-color-surface-container-low: #f7f8fb;--md-sys-color-surface-container: #f2f3f7;--md-sys-color-surface-container-high: #ecedf1;--md-sys-color-surface-container-highest: #e6e7eb;--md-sys-color-inverse-surface: #2e3135;--md-sys-color-inverse-on-surface: #f0f0f4;--md-sys-color-inverse-primary: #abc7ff;--pos-open: #8a5000;--pos-open-container: #ffddb0;--pos-paid: var(--md-sys-color-tertiary);--pos-paid-container: #b6f2d5;--pos-touch: 48px;--pos-touch-lg: 60px;--pos-tile-min: 100px;--pos-tile-lg: 9.5rem;--pos-tile-gap: 10px;--pos-table-tile: 128px;--pos-cart-row-h: 56px;--pos-cart-min-h: calc(var(--pos-cart-row-h) * 3);--pos-radius-card: 16px;--pos-radius-row: 12px;--pos-radius-pill: 999px;--pos-gap: 12px;--pos-pane-gap: 16px;--pos-shadow-card: 0 1px 2px rgb(16 20 24 / 8%), 0 1px 8px rgb(16 20 24 / 4%);color-scheme:light}*{box-sizing:border-box}html,body{margin:0;padding:0;min-height:100%}body{background:var(--md-sys-color-background);color:var(--md-sys-color-on-surface);font-family:var(--md-ref-typeface-plain);font-size:17px;line-height:1.4;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;overscroll-behavior:none}body,button,[role=button]{-webkit-tap-highlight-color:transparent;touch-action:manipulation}.app{user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}input,textarea,.selectable{user-select:text;-webkit-user-select:text}.app{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;width:100%;padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}.screen{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:var(--pos-gap);padding:24px max(24px,6vw);text-align:center}.screen>*{width:100%;max-width:34rem}.app-logo{width:5rem;height:5rem}.screen-eyebrow{margin:0;font-size:.9rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--md-sys-color-on-surface-variant)}.screen-title{margin:0;font-size:2rem;font-weight:800;letter-spacing:-.02em;line-height:1.15}.screen-body{margin:0;font-size:1.05rem;color:var(--md-sys-color-on-surface-variant)}.card{background:var(--md-sys-color-surface);color:var(--md-sys-color-on-surface);border-radius:var(--pos-radius-card);box-shadow:var(--pos-shadow-card);padding:16px}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(var(--pos-grid-min, var(--pos-tile-min)),1fr));gap:var(--pos-tile-gap)}.money{font-family:var(--pos-typeface-numeric);font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1}.error-banner{background:var(--md-sys-color-error-container);color:var(--md-sys-color-on-error-container);border-radius:var(--pos-radius-row);padding:14px 16px;font-size:1rem}md-filled-button,md-filled-tonal-button,md-outlined-button,md-text-button,md-elevated-button{--md-filled-button-container-height: var(--pos-touch);--md-filled-tonal-button-container-height: var(--pos-touch);--md-outlined-button-container-height: var(--pos-touch);--md-text-button-container-height: var(--pos-touch);--md-elevated-button-container-height: var(--pos-touch);--md-filled-button-label-text-size: 1rem;--md-filled-tonal-button-label-text-size: 1rem;--md-outlined-button-label-text-size: 1rem;--md-text-button-label-text-size: 1rem;--md-elevated-button-label-text-size: 1rem}md-icon-button,md-filled-icon-button,md-filled-tonal-icon-button,md-outlined-icon-button{--md-icon-button-state-layer-height: var(--pos-touch);--md-icon-button-state-layer-width: var(--pos-touch);--md-icon-button-icon-size: 26px}.button{min-height:var(--pos-touch);padding:0 28px;border:0;border-radius:var(--pos-radius-pill);background:var(--md-sys-color-primary);color:var(--md-sys-color-on-primary);font:inherit;font-weight:600;cursor:pointer}.button:disabled{opacity:.5;cursor:default}.tile{min-height:var(--pos-touch);border:0;border-radius:var(--pos-radius-row);background:var(--md-sys-color-surface);color:var(--md-sys-color-on-surface);box-shadow:var(--pos-shadow-card);font:inherit;text-align:left;cursor:pointer;transition:transform 90ms ease,background-color 90ms ease}.tile:active{transform:scale(.98);background:var(--md-sys-color-surface-container-high)}@media(prefers-reduced-motion:reduce){.tile{transition:none}.tile:active{transform:none}}:focus-visible{outline:3px solid var(--md-sys-color-primary);outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}:lang(my){line-height:1.75;letter-spacing:normal}.language-toggle{display:flex;justify-content:center;gap:4px}.tabs{display:flex;gap:4px;overflow-x:auto;scrollbar-width:none;background:var(--md-sys-color-surface);border-radius:var(--pos-radius-card);box-shadow:var(--pos-shadow-card);padding:4px}.tabs::-webkit-scrollbar{display:none}.tab{flex:1 0 auto;min-height:var(--pos-touch);padding:0 18px;border:0;border-radius:var(--pos-radius-row);background:transparent;color:var(--md-sys-color-on-surface-variant);font:inherit;font-weight:600;white-space:nowrap;cursor:pointer}.tab[aria-selected=true]{background:var(--md-sys-color-secondary-container);color:var(--md-sys-color-on-secondary-container)}.section-head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--pos-gap)}.section-head h2{margin:0;font-size:1.2rem;font-weight:700}.pane-head{flex-wrap:nowrap;align-items:center}.pane-head>md-outlined-button{flex-shrink:0}.pane-head-title{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.list{display:flex;flex-direction:column;gap:2px;border-radius:var(--pos-radius-card);overflow:hidden}.list-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--pos-gap);min-height:var(--pos-touch);padding:12px 16px;background:var(--md-sys-color-surface)}.list-row[data-retired=true] .list-row-text{opacity:.55}.list-row-text{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1 1 12rem}.list-row-title{font-weight:600;overflow-wrap:anywhere}.list-row-meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:.9rem;color:var(--md-sys-color-on-surface-variant)}.list-row-actions{display:flex;flex-wrap:wrap;align-items:center;gap:4px}.badge{display:inline-flex;align-items:center;padding:2px 10px;border-radius:var(--pos-radius-pill);background:var(--md-sys-color-surface-variant);color:var(--md-sys-color-on-surface-variant);font-size:.8rem;font-weight:600;white-space:nowrap}.badge[data-tone=warn]{background:var(--pos-open-container);color:var(--pos-open)}.badge[data-tone=ok]{background:var(--pos-paid-container);color:var(--pos-paid)}.stat{display:flex;flex-direction:column;gap:2px}.stat-value{font-size:2.2rem;font-weight:800;letter-spacing:-.02em;line-height:1.1}.stat-label{font-size:.9rem;color:var(--md-sys-color-on-surface-variant)}.stat-small .stat-value{font-size:1.3rem;font-weight:700}.form{display:flex;flex-direction:column;gap:var(--pos-gap);min-width:min(22rem,70vw)}.form md-outlined-text-field{width:100%}.form-label{margin:0;font-size:.9rem;font-weight:600;color:var(--md-sys-color-on-surface-variant)}.link-box{padding:12px 14px;border-radius:var(--pos-radius-row);background:var(--md-sys-color-surface-container-high);font-family:var(--pos-typeface-numeric);font-size:.85rem;line-height:1.5;overflow-wrap:anywhere}.table-tile{min-height:var(--pos-table-tile);display:flex;flex-direction:column;justify-content:space-between;gap:6px;padding:12px;position:relative}.table-tile-name{font-size:1.25rem;font-weight:700;line-height:1.1}.table-tile-state{font-size:.85rem;color:var(--md-sys-color-on-surface-variant)}.table-tile[data-open=true]{background:var(--pos-open-container);color:var(--pos-open)}.table-tile[data-open=true] .table-tile-state{color:inherit;font-weight:600}.table-tile[data-current=true]{outline:3px solid var(--md-sys-color-primary);outline-offset:-3px}.table-tile-dot{position:absolute;top:8px;right:8px;width:12px;height:12px;border-radius:var(--pos-radius-pill);background:var(--md-sys-color-primary)}.product-tile{min-height:var(--pos-tile-min);display:flex;flex-direction:column;justify-content:space-between;gap:6px;padding:10px}.product-tile-name{font-weight:600;line-height:1.25;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.product-tile-price{font-size:.9rem;color:var(--md-sys-color-on-surface-variant)}.product-tile-count{position:absolute;top:6px;right:6px;min-width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;padding:0 6px;border-radius:var(--pos-radius-pill);background:var(--md-sys-color-primary);color:var(--md-sys-color-on-primary);font-size:.8rem;font-weight:700}.cart-line{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:var(--pos-gap);min-height:var(--pos-cart-row-h);padding:6px 4px}.cart-stepper{display:flex;align-items:center;gap:2px}.cart-step{width:var(--pos-touch);height:var(--pos-touch);border:0;border-radius:var(--pos-radius-pill);background:var(--md-sys-color-surface-container-high);color:var(--md-sys-color-on-surface);font:inherit;font-size:1.35rem;font-weight:700;line-height:1;cursor:pointer}.cart-step:active{background:var(--md-sys-color-surface-container-highest)}.cart-qty{min-width:2ch;text-align:center;font-family:var(--pos-typeface-numeric);font-size:1.1rem;font-weight:700}.cart-line-name{font-weight:600;overflow-wrap:anywhere}.cart-note{display:inline-flex;align-items:center;min-height:32px;padding:0;border:0;background:none;color:var(--md-sys-color-primary);font:inherit;font-size:.85rem;text-align:left;cursor:pointer}.cart-line-total{font-family:var(--pos-typeface-numeric);font-variant-numeric:tabular-nums;font-weight:600}.send-bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--pos-gap);padding-top:var(--pos-gap);border-top:1px solid var(--md-sys-color-outline-variant)}.send-bar md-filled-button{--md-filled-button-container-height: var(--pos-touch-lg);--md-filled-button-label-text-size: 1.1rem}.send-total{display:flex;flex-direction:column;gap:0}.send-total-value{font-family:var(--pos-typeface-numeric);font-variant-numeric:tabular-nums;font-size:1.5rem;font-weight:800;line-height:1.1}.sent-round{display:flex;flex-direction:column;gap:4px;padding:10px 0;border-top:1px solid var(--md-sys-color-outline-variant)}.sent-round-head{display:flex;flex-wrap:wrap;gap:8px;font-size:.85rem;font-weight:600;color:var(--md-sys-color-on-surface-variant)}.sent-round-head>span+span:before{content:"·";margin-right:8px}.sent-line{display:grid;grid-template-columns:minmax(2.5ch,max-content) 1fr auto auto;align-items:center;gap:var(--pos-gap);min-height:var(--pos-touch)}.sent-line[data-voided=true]{color:var(--md-sys-color-on-surface-variant);text-decoration:line-through;text-decoration-thickness:2px}.sent-line-qty{font-family:var(--pos-typeface-numeric);font-weight:700}.sent-line-qty.pick{min-height:var(--pos-touch);min-width:var(--pos-touch);border:2px solid var(--md-sys-color-outline);border-radius:var(--pos-radius-row);background:transparent;color:inherit;font-size:1rem;font-family:var(--pos-typeface-numeric);font-weight:700;cursor:pointer}.sent-line-qty.pick[aria-pressed=true]{border-color:var(--md-sys-color-primary);background:var(--md-sys-color-primary);color:var(--md-sys-color-on-primary)}.sent-line-qty.pick:disabled{opacity:.5;cursor:default}.sent-line[data-picked=true]{background:var(--md-sys-color-surface-variant);border-radius:var(--pos-radius-row);padding:0 var(--pos-gap);margin:0 calc(var(--pos-gap) * -1)}.picked-lines{display:flex;flex-direction:column;gap:4px;max-height:40vh;overflow:auto}.picked-line{display:grid;grid-template-columns:2.5ch 1fr auto;align-items:center;gap:var(--pos-gap);min-height:2rem}.check-card{min-height:7rem;display:flex;flex-direction:column;gap:4px;padding:14px;background:var(--pos-open-container);color:var(--pos-open)}.check-card-name{font-size:1.25rem;font-weight:700;line-height:1.15}.check-card-total{font-size:1.6rem;font-weight:800;line-height:1.1}.check-card-meta{margin-top:auto;font-size:.8rem;opacity:.85}.error-banner .section-head{align-items:flex-start}.error-banner .section-head>div{display:flex;flex-direction:column;gap:2px}.tile-timer{font-family:var(--pos-typeface-numeric);font-variant-numeric:tabular-nums;font-size:.85rem}.tile-timer[data-state=due],.tile-timer[data-state=late]{font-weight:700}.table-tile[data-timing=late]{background:var(--md-sys-color-error-container);color:var(--md-sys-color-on-error-container)}.table-tile[data-timing=late] .table-tile-state,.table-tile[data-timing=late] .tile-timer{color:inherit}.round-timing{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:.85rem;color:var(--md-sys-color-on-surface-variant)}.round-timing[data-state=late]{color:var(--md-sys-color-error);font-weight:600}.round-timing[data-state=due]{color:var(--pos-open);font-weight:600}.sent-round[data-state=late]{box-shadow:inset 3px 0 0 var(--md-sys-color-error);padding-left:10px}.sent-round[data-state=due]{box-shadow:inset 3px 0 0 var(--pos-open);padding-left:10px}.sent-round[data-state=delivered] .sent-round-head{opacity:.65}.print-sheet{display:none}@media print{.app{display:none!important}.print-sheet{display:block}@page{margin:8mm}body{background:#fff;font-size:12pt}}.ticket{max-width:76mm;font-family:var(--pos-typeface-numeric);color:#000;line-height:1.35}.ticket-head{text-align:center;font-weight:700}.ticket-table{font-size:2em;line-height:1.1}.ticket-round{font-size:1.4em}.ticket-meta{font-size:.9em;font-weight:400}.ticket-rule{border:0;border-top:1px dashed #000;margin:6px 0}.ticket-line{display:grid;grid-template-columns:3ch 1fr;gap:6px;font-size:1.5em;font-weight:700;line-height:1.25;break-inside:avoid;margin-bottom:4px}.ticket-qty{text-align:right}.ticket-note{grid-column:2;font-size:.7em;font-weight:400}
