.top-stories-section{padding:24px 0 16px;border-top:3px solid #c9a84c}.top-stories-header{display:flex;align-items:baseline;gap:12px;margin-bottom:20px}.top-stories-title{display:flex;align-items:center;gap:7px;font-size:15px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text,#111827);margin:0}.top-stories-title svg{width:16px;height:16px;color:#c9a84c;flex-shrink:0}.top-stories-hint{font-size:11px;font-weight:500;color:var(--text-muted,#9ca3af);letter-spacing:.04em;font-style:normal}.top-stories-section .featured-card{margin-bottom:0}.top-stories-grid{display:grid;grid-template-columns:1fr;gap:0}.top-stories-card.is-compact{display:grid;grid-template-columns:120px 1fr;gap:14px;cursor:pointer;padding:16px 0;border-bottom:1px solid var(--color-border,#e5e7eb)}.top-stories-card.is-compact:last-child{border-bottom:none;padding-bottom:0}@media (min-width:640px){.top-stories-grid{grid-template-columns:1fr 1fr;gap:0 20px}.top-stories-card.is-compact:last-child,.top-stories-card.is-compact:nth-last-child(2){border-bottom:none;padding-bottom:0}}.top-stories-card.is-compact .top-stories-thumb{position:relative;width:120px;aspect-ratio:16/9;border-radius:4px;overflow:hidden;background:var(--bg-tertiary,#f3f4f6);flex-shrink:0}.top-stories-card.is-compact .top-stories-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.top-stories-card.is-compact:hover .top-stories-thumb img{transform:scale(1.05)}.top-stories-card.is-compact .top-stories-card-content{display:flex;flex-direction:column;justify-content:center;min-width:0;gap:8px}.top-stories-card.is-compact .top-stories-card-title{font-size:15px;font-weight:600;line-height:1.4;color:var(--text,#111827);margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.top-stories-card.is-compact .top-stories-card-title a{color:inherit;text-decoration:none}.top-stories-card.is-compact:hover .top-stories-card-title{color:var(--brand,#1e3a5f)}.top-stories-meta{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--text-muted,#6b7280)}.top-stories-source{font-weight:500;color:var(--text-secondary,#374151)}.top-stories-dot{color:var(--text-muted,#9ca3af)}.top-stories-source-icon{width:16px;height:16px;border-radius:2px}@media (max-width:639px){.top-stories-section{padding:20px 0}.top-stories-card.is-compact{grid-template-columns:100px 1fr;gap:12px;padding:14px 0}.top-stories-card.is-compact .top-stories-thumb{width:100px}.top-stories-card.is-compact .top-stories-card-title{font-size:14px}}@media (min-width:768px){.top-stories-header{margin-bottom:22px}.top-stories-card.is-compact{grid-template-columns:140px 1fr;gap:16px}.top-stories-card.is-compact .top-stories-thumb{width:140px}.top-stories-card.is-compact .top-stories-card-title{font-size:16px}}[data-theme=dark] .top-stories-section,[data-theme=dim] .top-stories-section{border-top-color:#d4b55a}[data-theme=dark] .top-stories-title,[data-theme=dim] .top-stories-title{color:var(--text,#f9fafb)}[data-theme=dark] .top-stories-title svg,[data-theme=dim] .top-stories-title svg{color:#d4b55a}[data-theme=dark] .top-stories-card.is-compact,[data-theme=dim] .top-stories-card.is-compact{border-bottom-color:var(--color-border,rgba(255,255,255,.1))}[data-theme=dark] .top-stories-card.is-compact .top-stories-card-title,[data-theme=dim] .top-stories-card.is-compact .top-stories-card-title{color:var(--text,#f9fafb)}[data-theme=dark] .top-stories-card.is-compact:hover .top-stories-card-title,[data-theme=dim] .top-stories-card.is-compact:hover .top-stories-card-title{color:var(--brand,#60a5fa)}[data-theme=dark] .top-stories-source,[data-theme=dim] .top-stories-source{color:var(--text-secondary,#d1d5db)}