:root{--bg:#f5f6f8;--surface:#fff;--border:#d9dce1;--text:#1c1f24;--text-muted:#6b7280;--accent:#2f6feb;--accent-contrast:#fff;--error-bg:#fdeceb;--error-border:#e5534b;--error-text:#8a1f16;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}:root[data-theme=dark]{--bg:#14161a;--surface:#1b1e24;--border:#2e333c;--text:#e6e8eb;--text-muted:#9aa1ac;--accent:#5b9dff;--accent-contrast:#0b1220;--error-bg:#3a1c1c;--error-border:#e5534b;--error-text:#ffb4ac;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}body{background:var(--bg);color:var(--text);margin:0;font-family:system-ui,Segoe UI,Roboto,sans-serif}.app{box-sizing:border-box;max-width:1000px;margin:0 auto;padding:20px}h1{margin:8px 0 4px;font-size:28px}.app-description{color:var(--text-muted);margin:0 0 20px;font-size:14px}.site-header{align-items:center;gap:10px;margin-bottom:12px;display:flex}.site-header__brand{color:var(--accent);white-space:nowrap;font-size:15px;font-weight:700;text-decoration:none}.site-header__brand:hover{text-decoration:underline}.site-header__divider{color:var(--text-muted);font-weight:400}.site-header__title{color:var(--text-muted);white-space:nowrap;font-size:15px;font-weight:600}.toolbar-spacer{flex:1}.btn,.toggle-btn{border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;border-radius:6px;padding:6px 12px;font-size:13px}.btn:hover,.toggle-btn:hover{border-color:var(--accent)}.btn:disabled{opacity:.5;cursor:not-allowed}.icon-btn{padding:6px 10px}.toolbar{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:12px;display:flex}.error-banner{background:var(--error-bg);border:1px solid var(--error-border);color:var(--error-text);border-radius:6px;margin-bottom:12px;padding:10px 12px;font-size:13px}.panels{grid-template-columns:1fr 1fr;gap:16px;display:grid}.panel{flex-direction:column;gap:6px;display:flex}.panel__label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:600}.panel textarea{resize:vertical;border:1px solid var(--border);background:var(--surface);min-height:320px;color:var(--text);box-sizing:border-box;border-radius:8px;padding:12px;font-family:ui-monospace,Consolas,monospace;font-size:13px;line-height:1.5}.panel textarea:focus{border-color:var(--accent);outline:none}.generator-group{align-items:center;gap:8px;display:inline-flex}.generator-group input[type=number]{border:1px solid var(--border);background:var(--surface);width:60px;color:var(--text);border-radius:6px;padding:6px 8px;font-size:13px}.stats-grid{grid-template-columns:repeat(2,1fr);align-content:start;gap:10px;display:grid}.stat-card{background:var(--surface);border:1px solid var(--border);text-align:center;border-radius:8px;padding:14px}.stat-card__value{color:var(--accent);font-size:22px;font-weight:700;line-height:1.2}.stat-card__label{color:var(--text-muted);margin-top:4px;font-size:12px}@media (width<=720px){.panels{grid-template-columns:1fr}}@media (width<=480px){.stats-grid{grid-template-columns:1fr 1fr}}
