/* Scoped homepage discovery. Stable tracks avoid layout jumps between titles. */
.editorial-home .discovery-carousel { min-width:0; display:block; align-self:start; }
.editorial-home .discovery-heading { display:flex; justify-content:space-between; align-items:center; gap:12px; margin-bottom:16px; font-size:12px; color:var(--dafa-text-soft); }
.editorial-home .discovery-heading strong { font-size:13px; font-weight:650; color:var(--dafa-accent); }
.editorial-home .discovery-controls { display:flex; align-items:center; gap:4px; flex-shrink:0; }
.editorial-home .discovery-controls[hidden], .editorial-home .discovery-interests[hidden] { display:none; }
.editorial-home .discovery-controls button { display:inline-flex; justify-content:center; align-items:center; width:auto; min-width:28px; min-height:30px; padding:3px 6px; border:0; background:transparent; color:var(--dafa-text-soft); font:inherit; font-size:12px; border-radius:4px; cursor:pointer; }
.editorial-home .discovery-controls button:hover { background:var(--dafa-surface-muted); color:var(--dafa-accent); }
.editorial-home .discovery-count { font-size:11px; font-variant-numeric:tabular-nums; min-width:32px; text-align:center; }
.editorial-home .discovery-track { display:grid; min-width:0; touch-action:pan-y; }
.editorial-home .discovery-track > [data-discovery-slide] { grid-area:1/1; min-width:0; }
.editorial-home [data-discovery-ready] .discovery-track > [hidden] { display:block!important; visibility:hidden; pointer-events:none; }
.editorial-home .discovery-slide h3 { margin:0 0 14px; font-size:19px; line-height:1.6; font-weight:650; }
.editorial-home .discovery-slide h3 a { color:var(--dafa-text); display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
.editorial-home .discovery-slide h3 a:hover { color:var(--dafa-accent); }
.editorial-home .discovery-carousel--files h3 { min-height:3.2em; }
.editorial-home .discovery-reason { margin:0 0 10px; font-size:11px; color:var(--dafa-accent); }
.editorial-home .discovery-card__image { display:block; }
.editorial-home .discovery-news-grid { display:grid; grid-template-columns:1.05fr 1fr; gap:48px; padding-top:24px; }
.editorial-home .discovery-carousel--news { padding:24px; background:var(--dafa-surface); border-radius:8px; }
.editorial-home .editorial-section--news .editorial-items { display:block; }
.editorial-home .editorial-section--news .editorial-item:first-child { padding:18px 0 22px; background:transparent; border-radius:0; border-bottom:1px solid var(--dafa-border); }
.editorial-home .discovery-latest { min-width:0; }
.editorial-home .discovery-latest__title { margin:0; font-size:13px; font-weight:650; color:var(--dafa-text-soft); }
.editorial-home .discovery-suggestions { align-items:center; flex-wrap:nowrap; gap:10px; }
.editorial-home .discovery-suggestions > span { flex-shrink:0; }
.editorial-home .discovery-suggestions .discovery-track { flex:1; }
.editorial-home .discovery-suggestions .discovery-track a { display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.editorial-home .discovery-suggestions .discovery-count { display:none; }
.editorial-home .discovery-questions { margin:20px 0 16px; }
.editorial-home .discovery-questions .discovery-heading { gap:4px; margin-bottom:6px; font-size:11px; }
.editorial-home .discovery-questions button.editorial-ai__example { display:block; margin:0; min-height:92px; }
.editorial-home .editorial-ai__example > span:first-child { display:inline; margin:0; font-size:inherit; color:inherit; }
.editorial-home .discovery-interests { margin-top:10px; color:var(--dafa-text-soft); font-size:12px; }
.editorial-home .discovery-interests summary { cursor:pointer; width:fit-content; }
.editorial-home .discovery-interests p { margin:12px 0; line-height:1.7; }
.editorial-home .discovery-topics { display:flex; flex-wrap:wrap; gap:8px; }
.editorial-home .discovery-topics button { border:1px solid var(--dafa-border); background:transparent; color:var(--dafa-text-soft); padding:6px 10px; border-radius:4px; font:inherit; cursor:pointer; }
.editorial-home .discovery-topics button[aria-pressed=true] { border-color:var(--dafa-accent); color:var(--dafa-accent); background:color-mix(in srgb,var(--dafa-accent) 6%,var(--dafa-surface)); }
@media (prefers-reduced-motion:no-preference) {
 .editorial-home .discovery-track > .is-active { animation:dafa-discovery-enter .35s ease-out; }
 @keyframes dafa-discovery-enter { from { opacity:.35; transform:translateY(6px); } to { opacity:1; transform:translateY(0); } }
}
@media(max-width:1023px) {
 .editorial-home .discovery-news-grid { gap:24px; }
 .editorial-home .discovery-carousel--news { padding:20px; }
}
@media(max-width:767px) {
 .editorial-home .discovery-carousel--files { display:block; margin-top:8px; padding:20px; }
 .editorial-home .discovery-carousel--files .editorial-feature__image { height:150px; margin-bottom:16px; }
 .editorial-home .discovery-slide h3 { font-size:17px; }
 .editorial-home .discovery-news-grid { grid-template-columns:minmax(0,1fr); gap:24px; }
 .editorial-home .discovery-carousel--news { padding:20px 16px; }
 .editorial-home .discovery-controls button { min-height:36px; min-width:30px; }
 .editorial-home .discovery-suggestions { gap:6px; }
 .editorial-home .discovery-suggestions .discovery-controls { gap:0; }
 .editorial-home .discovery-topics button { min-height:36px; }
}
