.page-module__1BcHZW__container{flex-direction:column;gap:28px;max-width:1000px;min-height:calc(100vh - 48px);margin:0 auto;padding:40px 20px 80px;display:flex}.page-module__1BcHZW__hero{text-align:center;max-width:780px;margin:0 auto;padding:40px 0 12px}.page-module__1BcHZW__title{color:var(--text-primary);letter-spacing:-.04em;margin-bottom:18px;font-size:3.5rem;font-weight:850;line-height:1.08}.page-module__1BcHZW__subtitle{color:var(--text-secondary);font-size:1.125rem;line-height:1.7}.page-module__1BcHZW__privacyHint{text-transform:uppercase;letter-spacing:.1em;color:var(--brand);margin-top:16px;font-size:.75rem;font-weight:700}.page-module__1BcHZW__toolSection{flex-direction:column;gap:20px;width:100%;max-width:880px;margin:0 auto;display:flex}.page-module__1BcHZW__dropzone{border:2px dashed var(--border-strong);border-radius:var(--radius-lg);background:var(--background);cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:280px;padding:72px 24px;transition:all .2s;display:flex}.page-module__1BcHZW__dropzone:hover,.page-module__1BcHZW__dropzoneActive{border-color:var(--brand);background:var(--brand-muted);transform:scale(1.01)}.page-module__1BcHZW__uploadIcon{width:64px;height:64px;color:var(--brand);background:var(--brand-muted);border-radius:var(--radius-md);padding:16px}.page-module__1BcHZW__uploadTitle{color:var(--text-primary);font-size:1.5rem;font-weight:700}.page-module__1BcHZW__uploadText{color:var(--text-muted);font-size:.95rem}.page-module__1BcHZW__trustBadges{flex-wrap:wrap;justify-content:center;gap:24px;display:flex}.page-module__1BcHZW__trustBadge{color:#10b981;align-items:center;gap:8px;font-size:.875rem;font-weight:600;display:flex}.page-module__1BcHZW__featureGrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:22px;margin-top:10px;display:grid}.page-module__1BcHZW__featureCard{border:1px solid var(--border);box-shadow:var(--shadow-sm);background:#fff;border-radius:24px;padding:24px}.page-module__1BcHZW__featureIcon{width:56px;height:56px;color:var(--brand);background:var(--brand-muted);border-radius:18px;justify-content:center;align-items:center;margin-bottom:16px;display:flex}.page-module__1BcHZW__featureTitle{color:var(--text-primary);margin-bottom:10px;font-size:1.1rem;font-weight:700}.page-module__1BcHZW__featureText{color:var(--text-secondary);font-size:.94rem;line-height:1.7}.page-module__1BcHZW__panel{border:1px solid var(--border);border-radius:var(--radius-lg);background:#fff;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.page-module__1BcHZW__panelLabel{color:var(--text-primary);font-size:.9rem;font-weight:700}.page-module__1BcHZW__panelControls{flex-shrink:0;align-items:center;gap:8px;display:flex}.page-module__1BcHZW__numberInput{color:#0f172a;background:linear-gradient(#fff 0%,#f8fafc 100%);border:1px solid #d7dee7;border-radius:12px;width:92px;min-height:34px;padding:5px 9px;font-size:.84rem;font-weight:600;transition:border-color .18s,box-shadow .18s,background .18s;box-shadow:inset 0 1px 1px #ffffffb3}.page-module__1BcHZW__selectInput{color:#0f172a;background:linear-gradient(#fff 0%,#f8fafc 100%);border:1px solid #d7dee7;border-radius:12px;min-width:124px;min-height:34px;padding:5px 32px 5px 9px;font-size:.84rem;font-weight:600;transition:border-color .18s,box-shadow .18s,background .18s;box-shadow:inset 0 1px 1px #ffffffb3}.page-module__1BcHZW__selectInput:hover{border-color:#c7d2de}.page-module__1BcHZW__selectInput:focus{background:#fff;border-color:#2563eb73;outline:none;box-shadow:0 0 0 3px #2563eb1f}.page-module__1BcHZW__numberInput:hover{border-color:#c7d2de}.page-module__1BcHZW__numberInput:focus{background:#fff;border-color:#2563eb73;outline:none;box-shadow:0 0 0 3px #2563eb1f}.page-module__1BcHZW__hint{color:var(--text-muted);font-size:.76rem;line-height:1.35}.page-module__1BcHZW__fileList{flex-direction:column;gap:14px;display:flex}.page-module__1BcHZW__fileCard{border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fff;grid-template-columns:84px 1fr auto;align-items:center;gap:16px;padding:16px;display:grid}.page-module__1BcHZW__fileCard:hover{border-color:var(--brand)}.page-module__1BcHZW__preview{object-fit:cover;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--input);width:84px;height:84px}.page-module__1BcHZW__fileMain{flex-direction:column;gap:10px;min-width:0;display:flex}.page-module__1BcHZW__fileHeader{justify-content:space-between;align-items:center;gap:12px;display:flex}.page-module__1BcHZW__fileName{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-weight:700;overflow:hidden}.page-module__1BcHZW__fileMeta{color:var(--text-secondary);flex-wrap:wrap;align-items:center;gap:10px;font-size:.85rem;display:flex}.page-module__1BcHZW__statusTag{white-space:nowrap;border-radius:999px;flex-shrink:0;padding:4px 10px;font-size:.75rem;font-weight:700}.page-module__1BcHZW__statusReady{color:#4f46e5;background:#eef2ff}.page-module__1BcHZW__statusProcessing{background:var(--brand-muted);color:var(--brand)}.page-module__1BcHZW__statusDone{color:#166534;background:#dcfce7}.page-module__1BcHZW__statusError{color:#b91c1c;background:#fee2e2}.page-module__1BcHZW__fileControls{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.page-module__1BcHZW__qualityControls{flex-shrink:0;align-items:center;gap:8px;min-width:min(100%,260px);display:flex}.page-module__1BcHZW__rangeInput{width:min(180px,40vw);accent-color:var(--brand)}.page-module__1BcHZW__fileActions{align-items:center;gap:8px;display:flex}.page-module__1BcHZW__actionButton,.page-module__1BcHZW__downloadButton,.page-module__1BcHZW__primaryButton,.page-module__1BcHZW__secondaryButton{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:14px;justify-content:center;align-items:center;gap:8px;font-size:.88rem;font-weight:700;text-decoration:none;transition:transform .18s,box-shadow .18s,background .18s,border-color .18s,color .18s;display:inline-flex}.page-module__1BcHZW__downloadButton svg,.page-module__1BcHZW__primaryButton svg,.page-module__1BcHZW__secondaryButton svg{width:16px;height:16px}.page-module__1BcHZW__actionButton{background:var(--input);width:42px;height:42px;color:var(--text-secondary);border:1px solid var(--border)}.page-module__1BcHZW__actionButton:hover:not(:disabled){background:var(--brand-muted);color:var(--brand);border-color:var(--brand)}.page-module__1BcHZW__downloadButton,.page-module__1BcHZW__primaryButton{min-height:36px;padding:6px 12px;box-shadow:0 10px 20px -16px #0f172a38}.page-module__1BcHZW__primaryButton{background:var(--brand);color:var(--brand-foreground);border-color:var(--brand)}.page-module__1BcHZW__secondaryButton{background:var(--brand-muted);min-height:36px;color:var(--brand);border-color:var(--border-strong);padding:6px 12px;box-shadow:0 8px 16px -12px #0f172a1f}.page-module__1BcHZW__downloadButton{background:var(--brand);color:var(--brand-foreground);border-color:var(--brand)}.page-module__1BcHZW__downloadButton:hover:not(:disabled),.page-module__1BcHZW__primaryButton:hover:not(:disabled),.page-module__1BcHZW__secondaryButton:hover:not(:disabled){transform:translateY(-1.5px)}.page-module__1BcHZW__primaryButton:hover:not(:disabled){background:var(--brand-hover);border-color:var(--brand-hover);box-shadow:0 14px 24px -18px #0f172a59}.page-module__1BcHZW__secondaryButton:hover:not(:disabled){background:var(--brand-hover);color:var(--brand-foreground);border-color:var(--brand-hover);box-shadow:0 12px 22px -20px #0f172a3d}.page-module__1BcHZW__downloadButton:hover:not(:disabled){background:var(--brand-hover);border-color:var(--brand-hover);box-shadow:0 14px 24px -18px #0f172a59}.page-module__1BcHZW__downloadButton:disabled,.page-module__1BcHZW__primaryButton:disabled,.page-module__1BcHZW__secondaryButton:disabled,.page-module__1BcHZW__actionButton:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}.page-module__1BcHZW__bottomBar{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(135deg,#fffffff5 0%,#f8fafcfa 100%);border:1px solid #cbd5e1e6;border-radius:24px;justify-content:space-between;align-items:center;gap:20px;padding:18px 20px;display:flex;position:sticky;bottom:20px;box-shadow:0 20px 50px -24px #0f172a47}.page-module__1BcHZW__bottomText{flex-direction:column;gap:4px;display:flex}.page-module__1BcHZW__bottomTitle{letter-spacing:-.02em;color:var(--text-primary);font-size:1rem;font-weight:700}.page-module__1BcHZW__bottomSubTitle{color:var(--text-secondary);font-size:.88rem;line-height:1.5}.page-module__1BcHZW__bottomActions{align-items:center;gap:12px;display:flex}.page-module__1BcHZW__contentSection{flex-direction:column;gap:20px;margin-top:6px;display:flex}.page-module__1BcHZW__contentBlock{border:1px solid var(--border);box-shadow:var(--shadow-sm);background:#fff;border-radius:24px;padding:28px}.page-module__1BcHZW__sectionTitle{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:14px;font-size:1.45rem;font-weight:800}.page-module__1BcHZW__sectionText{color:var(--text-secondary);line-height:1.8}.page-module__1BcHZW__stepGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.page-module__1BcHZW__stepCard{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;padding:18px}.page-module__1BcHZW__stepIndex{background:var(--brand);color:#fff;border-radius:999px;justify-content:center;align-items:center;width:30px;height:30px;margin-bottom:12px;font-size:.82rem;font-weight:800;display:flex}.page-module__1BcHZW__stepTitle{color:var(--text-primary);margin-bottom:8px;font-size:1rem;font-weight:700}.page-module__1BcHZW__stepText{color:var(--text-secondary);font-size:.92rem;line-height:1.7}.page-module__1BcHZW__bulletList{color:var(--text-secondary);margin:0;padding-left:20px;line-height:1.9}.page-module__1BcHZW__faqList{flex-direction:column;gap:14px;display:flex}@media (max-width:720px){.page-module__1BcHZW__container .page-module__1BcHZW__panel{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px 12px;padding:10px 12px;display:grid}.page-module__1BcHZW__panelControls,.page-module__1BcHZW__qualityControls{justify-content:flex-end;width:auto}.page-module__1BcHZW__rangeInput{width:min(120px,32vw)}.page-module__1BcHZW__hint{font-size:.72rem}.page-module__1BcHZW__numberInput{width:78px;min-height:32px;padding:4px 8px}.page-module__1BcHZW__selectInput{min-width:108px;min-height:32px;padding:4px 28px 4px 8px}.page-module__1BcHZW__qualityControls{gap:6px;min-width:0}.page-module__1BcHZW__fileCard{grid-template-columns:1fr}.page-module__1BcHZW__fileActions,.page-module__1BcHZW__bottomBar,.page-module__1BcHZW__bottomActions{flex-direction:column;align-items:stretch}}.page-module__1BcHZW__faqSection{margin-top:10px}.page-module__1BcHZW__faqSection .page-module__1BcHZW__sectionTitle{margin-bottom:20px;padding-left:8px}.page-module__1BcHZW__faqItem{background:#fff;border:1px solid #e2e8f0;border-radius:18px;overflow:hidden}.page-module__1BcHZW__faqQuestion{width:100%;color:var(--text-primary);text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;font-size:.98rem;font-weight:700;display:flex}.page-module__1BcHZW__faqAnswer{color:var(--text-secondary);padding:0 20px 18px;line-height:1.8}.page-module__1BcHZW__faqChevron{flex-shrink:0;transition:transform .18s}.page-module__1BcHZW__faqChevronOpen{transform:rotate(180deg)}@media (max-width:768px){.page-module__1BcHZW__title{font-size:2.35rem}.page-module__1BcHZW__panel,.page-module__1BcHZW__bottomBar,.page-module__1BcHZW__fileCard{flex-direction:column;align-items:stretch;display:flex}.page-module__1BcHZW__preview{width:100%;height:220px}.page-module__1BcHZW__fileHeader{flex-direction:column;align-items:flex-start}.page-module__1BcHZW__fileControls,.page-module__1BcHZW__panelControls,.page-module__1BcHZW__bottomActions{flex-direction:column;align-items:stretch}.page-module__1BcHZW__stepGrid,.page-module__1BcHZW__featureGrid{grid-template-columns:1fr}.page-module__1BcHZW__primaryButton,.page-module__1BcHZW__secondaryButton,.page-module__1BcHZW__downloadButton,.page-module__1BcHZW__numberInput{width:100%}}.page-module__1BcHZW__exampleSection{border:1px solid var(--border);background:#fff;border-radius:32px;flex-direction:column;gap:28px;margin-top:20px;padding:40px;display:flex;box-shadow:0 4px 20px -12px #0f172a1a}.page-module__1BcHZW__exampleHeader{text-align:center}.page-module__1BcHZW__exampleTitle{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:10px;font-size:1.5rem;font-weight:850}.page-module__1BcHZW__exampleDesc{color:var(--text-secondary);font-size:1rem;line-height:1.6}.page-module__1BcHZW__exampleImageContainer{border:1px solid var(--border);background:#f8fafc;border-radius:20px;width:100%;overflow:hidden;box-shadow:0 20px 40px -20px #0f172a26}.page-module__1BcHZW__exampleImage{width:100%;height:auto;display:block}:is(.dark .page-module__1BcHZW__fileCard,.dark .page-module__1BcHZW__panel,.dark .page-module__1BcHZW__contentBlock,.dark .page-module__1BcHZW__exampleSection,.dark .page-module__1BcHZW__faqItem,.dark .page-module__1BcHZW__featureCard){background:var(--input);border-color:var(--border-strong)}:is(.dark .page-module__1BcHZW__numberInput,.dark .page-module__1BcHZW__selectInput){background:var(--background);color:var(--text-primary);border-color:var(--border);box-shadow:none}:is(.dark .page-module__1BcHZW__actionButton,.dark .page-module__1BcHZW__exampleImageContainer,.dark .page-module__1BcHZW__stepCard){background:var(--background);border-color:var(--border)}.dark .page-module__1BcHZW__bottomBar{background:var(--input);border-color:var(--border-strong);box-shadow:none}.dark .page-module__1BcHZW__faqQuestion:hover{background:#ffffff05}.dark .page-module__1BcHZW__statusReady{color:#818cf8;background:#4f46e526}.dark .page-module__1BcHZW__statusDone{color:#4ade80;background:#16653433}.dark .page-module__1BcHZW__statusError{color:#fca5a5;background:#b91c1c33}.page-module__1BcHZW__highlightsSection{margin-top:16px}.page-module__1BcHZW__highlightsTitle{color:var(--text-primary);text-align:center;letter-spacing:-.02em;margin-bottom:24px;font-size:1.5rem;font-weight:800}.page-module__1BcHZW__highlightsGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;display:grid}.page-module__1BcHZW__highlightCard{border:1px solid var(--border);box-shadow:var(--shadow-sm);background:#fff;border-radius:24px;flex-direction:column;gap:20px;padding:32px 28px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.page-module__1BcHZW__highlightCard:before{content:"";background:linear-gradient(90deg, var(--brand), #a78bfa);opacity:0;width:100%;height:4px;transition:opacity .3s;position:absolute;top:0;left:0}.page-module__1BcHZW__highlightCard:hover{border-color:var(--brand);transform:translateY(-4px);box-shadow:0 12px 32px #0f172a0f}.page-module__1BcHZW__highlightCard:hover:before{opacity:1}.page-module__1BcHZW__highlightIcon{width:60px;height:60px;color:var(--brand);background:linear-gradient(135deg, var(--brand-muted) 0%, #f3f4f6cc 100%);border-radius:20px;justify-content:center;align-items:center;display:flex;box-shadow:inset 0 2px 4px #fffc}.page-module__1BcHZW__highlightContent{flex-direction:column;gap:10px;display:flex}.page-module__1BcHZW__highlightCardTitle{color:var(--text-primary);letter-spacing:-.02em;font-size:1.25rem;font-weight:800}.page-module__1BcHZW__highlightCardDesc{color:var(--text-secondary);font-size:.94rem;line-height:1.7}.page-module__1BcHZW__formatBadges{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.page-module__1BcHZW__formatBadge{color:var(--brand);background:var(--brand-muted);border:1px solid #6366f126;border-radius:99px;padding:4px 10px;font-size:.75rem;font-weight:700}@media (max-width:768px){.page-module__1BcHZW__highlightsGrid{grid-template-columns:1fr;gap:18px}.page-module__1BcHZW__highlightCard{padding:24px}}.dark .page-module__1BcHZW__highlightCard{background:var(--input);border-color:var(--border-strong);box-shadow:none}.dark .page-module__1BcHZW__highlightIcon{box-shadow:none;background:#6366f11a}.dark .page-module__1BcHZW__formatBadge{color:#818cf8;background:#6366f126;border-color:#818cf833}
