.scan-shell{width:100%;max-width:720px;min-height:100vh;margin:0 auto;padding:18px 14px 46px}.scan-header{display:grid;grid-template-columns:44px 1fr auto;align-items:center;gap:12px;margin-bottom:24px}.scan-header .brand{justify-self:center}.back-button{display:grid;place-items:center;width:42px;height:42px;color:var(--text);text-decoration:none;border:1px solid var(--border);border-radius:14px;background:var(--panel);font-size:30px}.scan-status{min-width:66px;padding:8px 10px;border:1px solid rgba(157,240,108,.22);border-radius:99px;color:var(--accent);background:rgba(157,240,108,.07);text-align:center;font-size:11px;font-weight:900}.scan-card{padding:26px 22px;border:1px solid var(--border);border-radius:27px;background:var(--panel);box-shadow:var(--shadow)}.scanner-hero{display:grid;place-items:center;padding:12px 0 35px}.scanner-frame{position:relative;width:170px;height:120px}.scanner-frame>span{position:absolute;width:38px;height:38px;border-color:var(--accent);border-style:solid}.scanner-frame>span:nth-child(1){top:0;left:0;border-width:4px 0 0 4px;border-radius:15px 0 0 0}.scanner-frame>span:nth-child(2){top:0;right:0;border-width:4px 4px 0 0;border-radius:0 15px 0 0}.scanner-frame>span:nth-child(3){bottom:0;left:0;border-width:0 0 4px 4px;border-radius:0 0 0 15px}.scanner-frame>span:nth-child(4){right:0;bottom:0;border-width:0 4px 4px 0;border-radius:0 0 15px 0}.scanner-line{position:absolute;top:56px;left:15px;width:140px;height:2px;background:var(--accent);box-shadow:0 0 18px var(--accent);animation:scan-line 1.7s ease-in-out infinite}@keyframes scan-line{0%,100%{transform:translateY(-34px);opacity:.45}50%{transform:translateY(34px);opacity:1}}.manual-scan-form{grid-template-columns:1fr 92px;margin-top:26px}.manual-scan-form button{border:0;border-radius:14px;background:var(--accent);color:#091008;font-weight:900}.lookup-loader{display:grid;place-items:center;height:115px}.lookup-loader span{width:66px;height:66px;border:5px solid #28313d;border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.barcode-text{margin:14px 0;color:var(--accent);font-family:monospace;font-size:19px;letter-spacing:2px}.owned-banner{display:inline-flex;align-items:center;gap:8px;margin-bottom:24px;padding:9px 13px;border-radius:99px;background:rgba(157,240,108,.1);color:var(--accent);font-size:12px;font-weight:900}.owned-banner span{display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:var(--accent);color:#091008}.product-hero,.selected-product{display:grid;grid-template-columns:112px 1fr;gap:18px;align-items:center}.product-image-shell,.selected-image-shell{display:grid;place-items:center;overflow:hidden;width:112px;height:112px;border:1px solid var(--border);border-radius:21px;background:#fff}.product-image-shell img,.selected-image-shell img{width:100%;height:100%;object-fit:contain}.product-image-shell img[src=""],.selected-image-shell img[src=""]{display:none}.owned-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:25px 0}.owned-facts article{padding:14px;border:1px solid var(--border);border-radius:16px;background:#111720}.owned-facts strong{display:block;font-size:18px}.owned-facts small{display:block;margin-top:6px;color:var(--muted);font-size:11px}.owned-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.secondary-button{min-height:54px;border:1px solid var(--border);border-radius:15px;color:var(--text);background:#202833;font-weight:800}.text-button{width:100%;margin-top:18px;padding:12px;border:0;background:transparent;color:var(--muted);font-weight:800}.candidate-list{display:grid;gap:11px;margin-top:24px}.candidate-card{display:grid;grid-template-columns:78px 1fr 24px;gap:13px;align-items:center;width:100%;padding:12px;text-align:left;border:1px solid var(--border);border-radius:18px;background:#111720;color:var(--text)}.candidate-card:active{transform:scale(.99)}.candidate-image{display:grid;place-items:center;overflow:hidden;width:78px;height:78px;border-radius:14px;background:#fff}.candidate-image img{width:100%;height:100%;object-fit:contain}.candidate-image .placeholder{color:#17202a;font-size:24px;font-weight:900}.candidate-copy strong{display:block;font-size:15px}.candidate-copy small{display:block;margin-top:5px;color:var(--muted);line-height:1.35}.candidate-provider{display:inline-flex;margin-top:7px;padding:5px 8px;border-radius:99px;color:var(--accent);background:rgba(157,240,108,.08);font-size:10px;font-weight:900}.candidate-arrow{color:var(--muted);font-size:23px}.selected-product{margin-bottom:25px;padding-bottom:22px;border-bottom:1px solid var(--border)}.add-form{margin-top:0}.manual-fields{display:grid;gap:17px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}select,textarea{width:100%;padding:0 14px;color:var(--text);background:#10151d;border:1px solid var(--border);border-radius:14px;outline:none}select{min-height:52px}textarea{padding-top:13px;resize:vertical}.success-ring,.error-ring{display:grid;place-items:center;width:72px;height:72px;margin:0 auto 26px;border-radius:50%;font-size:32px;font-weight:900}.success-ring{color:#091008;background:var(--accent);box-shadow:0 0 35px rgba(157,240,108,.26)}.error-ring{color:#fff;background:var(--danger)}.error-eyebrow{color:var(--danger)}.success-actions{display:grid;gap:10px;margin-top:25px}.secondary-link{display:grid;place-items:center;min-height:54px;border:1px solid var(--border);border-radius:15px;color:var(--text);background:#202833;text-decoration:none;font-weight:900}.full-width{width:100%}@media(max-width:520px){.scan-card{padding:23px 17px}.scan-status{display:none}.scan-header{grid-template-columns:44px 1fr 44px}.product-hero,.selected-product{grid-template-columns:88px 1fr}.product-image-shell,.selected-image-shell{width:88px;height:88px}.owned-facts{grid-template-columns:1fr}.owned-actions,.form-grid{grid-template-columns:1fr}.candidate-card{grid-template-columns:68px 1fr 20px}.candidate-image{width:68px;height:68px}}
