:root{--ink:#173f36;--accent:#e3fb83;--bg:#f3f6f4;--muted:#64756c;--border:#dce5df}*{box-sizing:border-box}body{margin:0;background:var(--bg);font:16px/1.65 'Noto Sans Thai',system-ui,sans-serif;color:var(--ink)}button,input,select{font:inherit}button,a{touch-action:manipulation}button{cursor:pointer}a{color:inherit}button:focus-visible,a:focus-visible{outline:3px solid #77a138;outline-offset:3px}header{height:80px;padding:0 5%;display:flex;justify-content:space-between;align-items:center;background:white;border-bottom:1px solid var(--border)}.brand{font-size:25px;font-weight:700;text-decoration:none;letter-spacing:-1px}.brand span{background:var(--ink);color:var(--accent);padding:3px 9px;border-radius:9px;margin-right:8px}header small{font-size:13px;color:var(--muted)}main{max-width:1080px;margin:auto;padding:30px 24px 110px}h1{font-size:32px;margin:0 0 5px;line-height:1.4}h2{font-size:23px;line-height:1.5;margin:0 0 12px}h3{font-size:17px;margin:0 0 8px}p{margin:0 0 18px}.muted{color:var(--muted)}.intro{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.tag{font-size:13px;border-radius:30px;padding:6px 12px;background:#e9efdf}.workspace{display:grid;grid-template-columns:1fr 1fr;gap:26px;align-items:start}.panel{padding:25px;border:1px solid var(--border);border-radius:20px;background:white}.camera-box{height:305px;background:#163b32;border-radius:15px;display:grid;place-items:center;position:relative;overflow:hidden;text-align:center;color:white}.camera-box img{width:100%;height:100%;object-fit:contain;position:absolute;background:#132d26}.camera-label{padding:25px;position:relative}.camera-icon{font-size:50px;line-height:1.4;color:var(--accent)}.camera-label p{font-size:14px;color:#d2e2d7;margin:8px 0}.corners{position:absolute;inset:28px;border:1px solid #c4e6a660;border-radius:22px;pointer-events:none}.buttons{display:flex;gap:10px;flex-wrap:wrap;margin-top:17px}.btn{display:inline-flex;justify-content:center;align-items:center;border:0;border-radius:11px;padding:12px 18px;text-decoration:none;font-weight:600;gap:7px;background:var(--ink);color:white}.secondary{background:#eef3ed;color:var(--ink)}.accent{background:var(--accent);color:var(--ink)}.wide{width:100%}.btn:disabled{opacity:.45;cursor:not-allowed}.capture-row{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:15px}.field{width:100%;padding:11px 13px;border:1px solid #cbd9ce;border-radius:9px;color:var(--ink);background:white}label{display:block;font-size:14px;margin:12px 0 6px}.consent{display:flex;align-items:flex-start;gap:9px;font-size:13px;line-height:1.6;margin:18px 0}.consent input{margin-top:5px}.notice{font-size:14px;border-radius:11px;background:#f0f5e9;padding:14px;margin:15px 0}.error{background:#fff0e9;color:#8c3e2e}.tip{display:flex;gap:13px;margin:16px 0;font-size:14px}.tip b{display:block}.number{width:28px;height:28px;flex-shrink:0;display:grid;place-items:center;border:1px solid var(--border);border-radius:50%;font-size:13px}.results{margin-top:28px}.result{display:flex;align-items:center;gap:16px;text-align:left;width:100%;padding:14px;border:1px solid var(--border);background:white;border-radius:14px;margin:10px 0;color:var(--ink)}.result:hover{border-color:#83a98a}.thumb{width:78px;height:78px;object-fit:contain;flex-shrink:0;background:#f5f7f3;border-radius:9px}.result strong{display:block;font-size:16px}.result small{font-size:13px;color:var(--muted)}.result .go{margin-left:auto}.score{font-size:13px;color:#426336}.bottom{position:fixed;bottom:0;left:0;right:0;background:#fffffff5;backdrop-filter:blur(15px);border-top:1px solid var(--border);display:flex;justify-content:center;gap:80px;padding:12px 14px max(12px,env(safe-area-inset-bottom));z-index:3}.bottom a{text-decoration:none;font-size:14px;text-align:center;min-width:62px}.bottom a span{font-size:22px;display:block;line-height:1.2}.bottom a.active{font-weight:700}.bottom a.active span{color:#668a22}.split{display:grid;grid-template-columns:1fr 1fr;gap:15px}.detail-head{display:flex;gap:22px;align-items:center;margin:15px 0 25px}.detail-head img{width:150px;height:150px;object-fit:contain;background:white;border-radius:15px}.detail-head small{display:block;color:var(--muted)}.tabs{display:flex;gap:8px;margin:20px 0}.tabs button{flex:1;border:1px solid var(--border);padding:10px;background:white;border-radius:9px;color:var(--ink)}.tabs button.active{background:var(--ink);color:white}.price-unavailable{font-size:28px;font-weight:700;margin:10px 0}.meta{font-size:13px;letter-spacing:1px;color:var(--muted)}.row{display:flex;justify-content:space-between;align-items:center;gap:10px}.searchrow{display:flex;gap:10px;margin:15px 0}.empty{padding:30px 15px;text-align:center;color:var(--muted)}.status{font-size:14px;margin-top:15px;min-height:24px}.status:empty{display:none}.link{color:#3c663c;text-decoration:underline}.source{font-size:12px;color:var(--muted);margin-top:18px}.data-list{display:grid;gap:12px}.spinner{display:inline-block;width:18px;height:18px;border-radius:50%;border:2px solid #c6d5ca;border-top-color:#214b39;animation:spin .8s linear infinite;margin-right:9px;vertical-align:middle}@keyframes spin{to{transform:rotate(360deg)}}.hidden{display:none!important}#toast{position:fixed;left:50%;bottom:90px;transform:translateX(-50%);background:var(--ink);color:white;padding:12px 20px;border-radius:10px;z-index:9;max-width:90vw}.settings{max-width:650px;margin:auto}.back{border:0;padding:5px 0;background:transparent;color:var(--ink);margin-bottom:10px}.figure-parts{margin-top:15px}.fine{font-size:13px;color:var(--muted)}@media(max-width:700px){header{height:68px;padding:0 20px}header small{display:none}main{padding:24px 16px 105px}.workspace,.split{grid-template-columns:1fr}.intro{display:block}.intro .tag{display:inline-block;margin-top:7px}h1{font-size:28px}.panel{padding:20px}.camera-box{height:275px}.bottom{gap:0;justify-content:space-around}.detail-head{gap:15px}.detail-head img{width:110px;height:130px}.detail-head h1{font-size:22px}.result strong{font-size:14px}.thumb{width:65px;height:65px}.tips-panel{padding:18px}.searchrow{flex-wrap:wrap}.searchrow .field{flex:1;min-width:130px}}
[hidden]{display:none!important}
#live-camera{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;background:#071411}.scan-frame{position:absolute;width:56%;aspect-ratio:1;left:22%;top:20%;border:3px solid #fff;border-radius:28px;box-shadow:0 0 0 999px #0002}.scan-frame:before,.scan-frame:after{content:"";position:absolute;inset:-3px;border-radius:28px;background:linear-gradient(90deg,#2997e8 35px,transparent 35px calc(100% - 35px),#2997e8 calc(100% - 35px)) top/100% 4px no-repeat,linear-gradient(90deg,#2997e8 35px,transparent 35px calc(100% - 35px),#2997e8 calc(100% - 35px)) bottom/100% 4px no-repeat;pointer-events:none}.scan-frame:after{transform:rotate(90deg)}
@media(max-width:700px){.camera-box:has(#live-camera){height:min(62vh,620px);border-radius:0;margin:-20px -20px 0}.camera-box:has(#live-camera)+.capture-row{grid-template-columns:1fr 72px;align-items:center}.camera-box:has(#live-camera)+.capture-row #take-photo{height:68px;border-radius:50%;font-size:0;background:#2997e8;border:5px double white;order:2}.camera-box:has(#live-camera)+.capture-row #take-photo:after{content:"";width:44px;height:44px;border-radius:50%;background:#2997e8}.camera-box:has(#live-camera)+.capture-row #choose-photo{order:1}}
