.ov-stats{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.ov-stat{display:flex;flex-direction:column;border:1px solid var(--rule);background:var(--bg-surface);padding:.5rem .75rem;border-radius:6px}.ov-stat-num{font-size:1.25rem;font-weight:700;color:var(--accent)}.ov-stat-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.ov-list{display:flex;flex-direction:column;gap:.9rem}.ov-card{position:relative;display:flex;flex-direction:column;gap:.5rem;border:1px solid var(--rule);background:var(--bg-surface);padding:1.1rem;border-radius:8px;transition:border-color .15s,box-shadow .15s}.ov-card:hover{border-color:var(--accent);box-shadow:0 2px 8px var(--accent-glow,rgba(59,130,246,.1))}.ov-card-header{display:flex;align-items:baseline;gap:.75rem}.ov-card-title{font-size:1.15rem;font-weight:600;margin:0}.ov-card-link{color:var(--text);text-decoration:none}.ov-card-link::after{content:"";position:absolute;inset:0;z-index:0}.ov-card-stats{display:flex;flex-wrap:wrap;gap:.75rem;font-size:.85rem;color:var(--text-muted)}.ov-card-stat strong{color:var(--accent)}.ov-card-excerpt{font-size:.9rem;color:var(--text-muted);margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.ov-card-topics{display:flex;flex-wrap:wrap;gap:.3rem}.ov-see-more{position:relative;z-index:1;align-self:flex-start;font-size:.85rem;color:var(--accent);text-decoration:none}.ov-see-more:hover{text-decoration:underline}