.category-editorial{max-width:none;margin:34px 0 12px;padding:clamp(22px,4vw,38px);display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:34px;border-color:rgba(201,255,54,.2);background:linear-gradient(135deg,rgba(201,255,54,.055),rgba(124,92,255,.07)),var(--panel)}
.category-editorial h2{margin:8px 0 12px;font-size:clamp(26px,4vw,38px)}
.category-editorial h3{margin:0 0 8px;color:#fff;font-size:17px}
.category-editorial p{margin:0;color:var(--muted);font-size:16px;line-height:1.7}
.category-notes{display:grid;gap:12px}
.category-notes article{padding:18px;border:1px solid var(--line);border-radius:10px;background:rgba(8,10,22,.45)}
@media(max-width:760px){.category-editorial{grid-template-columns:1fr;gap:20px}}
