/* Pairing page (mylist) specific styles — shared tokens live in site.css */
.wrap { max-width: 560px; margin: 0 auto; padding: 32px 20px 64px; }
.brand { display: flex; align-items: center; gap: 10px; margin-bottom: 26px; }
.brand-mark { width: 34px; height: 34px; border-radius: 10px; background: var(--brand-soft); display: grid; place-items: center; color: var(--brand); font-weight: 900; }
.brand b { letter-spacing: .12em; font-size: 15px; }
h1 { font-size: 26px; font-weight: 800; letter-spacing: -.02em; margin-bottom: 8px; }
.lede { color: var(--ink2); margin-bottom: 26px; }
.activation { border-top: 1px solid var(--border); margin-top: 18px; padding-top: 14px; }
.activation h3 { margin-bottom: 6px; }
.act-lede { color: var(--ink3); font-size: 12.5px; line-height: 1.6; margin-bottom: 10px; }
#act-status { margin: 8px 0; }
.act-link { display: inline-flex; width: auto; min-height: 44px; margin-top: 6px; padding: 0 18px; }

/* List health check card */
.badge.warn { background: rgba(245, 158, 11, .14); color: var(--warn, #f59e0b); }
.badge.err { background: rgba(239, 68, 68, .14); color: var(--err); }
#health-result { margin-top: 14px; border: 1px solid var(--border); border-radius: 10px; padding: 12px; max-height: 320px; overflow-y: auto; }
.health-summary { font-size: 13.5px; color: var(--ink2); padding-bottom: 10px; border-bottom: 1px solid var(--border); margin-bottom: 6px; }
.health-summary b { color: var(--ink); }
.health-ok { color: var(--ok); }
.health-warn { color: var(--warn, #f59e0b); }
.health-err { color: var(--err); }
.health-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 7px 0; border-bottom: 1px solid var(--border); font-size: 13px; }
.health-row:last-child { border-bottom: none; }
.health-name { color: var(--ink2); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
