.tools-module__YkmrlW__toolPage{max-width:800px;margin:0 auto;padding:4rem 1.5rem}.tools-module__YkmrlW__header{text-align:center;margin-bottom:2.5rem}.tools-module__YkmrlW__title{color:var(--text-main);margin-bottom:.5rem;font-size:2.5rem;font-weight:800}.tools-module__YkmrlW__subtitle{color:var(--text-muted);font-size:1.1rem}.tools-module__YkmrlW__uploadArea{border:2px dashed var(--border);border-radius:var(--radius-lg);background:var(--card-bg);cursor:pointer;transition:var(--transition);text-align:center;flex-direction:column;justify-content:center;align-items:center;margin-bottom:2rem;padding:4rem 2rem;display:flex}.tools-module__YkmrlW__uploadArea:hover{border-color:var(--primary);background:#4f46e505}.tools-module__YkmrlW__uploadIcon{margin-bottom:1rem;font-size:3rem}.tools-module__YkmrlW__uploadText{color:var(--text-main);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.tools-module__YkmrlW__uploadHint{color:var(--text-muted);font-size:.9rem}.tools-module__YkmrlW__fileInput{display:none}.tools-module__YkmrlW__selectedFile{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1.5rem;display:flex}.tools-module__YkmrlW__fileName{color:var(--text-main);word-break:break-all;font-weight:500}.tools-module__YkmrlW__fileSize{color:var(--text-muted);font-size:.875rem}.tools-module__YkmrlW__actions{justify-content:center;gap:1rem;display:flex}.tools-module__YkmrlW__resultArea{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center;margin-top:3rem;padding:2rem}.tools-module__YkmrlW__resultTitle{color:var(--text-main);margin-bottom:1.5rem;font-size:1.5rem}.tools-module__YkmrlW__resultMeta{color:var(--text-muted);justify-content:center;gap:1rem;margin-bottom:1.5rem;display:flex}.tools-module__YkmrlW__previewImage{border-radius:var(--radius);max-width:100%;max-height:300px;box-shadow:var(--shadow-sm);margin-bottom:1.5rem}.tools-module__YkmrlW__comingSoonContainer{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center;box-shadow:var(--shadow-md);margin-top:2rem;padding:4rem 2rem}.tools-module__YkmrlW__comingSoonIcon{margin-bottom:1.5rem;font-size:4rem;animation:2s ease-in-out infinite tools-module__YkmrlW__pulse}.tools-module__YkmrlW__comingSoonTitle{color:var(--text-main);margin-bottom:1rem;font-size:2rem;font-weight:700}.tools-module__YkmrlW__comingSoonText{color:var(--text-muted);max-width:600px;margin:0 auto 1.5rem;font-size:1.1rem;line-height:1.6}.tools-module__YkmrlW__infoPanel{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius-lg);margin-bottom:2rem;padding:1.5rem}.tools-module__YkmrlW__infoTitle{color:var(--text-main);margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.tools-module__YkmrlW__infoText{color:var(--text-muted);line-height:1.6}.tools-module__YkmrlW__summaryGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-bottom:1rem;display:grid}.tools-module__YkmrlW__summaryCard{border:1px solid var(--border);border-radius:var(--radius);text-align:center;background:#0f172a08;padding:1rem}.tools-module__YkmrlW__summaryValue{color:var(--text-main);font-size:1.4rem;font-weight:800;display:block}.tools-module__YkmrlW__summaryLabel{color:var(--text-muted);font-size:.9rem}.tools-module__YkmrlW__stackActions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.tools-module__YkmrlW__organizeGrid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:1rem;margin-bottom:2rem;display:grid}.tools-module__YkmrlW__pageCard{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);flex-direction:column;gap:.85rem;padding:1rem;display:flex}.tools-module__YkmrlW__pageCardRemoved{opacity:.6;border-style:dashed}.tools-module__YkmrlW__pageCardTop{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.tools-module__YkmrlW__pageBadge{min-width:2.2rem;height:2.2rem;color:var(--primary);background:#7c3aed1f;border-radius:999px;justify-content:center;align-items:center;padding:0 .65rem;font-size:.9rem;font-weight:800;display:inline-flex}.tools-module__YkmrlW__pageMeta{flex-direction:column;gap:.2rem;display:flex}.tools-module__YkmrlW__pageMetaTitle{color:var(--text-main);font-weight:700}.tools-module__YkmrlW__pageMetaText{color:var(--text-muted);font-size:.9rem}.tools-module__YkmrlW__pageControls{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;display:grid}.tools-module__YkmrlW__miniButton{border:1px solid var(--border);background:var(--bg);color:var(--text-main);border-radius:.9rem;padding:.65rem .75rem;font-size:.9rem;font-weight:600}.tools-module__YkmrlW__miniButton:disabled{opacity:.45;cursor:not-allowed}.tools-module__YkmrlW__accentButton{color:var(--primary);background:#7c3aed1a;border-color:#7c3aed33}.tools-module__YkmrlW__dangerButton{color:#dc2626;background:#ef444414;border-color:#ef44442e}@keyframes tools-module__YkmrlW__pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@media (max-width:768px){.tools-module__YkmrlW__toolPage{padding:3rem 1rem}.tools-module__YkmrlW__selectedFile{flex-direction:column;align-items:flex-start;gap:1rem}.tools-module__YkmrlW__actions,.tools-module__YkmrlW__stackActions,.tools-module__YkmrlW__resultMeta{flex-direction:column;align-items:stretch}.tools-module__YkmrlW__summaryGrid,.tools-module__YkmrlW__pageControls{grid-template-columns:1fr}.tools-module__YkmrlW__uploadArea{padding:3rem 1.25rem}}
.seo-module__BksfyW__seoSection{border-top:1px solid var(--border);margin-top:4rem;padding-top:3rem}.seo-module__BksfyW__seoBlock{margin-bottom:3rem}.seo-module__BksfyW__seoBlock h2{color:var(--text-main);margin-bottom:1rem;font-size:1.5rem;font-weight:700;line-height:1.3}.seo-module__BksfyW__seoBlock h3{color:var(--text-main);margin-bottom:.5rem;font-size:1.15rem;font-weight:600}.seo-module__BksfyW__seoBlock p{color:var(--text-muted);margin-bottom:1rem;font-size:1rem;line-height:1.7}.seo-module__BksfyW__seoBlock ul,.seo-module__BksfyW__seoBlock ol{color:var(--text-muted);margin-bottom:1rem;padding-left:1.5rem;line-height:1.8}.seo-module__BksfyW__seoBlock li{margin-bottom:.35rem}.seo-module__BksfyW__faqItem{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);transition:var(--transition);margin-bottom:1rem;padding:1.25rem 1.5rem}.seo-module__BksfyW__faqItem:hover{border-color:var(--primary);box-shadow:var(--shadow-sm)}.seo-module__BksfyW__faqQuestion{color:var(--text-main);margin-bottom:.5rem;font-size:1rem;font-weight:600}.seo-module__BksfyW__faqAnswer{color:var(--text-muted);font-size:.95rem;line-height:1.6}.seo-module__BksfyW__stepsGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:1.5rem;display:grid}.seo-module__BksfyW__stepCard{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);text-align:center;transition:var(--transition);padding:1.5rem}.seo-module__BksfyW__stepCard:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.seo-module__BksfyW__stepNumber{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;margin-bottom:.75rem;font-size:1.1rem;font-weight:700;display:inline-flex}.seo-module__BksfyW__stepTitle{color:var(--text-main);margin-bottom:.25rem;font-weight:600}.seo-module__BksfyW__stepDesc{color:var(--text-muted);font-size:.875rem;line-height:1.5}@media (max-width:768px){.seo-module__BksfyW__seoSection{margin-top:3rem;padding-top:2rem}.seo-module__BksfyW__seoBlock h2{font-size:1.25rem}.seo-module__BksfyW__stepsGrid{grid-template-columns:1fr}}
