:root{--bg: #0f1420;--bg-elevated: #1a2233;--bg-card: #212b40;--border: #2e3a52;--text: #eef2f8;--text-dim: #9aa8bf;--accent: #38bdf8;--accent-dark: #0284c7;--green: #34d399;--red: #f87171;--amber: #fbbf24;--radius: 14px;color-scheme:dark}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-tap-highlight-color:transparent}button,input,select,textarea{font-family:inherit;font-size:1rem}button{cursor:pointer}.app-shell{display:flex;flex-direction:column;min-height:100vh}.app-main{flex:1;padding:16px 16px 96px;max-width:960px;margin:0 auto;width:100%}.topbar{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:var(--bg-elevated);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:10}.topbar h1{font-size:1.05rem;margin:0;font-weight:600}.tabbar{position:fixed;bottom:0;left:0;right:0;display:flex;background:var(--bg-elevated);border-top:1px solid var(--border);padding-bottom:env(safe-area-inset-bottom);z-index:10}.tabbar a{flex:1;text-align:center;padding:10px 4px 8px;color:var(--text-dim);text-decoration:none;font-size:.72rem;display:flex;flex-direction:column;align-items:center;gap:2px}.tabbar a.active{color:var(--accent)}.tabbar .icon{font-size:1.3rem}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:16px;margin-bottom:12px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--accent);color:#061019;border:none;border-radius:12px;padding:14px 18px;font-weight:600;font-size:1rem;width:100%;transition:transform .05s ease,opacity .15s ease}.btn:active{transform:scale(.98)}.btn:disabled{opacity:.5}.btn.secondary{background:var(--bg-elevated);color:var(--text);border:1px solid var(--border)}.btn.danger{background:var(--red);color:#250a0a}.btn.ghost{background:transparent;color:var(--accent);border:1px solid var(--accent)}.btn.small{width:auto;padding:8px 14px;font-size:.85rem}input[type=text],input[type=number],input[type=password],select,textarea{width:100%;padding:12px 14px;background:var(--bg-elevated);border:1px solid var(--border);border-radius:10px;color:var(--text);margin-bottom:12px}label{display:block;font-size:.85rem;color:var(--text-dim);margin-bottom:6px}.field{margin-bottom:14px}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:10px}.stack{display:flex;flex-direction:column;gap:10px}.row{display:flex;align-items:center;justify-content:space-between;gap:10px}.muted{color:var(--text-dim)}.pill{display:inline-block;padding:3px 10px;border-radius:999px;font-size:.72rem;font-weight:600;background:var(--bg-elevated);color:var(--text-dim);border:1px solid var(--border)}.pill.open{color:var(--green);border-color:var(--green)}.pill.closed{color:var(--text-dim)}.error-banner{background:#f871711f;border:1px solid var(--red);color:#fecaca;padding:10px 14px;border-radius:10px;margin-bottom:12px;font-size:.9rem}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#040810b8;display:flex;align-items:flex-end;justify-content:center;z-index:100}.modal-sheet{background:var(--bg-card);border:1px solid var(--border);border-radius:20px 20px 0 0;padding:20px;width:100%;max-width:560px;max-height:88vh;overflow-y:auto;animation:slideup .18s ease-out}@keyframes slideup{0%{transform:translateY(16px);opacity:0}to{transform:translateY(0);opacity:1}}.mode-tabs{display:flex;gap:6px;margin-bottom:16px;flex-wrap:wrap}.mode-tab{padding:8px 12px;border-radius:10px;border:1px solid var(--border);background:var(--bg-elevated);color:var(--text-dim);font-size:.85rem}.mode-tab.active{background:var(--accent);color:#061019;border-color:var(--accent);font-weight:600}table{width:100%;border-collapse:collapse;font-size:.88rem}th,td{text-align:left;padding:8px 10px;border-bottom:1px solid var(--border)}th{color:var(--text-dim);font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.03em}.spinner{width:20px;height:20px;border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.pin-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;max-width:320px;margin:0 auto}.pin-key{aspect-ratio:1;border-radius:50%;background:var(--bg-elevated);border:1px solid var(--border);color:var(--text);font-size:1.4rem;font-weight:600}.pin-key:active{background:var(--accent-dark)}.pin-dots{display:flex;justify-content:center;gap:12px;margin:24px 0}.pin-dot{width:14px;height:14px;border-radius:50%;border:1px solid var(--text-dim)}.pin-dot.filled{background:var(--accent);border-color:var(--accent)}.user-picker-btn{width:100%;text-align:left;background:var(--bg-elevated);border:1px solid var(--border);border-radius:12px;padding:14px 16px;color:var(--text);margin-bottom:8px;font-size:1rem}.user-picker-btn.selected{border-color:var(--accent)}.sheet-page{max-width:1400px}.sheet-table-wrap{padding:0;overflow:hidden}.sheet-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;max-height:65vh;overflow-y:auto}.sheet-table{min-width:860px;border-collapse:separate;border-spacing:0}.sheet-table th{position:sticky;top:0;background:var(--bg-elevated);z-index:3;white-space:nowrap}.sheet-table th.col-sticky,.sheet-table td.col-sticky{position:sticky;left:0;background:var(--bg-card);z-index:2;min-width:180px;max-width:260px;border-right:1px solid var(--border)}.sheet-table th.col-sticky{background:var(--bg-elevated);z-index:4}.sheet-table td{padding:4px 8px;white-space:nowrap}.sheet-table tfoot td{position:sticky;bottom:0;background:var(--bg-elevated);border-top:1px solid var(--border);z-index:3}.sheet-cell{width:110px;min-width:70px;padding:8px 10px;margin-bottom:0!important;background:transparent;border:1px solid transparent;border-radius:8px;transition:border-color .15s ease,background .15s ease}td.col-sticky .sheet-cell{width:100%}.sheet-cell:hover{border-color:var(--border)}.sheet-cell:focus{background:var(--bg-elevated);border-color:var(--accent);outline:none}.sheet-cell.saving{border-color:var(--amber)}.sheet-cell.saved{border-color:var(--green)}.sheet-cell.errored{border-color:var(--red)}.sheet-text{padding:8px 10px;display:inline-block;color:var(--text)}.sheet-total{text-align:right;color:var(--text-dim);font-variant-numeric:tabular-nums}.sheet-table .pill{margin-left:6px;font-size:.62rem;padding:1px 7px}@media(max-width:640px){.sheet-filters .grid-2{grid-template-columns:1fr}}.scan-target{border:2px dashed var(--border);border-radius:var(--radius);overflow:hidden;position:relative;background:#000;aspect-ratio:4 / 3}.scan-target video{width:100%;height:100%;object-fit:cover}.hidden{display:none}.page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}.page-head h2,.greeting{margin:0 0 2px;font-size:1.5rem}.small{font-size:.82rem}.block{display:block}.muted.small{line-height:1.45}.hero-card{background:linear-gradient(160deg,#223049,var(--bg-card));border-color:#3a4a68}.hero-stats{display:flex;gap:28px;margin:18px 0}.stat-num{display:block;font-size:1.6rem;font-weight:700;letter-spacing:-.02em}.stat-lbl{display:block;font-size:.78rem;color:var(--text-dim);margin-top:2px}.btn.big{padding:18px;font-size:1.08rem;border-radius:14px}.setup-card h3{margin-top:0}.setup-steps{list-style:none;padding:0;margin:14px 0 0;display:flex;flex-direction:column;gap:18px}.setup-steps li{display:flex;gap:14px;align-items:flex-start}.setup-steps li>span{flex-shrink:0;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:var(--bg-elevated);border:1px solid var(--border);font-weight:700;font-size:.9rem}.setup-steps li.done>span{background:var(--green);border-color:var(--green);color:#04231a}.setup-steps li>div>strong{display:block;margin-bottom:2px}.setup-steps p{margin:0 0 8px}.progress-row{padding:8px 0;border-bottom:1px solid var(--border)}.progress-row:last-child{border-bottom:none}.seg-tabs{display:flex;gap:4px;background:var(--bg-elevated);border:1px solid var(--border);border-radius:12px;padding:4px;margin-bottom:14px}.seg-tabs button{flex:1;padding:10px 8px;border:none;background:transparent;color:var(--text-dim);border-radius:9px;font-size:.9rem;font-weight:600}.seg-tabs button.active{background:var(--accent);color:#061019}.search-bar{display:flex;gap:8px;margin-bottom:12px}.search-bar input{margin-bottom:0;flex:1}.filter-card{padding:14px}.list-summary{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px;font-size:.85rem;color:var(--text-dim)}.link-btn{background:none;border:none;color:var(--amber);text-decoration:underline;font-size:.85rem;padding:0}.item-list{display:flex;flex-direction:column;gap:8px}.item-card{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;width:100%;text-align:left;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:13px 15px;color:inherit}.item-card:active{border-color:var(--accent)}.item-card-name{font-weight:600;font-size:.98rem;line-height:1.3}.item-card-sub{color:var(--text-dim);font-size:.8rem;margin-top:2px}.item-card-tags{display:flex;flex-wrap:wrap;gap:5px;margin-top:8px}.tag{font-size:.68rem;padding:2px 8px;border-radius:999px;background:var(--bg-elevated);border:1px solid var(--border);color:var(--text-dim);white-space:nowrap}.tag.supplier{color:#cbd5e1}.tag.ok{color:var(--green);border-color:#34d39966}.tag.warn{color:var(--amber);border-color:#fbbf2466}.item-card-price{font-weight:700;white-space:nowrap;font-variant-numeric:tabular-nums}.empty-state{text-align:center;padding:30px 20px}.empty-state p{margin:6px 0}.big-emoji{font-size:2.4rem;margin:0 0 6px!important}.modal-sheet.editor{max-height:92vh}.editor-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px}.editor-head h2{margin:0;font-size:1.15rem;line-height:1.3}.editor-head p{margin:3px 0 0}.plain-fieldset{border:none;padding:0;margin:0;min-width:0}.editor-section{border-top:1px solid var(--border);padding-top:16px;margin-top:16px}.editor-section:first-of-type{border-top:none;padding-top:0;margin-top:0}.editor-section h3{margin:0 0 10px;font-size:.95rem;color:var(--accent)}.req{color:var(--text-dim);font-size:.7rem;font-weight:400;text-transform:uppercase;letter-spacing:.04em;margin-left:4px}.subtle-input{font-size:.85rem;opacity:.75}.choice-row{display:flex;gap:8px}.choice{flex:1;text-align:left;padding:12px;border-radius:12px;border:1px solid var(--border);background:var(--bg-elevated);color:var(--text-dim)}.choice strong{display:block;font-size:.9rem;color:var(--text);margin-bottom:3px}.choice span{font-size:.74rem}.choice.active{border-color:var(--accent);background:#38bdf81f}.preview-line{margin-top:10px;padding:10px 12px;border-radius:10px;background:#38bdf81a;border:1px solid rgba(56,189,248,.3);font-size:.86rem}.mode-list{display:flex;flex-direction:column;gap:8px}.mode-row{display:flex;align-items:center;gap:12px;padding:12px;border-radius:12px;border:1px solid var(--border);background:var(--bg-elevated);text-align:left;color:var(--text-dim);width:100%}.mode-row.on{border-color:var(--accent);background:#38bdf81a}.mode-ic{font-size:1.3rem}.mode-txt{flex:1}.mode-txt strong{display:block;color:var(--text);font-size:.9rem}.mode-txt span{font-size:.75rem}.mode-check{color:var(--accent);font-weight:700}.nested-card{margin-top:12px;padding:14px;border-radius:12px;background:var(--bg-elevated);border:1px solid var(--border)}.barcode-row{padding:8px 10px;background:var(--bg-elevated);border-radius:8px;border:1px solid var(--border)}.toggle-row{cursor:pointer;padding:8px 0}.toggle-row input[type=checkbox]{width:auto;margin-bottom:0;transform:scale(1.3)}.editor-actions{position:sticky;bottom:-20px;background:var(--bg-card);margin:18px -20px -20px;padding:14px 20px calc(20px + env(safe-area-inset-bottom));border-top:1px solid var(--border);display:flex;flex-direction:column;gap:8px;align-items:center}@media(max-width:640px){.editor-actions{bottom:-16px;margin:18px -16px -16px;padding:14px 16px calc(16px + env(safe-area-inset-bottom))}}.editor-actions .btn.ghost{border-color:transparent;color:var(--red)}.scan-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;gap:10px}.scan-hint{color:var(--text-dim);font-size:.85rem;margin:0 0 10px;text-align:center}.big-choice{width:100%;padding:20px;font-size:1.1rem;font-weight:600;border-radius:14px;background:var(--bg-card);border:1px solid var(--border);color:var(--text);text-align:left}.big-choice:active{border-color:var(--accent)}.recent-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 14px;background:var(--bg-card);border:1px solid var(--border);border-radius:12px}.recent-name{font-weight:600;font-size:.9rem}.toast{position:fixed;left:50%;transform:translate(-50%);bottom:84px;background:var(--green);color:#04231a;padding:10px 18px;border-radius:999px;font-weight:600;font-size:.88rem;z-index:200;box-shadow:0 6px 20px #0006}.running-card{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px;border-radius:12px;background:var(--bg-elevated);border:1px solid var(--border);margin:14px 0}.running-value{font-size:1.15rem;font-weight:700}.section-label{display:block;font-size:.8rem;color:var(--text-dim);margin-bottom:8px}.mode-chips{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:16px}.mode-chip{display:flex;align-items:center;gap:6px;padding:9px 13px;border-radius:10px;border:1px solid var(--border);background:var(--bg-elevated);color:var(--text-dim);font-size:.84rem}.mode-chip.active{background:var(--accent);color:#061019;border-color:var(--accent);font-weight:600}.big-label{font-size:.95rem!important;color:var(--text)!important;margin-bottom:10px!important;line-height:1.4}.big-input{font-size:1.6rem!important;font-weight:700;text-align:center;padding:16px!important}.preset-row{display:flex;gap:6px;margin-bottom:10px}.preset{flex:1;padding:12px 4px;border-radius:10px;border:1px solid var(--border);background:var(--bg-elevated);color:var(--text);font-weight:600}.preset.active{background:var(--accent);color:#061019;border-color:var(--accent)}.result-list{max-height:45vh;overflow-y:auto}.result-row{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;text-align:left;padding:12px 14px;border-radius:12px;border:1px solid var(--border);background:var(--bg-elevated);color:var(--text)}.result-row:active{border-color:var(--accent)}.total-card .grand-total{text-align:right}.expander{display:flex;align-items:center;justify-content:space-between;width:100%;gap:10px;background:none;border:none;padding:0;color:inherit;text-align:left}.danger-card{border-color:#f8717166}.table-scroll{overflow-x:auto}@media(max-width:640px){.app-main{padding:14px 12px 96px}.grid-2{grid-template-columns:1fr}.choice-row{flex-direction:column}.hero-stats{gap:20px}.modal-sheet{padding:16px}}.inline-warn{margin:8px 0 12px;padding:9px 12px;border-radius:9px;background:#fbbf241f;border:1px solid rgba(251,191,36,.4);color:#fde68a;font-size:.8rem;line-height:1.4}.scanner{margin-bottom:4px}.scan-target{position:relative}.reticle{position:absolute;left:12%;right:12%;top:32%;bottom:32%;border:2px solid rgba(56,189,248,.85);border-radius:10px;box-shadow:0 0 0 100vmax #04081059;pointer-events:none}.reticle:after{content:"";position:absolute;left:6%;right:6%;top:50%;height:2px;background:#f87171e6}.scan-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;background:#040810c7;color:var(--text);border:none;font-size:1rem;font-weight:600}.scan-overlay.quiet{background:#04081073}.torch-btn{position:absolute;right:10px;bottom:10px;width:46px;height:46px;border-radius:50%;border:1px solid var(--border);background:#0f1420cc;font-size:1.3rem;line-height:1}.torch-btn.on{background:var(--amber);border-color:var(--amber)}.zoom-row{display:flex;align-items:center;gap:10px;margin-top:10px}.zoom-row input[type=range]{flex:1;margin:0;accent-color:var(--accent)}.camera-picker{margin-top:8px;margin-bottom:0;font-size:.85rem}.manual-row{margin-top:12px;gap:8px}.kbd-btn{flex-shrink:0;width:46px;height:46px;border-radius:10px;border:1px solid var(--border);background:var(--bg-elevated);font-size:1.15rem;line-height:1}.kbd-btn.on{background:var(--accent);border-color:var(--accent)}.manual-row input{flex:1;min-width:0}.reading-list{margin:14px 0;padding:12px;border-radius:12px;background:var(--bg-elevated);border:1px solid var(--border)}.reading-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 0;border-bottom:1px solid var(--border)}.reading-row:last-child{border-bottom:none}.remove-btn{flex-shrink:0;width:34px;height:34px;border-radius:50%;border:1px solid var(--border);background:transparent;color:var(--red);font-size:1rem;line-height:1}.remove-btn:active{background:#f8717126}.remove-btn:disabled{opacity:.4}.check-row{display:flex;gap:12px;align-items:flex-start;padding:10px 0;border-bottom:1px solid var(--border)}.check-row:last-of-type{border-bottom:none}.check{flex-shrink:0;width:26px;height:26px;border-radius:50%;display:grid;place-items:center;font-weight:700;font-size:.85rem}.check.ok{background:var(--green);color:#04231a}.check.warn{background:var(--amber);color:#2a1d00}.progress-bar{height:7px;border-radius:999px;background:var(--bg-elevated);border:1px solid var(--border);overflow:hidden;margin-top:7px}.progress-fill{height:100%;background:var(--accent);transition:width .3s ease}.alt-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.alt-btn{padding:9px 13px;border-radius:10px;border:1px solid var(--amber);background:#fbbf2429;color:#fde68a;font-size:.85rem;font-weight:600}:root{--kb-inset: 0px}.modal-sheet.keyboard-aware{margin-bottom:var(--kb-inset);max-height:calc(88vh - var(--kb-inset));transition:margin-bottom .12s ease-out}.sheet-actions{position:sticky;bottom:-20px;background:var(--bg-card);margin:14px -20px -20px;padding:12px 20px calc(20px + env(safe-area-inset-bottom));border-top:1px solid var(--border)}@media(max-width:640px){.sheet-actions{bottom:-16px;margin:14px -16px -16px;padding:12px 16px calc(16px + env(safe-area-inset-bottom))}}.scan-notice{position:absolute;left:8px;right:8px;bottom:8px;background:#fbbf24eb;color:#2a1d00;padding:8px 12px;border-radius:10px;font-size:.82rem;font-weight:600;text-align:center}.type-row{display:flex;flex-wrap:wrap;gap:6px}.type-chip{padding:9px 14px;border-radius:10px;border:1px solid var(--border);background:var(--bg-elevated);color:var(--text-dim);font-size:.88rem}.type-chip.active{background:var(--accent);color:#061019;border-color:var(--accent);font-weight:600}.select-bar{position:sticky;top:56px;z-index:5}.item-card.picked{border-color:var(--accent);background:#38bdf81a}.pick-box{flex-shrink:0;width:24px;height:24px;border-radius:6px;border:1px solid var(--border);display:grid;place-items:center;font-weight:700;color:var(--accent);margin-right:10px;margin-top:2px}.item-card.picked .pick-box{border-color:var(--accent);background:var(--accent);color:#061019}.mini-tabs{display:flex;gap:4px;margin-bottom:10px;background:var(--bg-elevated);border:1px solid var(--border);border-radius:10px;padding:3px}.mini-tabs button{flex:1;padding:7px 6px;border:none;background:transparent;color:var(--text-dim);border-radius:8px;font-size:.8rem}.mini-tabs button.on{background:var(--accent);color:#061019;font-weight:600}.tally{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;margin:14px 0 8px}.tally-cell{padding:10px 6px;border-radius:10px;border:1px solid var(--border);background:var(--bg-elevated);color:var(--text-dim);font-size:.7rem;display:flex;flex-direction:column;gap:2px;text-align:center}.tally-cell.on{border-color:var(--accent)}.tally-num{font-size:1.25rem;font-weight:700;color:var(--text)}.tally-cell.ok .tally-num{color:var(--green)}.tally-cell.warn .tally-num{color:var(--amber)}.tally-cell.bad .tally-num{color:var(--red)}.invoice-line{padding:13px 15px}.invoice-line.will-change{border-left:3px solid var(--green)}.invoice-line.needs-a-choice{border-left:3px solid var(--amber)}.invoice-line.not-found{border-left:3px solid var(--red)}.match-row{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-top:10px;padding-top:10px;border-top:1px solid var(--border)}.price-move{white-space:nowrap;font-variant-numeric:tabular-nums}.price-move .up{color:var(--red)}.price-move .down{color:var(--green)}.skipped-list{margin:6px 0 0;padding-left:18px}.sticky-apply{position:sticky;bottom:84px;z-index:6}.tally.five{grid-template-columns:repeat(5,1fr)}.invoice-line.new-item{border-left:3px solid var(--green)}.invoice-line.updated{border-left:3px solid var(--amber)}.invoice-line.unchanged{border-left:3px solid var(--border)}.invoice-line.skipped{border-left:3px solid var(--red)}
