
    /* page-specific: alert feed picker */
    .feed-pick { max-width: 640px; margin: 0 auto; }
    .feed-pick h2 { margin-top: 0; }
    .feed-pick label { display: block; font-weight: 600; margin-bottom: 6px; }
    .feed-pick select { width: 100%; padding: 10px 14px; font-size: 1rem; border-radius: 10px; border: 1.5px solid var(--border); background: var(--surface); color: var(--text); }
    .feed-url-row { display: flex; gap: 10px; margin-top: 16px; align-items: stretch; flex-wrap: wrap; }
    .feed-url-row input { flex: 1 1 0; min-width: 0; padding: 10px 14px; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: .88rem; border: 1.5px solid var(--border); border-radius: 10px; background: var(--surface); color: var(--text); }
    .feed-url-row .btn { flex-shrink: 0; white-space: nowrap; }
    .copy-feedback { font-size: .85rem; color: var(--brand); min-height: 1.2em; margin-top: 4px; }
    .reader-links { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 18px; }
    .reader-links a { display: inline-flex; align-items: center; gap: 6px; min-height: 44px; padding: 8px 16px; border: 1.5px solid var(--border); border-radius: 10px; text-decoration: none; font-weight: 600; font-size: .92rem; color: var(--text); background: var(--surface); }
    .reader-links a:hover { border-color: var(--brand); color: var(--brand); }
    .email-steps { max-width: 640px; margin: 0 auto; }
    .email-steps ol { margin-top: 16px; padding-left: 0; list-style: none; counter-reset: email-step; }
    .email-steps li { counter-increment: email-step; position: relative; padding-left: 44px; margin-bottom: 18px; }
    .email-steps li::before {
      content: counter(email-step); position: absolute; left: 0; top: 0;
      width: 28px; height: 28px; border-radius: 50%;
      background: var(--brand-tint); color: var(--brand-ink);
      font-size: .85rem; font-weight: 700; display: grid; place-items: center;
    }
    .email-steps li strong { display: block; margin-bottom: 2px; }
    .email-steps .fine { margin-top: 8px; }
    .feed-note { margin-top: 20px; padding: 14px 18px; border: 1.5px solid var(--border); border-radius: 12px; background: var(--surface); font-size: .92rem; color: var(--muted); }
    .feed-note strong { color: var(--text); }
    /* page-specific: weekly email digest sign-up */
    .alert-signup { max-width: 640px; margin: 0 auto; }
    .alert-signup h2 { margin-top: 0; }
    .alert-field { margin-top: 24px; }
    .alert-field > label { display: block; font-weight: 600; margin-bottom: 6px; }
    .alert-field input[type="email"], .alert-field input[type="text"] { width: 100%; padding: 10px 14px; font-size: 1rem; border-radius: 10px; border: 1.5px solid var(--border); background: var(--surface); color: var(--text); }
    .alert-tracks { border: 1.5px solid var(--border); border-radius: 12px; padding: 16px 18px; margin: 24px 0 0; }
    .alert-tracks legend { font-weight: 600; padding: 0 6px; }
    .alert-radio { display: flex; align-items: center; gap: 10px; min-height: 44px; font-weight: 500; }
    .alert-radio input { width: 20px; height: 20px; flex-shrink: 0; }
    .alert-consent { display: flex; align-items: flex-start; gap: 10px; }
    .alert-consent label { font-weight: 500; font-size: .95rem; }
    .alert-consent input { width: 20px; height: 20px; margin-top: 2px; flex-shrink: 0; }
    .alert-actions { margin-top: 24px; }
    .alert-status { margin-top: 14px; font-size: .95rem; color: var(--brand-ink); min-height: 1.4em; }
    .alert-page { max-width: 640px; }
    .alert-page h1 { margin-top: 0; }
