.stats p margin: 0; font-weight: 500;
.stats display: flex; flex-wrap: wrap; gap: 1rem; margin: 1rem 0; background: white; padding: 0.8rem; border-radius: 16px;
function updateStats() const text = textarea.value; const charCount = text.length; const wordUnits = calculateWordsFromChars(text);
);
button background: #1e2a3e; color: white; border: none; padding: 0.6rem 1.2rem; border-radius: 40px; cursor: pointer; font-weight: bold;
.stats p margin: 0; font-weight: 500;
.stats display: flex; flex-wrap: wrap; gap: 1rem; margin: 1rem 0; background: white; padding: 0.8rem; border-radius: 16px;
function updateStats() const text = textarea.value; const charCount = text.length; const wordUnits = calculateWordsFromChars(text);
);
button background: #1e2a3e; color: white; border: none; padding: 0.6rem 1.2rem; border-radius: 40px; cursor: pointer; font-weight: bold;
