.mg-feat{background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow:hidden;display:grid;grid-template-columns:1fr 1fr}.mg-feat__art{aspect-ratio:8/5;background:var(--surface-selected);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.mg-feat__art span{font-size:11.5px;font-weight:var(--weight-semibold);color:var(--text-link)}.mg-feat__b{padding:28px;display:flex;flex-direction:column;gap:10px;justify-content:center}.mg-feat__k{align-self:flex-start}.mg-feat__t{font-size:19px;font-weight:var(--weight-bold);color:var(--text-heading);line-height:1.6}.mg-feat__t:hover{color:var(--text-link)}.mg-feat__p{margin:0;font-size:13px;color:var(--text-body);line-height:2}.mg-feat__meta{display:flex;gap:12px;align-items:center;font-size:11.5px;color:var(--text-muted);flex-wrap:wrap}.mg-feat__cta{font-size:12.5px;font-weight:var(--weight-bold);align-self:flex-start}.mg-blist{display:flex;flex-direction:column;gap:12px}.mg-blist__hd{display:flex;align-items:baseline;gap:10px}.mg-blist__hd b{font-size:16px;color:var(--text-heading)}.mg-bgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.mg-bcard{background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow:hidden;display:flex;flex-direction:column;text-decoration:none}.mg-bcard:hover{border-color:var(--border-strong);box-shadow:var(--shadow-md);text-decoration:none}.mg-bcard__b{padding:16px;display:flex;flex-direction:column;gap:8px;flex:1}.mg-bcard__cat{align-self:flex-start;font-size:11px}.mg-bcard__t{font-size:14px;color:var(--text-heading);line-height:1.7}.mg-bcard__ex{font-size:12px;color:var(--text-muted);line-height:1.9}.mg-bcard__meta{margin-top:auto;display:flex;gap:8px;align-items:center;font-size:11px;color:var(--text-muted);flex-wrap:wrap;border-top:1px solid var(--border-subtle);padding-top:10px}.mg-pop{gap:4px}.mg-pop__t{font-size:15px;color:var(--text-heading);padding-bottom:6px}.mg-prow{display:flex;align-items:center;gap:10px;padding:11px 0;border-top:1px solid var(--border-subtle);font-size:13px;color:var(--text-body)}.mg-prow:hover{text-decoration:none;color:var(--text-link)}.mg-prow img{flex:none}.mg-prow__t{flex:1}.mg-prow__c{font-size:11.5px;color:var(--text-muted)}@media (max-width:991.98px){.mg-feat{grid-template-columns:1fr}.mg-bgrid{grid-template-columns:1fr 1fr}}@media (max-width:575.98px){.mg-bgrid{grid-template-columns:1fr}}