:root{--bg:#f5f7fb;--card:#fff;--accent:#4f46e5;--text:#0f172a;--muted:#6b7280}[data-theme=dark]{--bg:#0b1220;--card:#0f1725;--accent:#7c3aed;--text:#e6eef8;--muted:#9aa6b2}*{box-sizing:border-box}#root,body,html{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;height:100%;margin:0}.app{align-items:center;background:#f5f7fb;background:var(--bg);color:#0f172a;color:var(--text);display:flex;flex-direction:column;min-height:100vh;padding:24px}.app-header h1{font-size:1.5rem;margin:0 0 16px}.app-main{max-width:900px;width:100%}.card{background:#fff;background:var(--card);border-radius:12px;box-shadow:0 4px 18px #0f172a0f;padding:20px}.controls{flex-direction:column}.controls,.row{display:flex;gap:12px}.row{align-items:center}.label{font-weight:600}.length-control{align-items:center;display:flex;gap:12px}.slider{flex:1 1}.checkboxes{display:flex;flex-wrap:wrap;gap:12px}.output{display:flex;flex-direction:column;gap:8px;margin-top:16px}.generated{background:#f3f4f60f;border:1px solid #e5e7eb0f;border-radius:8px;font-family:monospace;padding:12px;word-break:break-all}.buttons{display:flex;gap:8px}.btn{background:#4f46e5;background:var(--accent);border:0;border-radius:8px;color:#fff;cursor:pointer;padding:8px 12px;transition:transform .12s ease,box-shadow .12s}.btn.secondary{background:#0000;border:1px solid #7f5cff1f;color:#4f46e5;color:var(--accent)}.btn:active{transform:translateY(1px)}.muted{color:#6b7280;color:var(--muted)}.feedback{color:#dc2626;min-height:20px}.strength{background:linear-gradient(90deg,#ef4444,#f59e0b,#10b981);border-radius:8px;height:8px;overflow:hidden}.strength-bar{height:100%;width:0}@media (min-width:720px){.controls{flex-direction:row;gap:16px}.panel{flex:1 1}}
/*# sourceMappingURL=main.a051f4f1.css.map*/