
.hero-section{padding:24px 0 20px}.hero-grid{display:grid;grid-template-columns:1.65fr 1fr;gap:14px}.hero-main{position:relative;min-height:400px;border-radius:22px;overflow:hidden;background:#102c48;color:#fff}.hero-main img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-main:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(5,18,30,.92),rgba(5,18,30,.07) 68%)}.hero-main__content{position:absolute;z-index:2;bottom:0;right:0;left:0;padding:24px}.hero-main h2{font-size:30px;line-height:1.45;margin:8px 0}.hero-main p{margin:0;color:#dae3ea;font-size:13px}.hero-side{display:grid;grid-template-rows:1fr 1fr;gap:14px}.hero-small{position:relative;min-height:190px;border-radius:18px;overflow:hidden;background:#173b5f;color:#fff}.hero-small img{position:absolute;width:100%;height:100%;object-fit:cover}.hero-small:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(5,18,30,.88),rgba(5,18,30,.05))}.hero-small__content{position:absolute;z-index:2;bottom:0;padding:16px}.hero-small h3{margin:5px 0 0;line-height:1.45;font-size:17px}.hero-skeleton{min-height:400px}.side-skeletons{display:grid;gap:14px}.latest-section{padding:20px 0}.layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px}.news-list{display:grid;gap:12px}.list-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:11px;display:grid;grid-template-columns:180px 1fr;gap:14px}.list-card__image{aspect-ratio:16/10;border-radius:12px;overflow:hidden;background:#e8edf1}.list-card__image img{width:100%;height:100%;object-fit:cover}.list-card h3{font-size:18px;line-height:1.5;margin:6px 0}.list-card p{font-size:12px;color:var(--muted);margin:4px 0}.side-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:16px;margin-bottom:14px}.side-card__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:9px}.side-card__head h3{margin:0;font-size:17px}.side-card__head span{font-size:10px;color:var(--muted)}.rank-item{display:grid;grid-template-columns:28px 1fr;gap:9px;padding:11px 0;border-top:1px solid var(--line)}.rank-item:first-child{border-top:0}.rank-item b{font-size:22px;color:#cbd4dc;line-height:1}.rank-item a{font-size:13px;font-weight:800;line-height:1.5}.rank-item small{display:block;color:var(--muted);margin-top:3px}.source-note{display:flex;gap:10px}.source-note__icon{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#e8f7ef;color:#15955b;font-weight:900;flex:none}.source-note p{font-size:12px;color:var(--muted);margin:3px 0}.categories-section{padding:16px 0 30px}.category-chips{display:flex;flex-wrap:wrap;gap:9px}.category-chips a{background:#fff;border:1px solid var(--line);padding:10px 14px;border-radius:999px;font-size:13px;font-weight:800}.category-chips a:hover{border-color:#c9d5df;background:#edf3f7}
@media(max-width:900px){.hero-grid{grid-template-columns:1fr}.hero-side{grid-template-columns:1fr 1fr;grid-template-rows:auto}.layout{grid-template-columns:1fr}.sidebar{display:grid;grid-template-columns:1fr 1fr;gap:14px}.side-card{margin:0}}
@media(max-width:600px){.hero-main{min-height:330px}.hero-main h2{font-size:23px}.hero-side{grid-template-columns:1fr}.hero-small{min-height:170px}.list-card{grid-template-columns:120px 1fr}.list-card h3{font-size:15px}.list-card p{display:none}.sidebar{grid-template-columns:1fr}}

.category-news-section{padding:6px 0 8px}
.category-block{padding:24px 0;border-top:1px solid var(--line)}
.category-block:first-child{border-top:0}
.category-news-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.category-news-grid .news-card h3{font-size:15px}
@media(max-width:960px){.category-news-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.category-news-grid{grid-template-columns:1fr 1fr;gap:10px}.category-news-grid .news-card__body{padding:11px}.category-news-grid .news-card h3{font-size:13px}}
