*{box-sizing:border-box}html,body{margin:0;padding:0;background:#101418;color:#e8ecf1;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-tap-highlight-color:transparent}.app{display:flex;flex-direction:column;min-height:100dvh;max-width:640px;margin:0 auto}.app-header{padding:12px 16px 8px;padding-top:calc(12px + env(safe-area-inset-top))}.header-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.app-header h1{margin:0;font-size:1.25rem;font-weight:700}.store-chip{border:1px solid #2e3a47;background:#1c232c;color:#9db0c0;border-radius:999px;padding:8px 14px;font-size:.9rem;font-weight:600;cursor:pointer}.store-edit{display:flex;gap:8px;margin-top:10px}.store-edit input{flex:1;min-width:0;background:#1a212a;border:1px solid #2e3a47;border-radius:12px;color:#e8ecf1;font-size:1.1rem;padding:10px 14px}.store-edit input:focus{outline:2px solid #1f8a4c;border-color:#1f8a4c}.btn{min-height:48px;padding:12px 20px;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;color:#e8ecf1;background:#2a3340}.btn:active{transform:scale(.98)}.btn.primary{background:#1f8a4c}.btn:disabled{opacity:.5}.btn.scan-hero{width:100%;min-height:60px;font-size:1.2rem;border-radius:16px}.scan-screen,.details-screen{display:flex;flex-direction:column;gap:10px;padding-bottom:calc(20px + env(safe-area-inset-bottom))}.app-main{padding:0 16px}.video-wrap{position:relative;width:100%;aspect-ratio:3 / 4;max-height:58dvh;background:#000;border-radius:14px;overflow:hidden}.video-wrap.flash:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:4px solid #22e06c;border-radius:14px;animation:flash-fade .5s ease-out forwards;pointer-events:none}@keyframes flash-fade{0%{opacity:1}to{opacity:0}}.camera-video{width:100%;height:100%;object-fit:cover}.video-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#7a8794;font-size:1rem;padding:16px;text-align:center}.reticle{position:absolute;left:12%;right:12%;top:30%;bottom:30%;pointer-events:none}.reticle .corner{position:absolute;width:26px;height:26px;border:3px solid rgba(255,255,255,.85);border-radius:2px}.reticle .tl{top:0;left:0;border-right:none;border-bottom:none}.reticle .tr{top:0;right:0;border-left:none;border-bottom:none}.reticle .bl{bottom:0;left:0;border-right:none;border-top:none}.reticle .br{bottom:0;right:0;border-left:none;border-top:none}.torch-btn{position:absolute;top:12px;right:12px;min-height:44px;min-width:44px;border:none;border-radius:12px;background:#101418b3;color:#e8ecf1;font-size:1.1rem;cursor:pointer;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.torch-btn.on{background:#f0b429;color:#101418}.controls{display:flex;gap:10px}.controls .btn{flex:1}.status-text{margin:0;text-align:center;color:#9db0c0;font-size:.95rem;min-height:1.4em}.error-banner{background:#4a1f1c;border:1px solid #7a352f;color:#ffd7d2;border-radius:12px;padding:14px 16px;font-size:.95rem;line-height:1.4;margin:8px 0}.recent-panel{margin-top:8px}.recent-panel h2{margin:0 0 8px;font-size:.85rem;color:#9db0c0;text-transform:uppercase;letter-spacing:.04em}.recent-list{display:flex;flex-direction:column;gap:8px}.recent-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px;width:100%;text-align:left;background:#1a212a;border:1px solid #2c3946;border-radius:12px;padding:12px 14px;color:#e8ecf1;font-size:.95rem;cursor:pointer}.recent-desc{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.recent-upc{flex-shrink:0;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.8rem;color:#6f7f8e}.details-topbar{display:flex;align-items:center;gap:12px}.back-btn{min-height:44px;padding:8px 16px}.details-scan{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;color:#6f7f8e;font-size:.9rem}.card{background:#1a212a;border:1px solid #2c3946;border-radius:14px;padding:14px 16px}.card-title{font-size:.85rem;font-weight:700;color:#9db0c0;text-transform:uppercase;letter-spacing:.04em;margin-bottom:10px}.card-text{margin:0;color:#c6d2dd;font-size:.95rem;line-height:1.45}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.hero-card .item-name{font-size:1.2rem;font-weight:700;line-height:1.3}.item-meta{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.chip{background:#232d38;border-radius:999px;padding:4px 10px;font-size:.8rem;color:#9db0c0}.item-codes{display:flex;flex-wrap:wrap;gap:4px 14px;margin-top:10px;font-size:.8rem;color:#6f7f8e}.stat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:10px}.stat{background:#151b22;border-radius:10px;padding:10px 8px;text-align:center}.stat-value{font-size:1.05rem;font-weight:700}.stat.hero .stat-value{font-size:1.35rem;color:#4ccf85}.stat-label{margin-top:2px;font-size:.7rem;color:#7a8794;text-transform:uppercase;letter-spacing:.03em}.order-block{margin-top:12px;border-top:1px solid #232d38;padding-top:10px}.order-days{display:flex;flex-wrap:wrap;gap:4px 16px;font-size:.9rem;color:#c6d2dd}.order-highlight{margin-top:8px;background:#1f8a4c22;border:1px solid #1f8a4c;color:#4ccf85;border-radius:10px;padding:8px 12px;font-weight:700;font-size:.95rem}.vendor-line{margin:10px 0 0;font-size:.85rem;color:#7a8794}.hint-card{display:flex;flex-direction:column;gap:10px}.warn-line{margin:0;color:#f0b429;font-size:.85rem;padding:0 4px}.date-range{margin:8px 0 0;font-size:.75rem;color:#6f7f8e;text-align:right}.card-text.muted{color:#7a8794}.history-table{width:100%;margin-top:10px;border-collapse:collapse;font-size:.85rem}.history-table th,.history-table td{text-align:right;padding:6px;border-bottom:1px solid #232d38;color:#c6d2dd}.history-table th{color:#7a8794;font-weight:600;text-transform:uppercase;font-size:.7rem;letter-spacing:.03em}.history-table th:first-child,.history-table td:first-child{text-align:left}.sparkline{margin-top:12px}.sparkline-caption{margin:6px 0 0;font-size:.8rem;color:#9db0c0;text-align:center}.sales-table summary{margin-top:8px;font-size:.8rem;color:#6f7f8e;cursor:pointer}.sales-table table{width:100%;margin-top:8px;border-collapse:collapse;font-size:.8rem}.sales-table th,.sales-table td{text-align:right;padding:4px 6px;border-bottom:1px solid #232d38;color:#c6d2dd}.sales-table th{color:#7a8794;font-weight:600}.sales-table th:first-child,.sales-table td:first-child{text-align:left}.auto-dot{display:inline-block;width:8px;height:8px;margin-left:8px;border-radius:50%;background:#4ccf85;vertical-align:middle}.picker-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:flex-end;justify-content:center;z-index:20}.picker-sheet{width:100%;max-width:640px;max-height:86dvh;display:flex;flex-direction:column;background:#151b22;border:1px solid #2c3946;border-bottom:none;border-radius:18px 18px 0 0;padding:14px 16px calc(16px + env(safe-area-inset-bottom))}.picker-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.picker-head h2{margin:0;font-size:1.1rem}.picker-close{min-height:40px;padding:6px 14px}.detected-banner{display:flex;flex-direction:column;gap:2px;width:100%;text-align:left;background:#1f8a4c22;border:1px solid #1f8a4c;border-radius:12px;padding:12px 14px;margin-bottom:10px;cursor:pointer;color:#e8ecf1}.detected-label{font-size:.7rem;color:#4ccf85;text-transform:uppercase;letter-spacing:.05em;font-weight:700}.detected-store{font-size:1rem;font-weight:700}.detected-hint{font-size:.8rem;color:#9db0c0}.picker-search{width:100%;background:#1a212a;border:1px solid #2e3a47;border-radius:12px;color:#e8ecf1;font-size:1rem;padding:10px 14px;margin-bottom:10px}.picker-search:focus{outline:2px solid #1f8a4c;border-color:#1f8a4c}.picker-status{margin:8px 0;color:#9db0c0;font-size:.95rem}.picker-col{overflow-y:auto;display:flex;flex-direction:column;gap:6px;flex:1}.picker-num-btn{min-height:48px;flex-shrink:0;text-align:left;padding:0 16px;background:#1a212a;border:1px solid #2c3946;border-radius:10px;color:#e8ecf1;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-weight:700;font-size:1rem;cursor:pointer}.picker-num-btn.current{border-color:#1f8a4c;box-shadow:0 0 0 1px #1f8a4c inset;color:#4ccf85}.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:60px 20px;color:#9db0c0}.spinner{width:36px;height:36px;border:4px solid #2c3946;border-top-color:#22e06c;border-radius:50%;animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
