/* Inline discovery preferences: deliberately part of the reading order. */
.interest-panel{margin:28px 0 0;padding:24px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);color:var(--text)}
.interest-panel__top{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.interest-panel__top .eyebrow{margin:0 0 8px}.interest-panel h2{font-size:clamp(1.45rem,3vw,2rem);letter-spacing:-.045em;line-height:1.12;margin:0}.interest-panel__close{display:grid;place-items:center;flex:0 0 auto;width:38px;height:38px;border:1px solid var(--line);border-radius:5px;background:var(--surface-2);color:var(--text);font-size:1.4rem;line-height:1}.interest-panel>#interest-description{font-size:.9rem;color:var(--muted);margin:14px 0 20px}
.interest-panel .interest-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;border:0;padding:0;margin:0}.interest-panel .interest-option{position:relative;display:flex;align-items:center;gap:11px;min-height:92px;padding:14px 28px 14px 13px;border:1px solid var(--line);border-radius:8px;background:var(--surface-2);cursor:pointer}.interest-panel .interest-option:has(input:checked){border-color:var(--accent);background:var(--tint);box-shadow:inset 0 0 0 1px var(--accent)}.interest-panel .interest-option:has(input:focus-visible){outline:3px solid var(--accent);outline-offset:3px}.interest-panel .interest-option input{position:absolute;right:10px;top:11px;width:15px;height:15px;min-height:0;margin:0;accent-color:var(--button)}.interest-panel .interest-icon{flex:0 0 auto;color:var(--accent);font-size:24px}.interest-panel .interest-option strong{display:block;font-size:.82rem;line-height:1.3}.interest-panel .interest-option small{display:block;margin-top:4px;color:var(--muted);font-size:.69rem;line-height:1.45}.interest-panel .interest-hint{min-height:1.5em;margin:18px 0;color:var(--muted);font-size:.78rem}.interest-panel__actions{display:flex;align-items:center;justify-content:space-between;gap:14px}.interest-panel__actions .button{gap:24px;min-width:140px}.interest-panel__actions .text-button{font-size:.78rem}.interest-panel .interest-footnote{margin:16px 0 0;text-align:center;color:var(--muted);font-size:.7rem}
@media(max-width:760px){.interest-panel .interest-options{grid-template-columns:1fr 1fr}}
@media(max-width:500px){.interest-panel{margin-top:22px;padding:19px}.interest-panel .interest-options{gap:8px}.interest-panel .interest-option{display:block;min-height:126px;padding:14px 26px 12px 12px}.interest-panel .interest-icon{display:block;margin-bottom:7px;font-size:22px}.interest-panel .interest-option strong{font-size:.77rem}.interest-panel .interest-option small{font-size:.66rem}.interest-panel>#interest-description{font-size:.82rem;margin-bottom:17px}.interest-panel__actions{align-items:flex-start;flex-direction:column-reverse}.interest-panel__actions .button{width:100%}}
/* Leave the focused heading below the sticky site header on manual reopening. */
.interest-panel #interest-title{scroll-margin-top:130px}
