@keyframes toastSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes toastSlideOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}@keyframes toolResultIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(1turn)}}@keyframes wizardFadeIn{0%{opacity:0;transform:translateX(10px)}to{opacity:1;transform:translateX(0)}}.textCounterPage{background:var(--color-bg-secondary,#f8fafc);color:var(--color-text-primary,#0f172a);min-height:100vh;padding:32px 5% 48px;transition:background .3s ease,color .3s ease}.textCounterMainContent{margin:0 auto;max-width:900px}.textCounter__editor{background:var(--color-bg-card,#fff);border:1px solid var(--color-border,#e2e8f0);border-radius:16px;margin-bottom:24px;padding:24px}.textCounter__inputArea{margin-bottom:24px}.textCounter__textarea{background:var(--color-bg-input,#f1f5f9);border:1px solid var(--color-border,#e2e8f0);border-radius:8px;color:var(--color-text-primary,#0f172a);font-size:1.6rem;line-height:1.5;line-height:1.6;line-height:1.8;min-height:120px;min-height:200px;padding:14px 18px;resize:vertical;transition:border-color .15s cubic-bezier(.22,1,.36,1),background .15s cubic-bezier(.22,1,.36,1);width:100%}.textCounter__textarea::-moz-placeholder{color:var(--color-text-muted,#94a3b8)}.textCounter__textarea::placeholder{color:var(--color-text-muted,#94a3b8)}.textCounter__textarea:focus{border-color:var(--color-accent,#2563eb);box-shadow:0 0 0 1px var(--color-accent,#2563eb);outline:none}.textCounter__textarea:focus-visible{outline:none}.textCounter__stats{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.textCounter__statCard{background:rgba(0,0,0,.2);border-radius:12px;padding:16px;text-align:center}.textCounter__statValue{color:#3b82f6;display:block;font-family:monospace;font-size:2.4rem;font-weight:700}.textCounter__statLabel{color:#475569;font-size:1.4rem;margin-top:4px}.textCounter__limits{background:var(--color-bg-card,#fff);border:1px solid var(--color-border,#e2e8f0);border-radius:16px;margin-bottom:24px;padding:24px}.textCounter__limits h2{border-bottom:1px solid var(--color-border,#e2e8f0);color:var(--color-text-primary,#0f172a);font-size:2rem;font-weight:600;margin:0 0 16px;padding-bottom:8px}.textCounter__limitGrid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.textCounter__limitItem{background:rgba(0,0,0,.2);border-radius:8px;padding:16px}.textCounter__limitHeader{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.textCounter__limitName{font-size:1.5rem;font-weight:600}.textCounter__limitStatus{color:#475569;font-family:monospace;font-size:1.4rem}.textCounter__limitStatus_over{color:#ef4444;font-weight:600}.textCounter__limitBar{background:rgba(0,0,0,.3);border-radius:3px;height:6px;overflow:hidden}.textCounter__limitProgress{background:#3b82f6;border-radius:3px;height:100%;transition:width .2s ease}.textCounter__limitProgress_warning{background:#f59e0b}.textCounter__limitProgress_over{background:#ef4444}.textCounter__actions{display:flex;flex-wrap:wrap;gap:16px}.textCounter__actionBtn{align-items:center;background:transparent;border:1px solid var(--color-border,#e2e8f0);border-radius:8px;color:var(--color-text-primary,#0f172a);cursor:pointer;display:inline-flex;font-size:1.6rem;font-weight:600;gap:8px;justify-content:center;min-height:48px;padding:14px 28px;text-decoration:none;transition:border-color .15s cubic-bezier(.22,1,.36,1),color .15s cubic-bezier(.22,1,.36,1),background .15s cubic-bezier(.22,1,.36,1)}.textCounter__actionBtn:hover{background:rgba(37,99,235,.08);border-color:#2563eb;color:#2563eb}.textCounter__actionBtn:active{background:rgba(37,99,235,.12)}.textCounter__actionBtn:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.textCounter__actionBtn:disabled{cursor:not-allowed;opacity:.5}.textCounterToast{animation:toastSlideIn .3s ease forwards;background:#22c55e;border-radius:12px;bottom:24px;box-shadow:0 4px 12px rgba(0,0,0,.08);color:#fff;display:none;font-weight:500;padding:14px 24px;position:fixed;right:24px;z-index:1000}@media(max-width:640px){.textCounterToast{bottom:16px;left:16px;right:16px;text-align:center}}.textCounterToast_success{background:#22c55e;color:#fff;display:block}.textCounterToast_success:before{content:"✓ "}.textCounterToast_error{background:#ef4444;color:#fff;display:block}.textCounterToast_error:before{content:"✕ "}.textCounterToast_info{background:#2563eb;color:#fff;display:block}.textCounterToast_info:before{content:"ⓘ "}.textCounterToast_warning{background:#eab308;color:#fff;display:block}.textCounterToast_warning:before{content:"⚠ "}.textCounter__about{background:var(--color-bg-card,#fff);border:1px solid var(--color-border,#e2e8f0);border-radius:16px;margin-bottom:24px;margin-top:48px;padding:24px}.textCounter__aboutTitle{border-bottom:1px solid var(--color-border,#e2e8f0);color:var(--color-text-primary,#0f172a);font-size:2rem;font-weight:600;margin:0 0 16px;padding-bottom:8px}.textCounter__aboutText{color:#475569;line-height:1.8;margin-bottom:32px}.textCounter__features{display:grid;gap:16px}.textCounter__feature{align-items:flex-start;background:rgba(59,130,246,.05);border:1px solid rgba(59,130,246,.1);border-radius:12px;display:flex;gap:16px;padding:16px}.textCounter__feature h3{font-size:1.6rem;font-weight:600;margin-bottom:4px}.textCounter__feature p{color:#475569;font-size:1.5rem}.textCounter__featureIcon{flex-shrink:0;font-size:1.5rem}.textCounter__usecases{background:var(--color-bg-card,#fff);border:1px solid var(--color-border,#e2e8f0);border-radius:16px;margin-bottom:24px;margin-top:32px;padding:24px}.textCounter__usecasesTitle{border-bottom:1px solid var(--color-border,#e2e8f0);color:var(--color-text-primary,#0f172a);font-size:2rem;font-weight:600;margin:0 0 24px;padding-bottom:8px}.textCounter__usecaseGrid{display:grid;gap:16px;grid-template-columns:repeat(2,1fr)}@media(max-width:768px){.textCounter__usecaseGrid{grid-template-columns:1fr}}.textCounter__usecase{background:hsla(0,0%,100%,.5);border:1px solid #e2e8f0;border-radius:12px;padding:24px;text-align:center}.textCounter__usecase h3{font-size:1.6rem;font-weight:600;margin-bottom:4px}.textCounter__usecase p{color:#475569;font-size:1.5rem}.textCounter__usecaseIcon{display:block;font-size:2rem;margin-bottom:8px}.textCounter__faq{background:var(--color-bg-card,#fff);border:1px solid var(--color-border,#e2e8f0);border-radius:16px;margin-bottom:24px;margin-top:32px;padding:24px}.textCounter__faqTitle{border-bottom:1px solid var(--color-border,#e2e8f0);color:var(--color-text-primary,#0f172a);font-size:2rem;font-weight:600;margin:0 0 24px;padding-bottom:8px}.textCounter__faqList{display:flex;flex-direction:column;gap:16px}.textCounter__faqItem{background:hsla(0,0%,100%,.5);border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.textCounter__faqQ{font-weight:600;padding:16px}.textCounter__faqA{color:#475569;font-size:1.5rem;line-height:1.7;padding:0 16px 16px}.textCounter__related{background:var(--color-bg-card,#fff);border:1px solid var(--color-border,#e2e8f0);border-radius:16px;margin-bottom:24px;margin-top:32px;padding:24px}.textCounter__relatedTitle{border-bottom:1px solid var(--color-border,#e2e8f0);color:var(--color-text-primary,#0f172a);font-size:2rem;font-weight:600;margin:0 0 24px;padding-bottom:8px}.textCounter__relatedGrid{display:grid;gap:16px;grid-template-columns:repeat(3,1fr)}@media(max-width:768px){.textCounter__relatedGrid{grid-template-columns:1fr}}.textCounter__relatedCard{align-items:center;background:hsla(0,0%,100%,.5);border:1px solid #e2e8f0;border-radius:12px;display:flex;flex-direction:column;padding:24px;text-align:center;text-decoration:none;transition:all .15s cubic-bezier(.22,1,.36,1)}.textCounter__relatedCard:hover{border-color:#3b82f6;transform:translateY(0)}.textCounter__relatedCard h3{color:#0f172a;font-size:1.6rem;font-weight:600;margin-bottom:4px}.textCounter__relatedCard p{color:#475569;font-size:1.5rem}.textCounter__relatedIcon{font-size:2rem;margin-bottom:8px}