.humanizer-workbench{--humanizer-brand-ink:#111827;--humanizer-brand-accent:#16865c;--humanizer-brand-accent-bright:#34d399;--humanizer-brand-soft:#ecfdf5;--humanizer-border:rgba(0, 0, 0, 0.08);--humanizer-border-strong:rgba(0, 0, 0, 0.14);--humanizer-text:#1d1d1f;--humanizer-muted:#6e6e73;--humanizer-surface:#ffffff;--humanizer-panel:#ffffff;--humanizer-output-panel:color-mix(in srgb, var(--humanizer-brand-soft) 38%, #ffffff);--humanizer-field:#ffffff;--humanizer-accent:var(--humanizer-brand-accent);--humanizer-accent-strong:#0f5f43;--humanizer-button:var(--humanizer-brand-ink);--humanizer-language-accent:var(--humanizer-brand-accent);--humanizer-language-accent-soft:var(--humanizer-brand-soft);--humanizer-danger:#b91c1c;--humanizer-radius:4px;--hy-control-radius:var(--humanizer-radius);--hy-button-bg:var(--humanizer-accent);--hy-button-hover:var(--humanizer-accent-strong);--humanizer-shadow:0 1px 2px rgba(0, 0, 0, 0.04);background:var(--humanizer-surface);color:var(--humanizer-text);font-family:-apple-system,BlinkMacSystemFont,"SF Pro Text","Helvetica Neue",Arial,sans-serif;padding:0 18px 30px}html[data-theme=dark] .humanizer-workbench{--humanizer-border:rgba(255, 255, 255, 0.14);--humanizer-border-strong:rgba(255, 255, 255, 0.22);--humanizer-text:#f5f5f7;--humanizer-muted:#aeaeb2;--humanizer-surface:#101010;--humanizer-panel:#18181a;--humanizer-output-panel:rgba(52, 211, 153, 0.035);--humanizer-field:#101010;--humanizer-accent:#f5f5f7;--humanizer-accent-strong:#ffffff;--humanizer-button:#f5f5f7;--humanizer-language-accent:#f5f5f7;--humanizer-language-accent-soft:#18181a;--humanizer-danger:#ff9f8f;--hy-button-bg:#f5f5f7;--hy-button-hover:#ffffff;--humanizer-shadow:none}.humanizer-workbench *,.humanizer-workbench ::before,.humanizer-workbench ::after{box-sizing:border-box}.humanizer-shell{max-width:72rem;margin:0 auto}.humanizer-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px 16px;align-items:start;padding:20px 0 15px}.humanizer-hero-copy{min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr);gap:10px 16px;align-items:baseline}.humanizer-title{flex:0 0 auto;margin:0;color:var(--humanizer-text);font-size:1.68rem;font-weight:760;line-height:1.15}.humanizer-intro{margin:0;color:var(--humanizer-muted);font-size:.96rem;line-height:1.55;max-width:none;min-width:0}.humanizer-supported-languages{width:fit-content;max-width:100%;margin:6px 0 0;border:1px solid rgba(22,134,92,.22);border-left:3px solid var(--humanizer-brand-accent-bright);border-radius:var(--humanizer-radius);padding:5px 8px;background:var(--humanizer-language-accent-soft);color:var(--humanizer-language-accent);font-size:.84rem;font-weight:650;line-height:1.45}.humanizer-tool{min-height:min(calc(100svh - 260px),620px);border:1px solid var(--humanizer-border);border-radius:var(--humanizer-radius);background:var(--humanizer-panel);box-shadow:var(--humanizer-shadow);backdrop-filter:none;-webkit-backdrop-filter:none;overflow:hidden}.humanizer-form{min-height:min(calc(100svh - 260px),620px);display:flex;flex-direction:column}.humanizer-workspace{min-height:0;flex:1 1 auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.humanizer-panel{min-width:0;min-height:0;display:flex;flex-direction:column;padding:14px 16px}.humanizer-output-panel{border-left:1px solid var(--humanizer-border);background:var(--humanizer-output-panel)}.humanizer-label,.humanizer-protected-label,.humanizer-intensity-label,.humanizer-panel-title{color:var(--humanizer-text);font-size:.92rem;font-weight:650;line-height:1.35}.humanizer-control-label-wrap,.humanizer-mode-control .hy-mode-selector-label-wrap{min-height:24px;display:inline-flex;align-items:center;gap:8px;line-height:1.35}.humanizer-protected-label,.humanizer-intensity-label{display:inline-flex;align-items:center}.humanizer-help{display:inline-flex;align-items:center}.humanizer-help-trigger{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;font:inherit;font-size:.78rem;font-weight:650;line-height:1}.humanizer-textarea,.humanizer-input,.humanizer-select{width:100%;border:1px solid var(--humanizer-border-strong);border-radius:var(--humanizer-radius);background:var(--humanizer-field);color:var(--humanizer-text);font:inherit;box-shadow:inset 0 1px 2px rgba(0,0,0,.025);transition:border-color 130ms ease,box-shadow 130ms ease,background 130ms ease}.humanizer-textarea::placeholder,.humanizer-input::placeholder{color:#86868b}.humanizer-textarea:focus,.humanizer-input:focus,.humanizer-select:focus{border-color:var(--humanizer-accent);background:var(--humanizer-field);box-shadow:0 0 0 3px rgba(29,29,31,.12),inset 0 1px 2px rgba(0,0,0,.025);outline:0}html[data-theme=dark] .humanizer-textarea::placeholder,html[data-theme=dark] .humanizer-input::placeholder{color:#8e8e93}html[data-theme=dark] .humanizer-textarea:focus,html[data-theme=dark] .humanizer-input:focus,html[data-theme=dark] .humanizer-select:focus{box-shadow:0 0 0 3px rgba(245,245,247,.16)}.humanizer-textarea{flex:1 1 auto;min-height:420px;margin-top:0;padding:12px 12px 34px;resize:none;line-height:1.65}.humanizer-textarea-shell{position:relative;flex:1 1 auto;min-height:420px;margin-top:8px;display:flex}.humanizer-text-counter{position:absolute;right:10px;bottom:8px;z-index:2;max-width:calc(100% - 20px);min-width:112px;min-height:22px;box-sizing:border-box;border:1px solid rgba(0,0,0,.08);border-radius:var(--humanizer-radius);background:rgba(255,255,255,.92);color:var(--humanizer-muted);padding:2px 7px;font-size:.76rem;font-weight:650;line-height:1.35;pointer-events:none;text-align:right;white-space:nowrap}.humanizer-text-counter[hidden]{display:inline-flex;visibility:hidden}.humanizer-text-counter[data-state=over]{border-color:rgba(185,28,28,.18);background:rgba(254,242,242,.95);color:var(--humanizer-danger)}.humanizer-textarea[aria-invalid=true]{border-color:var(--humanizer-danger);box-shadow:0 0 0 3px rgba(185,28,28,.12),inset 0 1px 2px rgba(0,0,0,.025)}html[data-theme=dark] .humanizer-text-counter{border-color:rgba(255,255,255,.16);background:rgba(24,24,26,.95)}html[data-theme=dark] .humanizer-text-counter[data-state=over]{border-color:rgba(255,159,143,.26);background:rgba(64,24,22,.96)}.humanizer-input,.humanizer-select{min-width:0;min-height:42px;padding:0 11px}.humanizer-select{cursor:pointer}.humanizer-action-bar{flex:0 0 auto;display:grid;grid-template-columns:minmax(170px,.82fr) minmax(200px,1.18fr) minmax(160px,170px) minmax(142px,154px) repeat(2,minmax(120px,132px));gap:10px;align-items:center;min-width:0;border-top:1px solid var(--humanizer-border);padding:10px 16px}.humanizer-action-bar>*{min-width:0}.humanizer-control-group{min-width:0;display:grid;grid-template-columns:max-content minmax(0,1fr);gap:10px;align-items:center}.humanizer-tier-control{grid-template-columns:max-content minmax(136px,168px)}.humanizer-button{min-height:42px;border:1px solid transparent;border-radius:var(--humanizer-radius);padding:0 18px;font:inherit;font-weight:650;cursor:pointer;transition:background 130ms ease,border-color 130ms ease,box-shadow 130ms ease,color 130ms ease}.humanizer-button:disabled{cursor:wait;opacity:.65}.humanizer-button-primary{background:var(--humanizer-button);border-color:var(--humanizer-button);color:#fff;box-shadow:0 8px 18px rgba(0,0,0,.12)}html[data-theme=dark] .humanizer-button-primary{color:#1d1d1f;box-shadow:none}.humanizer-button-primary:hover,.humanizer-button-primary:focus-visible{background:var(--humanizer-accent-strong);border-color:var(--humanizer-accent-strong)}.humanizer-button-secondary{background:#fff;border-color:var(--humanizer-border-strong);color:var(--humanizer-text)}html[data-theme=dark] .humanizer-button-secondary{background:#101010;color:#f5f5f7}.humanizer-button-secondary:hover,.humanizer-button-secondary:focus-visible{border-color:var(--humanizer-accent);color:var(--humanizer-accent-strong)}.humanizer-status{margin:0;padding:0 16px 10px;color:var(--humanizer-muted);font-size:.88rem;line-height:1.35}.humanizer-status:empty{display:none}.humanizer-status[data-state=failed]{color:var(--humanizer-danger)}.humanizer-output-head{flex:0 0 auto;min-height:1.35em;margin-bottom:8px}.humanizer-panel-title{margin:0}.humanizer-output{flex:1 1 auto;min-height:420px;margin:0;border:1px solid var(--humanizer-border-strong);border-radius:var(--humanizer-radius);background:var(--humanizer-field);color:var(--humanizer-text);padding:12px;font:inherit;line-height:1.65;overflow:auto;overflow-wrap:anywhere;white-space:pre-wrap;box-shadow:inset 0 1px 2px rgba(0,0,0,.025)}.humanizer-output[data-placeholder=true]{color:var(--humanizer-muted)}.humanizer-detect-button,.humanizer-copy-button{min-width:132px}.humanizer-copy-button.humanizer-button-secondary{border-color:var(--humanizer-button);background:var(--humanizer-button);color:#fff;box-shadow:0 8px 18px rgba(0,0,0,.12)}html[data-theme=dark] .humanizer-copy-button.humanizer-button-secondary{color:#1d1d1f;box-shadow:none}.humanizer-copy-button.humanizer-button-secondary:hover:not(:disabled),.humanizer-copy-button.humanizer-button-secondary:focus-visible:not(:disabled){border-color:var(--humanizer-accent-strong);background:var(--humanizer-accent-strong);color:#fff}html[data-theme=dark] .humanizer-copy-button.humanizer-button-secondary:hover:not(:disabled),html[data-theme=dark] .humanizer-copy-button.humanizer-button-secondary:focus-visible:not(:disabled){color:#1d1d1f}.humanizer-copy-button:disabled{cursor:not-allowed}@media (min-width:768px){.humanizer-status{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media (max-width:767px){.humanizer-workbench{padding:0 8px 22px}.humanizer-hero{display:block;padding:13px 0 10px}.humanizer-hero-copy{display:block}.humanizer-title{font-size:1.42rem}.humanizer-intro{margin-top:4px;font-size:.94rem}.humanizer-supported-languages{margin-top:7px;font-size:.82rem}.humanizer-tool{min-height:auto;border-width:.5px;border-radius:0;box-shadow:none}.humanizer-form{min-height:auto}.humanizer-workspace{grid-template-columns:1fr}.humanizer-panel{padding:9px 10px}.humanizer-output-panel{border-left:0;border-top:.5px solid var(--humanizer-border)}.humanizer-textarea,.humanizer-output{min-height:230px}.humanizer-textarea-shell{min-height:250px}.humanizer-action-bar{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:10px}.humanizer-protected-control,.humanizer-mode-control{grid-column:1/-1}.humanizer-protected-control{order:1}.humanizer-mode-control{order:2}.humanizer-action-bar>.hy-credit-balance{order:3}.humanizer-button-primary{order:4}.humanizer-detect-button{order:5}.humanizer-copy-button{order:6}.humanizer-control-group,.humanizer-tier-control{grid-template-columns:1fr;gap:6px}.humanizer-button,.humanizer-detect-button,.humanizer-copy-button{width:100%}}