.TextSpeech_container__4UE_G{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif}.TextSpeech_main__GLrGi{width:100%;max-width:800px}.TextSpeech_ttsContainer__4406v{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 20px 60px rgba(0,0,0,.3)}.TextSpeech_header__7KBYw{text-align:center;margin-bottom:2rem}.TextSpeech_headerIcon__p1FpS{display:inline-flex;align-items:center;justify-content:center;width:60px;height:60px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;margin-bottom:1rem}.TextSpeech_header__7KBYw h1{font-size:2rem;font-weight:700;color:#1a202c;margin:0 0 .5rem}.TextSpeech_header__7KBYw p{color:#718096;font-size:.95rem;margin:0}.TextSpeech_alert__3Be0S{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border-radius:12px;margin-bottom:1.5rem;font-size:.9rem;font-weight:500}.TextSpeech_alertError__ywem6{background:#fee2e2;color:#dc2626;border:1px solid #fca5a5}.TextSpeech_alertSuccess__NBW34{background:#d1fae5;color:#059669;border:1px solid #6ee7b7}.TextSpeech_selectedVoiceSection__D4DjW{margin-bottom:1.5rem}.TextSpeech_selectedVoiceSection__D4DjW label{display:block;font-weight:600;color:#2d3748;margin-bottom:.75rem;font-size:.95rem}.TextSpeech_selectedVoiceCard__PXKdY{width:100%;display:flex;align-items:center;justify-content:space-between;background:#f7fafc;border:2px solid #e2e8f0;border-radius:12px;padding:1rem 1.25rem;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,transform .2s ease,box-shadow .2s ease}.TextSpeech_selectedVoiceCard__PXKdY:hover{border-color:#667eea;background:#edf2f7;transform:translateY(-2px);box-shadow:0 4px 12px rgba(102,126,234,.15)}.TextSpeech_selectedVoiceInfo__iW43y{display:flex;align-items:center;gap:1rem;flex:1 1}.TextSpeech_selectedVoiceAvatar__e_JWV{font-size:2rem;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:50%;border:2px solid #e2e8f0}.TextSpeech_selectedVoiceDetails__ORS5D{display:flex;flex-direction:column;gap:.25rem}.TextSpeech_selectedVoiceName__jPLsI{font-weight:600;color:#1a202c;font-size:1rem}.TextSpeech_selectedVoiceMeta__sblXf{font-size:.85rem;color:#718096}.TextSpeech_selectedVoiceActions__O_QeC{display:flex;align-items:center;gap:.75rem}.TextSpeech_previewBtnSmall__q741C{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#667eea;color:#fff;border:none;border-radius:10px;cursor:pointer;transition:background-color .2s ease,transform .15s ease}.TextSpeech_previewBtnSmall__q741C:hover:not(:disabled){background:#5568d3;transform:scale(1.05)}.TextSpeech_previewBtnSmall__q741C:disabled{opacity:.6;cursor:not-allowed}.TextSpeech_chevron__Sfa7z{color:#cbd5e0;transition:transform .2s ease}.TextSpeech_selectedVoiceCard__PXKdY:hover .TextSpeech_chevron__Sfa7z{transform:translateX(4px)}.TextSpeech_selectVoicePlaceholder__wVJR7{display:flex;align-items:center;gap:.75rem;color:#a0aec0;font-size:.95rem}.TextSpeech_textSection__a_kto{margin-bottom:1.5rem}.TextSpeech_textLabelRow__ZJPFp{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.TextSpeech_textLabelRow__ZJPFp label{font-weight:600;color:#2d3748;font-size:.95rem}.TextSpeech_charCount__uwWNL{font-size:.85rem;color:#718096;font-weight:500}.TextSpeech_charCount__uwWNL.TextSpeech_limitReached__qfy6b{color:#f59e0b;font-weight:600}.TextSpeech_inputText__Ja4Hf{width:100%;min-height:140px;padding:1rem;background:#f7fafc;border:2px solid #e2e8f0;border-radius:12px;color:#1a202c;font-size:.95rem;font-family:inherit;line-height:1.6;resize:vertical;transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease;box-sizing:border-box}.TextSpeech_inputText__Ja4Hf:focus{outline:none;border-color:#667eea;background:#fff;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.TextSpeech_inputText__Ja4Hf::placeholder{color:#a0aec0}.TextSpeech_actionButtons___hgE0{display:flex;gap:1rem;margin-bottom:1rem}.TextSpeech_btnDownload__ARIXx,.TextSpeech_btnPlay__I6cho{flex:1 1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.5rem;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;color:#fff;transition:transform .15s ease,box-shadow .2s ease}.TextSpeech_btnPlay__I6cho{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 14px rgba(16,185,129,.4)}.TextSpeech_btnPlay__I6cho:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px rgba(16,185,129,.4)}.TextSpeech_btnDownload__ARIXx{background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 4px 14px rgba(245,158,11,.4)}.TextSpeech_btnDownload__ARIXx:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px rgba(245,158,11,.4)}.TextSpeech_btnDownload__ARIXx:active:not(:disabled),.TextSpeech_btnPlay__I6cho:active:not(:disabled){transform:translateY(0)}.TextSpeech_btnDownload__ARIXx:disabled,.TextSpeech_btnPlay__I6cho:disabled{opacity:.5;cursor:not-allowed}.TextSpeech_usageInfo__gW39h{text-align:center;color:#718096;font-size:.85rem;margin:0}.TextSpeech_modalOverlay__wcIFc{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;padding:1rem;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.TextSpeech_voiceModal__CWtl7{background:#fff;border-radius:20px;width:100%;max-width:600px;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 25px 50px rgba(0,0,0,.3)}.TextSpeech_modalHeader__IPrD8{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;border-bottom:1px solid #e2e8f0}.TextSpeech_modalHeader__IPrD8 h2{font-size:1.5rem;font-weight:700;color:#1a202c;margin:0}.TextSpeech_modalClose__LS13P{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#f7fafc;border:none;border-radius:10px;color:#718096;cursor:pointer;transition:background-color .2s ease,color .2s ease}.TextSpeech_modalClose__LS13P:hover{background:#e2e8f0;color:#2d3748}.TextSpeech_modalSearch__8Frnd{position:relative;display:flex;align-items:center;gap:.75rem;padding:1rem 2rem;border-bottom:1px solid #e2e8f0}.TextSpeech_modalSearch__8Frnd svg:first-child{color:#a0aec0}.TextSpeech_modalSearch__8Frnd input{flex:1 1;border:none;outline:none;font-size:1rem;color:#1a202c;background:transparent}.TextSpeech_modalSearch__8Frnd input::placeholder{color:#cbd5e0}.TextSpeech_modalSearch__8Frnd button{display:flex;align-items:center;justify-content:center;background:none;border:none;color:#a0aec0;cursor:pointer;padding:0;transition:color .2s ease}.TextSpeech_modalSearch__8Frnd button:hover{color:#718096}.TextSpeech_languageFilter__jVhJf{display:flex;flex-wrap:wrap;gap:.5rem;padding:1rem 2rem;border-bottom:1px solid #e2e8f0}.TextSpeech_langPill__NcOHF{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f7fafc;border:1px solid #e2e8f0;border-radius:20px;color:#4a5568;font-size:.85rem;font-weight:500;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.TextSpeech_langPill__NcOHF:hover{background:#edf2f7;border-color:#cbd5e0}.TextSpeech_langPillActive__Iw2ni{background:#667eea;border-color:#667eea;color:#fff}.TextSpeech_langPillActive__Iw2ni:hover{background:#5568d3;border-color:#5568d3}.TextSpeech_voiceList__AYHVI{flex:1 1;overflow-y:auto;padding:1.5rem 2rem}.TextSpeech_voiceGroup__GSKV_{margin-bottom:2rem}.TextSpeech_voiceGroup__GSKV_:last-child{margin-bottom:0}.TextSpeech_voiceGroup__GSKV_ h3{display:flex;align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;color:#4a5568;margin:0 0 1rem;text-transform:uppercase;letter-spacing:.5px}.TextSpeech_voiceGroup__GSKV_ h3 svg{color:#667eea}.TextSpeech_voiceItems__K5HH_{display:flex;flex-direction:column;gap:.75rem}.TextSpeech_voiceItem__4LK4P{display:flex;align-items:center;justify-content:space-between;padding:1rem;background:#f7fafc;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,transform .15s ease}.TextSpeech_voiceItem__4LK4P:hover{background:#edf2f7;border-color:#cbd5e0;transform:translateX(4px)}.TextSpeech_voiceItemSelected__ofq90{background:#eef2ff;border-color:#667eea}.TextSpeech_voiceItemSelected__ofq90:hover{background:#e0e7ff}.TextSpeech_voiceItemLeft__Aoqly{display:flex;align-items:center;gap:1rem;flex:1 1}.TextSpeech_voiceAvatar__49P3L{font-size:1.75rem;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:50%;border:2px solid #e2e8f0}.TextSpeech_voiceItemInfo__xS4VE{display:flex;flex-direction:column;gap:.25rem}.TextSpeech_voiceItemName__hMeA1{font-weight:600;color:#1a202c;font-size:.95rem}.TextSpeech_voiceItemMeta__aLy9_{font-size:.8rem;color:#718096}.TextSpeech_voiceItemRight__tbGQP{display:flex;align-items:center;gap:.75rem}.TextSpeech_voicePreviewBtn__fGWSJ{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#667eea;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s ease,transform .15s ease}.TextSpeech_voicePreviewBtn__fGWSJ:hover:not(:disabled){background:#5568d3;transform:scale(1.1)}.TextSpeech_voicePreviewBtn__fGWSJ:disabled{opacity:.6;cursor:not-allowed}.TextSpeech_checkIcon__C_cG3{color:#667eea}.TextSpeech_noResults__YLQIZ{text-align:center;padding:3rem 1rem;color:#a0aec0}.TextSpeech_noResults__YLQIZ p{margin:0;font-size:.95rem}.TextSpeech_description__RGr7R{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 20px 60px rgba(0,0,0,.3);margin-top:2rem}.TextSpeech_description__RGr7R h2{font-size:1.75rem;margin:0 0 1.5rem;line-height:1.3}.TextSpeech_description__RGr7R h3{font-size:1.35rem}.TextSpeech_description__RGr7R p{font-size:1rem;line-height:1.7;color:#4a5568;margin:0 0 1rem}.TextSpeech_description__RGr7R ol,.TextSpeech_description__RGr7R ul{margin:1rem 0}.TextSpeech_description__RGr7R li{margin-bottom:.75rem;color:#4a5568;font-size:1rem}.TextSpeech_description__RGr7R strong{color:#667eea}.TextSpeech_description__RGr7R dl{margin:1.5rem 0}.TextSpeech_description__RGr7R dt{font-size:1rem}.TextSpeech_description__RGr7R dd{margin:0 0 1rem 1rem}.TextSpeech_authorBio__n3No4{margin-top:2.5rem;padding:1.5rem;background:linear-gradient(135deg,#eef2ff,#e0e7ff);border-left:4px solid #667eea;border-radius:12px;font-size:.95rem;line-height:1.7}.TextSpeech_contactCTA__nat7r{margin-top:1.5rem;padding:1.5rem;background:linear-gradient(135deg,#fef3c7,#fde68a);border-left:4px solid #f59e0b;border-radius:12px;font-size:.95rem}.TextSpeech_contactCTA__nat7r a{color:#d97706;transition:color .2s ease}.TextSpeech_contactCTA__nat7r a:hover{color:#b45309;text-decoration:underline}.TextSpeech_crossPromoLink__pxsYw{text-decoration:none;display:block;margin-top:1.5rem}.TextSpeech_crossPromoBanner__JruR_{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem;background:linear-gradient(135deg,#1e1b4b,#312e81 50%,#4c1d95);border-radius:16px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;position:relative;overflow:hidden;box-shadow:0 4px 20px rgba(79,70,229,.3)}.TextSpeech_crossPromoBanner__JruR_:hover{box-shadow:0 8px 30px rgba(79,70,229,.4);transform:translateY(-2px)}.TextSpeech_crossPromoIcon__hE6_9{width:50px;height:50px;background:linear-gradient(135deg,#f59e0b,#ea580c);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;box-shadow:0 4px 12px rgba(245,158,11,.4)}.TextSpeech_crossPromoContent__ttxYx{flex:1 1;min-width:0}.TextSpeech_crossPromoTag__nrD_V{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;background:hsla(0,0%,100%,.15);border-radius:20px;font-size:.7rem;font-weight:600;color:#a5b4fc;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}.TextSpeech_crossPromoTag__nrD_V svg{color:#fbbf24}.TextSpeech_crossPromoContent__ttxYx h3{font-size:1rem;font-weight:700;color:#fff;margin:0 0 4px;line-height:1.3}.TextSpeech_crossPromoContent__ttxYx p{font-size:.8rem;color:#c7d2fe;margin:0;line-height:1.4}.TextSpeech_crossPromoContent__ttxYx p strong{color:#fbbf24;font-weight:600}.TextSpeech_crossPromoArrow__eI3MH{width:36px;height:36px;background:hsla(0,0%,100%,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#a5b4fc;flex-shrink:0;transition:background-color .2s ease,color .2s ease,transform .2s ease}.TextSpeech_crossPromoBanner__JruR_:hover .TextSpeech_crossPromoArrow__eI3MH{background:hsla(0,0%,100%,.2);color:#fff;transform:translateX(4px)}.TextSpeech_spinning__DG43C{animation:TextSpeech_spin__3Z9Z5 1s linear infinite}@keyframes TextSpeech_spin__3Z9Z5{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:768px){.TextSpeech_container__4UE_G{padding:1rem}.TextSpeech_ttsContainer__4406v{padding:2rem}.TextSpeech_header__7KBYw h1{font-size:1.75rem}.TextSpeech_actionButtons___hgE0{flex-direction:column}.TextSpeech_voiceModal__CWtl7{max-height:90vh}.TextSpeech_modalHeader__IPrD8{padding:1.25rem 1.5rem}.TextSpeech_languageFilter__jVhJf,.TextSpeech_modalSearch__8Frnd{padding:1rem 1.5rem}.TextSpeech_voiceList__AYHVI{padding:1.25rem 1.5rem}.TextSpeech_description__RGr7R{padding:2rem}}@media (max-width:600px){.TextSpeech_container__4UE_G{padding:.5rem}.TextSpeech_ttsContainer__4406v{padding:1.5rem;border-radius:16px}.TextSpeech_header__7KBYw h1{font-size:1.5rem}.TextSpeech_header__7KBYw p{font-size:.85rem}.TextSpeech_headerIcon__p1FpS{width:50px;height:50px}.TextSpeech_selectedVoiceCard__PXKdY{padding:.875rem 1rem}.TextSpeech_selectedVoiceAvatar__e_JWV{font-size:1.5rem;width:40px;height:40px}.TextSpeech_selectedVoiceName__jPLsI{font-size:.9rem}.TextSpeech_selectedVoiceMeta__sblXf{font-size:.8rem}.TextSpeech_inputText__Ja4Hf{min-height:120px;font-size:.9rem}.TextSpeech_btnDownload__ARIXx,.TextSpeech_btnPlay__I6cho{font-size:.9rem;padding:.875rem 1.25rem}.TextSpeech_voiceModal__CWtl7{border-radius:16px;max-height:95vh}.TextSpeech_modalHeader__IPrD8{padding:1rem 1.25rem}.TextSpeech_modalHeader__IPrD8 h2{font-size:1.25rem}.TextSpeech_modalSearch__8Frnd{padding:.875rem 1.25rem}.TextSpeech_modalSearch__8Frnd input{font-size:.9rem}.TextSpeech_languageFilter__jVhJf{padding:.875rem 1.25rem}.TextSpeech_langPill__NcOHF{font-size:.8rem;padding:.4rem .875rem}.TextSpeech_voiceList__AYHVI{padding:1rem 1.25rem}.TextSpeech_voiceItem__4LK4P{padding:.875rem}.TextSpeech_voiceAvatar__49P3L{font-size:1.5rem;width:38px;height:38px}.TextSpeech_voiceItemName__hMeA1{font-size:.9rem}.TextSpeech_voiceItemMeta__aLy9_{font-size:.75rem}.TextSpeech_description__RGr7R{padding:1.5rem;border-radius:16px}.TextSpeech_description__RGr7R h2{font-size:1.5rem}.TextSpeech_description__RGr7R h3{font-size:1.2rem}.TextSpeech_description__RGr7R li,.TextSpeech_description__RGr7R p{font-size:.9rem}.TextSpeech_crossPromoBanner__JruR_{padding:1rem 1.25rem;gap:.875rem}.TextSpeech_crossPromoIcon__hE6_9{width:44px;height:44px}.TextSpeech_crossPromoIcon__hE6_9 svg{width:20px;height:20px}.TextSpeech_crossPromoContent__ttxYx h3{font-size:.9rem}.TextSpeech_crossPromoContent__ttxYx p{font-size:.75rem}.TextSpeech_crossPromoArrow__eI3MH{width:32px;height:32px}}@media (max-width:400px){.TextSpeech_ttsContainer__4406v{padding:1.25rem}.TextSpeech_header__7KBYw h1{font-size:1.35rem}.TextSpeech_description__RGr7R{padding:1.25rem}.TextSpeech_crossPromoArrow__eI3MH{display:none}}.TextSpeech_comparisonTable__LmpLC{margin:2rem 0;overflow-x:auto}.TextSpeech_comparisonTable__LmpLC table{width:100%;border-collapse:collapse;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.1);border-radius:8px;overflow:hidden}.TextSpeech_comparisonTable__LmpLC thead{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.TextSpeech_comparisonTable__LmpLC th{padding:1rem;text-align:left;font-weight:600;font-size:.95rem}.TextSpeech_comparisonTable__LmpLC td{padding:.875rem 1rem;border-bottom:1px solid #e2e8f0}.TextSpeech_comparisonTable__LmpLC tbody tr:hover{background-color:#f7fafc}.TextSpeech_comparisonTable__LmpLC tbody tr:last-child td{border-bottom:none}.TextSpeech_comparisonTable__LmpLC td:first-child{font-weight:500;color:#2d3748}.TextSpeech_authorSection__01PTT{background:linear-gradient(135deg,#f6f8fb,#e9ecef);padding:2rem;border-radius:12px;margin:3rem 0;border-left:4px solid #667eea}.TextSpeech_authorSection__01PTT h3{color:#2d3748;margin-top:0;margin-bottom:1rem;font-size:1.5rem}.TextSpeech_authorBio__n3No4{line-height:1.8;color:#4a5568;margin-bottom:1rem}.TextSpeech_authorBio__n3No4 strong{color:#2d3748;font-weight:600}.TextSpeech_authorBio__n3No4 a{color:#667eea;text-decoration:none;font-weight:500;transition:color .2s}.TextSpeech_authorBio__n3No4 a:hover{color:#764ba2;text-decoration:underline}.TextSpeech_ctaSection__Ad47z{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2.5rem;border-radius:12px;margin:3rem 0;text-align:center}.TextSpeech_ctaSection__Ad47z h3{color:#fff;margin-top:0;margin-bottom:1rem;font-size:1.75rem}.TextSpeech_contactCTA__nat7r{font-size:1.1rem;line-height:1.7;margin:0}.TextSpeech_contactCTA__nat7r a{color:gold;text-decoration:none;font-weight:600;border-bottom:2px solid gold;transition:all .2s}.TextSpeech_contactCTA__nat7r a:hover{color:#fff;border-bottom-color:#fff}.TextSpeech_relatedTools__37Mwd{margin:3rem 0}.TextSpeech_relatedTools__37Mwd h3{font-size:1.75rem;color:#2d3748;margin-bottom:1.5rem;text-align:center}.TextSpeech_toolsGrid__GgsHq{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:2rem}.TextSpeech_toolCard__d_noY{background:#fff;border:2px solid #e2e8f0;border-radius:12px;padding:1.5rem;text-decoration:none;transition:all .3s ease;display:block}.TextSpeech_toolCard__d_noY:hover{border-color:#667eea;box-shadow:0 8px 24px rgba(102,126,234,.15);transform:translateY(-4px)}.TextSpeech_toolCard__d_noY h4{color:#2d3748;font-size:1.25rem;margin:0 0 .75rem;display:flex;align-items:center;gap:.5rem}.TextSpeech_toolCard__d_noY p{color:#718096;font-size:.95rem;line-height:1.6;margin:0}.TextSpeech_statsSection__RWEak{background:#f7fafc;padding:2.5rem;border-radius:12px;margin:3rem 0}.TextSpeech_statsSection__RWEak h3{text-align:center;color:#2d3748;font-size:1.75rem;margin-bottom:2rem}.TextSpeech_stats__HflRW{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:2rem;gap:2rem}.TextSpeech_statItem__fTtkD{text-align:center;padding:1.5rem;background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.05)}.TextSpeech_statItem__fTtkD strong{display:block;font-size:2.5rem;color:#667eea;font-weight:700;margin-bottom:.5rem;line-height:1}.TextSpeech_statItem__fTtkD span{display:block;color:#718096;font-size:.9rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.TextSpeech_lastUpdated__wRVud{text-align:center;color:#a0aec0;font-style:italic;margin-top:3rem;padding-top:2rem;border-top:1px solid #e2e8f0}@media (max-width:768px){.TextSpeech_comparisonTable__LmpLC{font-size:.85rem}.TextSpeech_comparisonTable__LmpLC td,.TextSpeech_comparisonTable__LmpLC th{padding:.625rem .75rem}.TextSpeech_authorSection__01PTT,.TextSpeech_ctaSection__Ad47z,.TextSpeech_statsSection__RWEak{padding:1.5rem}.TextSpeech_toolsGrid__GgsHq{grid-template-columns:1fr}.TextSpeech_stats__HflRW{grid-template-columns:repeat(2,1fr);gap:1rem}.TextSpeech_statItem__fTtkD{padding:1rem}.TextSpeech_statItem__fTtkD strong{font-size:2rem}}@media (max-width:480px){.TextSpeech_stats__HflRW{grid-template-columns:1fr}.TextSpeech_ctaSection__Ad47z h3{font-size:1.35rem}.TextSpeech_contactCTA__nat7r{font-size:1rem}}.TextSpeech_description__RGr7R{max-width:900px;margin:0 auto;padding:2rem 1.5rem;color:#2d3748;line-height:1.8}.TextSpeech_description__RGr7R h2{font-size:2rem;color:#1a202c;margin:2.5rem 0 1.25rem;font-weight:700}.TextSpeech_description__RGr7R h3{font-size:1.5rem;color:#2d3748;margin:2rem 0 1rem;font-weight:600}.TextSpeech_description__RGr7R p{margin-bottom:1.25rem;font-size:1.05rem}.TextSpeech_description__RGr7R ol,.TextSpeech_description__RGr7R ul{margin:1.25rem 0 1.75rem;padding-left:1.5rem}.TextSpeech_description__RGr7R li{margin-bottom:.875rem;line-height:1.7}.TextSpeech_description__RGr7R strong{color:#1a202c;font-weight:600}.TextSpeech_description__RGr7R dl{margin:2rem 0}.TextSpeech_description__RGr7R dt{font-weight:600;color:#2d3748;font-size:1.1rem;margin-top:1.5rem;margin-bottom:.5rem}.TextSpeech_description__RGr7R dd{margin-left:0;margin-bottom:1rem;color:#4a5568;line-height:1.7;padding-left:1rem;border-left:3px solid #e2e8f0}.TextSpeech_description__RGr7R a{color:#667eea;text-decoration:none;font-weight:500;transition:color .2s}.TextSpeech_description__RGr7R a:hover{color:#764ba2;text-decoration:underline}.TextSpeech_description__RGr7R code{background-color:#f7fafc;padding:.2rem .4rem;border-radius:3px;font-size:.9em;color:#e53e3e;font-family:Courier New,monospace}.TextSpeech_description__RGr7R blockquote{border-left:4px solid #667eea;margin:1.5rem 0;font-style:italic;color:#4a5568;background:#f7fafc;padding:1rem 1rem 1rem 1.5rem;border-radius:4px}