.scanner[data-astro-cid-l7hn5esv]{display:flex;flex-direction:column;gap:2rem}.page-title[data-astro-cid-l7hn5esv]{font-size:1.5rem;font-weight:700}.page-desc[data-astro-cid-l7hn5esv]{margin-top:.5rem;color:var(--text-secondary)}.input-section[data-astro-cid-l7hn5esv]{display:flex;flex-direction:column;gap:1rem}.mode-tabs[data-astro-cid-l7hn5esv]{display:flex;gap:.5rem}.mode-tab[data-astro-cid-l7hn5esv]{flex:1;padding:.7rem 1rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);color:var(--text-secondary);font-family:inherit;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .15s}.mode-tab[data-astro-cid-l7hn5esv]:hover{border-color:var(--brand)}.mode-tab[data-astro-cid-l7hn5esv].active{border-color:var(--brand);background:color-mix(in srgb,var(--brand) 8%,var(--bg));color:var(--text)}.camera-area[data-astro-cid-l7hn5esv]{position:relative;background:#000;border-radius:var(--radius);overflow:hidden;min-height:200px}#camera-video[data-astro-cid-l7hn5esv]{width:100%;display:block}.camera-placeholder[data-astro-cid-l7hn5esv]{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:250px;color:var(--text-secondary);gap:.5rem}.camera-placeholder[data-astro-cid-l7hn5esv] span[data-astro-cid-l7hn5esv]{font-size:2.5rem}.camera-placeholder[data-astro-cid-l7hn5esv] p[data-astro-cid-l7hn5esv]{font-size:.9rem}.camera-actions[data-astro-cid-l7hn5esv]{display:flex;gap:.5rem}.dropzone[data-astro-cid-l7hn5esv]{border:2px dashed var(--border);border-radius:var(--radius);padding:2.5rem 1.5rem;text-align:center;cursor:pointer;transition:border-color .15s,background .15s}.dropzone[data-astro-cid-l7hn5esv]:hover,.dropzone[data-astro-cid-l7hn5esv].drag-over{border-color:var(--brand);background:color-mix(in srgb,var(--brand) 5%,transparent)}.dropzone-icon[data-astro-cid-l7hn5esv]{font-size:2.5rem;display:block;margin-bottom:.75rem}.dropzone-text[data-astro-cid-l7hn5esv]{font-size:1rem;font-weight:600}.dropzone-sub[data-astro-cid-l7hn5esv]{margin-top:.25rem;font-size:.85rem;color:var(--text-secondary)}.dropzone-formats[data-astro-cid-l7hn5esv]{margin-top:.5rem;font-size:.8rem;color:var(--text-secondary)}.options-row[data-astro-cid-l7hn5esv]{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.option-label[data-astro-cid-l7hn5esv]{font-size:.85rem;font-weight:600;color:var(--text-secondary)}.select-sm[data-astro-cid-l7hn5esv]{padding:.4rem .75rem;border:1px solid var(--border);border-radius:8px;font-family:inherit;font-size:.85rem;background:var(--bg);color:var(--text)}.processing-section[data-astro-cid-l7hn5esv]{padding:3rem 1.5rem;text-align:center}.processing-inner[data-astro-cid-l7hn5esv]{display:flex;flex-direction:column;align-items:center;gap:1rem;max-width:400px;margin:0 auto}.spinner[data-astro-cid-l7hn5esv]{width:40px;height:40px;border:3px solid var(--border);border-top-color:var(--brand);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.processing-text[data-astro-cid-l7hn5esv]{font-size:.9rem;color:var(--text-secondary)}.progress-bar[data-astro-cid-l7hn5esv]{width:100%;height:6px;background:var(--bg-tertiary);border-radius:3px;overflow:hidden}.progress-fill[data-astro-cid-l7hn5esv]{height:100%;background:var(--brand);border-radius:3px;transition:width .3s ease;width:0%}.result-section[data-astro-cid-l7hn5esv]{display:flex;flex-direction:column;gap:1rem}.result-header[data-astro-cid-l7hn5esv]{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem}.result-info[data-astro-cid-l7hn5esv] h2[data-astro-cid-l7hn5esv]{font-size:1.25rem;font-weight:700}.result-meta[data-astro-cid-l7hn5esv]{margin-top:.25rem;font-size:.85rem;color:var(--text-secondary)}.result-actions[data-astro-cid-l7hn5esv]{display:flex;gap:.5rem;flex-wrap:wrap}.result-layout[data-astro-cid-l7hn5esv]{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.result-preview[data-astro-cid-l7hn5esv]{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.result-preview[data-astro-cid-l7hn5esv] img[data-astro-cid-l7hn5esv]{width:100%;height:auto;display:block}.result-text-wrapper[data-astro-cid-l7hn5esv]{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.result-text[data-astro-cid-l7hn5esv]{width:100%;height:100%;min-height:200px;padding:1rem;border:none;font-family:inherit;font-size:.9rem;line-height:1.8;background:var(--bg);color:var(--text);resize:vertical}.result-text[data-astro-cid-l7hn5esv]:focus{outline:none}.btn[data-astro-cid-l7hn5esv]{padding:.6rem 1.25rem;border-radius:8px;font-family:inherit;font-size:.9rem;font-weight:600;cursor:pointer;border:none;transition:opacity .15s}.btn[data-astro-cid-l7hn5esv]:hover{opacity:.85}.btn-primary[data-astro-cid-l7hn5esv]{background:var(--brand);color:#fff}.btn-secondary[data-astro-cid-l7hn5esv]{background:var(--bg-secondary);color:var(--text);border:1px solid var(--border)}.btn-ghost[data-astro-cid-l7hn5esv]{background:transparent;color:var(--text-secondary)}.seo-content[data-astro-cid-l7hn5esv]{margin-top:1rem;padding-top:2rem;border-top:1px solid var(--border);line-height:1.8;font-size:.9rem;color:var(--text-secondary)}.seo-content[data-astro-cid-l7hn5esv] h2[data-astro-cid-l7hn5esv]{font-size:1.1rem;font-weight:700;color:var(--text);margin-bottom:.75rem}.seo-content[data-astro-cid-l7hn5esv] h3[data-astro-cid-l7hn5esv]{font-size:.95rem;font-weight:600;color:var(--text);margin-top:1.25rem;margin-bottom:.5rem}.seo-content[data-astro-cid-l7hn5esv] p[data-astro-cid-l7hn5esv]{margin-bottom:.75rem}.seo-content[data-astro-cid-l7hn5esv] ul[data-astro-cid-l7hn5esv]{padding-left:1.25rem;margin-bottom:.75rem}.seo-content[data-astro-cid-l7hn5esv] li[data-astro-cid-l7hn5esv]{margin-bottom:.4rem}.seo-content[data-astro-cid-l7hn5esv] strong[data-astro-cid-l7hn5esv]{color:var(--text)}.seo-content[data-astro-cid-l7hn5esv] a[data-astro-cid-l7hn5esv]{color:var(--brand);text-decoration:none}.seo-content[data-astro-cid-l7hn5esv] a[data-astro-cid-l7hn5esv]:hover{text-decoration:underline}@media(max-width:640px){.page-title[data-astro-cid-l7hn5esv]{font-size:1.25rem}.mode-tabs[data-astro-cid-l7hn5esv]{flex-direction:column}.result-layout[data-astro-cid-l7hn5esv]{grid-template-columns:1fr}.result-header[data-astro-cid-l7hn5esv]{flex-direction:column}.result-actions[data-astro-cid-l7hn5esv]{width:100%}.result-actions[data-astro-cid-l7hn5esv] .btn[data-astro-cid-l7hn5esv]{flex:1}}
