.connect-help { max-width: 790px; margin: 42px auto 80px; padding: 0 22px; }
.help-heading { margin-bottom: 28px; }
.eyebrow, #stage { color: var(--gold); text-transform: uppercase; letter-spacing: .12em; font-size: 12px; font-weight: 750; }
.help-heading h1 { font-size: clamp(30px, 6vw, 48px); line-height: 1.08; letter-spacing: -.035em; margin: 12px 0; }
.help-heading p { color: var(--muted); font-size: 17px; }
.started .help-heading h1 { font-size: 26px; }
.started .help-heading > p { display: none; }
.wizard { scroll-margin-top: 130px; }
.history-panel { background: var(--panel-inset); border: 1px solid var(--border); border-radius: 14px; padding: 18px 22px; margin-bottom: 20px; }
.history-panel p { margin: 0 0 10px; line-height: 1.55; }
.history-panel small { color: var(--muted); display: block; }
.recorded-error { overflow-wrap: anywhere; font-family: monospace; font-size: 13px; }
.notice { color: #f4ca85; }
.wizard { background: var(--panel); border: 1px solid var(--border-bright); border-radius: 18px; padding: clamp(22px, 5vw, 38px); box-shadow: 0 18px 55px #0003; }
.wizard h2 { font-size: clamp(23px, 4vw, 30px); line-height: 1.2; letter-spacing: -.025em; margin: 14px 0 18px; outline: none; }
.wizard p { line-height: 1.65; margin: 12px 0; }
.wizard .mini-heading { font-weight: 750; color: var(--gold); margin-top: 24px; }
.connect-help button, .connect-help input, .connect-help select, .connect-help textarea { font: inherit; }
.connect-help button { cursor: pointer; }
.connect-help button:focus-visible, .connect-help a:focus-visible, .connect-help input:focus-visible, .connect-help select:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.answer { display: block; width: 100%; text-align: left; padding: 16px 18px; margin-top: 12px; border: 1px solid var(--border-bright); border-radius: 10px; background: var(--panel-inset); color: var(--text); transition: border-color .12s; }
.answer:hover { border-color: var(--gold); }
.answer span { display: block; font-weight: 650; }
.answer small { display: block; margin-top: 7px; color: var(--muted); line-height: 1.5; }
.wizard a { display: block; margin: 14px 0; color: var(--gold); }
.command { display: flex; gap: 12px; align-items: center; justify-content: space-between; background: var(--bg); border: 1px solid var(--border); padding: 14px; border-radius: 8px; }
.command code { overflow-wrap: anywhere; font-size: 17px; }
.command button, .history-panel button, #copySummary { padding: 8px 12px; background: var(--panel); color: var(--gold); border: 1px solid var(--border-bright); border-radius: 6px; }
.wizard label { display: block; margin: 16px 0 7px; }
.wizard input, .connect-help textarea, .connect-help select { width: 100%; padding: 12px; color: var(--text); background: var(--bg); border: 1px solid var(--border-bright); border-radius: 6px; }
.connect-help select { margin-bottom: 12px; }
.help-controls { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 25px; padding-top: 18px; border-top: 1px solid var(--border); }
.help-controls button { background: none; border: 0; color: var(--muted); padding: 5px 0; }
#saved { color: var(--muted); font-size: 13px; line-height: 1.6; margin-top: 20px; }
.source-note { margin: 24px 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.source-note a { color: var(--gold); }
#guestSignin { display: inline-block; margin-top: 8px; color: var(--gold); }
[hidden] { display: none !important; }
@media (max-width: 480px) { .connect-help { margin-top: 26px; padding: 0 14px; } .history-panel { padding: 16px; } .command { flex-wrap: wrap; } }
