.number-pad-keys{flex:1;grid-template-columns:repeat(3,1fr);align-content:stretch;gap:6px;min-height:0;display:grid}.number-pad-key{border-radius:var(--radius);background:var(--bg-elevated);border:1px solid var(--line);touch-action:manipulation;-webkit-user-select:none;user-select:none;min-height:0;font-size:1.35rem;font-weight:550}.number-pad-key:active:not(:disabled){background:var(--accent-soft)}.number-pad-key.muted{color:var(--ink-muted);font-size:1.05rem}.pad-back{border-radius:var(--radius);border:1px solid var(--line);background:var(--bg-elevated);width:40px;height:40px;color:var(--ink-muted);flex-shrink:0;font-size:1rem;font-weight:600}.pad-exact{border-radius:var(--radius);background:var(--accent-soft);height:40px;color:var(--accent);flex-shrink:0;padding:0 10px;font-size:.78rem;font-weight:600}@media (prefers-reduced-motion:reduce){.number-pad-key,.pad-back,.pad-exact{transition:none}}.adhoc-pad{width:100%;min-height:0;padding:8px 12px calc(12px + var(--safe-bottom));background:var(--bg);flex-direction:column;flex:1;gap:8px;display:flex}.adhoc-pad.awaiting-release{pointer-events:none}.adhoc-pad-top{flex-shrink:0;align-items:center;gap:8px;display:flex}.adhoc-pad-top-text{flex:1;min-width:0}.adhoc-pad-top-text h2{margin:0;font-size:1.05rem;font-weight:600;line-height:1.2}.adhoc-pad-top-text span{color:var(--ink-muted);font-size:.75rem}.adhoc-type-toggle{flex-shrink:0;grid-template-columns:1fr 1fr;gap:6px;display:grid}.adhoc-type-btn{border-radius:var(--radius);border:1px solid var(--line);background:var(--bg-elevated);min-height:40px;color:var(--ink-muted);transition:background var(--dur-press) ease, border-color var(--dur-press) ease, color var(--dur-press) ease, transform var(--dur-press) var(--ease-out);font-size:.9rem;font-weight:600}.adhoc-type-btn:active{transform:scale(var(--press-scale))}.adhoc-type-btn.active{border-color:var(--accent);background:var(--accent-soft);color:var(--accent);box-shadow:inset 0 0 0 1px var(--accent)}.adhoc-fields{flex-shrink:0;grid-template-columns:1fr 1fr;gap:6px;display:grid}.adhoc-field{border-radius:var(--radius);border:1px solid var(--line);background:var(--bg-elevated);text-align:left;min-width:0;transition:border-color var(--dur-ui) var(--ease-out), background var(--dur-ui) var(--ease-out), transform var(--dur-press) var(--ease-out);flex-direction:column;gap:2px;padding:10px 12px;display:flex}.adhoc-field:active{transform:scale(.98)}.adhoc-field span{color:var(--ink-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.65rem;font-weight:600}.adhoc-field strong{font-variant-numeric:tabular-nums;font-size:1.35rem;font-weight:600;line-height:1.15}.adhoc-field-hint{color:var(--ink-muted);margin-top:2px;font-size:.72rem;font-style:normal}.adhoc-field.focused{border-color:var(--accent);background:var(--accent-soft);box-shadow:inset 0 0 0 1px var(--accent)}.adhoc-field.focused span{color:var(--accent)}.adhoc-field.replace-armed strong{background:color-mix(in srgb, var(--accent) 22%, transparent);-webkit-box-decoration-break:clone;box-decoration-break:clone;border-radius:4px;margin:0 -2px;padding:0 2px}.adhoc-total{border-radius:var(--radius);background:var(--ink);color:var(--ink-on-accent);flex-shrink:0;justify-content:space-between;align-items:baseline;gap:8px;padding:8px 12px;display:flex}.adhoc-total span{text-transform:uppercase;letter-spacing:.04em;opacity:.72;font-size:.72rem;font-weight:600}.adhoc-total strong{font-variant-numeric:tabular-nums;letter-spacing:-.02em;font-size:1.35rem;font-weight:650}.adhoc-pad-confirm{flex-shrink:0;min-height:64px;font-size:.95rem}@media (prefers-reduced-motion:reduce){.adhoc-type-btn,.adhoc-field{transition:none}}.change-pad{width:100%;min-height:0;padding:8px 12px calc(12px + var(--safe-bottom));background:var(--bg);flex-direction:column;flex:1;gap:8px;display:flex}.change-pad-top{flex-shrink:0;align-items:center;gap:8px;display:flex}.change-pad-top-text{flex:1;min-width:0}.change-pad-top-text h2{margin:0;font-size:1rem;font-weight:600;line-height:1.2}.change-pad-top-text span{color:var(--ink-muted);font-size:.75rem}.change-pad-fields{flex-direction:column;flex-shrink:0;gap:6px;display:flex}.change-field{border-radius:var(--radius);border:1px solid var(--line);background:var(--bg-elevated);text-align:left;min-width:0;transition:border-color var(--dur-ui) var(--ease-out), background var(--dur-ui) var(--ease-out), transform var(--dur-press) var(--ease-out);flex-direction:column;gap:2px;padding:10px 12px;display:flex}.change-field:disabled{cursor:default}.change-field.settled:not(:disabled):active{transform:scale(.98)}.change-field span{color:var(--ink-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.65rem;font-weight:600}.change-field strong{font-variant-numeric:tabular-nums;font-size:1.45rem;font-weight:600;line-height:1.15}.change-field-hint{color:var(--ink-muted);margin-top:2px;font-size:.72rem;font-style:normal}.change-field-hint.warn{color:var(--accent-hot)}.change-field.focused.sum-focus{border-color:var(--accent);background:var(--accent-soft);box-shadow:inset 0 0 0 1px var(--accent)}.change-field.focused.sum-focus span{color:var(--accent)}.change-field.focused.given-focus{border-color:var(--accent-hot);background:var(--accent-hot-soft);box-shadow:inset 0 0 0 1px var(--accent-hot)}.change-field.focused.given-focus span{color:var(--accent-hot)}.change-field.muted{opacity:.45}.change-field.change-result.ready{background:var(--ink);border-color:var(--ink);color:var(--ink-on-accent);opacity:1}.change-field.change-result.ready span{color:color-mix(in srgb, var(--ink-on-accent) 65%, transparent)}.change-field.change-result.ready strong{color:var(--ink-on-accent)}.change-field.change-result.short strong{color:var(--accent-hot);font-size:1.1rem}.change-pad-confirm{flex-shrink:0;min-height:64px;font-size:.95rem}@media (prefers-reduced-motion:reduce){.change-field{transition:none}}.sheet{background:var(--bg);flex-direction:column;flex:1;gap:10px;width:100%;min-height:0;padding:8px 12px;display:flex;overflow:hidden}.sheet-header{flex-shrink:0;align-items:center;gap:12px;display:flex}.sheet-body{overscroll-behavior:contain;min-height:0;scroll-padding-bottom:var(--scroll-end);padding-bottom:var(--scroll-end);flex-direction:column;flex:1;gap:12px;display:flex;overflow-y:auto}.sheet-back{border-radius:var(--radius);border:1px solid var(--line);background:var(--bg-elevated);width:40px;height:40px;color:var(--ink-muted);font-size:1rem;font-weight:600}.sheet-header-text{text-align:left;flex:1;min-width:0}.sheet-header-text h2{margin:0;font-size:1.05rem;font-weight:600;line-height:1.2}.sheet-header-inline{color:var(--ink-muted);font-size:.75rem;font-weight:450}@media (prefers-reduced-motion:reduce){.sheet-back{transition:none}}.history-orders{padding:0;padding-bottom:var(--scroll-end);overscroll-behavior:contain;scroll-padding-bottom:var(--scroll-end);flex-direction:column;flex:1;gap:6px;margin:0;list-style:none;display:flex;overflow:auto}.history-order-btn{border-radius:var(--radius);background:var(--bg-elevated);border:1px solid var(--line);text-align:left;align-items:center;gap:10px;width:100%;padding:10px 12px;display:flex}.history-order-id{font-variant-numeric:tabular-nums;color:var(--ink-muted);min-width:2.2rem;font-size:.85rem;font-weight:600}.history-order-main{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.history-order-main strong{font-size:.95rem}.history-order-main span{color:var(--ink-muted);font-size:.72rem}.history-order-chevron{color:var(--ink-muted);font-size:1.1rem}.history-lines{margin:0;padding:4px 0;list-style:none}.history-line{justify-content:space-between;gap:10px;padding:8px 12px;font-size:.9rem;display:flex}.history-payment{flex-direction:column;gap:8px;padding:12px;display:flex}.history-payment-row{justify-content:space-between;font-size:.9rem;display:flex}.history-payment-row.tip{color:var(--accent-hot)}.history-edit-actions{justify-content:flex-end;gap:8px;display:flex}.history-edit-error{color:var(--accent-hot);margin:0;font-size:.8rem}.order-lines{flex:1;min-height:0;margin:0;padding:0;list-style:none;overflow-y:auto}.order-line{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:8px;min-height:38px;padding:7px 10px;display:flex}.order-line:last-child{border-bottom:none}.order-line-main{flex:1;align-items:baseline;gap:8px;min-width:0;display:flex}.order-line-name{white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:600;overflow:hidden}.order-line-meta{color:var(--ink-muted);flex-shrink:0;font-size:.72rem}.order-line-right{flex-shrink:0;align-items:center;gap:4px;display:flex}.order-line-price{font-variant-numeric:tabular-nums;font-size:.9rem;font-weight:600}.order-line-delete{border-radius:var(--radius);width:40px;height:40px;color:var(--danger);border:1px solid var(--line);background:0 0;justify-content:center;align-items:center;font-size:1.1rem;line-height:1;display:flex}.order-empty{border-style:dashed;justify-content:center;align-items:center;height:100%;margin:0;display:flex}.price-pad{width:100%;min-height:0;padding:8px 12px calc(12px + var(--safe-bottom));background:var(--bg);flex-direction:column;flex:1;gap:8px;display:flex}.price-pad-top{flex-shrink:0;align-items:center;gap:8px;display:flex}.price-pad-top-text{flex:1;min-width:0}.price-pad-top-text h2{margin:0;font-size:1.05rem;font-weight:600;line-height:1.2}.price-pad-top-text span{color:var(--ink-muted);font-size:.75rem}.price-pad-display{border-radius:var(--radius);background:var(--bg-elevated);border:1px solid var(--line);text-align:right;font-variant-numeric:tabular-nums;letter-spacing:-.02em;flex-shrink:0;padding:12px 14px;font-size:1.85rem;font-weight:600}.price-pad-confirm{flex-shrink:0;min-height:64px;font-size:.95rem}.product-grid{grid-template-columns:repeat(3,1fr);gap:4px;display:grid}.product-tile-wrap{min-width:0;position:relative}.product-tile{isolation:isolate;border-radius:var(--radius);background:var(--bg-elevated);border:1px solid var(--line);touch-action:manipulation;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;width:100%;min-height:58px;transition:transform var(--dur-press) var(--ease-out), background var(--dur-press) ease;flex-direction:row;justify-content:start;align-items:center;gap:8px;padding:4px 12px;display:flex;position:relative}.product-tile:active:not(:disabled){background:var(--accent-soft);transform:scale(var(--press-scale))}.product-tile:disabled{opacity:.92}.product-visual{z-index:-1;--pad:8px;inset:var(--pad) var(--pad) auto auto;font-size:1.1rem;line-height:1;position:absolute;overflow:hidden}.product-name-container{flex-direction:column;justify-content:start;align-items:start;display:flex}.product-name-container span{text-shadow:0 0 2px #fff}.product-name{text-overflow:ellipsis;max-width:100%;white-space:wrap;text-wrap:wrap;text-align:left;font-size:.7rem;font-weight:600;line-height:1.1;overflow:hidden}.product-price{color:var(--ink-muted);font-variant-numeric:tabular-nums;font-size:.62rem}.product-spacer{border-radius:var(--radius);grid-column:1/-1;justify-content:center;align-items:center;height:8px;display:flex}.product-grid.reorder .product-spacer{border:1px dashed var(--line);background:var(--bg-elevated);height:36px}.product-spacer-line{background:var(--line);width:100%;height:1px;display:block}.product-spacer-label{color:var(--ink-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.68rem}.product-reorder-controls{justify-content:center;align-items:center;gap:8px;width:100%;display:flex}.product-reorder-controls.on-tile{border-radius:var(--radius);background:#f2f1efd1;gap:6px;position:absolute;inset:0}.product-reorder-btn{border-radius:var(--radius);border:1px solid var(--line);background:var(--bg-elevated);width:36px;height:36px;color:var(--ink);font-size:1rem;font-weight:600;transition:transform .12s cubic-bezier(.23,1,.32,1)}.product-reorder-btn:active:not(:disabled){background:var(--accent-soft);transform:scale(.95)}.product-reorder-btn:disabled{opacity:.3}@media (prefers-reduced-motion:reduce){.product-tile,.product-reorder-btn{transition:none}}.confirm-dialog-backdrop{z-index:60;animation:confirm-backdrop-in var(--dur-ui) ease-out;background:#1c1c1a66;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.confirm-dialog{border-radius:var(--radius);border:1px solid var(--line);background:var(--bg-elevated);width:100%;max-width:320px;box-shadow:var(--shadow);transform-origin:50%;animation:confirm-dialog-in var(--dur-ui) var(--ease-out);padding:18px 16px 14px}.confirm-dialog h3{margin:0 0 8px;font-size:1.05rem;font-weight:600;line-height:1.25}.confirm-dialog p{color:var(--ink-muted);margin:0 0 16px;font-size:.9rem;line-height:1.4}.confirm-dialog-actions{justify-content:flex-end;gap:8px;display:flex}@keyframes confirm-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes confirm-dialog-in{0%{opacity:0;transform:scale(.96)translateY(6px)}to{opacity:1;transform:scale(1)translateY(0)}}@media (prefers-reduced-motion:reduce){.confirm-dialog-backdrop,.confirm-dialog{animation:none}}.settings-day{flex-direction:column;gap:8px;padding:12px;display:flex}.settings-revenue{text-align:left;border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:10px;padding:8px 0 0;display:flex}.settings-label{text-transform:uppercase;letter-spacing:.05em;color:var(--ink-muted);font-size:.65rem;font-weight:600;display:block}.settings-revenue strong{font-variant-numeric:tabular-nums;font-size:1.25rem}.settings-revenue-meta{color:var(--ink-muted);flex-direction:column;align-items:flex-end;gap:2px;font-size:.75rem;display:flex}.settings-stats{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.settings-stats li{justify-content:space-between;gap:8px;font-size:.85rem;display:flex}.settings-stats em{color:var(--ink-muted);font-size:.75rem;font-style:normal}.settings-products{flex-direction:column;gap:8px;display:flex}.settings-products-head{justify-content:space-between;align-items:center;gap:8px;display:flex}.settings-products-head h3{margin:0;font-size:.9rem;font-weight:600}.settings-products-actions{gap:6px;display:flex}.settings-product-list{margin:0;padding:0;list-style:none}.settings-row{border-bottom:1px solid var(--line);align-items:center;gap:8px;padding:8px 10px;display:flex}.settings-row:last-child{border-bottom:none}.settings-row.spacer{opacity:.85;background:0 0}.settings-spacer-label{color:var(--ink-muted);letter-spacing:.04em;text-transform:uppercase;flex:1;font-size:.75rem}.settings-toggle{border-radius:var(--radius);border:1px solid var(--line);background:var(--bg);opacity:.45;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.15rem;display:flex;overflow:hidden}.settings-toggle.on{opacity:1;background:var(--accent-soft);border-color:var(--accent)}.settings-toggle img{object-fit:cover;width:100%;height:100%}.settings-row-body{text-align:left;flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.settings-row-name{font-size:.9rem;font-weight:600}.settings-row-meta{color:var(--ink-muted);font-size:.72rem}.settings-row-actions{flex-shrink:0;gap:2px;display:flex}.setup-sort-btn{border-radius:var(--radius);border:1px solid var(--line);background:var(--bg-elevated);width:32px;height:32px;color:var(--ink-muted);font-size:.85rem}.setup-sort-btn:active{background:var(--accent-soft)}.settings-menu{flex-shrink:0;position:relative}.settings-menu-trigger{letter-spacing:.02em;font-size:1.25rem;line-height:1}.settings-menu-popover{z-index:50;border-radius:var(--radius);border:1px solid var(--line);background:var(--bg-elevated);transform-origin:100% 0;flex-direction:column;min-width:220px;padding:4px;animation:.16s cubic-bezier(.23,1,.32,1) settings-menu-in;display:flex;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 8px 24px #0000001f}@keyframes settings-menu-in{0%{opacity:0;transform:scale(.96)translateY(-4px)}to{opacity:1;transform:scale(1)translateY(0)}}@media (prefers-reduced-motion:reduce){.settings-menu-popover{animation:none}}.settings-menu-item{text-align:left;border-radius:calc(var(--radius) - 2px);width:100%;color:var(--ink);background:0 0;border:none;padding:10px 12px;font-size:.9rem;font-weight:500;line-height:1.25;display:block}.settings-menu-item:active:not(:disabled){background:var(--accent-soft);transform:scale(.98)}.settings-menu-item:disabled{opacity:.4}.settings-menu-item-danger{color:var(--danger,#b42318)}.product-modal-form{flex-direction:column;gap:12px;padding:14px;display:flex}.product-modal-active{align-items:center;gap:8px;font-size:.9rem;display:flex}.product-modal-actions{justify-content:flex-end;gap:8px;display:flex}.sell-page{flex:1;gap:6px;min-height:0;padding-bottom:0;overflow:hidden}.sell-header{flex-shrink:0;justify-content:space-between;align-items:center;gap:6px;display:flex}.sell-revenue-chip{border-radius:var(--radius);background:var(--accent-soft);color:var(--accent);border:1px solid #0000;align-items:center;gap:6px;min-width:0;padding:6px 10px;display:flex}.sell-revenue-chip-text{flex-direction:column;align-items:flex-start;gap:0;min-width:0;display:flex}.sell-revenue-chip-label{text-transform:uppercase;letter-spacing:.05em;opacity:.75;font-size:.58rem;font-weight:600;line-height:1.1}.sell-revenue-chip strong{font-variant-numeric:tabular-nums;white-space:nowrap;font-size:.95rem;line-height:1.15}.sell-header-actions{flex-shrink:0;align-items:center;gap:4px;display:flex}.sell-icon-btn{border-radius:var(--radius);border:1px solid var(--line);background:var(--bg-elevated);width:40px;height:40px;color:var(--ink);justify-content:center;align-items:center;display:flex}.sell-icon-btn.active{background:var(--accent-soft);border-color:var(--accent);color:var(--accent)}.sell-pay-btn{border-radius:var(--radius);background:var(--ink);min-height:40px;color:var(--ink-on-accent);flex-direction:column;justify-content:center;align-items:flex-end;gap:0;min-width:96px;padding:4px 10px;display:flex}.sell-pay-btn:disabled{opacity:.35}.sell-pay-btn span{text-transform:uppercase;letter-spacing:.05em;opacity:.7;font-size:.58rem;font-weight:600;line-height:1.1}.sell-pay-btn strong{font-variant-numeric:tabular-nums;font-size:1rem;line-height:1.15}.sell-price-hint,.sell-reorder-banner{flex-shrink:0;margin:0;font-size:.72rem}.sell-price-hint{color:var(--accent-hot)}.sell-reorder-banner{color:var(--accent)}.sell-order{flex-direction:column;flex:none;height:84px;min-height:84px;max-height:84px;display:flex;overflow:hidden}.sell-products{overscroll-behavior:contain;min-height:0;scroll-padding-bottom:var(--scroll-end);padding-bottom:var(--scroll-end);-webkit-overflow-scrolling:touch;flex:auto;overflow-y:auto}@media (prefers-reduced-motion:reduce){.sell-revenue-chip,.sell-icon-btn,.sell-pay-btn{transition:none}}:root{--bg:#f2f1ef;--bg-elevated:#fff;--ink:#1c1c1a;--ink-muted:#6a6a64;--ink-on-accent:#f4f4f2;--accent:#2f4a3a;--accent-soft:#e4ebe6;--accent-hot:#8a4b2e;--accent-hot-soft:#f3ebe6;--danger:#8b3030;--danger-soft:#f3e6e6;--line:#ddd9d2;--shadow:0 8px 24px #0000001f;--radius:6px;--touch:44px;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--ease-out:cubic-bezier(.23, 1, .32, 1);--dur-press:.14s;--dur-ui:.18s;--press-scale:.97;--safe-bottom:env(safe-area-inset-bottom,0px);--safe-top:env(safe-area-inset-top,0px);--scroll-end:calc(20px + env(safe-area-inset-bottom,0px));color:var(--ink);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;font-family:IBM Plex Sans,Segoe UI,Helvetica Neue,sans-serif;font-weight:450;line-height:1.35}*,:before,:after{box-sizing:border-box;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}::selection{background:0 0}html{height:100dvh}@media (display-mode:standalone){html{height:100vh}}html.standalone{height:100vh}html,body,#root{background:var(--bg);width:100%;margin:0}body,#root{height:100%;overflow:hidden}body{overscroll-behavior-y:none}button,input,select,textarea{font:inherit;color:inherit}input,textarea,select,[contenteditable=true]{-webkit-user-select:text;user-select:text}button{cursor:pointer;background:0 0;border:none;padding:0}a{color:inherit;text-decoration:none}.app-shell{width:100%;max-width:480px;height:100%;padding-top:var(--safe-top);background:var(--bg);flex-direction:column;margin:0 auto;display:flex;overflow:hidden}.page{flex-direction:column;flex:1;gap:10px;min-height:0;padding:10px 12px 4px;display:flex}.page-header{flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.page-header-main{flex:1;min-width:0}.page-title{letter-spacing:-.02em;margin:0;font-size:1.15rem;font-weight:600}.page-sub{color:var(--ink-muted);margin:2px 0 0;font-size:.8rem}.panel{background:var(--bg-elevated);border:1px solid var(--line);border-radius:var(--radius)}.pressable{transition:transform var(--dur-press) var(--ease-out)}.pressable:active:not(:disabled){transform:scale(var(--press-scale))}.btn{min-height:var(--touch);border-radius:var(--radius);transition:transform var(--dur-press) var(--ease-out);justify-content:center;align-items:center;padding:0 12px;font-size:.92rem;font-weight:600;display:inline-flex}.btn:active:not(:disabled){transform:scale(var(--press-scale))}.btn-sm{min-height:36px;padding:0 10px;font-size:.8rem}.btn-primary{background:var(--accent);color:var(--ink-on-accent)}.btn-primary:disabled{opacity:.38;color:#f4f4f2b8}.btn-secondary{background:var(--accent-soft);color:var(--accent)}.btn-danger{background:var(--danger-soft);color:var(--danger)}.btn-ghost{color:var(--ink-muted);border:1px solid var(--line);background:0 0}.btn-block{width:100%}.field{flex-direction:column;gap:4px;display:flex}.field label{color:var(--ink-muted);letter-spacing:.02em;font-size:.75rem;font-weight:600}.field input,.field select{min-height:var(--touch);border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:0 10px;font-size:1rem}.field input:focus,.field select:focus{outline:1px solid var(--accent);outline-offset:0}.state-empty,.empty-hint{text-align:center;color:var(--ink-muted);border:1px dashed var(--line);border-radius:var(--radius);background:0 0;margin:0;padding:14px 10px;font-size:.85rem}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.flash-row{animation:.35s flashIn}@keyframes flashIn{0%{background:var(--accent-soft)}to{background:0 0}}@media (prefers-reduced-motion:reduce){.pressable,.btn{transition:none}.flash-row{animation:none}}
