.newsPage{position:relative;min-height:100vh;background:#fff}.newsPage__section{padding:160px 0}@media(max-width:768px){.newsPage__section{padding:100px 0}}.newsPage__section{background:#f6f6f6}.newsPage__container{max-width:1200px;margin:0 auto;padding:0 24px}@media(max-width:768px){.newsPage__container{padding:0 16px}}.newsPage__categoryFilter{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:32px;max-width:960px;margin-left:auto;margin-right:auto}@media(max-width:768px){.newsPage__categoryFilter{gap:6px;margin-bottom:24px}}.newsPage__categoryPill{display:inline-flex;align-items:center;padding:7px 16px;border-radius:9999px;border:1px solid rgba(0,0,0,.08);background:#fff;color:#6b7280;font-size:.875rem;font-weight:500;text-decoration:none;transition:border-color .25s ease,color .25s ease,background .25s ease;cursor:pointer;white-space:nowrap}.newsPage__categoryPill:hover{border-color:#26dad2;color:#26dad2}.newsPage__categoryPill_state_active{background:#26dad2;color:#fff;border-color:#26dad2;pointer-events:none}.newsPage__list{list-style:none;padding:0;border-top:2px solid #1a1a1a;max-width:960px;margin:0 auto}.newsPage__item{border-bottom:1px solid rgba(0,0,0,.08);transition:background .25s ease}.newsPage__item:hover{background:rgba(38,218,210,.03)}.newsPage__itemLink{display:flex;align-items:center;gap:16px;padding:20px 8px;text-decoration:none;color:inherit;transition:padding-left .25s ease}.newsPage__itemLink:hover{padding-left:16px}.newsPage__itemLink:hover .newsPage__itemTitle{color:#26dad2}.newsPage__itemLink:hover .newsPage__itemArrow{opacity:1;transform:translateX(0)}.newsPage__itemDate{flex-shrink:0;font-family:var(--font-manrope),"Helvetica Neue",Arial,sans-serif;font-size:.875rem;font-weight:500;color:#9ca3af;letter-spacing:.02em;white-space:nowrap;min-width:90px}.newsPage__itemCategory{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;min-width:100px;padding:3px 10px;border-radius:9999px;background:rgba(38,218,210,.1);color:#0d8f88;font-size:.75rem;font-weight:600;white-space:nowrap;line-height:1.6}.newsPage__itemTitle{flex:1 1;font-size:1rem;font-weight:500;color:#1a1a1a;line-height:1.5;transition:color .3s ease}.newsPage__itemArrow{flex-shrink:0;font-size:.875rem;color:#9ca3af;opacity:0;transform:translateX(-4px);transition:opacity .25s ease,transform .25s ease}.newsPage__pagination{margin-top:32px}@media(max-width:768px){.newsPage__pagination{margin-top:24px}.newsPage__itemLink{flex-wrap:wrap;gap:8px;padding:16px 4px}.newsPage__itemLink:hover{padding-left:8px}.newsPage__itemDate{min-width:auto}.newsPage__itemTitle{width:100%;order:3}.newsPage__itemArrow{display:none}}