.SentenceLengthAnalyserTool-module__MESUUq__tool{flex-direction:column;gap:20px;width:100%;font-family:DM Sans,sans-serif;display:flex}.SentenceLengthAnalyserTool-module__MESUUq__toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.SentenceLengthAnalyserTool-module__MESUUq__toolbarLeft{align-items:center;gap:8px;display:flex}.SentenceLengthAnalyserTool-module__MESUUq__toolbarBtn{border:1px solid var(--color-border);color:var(--color-text-secondary);cursor:pointer;white-space:nowrap;background:0 0;border-radius:8px;align-items:center;gap:6px;padding:7px 14px;font-size:13px;font-weight:500;transition:all .15s;display:flex}.SentenceLengthAnalyserTool-module__MESUUq__toolbarBtn:hover:not(:disabled){background:var(--color-surface-2);color:var(--color-text-primary);border-color:#c4b5fd}.SentenceLengthAnalyserTool-module__MESUUq__toolbarBtn:disabled{opacity:.4;cursor:default}.SentenceLengthAnalyserTool-module__MESUUq__toolbarBtn svg{flex-shrink:0}.SentenceLengthAnalyserTool-module__MESUUq__wordBadge{font-family:var(--font-dm-mono),monospace;color:#6366f1;white-space:nowrap;background:#6366f114;border-radius:100px;padding:4px 12px;font-size:13px;font-weight:600}.SentenceLengthAnalyserTool-module__MESUUq__wordBadgeMuted{color:var(--color-text-muted);background:var(--color-surface-2)}.SentenceLengthAnalyserTool-module__MESUUq__textareaWrap{border:1.5px solid var(--color-border);background:#f8faff;border-radius:12px;width:100%;transition:background .2s,border-color .2s;position:relative;overflow:hidden}.SentenceLengthAnalyserTool-module__MESUUq__textareaWrap:focus-within{background:var(--color-surface);border-color:#6366f1}.SentenceLengthAnalyserTool-module__MESUUq__textarea{width:100%;min-height:200px;max-height:500px;color:var(--color-text-primary);resize:vertical;box-sizing:border-box;background:0 0;border:none;outline:none;padding:16px 20px;font-family:DM Sans,sans-serif;font-size:15px;line-height:1.7}.SentenceLengthAnalyserTool-module__MESUUq__textarea::placeholder{color:var(--color-text-muted)}@media (max-width:768px){.SentenceLengthAnalyserTool-module__MESUUq__textarea{min-height:160px}}.SentenceLengthAnalyserTool-module__MESUUq__actionBtn{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px 32px;font-size:15px;font-weight:700;transition:background .2s,transform .15s;display:flex}.SentenceLengthAnalyserTool-module__MESUUq__actionBtn:hover:not(:disabled){background:#4f46e5;transform:translateY(-1px)}.SentenceLengthAnalyserTool-module__MESUUq__actionBtn:active{transform:translateY(0)}.SentenceLengthAnalyserTool-module__MESUUq__actionBtn svg{flex-shrink:0}.SentenceLengthAnalyserTool-module__MESUUq__validationMsg{text-align:center;color:#ef4444;margin-top:-8px;font-size:13px;font-weight:500}.SentenceLengthAnalyserTool-module__MESUUq__staleNotice{color:#d97706;background:#f59e0b14;border:1px solid #f59e0b40;border-radius:8px;align-items:center;gap:8px;padding:10px 16px;font-size:13px;font-weight:500;display:flex}.SentenceLengthAnalyserTool-module__MESUUq__sectionHeading{font-family:var(--font-dm-serif),serif;color:var(--color-text-primary);margin:0;font-size:22px}.SentenceLengthAnalyserTool-module__MESUUq__sectionSublabel{color:var(--color-text-muted);margin:4px 0 0;font-size:13px}.SentenceLengthAnalyserTool-module__MESUUq__chartSection{flex-direction:column;gap:12px;display:flex}.SentenceLengthAnalyserTool-module__MESUUq__chartContainer{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;width:100%;padding:16px;overflow:hidden}.SentenceLengthAnalyserTool-module__MESUUq__chartScroll{overflow:auto hidden}@media (max-width:768px){.SentenceLengthAnalyserTool-module__MESUUq__chartScroll{min-width:600px}}.SentenceLengthAnalyserTool-module__MESUUq__chartSvg{display:block}.SentenceLengthAnalyserTool-module__MESUUq__tooltip{color:#fff;pointer-events:none;z-index:1000;background:#1e1e2e;border-radius:8px;flex-direction:column;gap:3px;max-width:320px;padding:10px 14px;font-size:13px;display:flex;box-shadow:0 4px 16px #0003}.SentenceLengthAnalyserTool-module__MESUUq__tooltip:after{content:"";border:5px solid #0000;border-top-color:#1e1e2e;position:absolute;top:100%;left:50%;transform:translate(-50%)}.SentenceLengthAnalyserTool-module__MESUUq__tooltip strong{font-size:13px;font-weight:700}.SentenceLengthAnalyserTool-module__MESUUq__tooltipZone{text-transform:uppercase;letter-spacing:.04em;opacity:.7;font-size:11px;font-weight:600}.SentenceLengthAnalyserTool-module__MESUUq__tooltipText{opacity:.8;word-break:break-word;font-size:12px;line-height:1.4}.SentenceLengthAnalyserTool-module__MESUUq__legend{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.SentenceLengthAnalyserTool-module__MESUUq__legendChip{color:var(--color-text-secondary);align-items:center;gap:6px;font-size:13px;font-weight:500;display:flex}.SentenceLengthAnalyserTool-module__MESUUq__legendDot{border:1px solid #0000001a;border-radius:3px;width:12px;height:12px;display:inline-block}.SentenceLengthAnalyserTool-module__MESUUq__statsSection{flex-direction:column;gap:24px;display:flex}.SentenceLengthAnalyserTool-module__MESUUq__statGrid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}@media (max-width:768px){.SentenceLengthAnalyserTool-module__MESUUq__statGrid{grid-template-columns:1fr}}.SentenceLengthAnalyserTool-module__MESUUq__statTile{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;margin:0;padding:20px 24px}.SentenceLengthAnalyserTool-module__MESUUq__statLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);margin-bottom:8px;font-size:12px;font-weight:700}.SentenceLengthAnalyserTool-module__MESUUq__statValue{font-family:var(--font-dm-serif),serif;color:var(--color-text-primary);margin:0;font-size:28px;font-weight:400;line-height:1.2}.SentenceLengthAnalyserTool-module__MESUUq__statUnit{color:var(--color-text-muted);font-family:DM Sans,sans-serif;font-size:14px;font-weight:400}.SentenceLengthAnalyserTool-module__MESUUq__statSub{color:var(--color-text-muted);margin:6px 0 0;font-size:13px;line-height:1.4}.SentenceLengthAnalyserTool-module__MESUUq__miniBar{border-radius:6px;gap:1px;height:12px;margin-top:8px;display:flex;overflow:hidden}.SentenceLengthAnalyserTool-module__MESUUq__miniBarSegment{min-width:4px;height:100%}.SentenceLengthAnalyserTool-module__MESUUq__miniBarLabels{font-size:12px;font-family:var(--font-dm-mono),monospace;color:var(--color-text-muted);gap:12px;margin-top:6px;display:flex}.SentenceLengthAnalyserTool-module__MESUUq__outlierSection{flex-direction:column;gap:12px;display:flex}.SentenceLengthAnalyserTool-module__MESUUq__noOutliers{color:#059669;background:#10b98114;border:1px solid #10b98140;border-radius:8px;align-items:center;gap:8px;padding:12px 16px;font-size:14px;font-weight:600;display:flex}.SentenceLengthAnalyserTool-module__MESUUq__greenTick{font-size:18px;font-weight:700}.SentenceLengthAnalyserTool-module__MESUUq__outlierList{flex-direction:column;gap:10px;display:flex}.SentenceLengthAnalyserTool-module__MESUUq__outlierEntry{background:var(--color-surface);border:1px solid var(--color-border);border-radius:10px;flex-wrap:wrap;align-items:flex-start;gap:10px;padding:14px 18px;display:flex}.SentenceLengthAnalyserTool-module__MESUUq__outlierNum{color:#fff;background:#6366f1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;font-weight:700;display:flex}.SentenceLengthAnalyserTool-module__MESUUq__outlierBadge{text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;border-radius:100px;padding:3px 10px;font-size:11px;font-weight:700;display:inline-block}.SentenceLengthAnalyserTool-module__MESUUq__outlierZone{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:600}.SentenceLengthAnalyserTool-module__MESUUq__outlierText{color:var(--color-text-secondary);flex:1;min-width:200px;font-size:13px;line-height:1.5}.SentenceLengthAnalyserTool-module__MESUUq__viewInChart{color:#6366f1;cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:0;font-size:12px;font-weight:600}.SentenceLengthAnalyserTool-module__MESUUq__viewInChart:hover{text-decoration:underline}.SentenceLengthAnalyserTool-module__MESUUq__annotatedSection{flex-direction:column;gap:12px;display:flex}.SentenceLengthAnalyserTool-module__MESUUq__annotatedText{background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text-primary);border-radius:12px;padding:20px 24px;font-size:15px;line-height:1.8}.SentenceLengthAnalyserTool-module__MESUUq__annotatedSentence{cursor:pointer;border-radius:3px;padding:1px 2px;transition:outline .15s}.SentenceLengthAnalyserTool-module__MESUUq__annotatedSentence:hover{outline:2px solid #6366f166}.SentenceLengthAnalyserTool-module__MESUUq__annotatedSelected{outline-offset:1px;outline:2px solid #6366f1!important}.SentenceLengthAnalyserTool-module__MESUUq__affiliateCard{background:linear-gradient(145deg,#fffcf5 0%,#fff9e6 100%);border:1px solid #fde68a;border-radius:16px;justify-content:space-between;align-items:center;gap:24px;padding:28px 32px;display:flex;box-shadow:0 4px 12px #00000005}@media (max-width:768px){.SentenceLengthAnalyserTool-module__MESUUq__affiliateCard{text-align:center;flex-direction:column}}.SentenceLengthAnalyserTool-module__MESUUq__affiliateContent{flex:1}.SentenceLengthAnalyserTool-module__MESUUq__affiliateDesc{color:var(--color-text-primary);margin:0;font-size:15px;line-height:1.6}.SentenceLengthAnalyserTool-module__MESUUq__affiliateDisclosure{color:var(--color-text-muted);margin-top:8px;font-size:11px}.SentenceLengthAnalyserTool-module__MESUUq__affiliateBtn{white-space:nowrap;background:#10b981;border-radius:8px;padding:12px 24px;font-size:14px;font-weight:700;text-decoration:none;transition:transform .2s,background .2s;color:#fff!important}.SentenceLengthAnalyserTool-module__MESUUq__affiliateBtn:hover{background:#059669;transform:scale(1.02)}
.page-module__3WgWYW__hero{border-bottom:1px solid var(--color-border);background:linear-gradient(135deg,#f8faff 0%,#fff 100%);padding:80px 0 60px}.page-module__3WgWYW__breadcrumb{color:var(--color-text-muted);align-items:center;gap:8px;margin-bottom:32px;font-size:14px;display:flex}.page-module__3WgWYW__breadcrumb a{color:inherit;text-decoration:none;transition:color .15s}.page-module__3WgWYW__breadcrumb a:hover{color:#6366f1}.page-module__3WgWYW__heroTag{color:#6366f1;text-transform:uppercase;letter-spacing:.05em;background:#6366f11a;border-radius:100px;margin-bottom:16px;padding:4px 12px;font-size:12px;font-weight:700;display:inline-block}.page-module__3WgWYW__heroTitle{font-family:var(--font-dm-serif),serif;color:var(--color-text-primary);margin-bottom:24px;font-size:48px;font-weight:400;line-height:1.1}.page-module__3WgWYW__heroSubtitle{color:var(--color-text-muted);max-width:700px;margin-bottom:32px;font-size:18px;line-height:1.6}.page-module__3WgWYW__heroBadges{flex-wrap:wrap;gap:12px;display:flex}.page-module__3WgWYW__badge{background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text-primary);border-radius:100px;padding:6px 14px;font-size:13px;font-weight:600;box-shadow:0 2px 4px #00000005}.page-module__3WgWYW__sectionTitle{font-family:var(--font-dm-serif),serif;color:var(--color-text-primary);margin-bottom:40px;font-size:32px}.page-module__3WgWYW__howToSection{border-bottom:1px solid var(--color-border);padding:80px 0}.page-module__3WgWYW__howToList{grid-template-columns:repeat(3,1fr);gap:40px;padding:0;list-style:none;display:grid}.page-module__3WgWYW__howToItem{gap:20px;display:flex}.page-module__3WgWYW__stepNum{color:#fff;background:#6366f1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;font-weight:700;display:flex}.page-module__3WgWYW__howToItem strong{margin-bottom:8px;font-size:18px;display:block}.page-module__3WgWYW__howToItem p{color:var(--color-text-muted);font-size:15px;line-height:1.6}@media (max-width:768px){.page-module__3WgWYW__howToList{grid-template-columns:1fr}}.page-module__3WgWYW__toolSection{background:#fff;padding:80px 0}.page-module__3WgWYW__contentSection{border-top:1px solid var(--color-border);background:#f8faff;padding:80px 0}.page-module__3WgWYW__contentBody{max-width:none}.page-module__3WgWYW__contentBody p{color:var(--color-text-secondary);margin-bottom:20px;font-size:16px;line-height:1.7}.page-module__3WgWYW__contentBody a{color:#6366f1;font-weight:500;text-decoration:none}.page-module__3WgWYW__contentBody a:hover{text-decoration:underline}.page-module__3WgWYW__relatedSection{border-top:1px solid var(--color-border);padding:80px 0}.page-module__3WgWYW__relatedGrid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.page-module__3WgWYW__relatedCard{background:var(--color-surface);border:1px solid var(--color-border);color:inherit;border-radius:12px;align-items:center;gap:16px;padding:20px;text-decoration:none;transition:all .2s;display:flex}.page-module__3WgWYW__relatedCard:hover{border-color:#6366f1;transform:translate(4px)}.page-module__3WgWYW__relatedEmoji{font-size:24px}.page-module__3WgWYW__relatedCard strong{margin-bottom:4px;font-size:15px;display:block}.page-module__3WgWYW__relatedCard p{color:var(--color-text-muted);margin:0;font-size:13px}@media (max-width:1024px){.page-module__3WgWYW__relatedGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.page-module__3WgWYW__relatedGrid{grid-template-columns:1fr}}.page-module__3WgWYW__faqSection{background:#fff;padding:100px 0}.page-module__3WgWYW__faqList{max-width:none;margin:0 auto}.page-module__3WgWYW__faqItem{border-bottom:1px solid var(--color-border)}.page-module__3WgWYW__faqItem:last-child{border-bottom:none}.page-module__3WgWYW__faqQ{width:100%;color:var(--color-text-primary);cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:24px 0;font-family:inherit;font-size:18px;font-weight:600;display:flex}.page-module__3WgWYW__faqToggle{color:#6366f1;flex-shrink:0;margin-left:16px;font-size:24px;font-weight:400;transition:transform .28s;display:inline-block}.page-module__3WgWYW__faqToggleOpen{transform:rotate(45deg)}.page-module__3WgWYW__faqAnswer{opacity:0;max-height:0;transition:max-height .28s,opacity .28s;overflow:hidden}.page-module__3WgWYW__faqAnswerOpen{opacity:1;max-height:600px}.page-module__3WgWYW__faqA{color:var(--color-text-muted);margin:0;padding:0 0 24px;font-size:16px;line-height:1.6}
