.setup-error { max-width:720px; margin:40px auto; padding:30px; }
.setup-error h2 { font:800 20px Manrope; margin:12px 0; }
.setup-error p { color:var(--red); background:#fff1ef; padding:12px; border-radius:7px; font-size:11px; }
.setup-error ol { color:var(--muted); font-size:12px; line-height:2; }
.setup-error code { background:#edf2f5; color:#295b78; padding:2px 5px; border-radius:4px; }
.toast.error { background:#a83e3e; }
