.number-words-tool{gap:18px;display:grid}.number-words-header{border:1px solid var(--color-border);background:var(--color-surface);border-radius:17px;justify-content:space-between;align-items:flex-start;gap:14px;padding:18px;display:flex}.number-words-header>div:first-child,.number-words-input-card>header,.number-words-result-card>header,.number-words-batch-card>header>div:first-child,.number-words-history>header>div:first-child{align-items:flex-start;gap:9px;display:flex}.number-words-header svg,.number-words-input-card header svg,.number-words-result-card header svg,.number-words-batch-card header svg,.number-words-history header svg{color:var(--color-primary)}.number-words-header h2,.number-words-input-card h2,.number-words-result-card h2,.number-words-batch-card h2,.number-words-history h2{margin:0;font-size:18px}.number-words-header p,.number-words-input-card p,.number-words-result-card p,.number-words-batch-card p,.number-words-history p{color:var(--color-text-secondary);margin:4px 0 0;font-size:11px;line-height:1.55}.number-words-header-actions{flex-wrap:wrap;gap:7px;display:flex}.number-words-header-actions button,.number-words-result-card button,.number-words-batch-card button,.number-words-history button{border:1px solid var(--color-border);min-height:39px;color:var(--color-text);cursor:pointer;background:#fff;border-radius:9px;justify-content:center;align-items:center;gap:7px;padding-inline:11px;font-weight:700;display:inline-flex}.number-words-main-grid{grid-template-columns:minmax(320px,.42fr) minmax(0,.58fr);gap:14px;display:grid}.number-words-input-card,.number-words-result-card,.number-words-batch-card,.number-words-history{border:1px solid var(--color-border);background:var(--color-surface);border-radius:17px;padding:18px}.number-words-input-card>header,.number-words-result-card>header{margin-bottom:16px}.number-words-primary-input{gap:7px;display:grid}.number-words-primary-input>span,.number-words-settings label>span{color:var(--color-text-secondary);text-transform:uppercase;font-size:9px;font-weight:700}.number-words-primary-input input{border:1px solid var(--color-border);border-radius:12px;width:100%;min-height:62px;padding-inline:15px;font-size:24px;font-weight:750}.number-words-primary-input input:focus,.number-words-settings select:focus,.number-words-batch-grid textarea:focus{border-color:var(--color-primary);outline:3px solid var(--color-primary-soft)}.number-words-format-preview{border:1px solid var(--color-border);background:#f8f9fc;border-radius:10px;margin-top:13px;padding:12px}.number-words-format-preview span,.number-words-format-preview strong{display:block}.number-words-format-preview span{color:var(--color-text-secondary);text-transform:uppercase;font-size:9px}.number-words-format-preview strong{margin-top:5px;font-size:18px}.number-words-error{color:#a12b2b;background:#fff1f1;border:1px solid #efc0c0;border-radius:9px;margin-top:10px;padding:10px;font-size:12px}.number-words-result-card{grid-template-rows:auto minmax(150px,1fr) auto;display:grid}.number-words-result-card>header{grid-template-columns:auto minmax(0,1fr) auto;display:grid}.number-words-result-card>header>button{width:39px;padding:0}.number-words-result{color:#eef3fb;overflow-wrap:anywhere;background:#101522;border-radius:12px;align-items:center;padding:20px;font:600 20px/1.65 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex}.number-words-result-card>footer{justify-content:flex-end;margin-top:12px;display:flex}.number-words-result-card button:disabled,.number-words-batch-card button:disabled,.number-words-history button:disabled{opacity:.45;cursor:default}.number-words-settings{grid-template-columns:repeat(4,minmax(0,1fr)) 1.35fr;gap:8px;display:grid}.number-words-settings>article{border:1px solid var(--color-border);background:#f8f9fc;border-radius:11px;padding:12px}.number-words-settings label{gap:7px;display:grid}.number-words-settings select{border:1px solid var(--color-border);background:#fff;border-radius:9px;width:100%;min-height:41px;padding-inline:9px}.number-words-checkboxes{align-content:center;gap:9px;display:grid}.number-words-checkboxes label{color:var(--color-text-secondary);align-items:center;gap:7px;font-size:11px;display:flex}.number-words-checkboxes input{width:18px;height:18px;accent-color:var(--color-primary)}.number-words-stats{grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;display:grid}.number-words-stats article{border:1px solid var(--color-border);background:#f8f9fc;border-radius:10px;padding:12px}.number-words-stats span,.number-words-stats strong{display:block}.number-words-stats span{color:var(--color-text-secondary);text-transform:uppercase;font-size:9px}.number-words-stats strong{margin-top:5px;font-size:17px}.number-words-batch-card>header,.number-words-history>header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.number-words-batch-card>header>div:last-child{gap:7px;display:flex}.number-words-batch-grid{grid-template-columns:minmax(300px,.38fr) minmax(0,.62fr);gap:12px;display:grid}.number-words-batch-grid>textarea{border:1px solid var(--color-border);resize:vertical;border-radius:11px;width:100%;min-height:380px;padding:14px;font:13px/1.65 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.number-words-batch-results{align-content:start;gap:7px;max-height:460px;display:grid;overflow:auto}.number-words-batch-results article{border:1px solid var(--color-border);background:#f8f9fc;border-radius:9px;grid-template-columns:120px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px;display:grid}.number-words-batch-results article.is-error{background:#fff1f1;border-color:#efc0c0}.number-words-batch-results code{overflow-wrap:anywhere;background:#fff;border-radius:6px;padding:6px}.number-words-batch-results p{color:var(--color-text);margin:0;font-size:12px}.number-words-batch-results button{width:36px;min-height:36px;padding:0}.number-words-batch-card>footer{flex-wrap:wrap;justify-content:flex-end;gap:7px;margin-top:13px;display:flex}.number-words-batch-card>footer button:first-child{border-color:var(--color-primary);background:var(--color-primary);color:#fff}.number-words-history>div{gap:8px;display:grid}.number-words-history>div>article{border:1px solid var(--color-border);background:#f8f9fc;border-radius:10px;grid-template-columns:180px minmax(0,1fr) auto;align-items:center;gap:12px;padding:11px;display:grid}.number-words-history article strong,.number-words-history article small{display:block}.number-words-history article small{color:var(--color-text-secondary);margin-top:4px}.number-words-history article p{text-overflow:ellipsis;white-space:nowrap;margin:0;overflow:hidden}.number-words-history article>div:last-child{gap:6px;display:flex}.number-words-history article>div:last-child button:last-child{width:38px;padding:0}.number-words-empty{border:1px dashed var(--color-border);color:var(--color-text-secondary);text-align:center;border-radius:10px;padding:20px}.number-words-status{color:#267452;background:#eefaf4;border:1px solid #bde3cf;border-radius:12px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:8px;padding:13px;display:grid}.number-words-status span{color:var(--color-text-secondary);font-size:11px}.number-words-privacy{color:var(--color-text-secondary);justify-content:center;align-items:center;gap:8px;font-size:11px;display:flex}.number-words-privacy svg{color:#267452}@media (width<=1200px){.number-words-settings,.number-words-stats{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=900px){.number-words-header{flex-direction:column;align-items:stretch}.number-words-header-actions button{flex:1}.number-words-main-grid,.number-words-batch-grid{grid-template-columns:1fr}.number-words-settings{grid-template-columns:repeat(2,minmax(0,1fr))}.number-words-history>div>article{grid-template-columns:1fr}.number-words-history article p{white-space:normal}.number-words-history article>div:last-child{justify-content:flex-end}}@media (width<=650px){.number-words-settings,.number-words-stats{grid-template-columns:1fr 1fr}.number-words-batch-card>header,.number-words-history>header{flex-direction:column;align-items:stretch}.number-words-batch-card>header>div:last-child{display:grid}.number-words-batch-results article{grid-template-columns:1fr}.number-words-batch-results button{width:100%}}@media (width<=470px){.number-words-settings,.number-words-stats{grid-template-columns:1fr}}.tool-hero[data-astro-cid-jllvofux]{padding-block:54px 38px}.breadcrumbs[data-astro-cid-jllvofux]{color:var(--color-text-secondary);flex-wrap:wrap;gap:7px;font-size:12px;display:flex}.heading-grid[data-astro-cid-jllvofux]{justify-content:space-between;align-items:flex-end;gap:40px;margin-top:28px;display:flex}.heading-copy[data-astro-cid-jllvofux]{max-width:900px}.category-label[data-astro-cid-jllvofux],.section-kicker[data-astro-cid-jllvofux]{color:var(--color-primary);letter-spacing:.05em;text-transform:uppercase;margin-bottom:9px;font-size:12px;font-weight:750;display:block}h1[data-astro-cid-jllvofux]{letter-spacing:-.052em;margin:0;font-size:clamp(39px,5vw,61px);line-height:1.04}.heading-copy[data-astro-cid-jllvofux]>p[data-astro-cid-jllvofux]{max-width:850px;color:var(--color-text-secondary);margin:18px 0 0;font-size:17px;line-height:1.7}.privacy-badge[data-astro-cid-jllvofux]{color:#23734f;background:#f0faf5;border:1px solid #cfe9dd;border-radius:999px;align-items:center;gap:8px;width:fit-content;margin-top:20px;padding:8px 11px;font-size:12px;font-weight:650;display:flex}.format-list[data-astro-cid-jllvofux]{flex-wrap:wrap;justify-content:flex-end;gap:7px;display:flex}.format-list[data-astro-cid-jllvofux] span[data-astro-cid-jllvofux]{background:var(--color-primary-soft);color:var(--color-primary);border-radius:999px;padding:7px 10px;font-size:12px;font-weight:700}.tool-workspace[data-astro-cid-jllvofux]{padding-block:25px 80px}.container[data-astro-cid-jllvofux].is-wide{max-width:1480px}.content-section[data-astro-cid-jllvofux]{border-top:1px solid var(--color-border);background:var(--color-surface);padding-block:78px}.content-layout[data-astro-cid-jllvofux]{grid-template-columns:minmax(0,1.55fr) minmax(280px,.45fr);align-items:start;gap:72px;display:grid}.article[data-astro-cid-jllvofux] section[data-astro-cid-jllvofux]+section[data-astro-cid-jllvofux]{margin-top:47px}.article[data-astro-cid-jllvofux] h2[data-astro-cid-jllvofux]{margin:0;font-size:clamp(25px,3vw,32px)}.article[data-astro-cid-jllvofux] p[data-astro-cid-jllvofux],.article[data-astro-cid-jllvofux] li[data-astro-cid-jllvofux]{color:var(--color-text-secondary);font-size:16px;line-height:1.8}.sidebar[data-astro-cid-jllvofux]{position:sticky;top:100px}.sidebar-card[data-astro-cid-jllvofux]{border:1px solid var(--color-border);background:#f8f9fc;border-radius:18px;padding:25px}.sidebar-icon[data-astro-cid-jllvofux],.related-icon[data-astro-cid-jllvofux]{background:var(--color-primary-soft);width:49px;height:49px;color:var(--color-primary);border-radius:14px;place-items:center;display:grid}.sidebar-icon[data-astro-cid-jllvofux]{margin-bottom:18px}.sidebar-card[data-astro-cid-jllvofux] ul[data-astro-cid-jllvofux]{gap:10px;padding-left:19px;display:grid}.sidebar-card[data-astro-cid-jllvofux] li[data-astro-cid-jllvofux]{color:var(--color-text-secondary);font-size:14px;line-height:1.65}.related-section[data-astro-cid-jllvofux]{background:#f6f8fc;padding-block:80px}.related-heading[data-astro-cid-jllvofux]{margin-bottom:34px}.related-grid[data-astro-cid-jllvofux]{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.related-card[data-astro-cid-jllvofux]{border:1px solid var(--color-border);background:var(--color-surface);border-radius:18px;grid-template-columns:auto 1fr auto;align-items:center;gap:15px;padding:21px;display:grid}.related-copy[data-astro-cid-jllvofux] h3[data-astro-cid-jllvofux]{margin:0;font-size:16px}.related-copy[data-astro-cid-jllvofux] p[data-astro-cid-jllvofux]{color:var(--color-text-secondary);margin:6px 0 0;font-size:13px}.related-arrow[data-astro-cid-jllvofux]{color:var(--color-primary)}.faq-section[data-astro-cid-jllvofux]{background:var(--color-surface);padding-block:82px}.faq-layout[data-astro-cid-jllvofux]{grid-template-columns:minmax(250px,.42fr) minmax(0,.58fr);gap:72px;display:grid}.faq-list[data-astro-cid-jllvofux]{gap:12px;display:grid}.faq-item[data-astro-cid-jllvofux]{border:1px solid var(--color-border);background:#fafbfe;border-radius:16px;overflow:hidden}.faq-item[data-astro-cid-jllvofux] summary[data-astro-cid-jllvofux]{cursor:pointer;padding:19px 20px;font-weight:650}.faq-item[data-astro-cid-jllvofux] p[data-astro-cid-jllvofux]{color:var(--color-text-secondary);margin:0;padding:0 20px 20px;line-height:1.7}@media (width<=940px){.content-layout[data-astro-cid-jllvofux],.faq-layout[data-astro-cid-jllvofux]{grid-template-columns:1fr}.sidebar[data-astro-cid-jllvofux]{position:static}.related-grid[data-astro-cid-jllvofux]{grid-template-columns:1fr}}@media (width<=760px){.heading-grid[data-astro-cid-jllvofux]{display:block}.format-list[data-astro-cid-jllvofux]{justify-content:flex-start;margin-top:23px}}
