.CharacterCounter_tool__37pPE{display:flex;flex-direction:column;gap:var(--space-8);max-width:52rem}.CharacterCounter_privacyBadge__vk46N{display:inline-flex;align-items:center;gap:var(--space-2);align-self:flex-start;background:var(--accent-subtle);color:var(--accent);border:1px solid var(--border);padding:var(--space-1) var(--space-3);border-radius:999px;font-size:.8125rem;font-weight:600}.CharacterCounter_badgeDot__QLS_H{width:7px;height:7px;border-radius:50%;background:#10b981}.CharacterCounter_statsGrid___bA4c{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));grid-gap:var(--space-3);gap:var(--space-3)}.CharacterCounter_statCard__1usto{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:var(--space-4);display:flex;flex-direction:column;gap:var(--space-1);box-shadow:var(--shadow-sm);transition:transform .1s ease,border-color .15s ease}.CharacterCounter_statCard__1usto:hover{border-color:var(--border-strong)}.CharacterCounter_statValue__QlmPG{font-family:var(--font-mono);font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--text);line-height:1.1}.CharacterCounter_statLabel__cOeOd{font-size:.8125rem;font-weight:550;color:var(--text-muted)}.CharacterCounter_editorContainer__johp_{display:flex;flex-direction:column;gap:var(--space-3)}.CharacterCounter_textareaHeader__P7Q9u{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:var(--space-2)}.CharacterCounter_textareaLabel__QUHeT{font-size:.9375rem;font-weight:600;color:var(--text)}.CharacterCounter_actionRow__kTSM9{display:flex;flex-wrap:wrap;gap:var(--space-2)}.CharacterCounter_actionBtn__YpEvh{font-family:var(--font-sans);font-size:.8125rem;font-weight:600;background:var(--surface);color:var(--text);border:1px solid var(--border-strong);padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);cursor:pointer;display:inline-flex;align-items:center;gap:var(--space-1);transition:background-color .12s ease,border-color .12s ease}.CharacterCounter_actionBtn__YpEvh:hover{background:var(--bg-subtle);border-color:var(--text-muted)}.CharacterCounter_actionBtn__YpEvh:active{transform:translateY(1px)}.CharacterCounter_primaryActionBtn__WuNXn{background:var(--accent);color:#ffffff;border-color:var(--accent)}.CharacterCounter_primaryActionBtn__WuNXn:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.CharacterCounter_textarea__YeZap{width:100%;min-height:220px;padding:var(--space-4);font-family:var(--font-sans);font-size:1rem;line-height:1.6;color:var(--text);background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius);resize:vertical;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.CharacterCounter_textarea__YeZap:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-subtle)}.CharacterCounter_limitsSection___GC6t{background:var(--bg-subtle);border:1px solid var(--border);border-radius:var(--radius);padding:var(--space-4) var(--space-6);display:flex;flex-direction:column;gap:var(--space-4)}.CharacterCounter_limitsTitle__spjnz{font-size:.9375rem;font-weight:650;color:var(--text)}.CharacterCounter_limitsGrid__seYB0{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:var(--space-4);gap:var(--space-4)}.CharacterCounter_limitCard__VaqI5{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:var(--space-3) var(--space-4);display:flex;flex-direction:column;gap:var(--space-2)}.CharacterCounter_limitMeta__NbPrn{display:flex;justify-content:space-between;font-size:.8125rem}.CharacterCounter_limitPlatform__2ZDyq{font-weight:600;color:var(--text)}.CharacterCounter_limitCount__9FTQw{font-family:var(--font-mono);color:var(--text-muted)}.CharacterCounter_progressBarBg__TZCZ5{width:100%;height:6px;background:var(--border);border-radius:999px;overflow:hidden}.CharacterCounter_progressBarFill__2p9kl{height:100%;background:var(--accent);border-radius:999px;transition:width .2s ease,background-color .2s ease}.CharacterCounter_progressBarExceeded__z6ilk{background:#ef4444}.CharacterCounter_section__lG4Tq{display:flex;flex-direction:column;gap:var(--space-4)}.CharacterCounter_section__lG4Tq h2{font-size:1.25rem;font-weight:650;color:var(--text)}.CharacterCounter_definition__Udkth{border-left:3px solid var(--accent);background:var(--bg-subtle);border-radius:0 var(--radius) var(--radius) 0;padding:var(--space-4) var(--space-6)}.CharacterCounter_definition__Udkth p{font-size:.9375rem;line-height:1.65;color:var(--text)}.CharacterCounter_tableWrapper__DB7Vv{overflow-x:auto;border:1px solid var(--border);border-radius:var(--radius)}.CharacterCounter_featureTable__U6h1x{width:100%;border-collapse:collapse;font-size:.875rem;text-align:left}.CharacterCounter_featureTable__U6h1x td,.CharacterCounter_featureTable__U6h1x th{padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--border)}.CharacterCounter_featureTable__U6h1x th{background:var(--bg-subtle);font-weight:600;color:var(--text)}.CharacterCounter_featureTable__U6h1x tr:last-child td{border-bottom:none}.CharacterCounter_accordion__7PG0E{display:flex;flex-direction:column;gap:var(--space-3)}.CharacterCounter_accordionItem__rBdKj{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:var(--surface)}.CharacterCounter_accordionTrigger__H6tX7{width:100%;padding:var(--space-4);background:var(--surface);border:none;text-align:left;font-size:.9375rem;font-weight:600;color:var(--text);cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background-color .12s ease}.CharacterCounter_accordionTrigger__H6tX7:hover{background:var(--bg-subtle)}.CharacterCounter_accordionContent__mRAft{padding:0 var(--space-4) var(--space-4) var(--space-4);font-size:.9375rem;color:var(--text-muted);line-height:1.6}