.cs2-news-page{
  min-height:100vh;
  padding:28px 0 56px;
  background:
    radial-gradient(circle at 22% 0,rgba(122,72,255,.18),transparent 32%),
    radial-gradient(circle at 88% 12%,rgba(59,130,246,.13),transparent 30%),
    #08111f;
  color:#eef4ff;
}
.cs2-news-wrap{width:min(1180px,calc(100% - 32px));margin:0 auto}
.cs2-news-breadcrumb{font-size:13px;color:#8fa1bb;margin:2px 0 20px}
.cs2-news-breadcrumb a{color:inherit;text-decoration:none}
.cs2-news-hero{display:grid;grid-template-columns:1fr 240px;gap:24px;align-items:center;margin-bottom:28px}
.cs2-news-hero h1{font-size:44px;line-height:1.05;margin:0 0 14px;color:#fff}
.cs2-news-hero p{max-width:760px;margin:0;color:#aebbd0;font-size:17px;line-height:1.65}
.cs2-news-hero-card{
  height:150px;border:1px solid rgba(255,255,255,.08);border-radius:18px;
  background:linear-gradient(135deg,rgba(35,47,74,.9),rgba(11,20,36,.8));
  box-shadow:0 24px 70px rgba(0,0,0,.35);display:grid;place-items:center;overflow:hidden
}
.cs2-news-hero-card span{font-size:58px;filter:drop-shadow(0 14px 24px rgba(139,92,246,.38))}
.cs2-news-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:28px;align-items:start}
.cs2-news-list{border:1px solid rgba(255,255,255,.08);border-radius:16px;background:rgba(13,25,43,.78);overflow:hidden;box-shadow:0 18px 60px rgba(0,0,0,.25)}
.cs2-news-card{display:grid;grid-template-columns:220px minmax(0,1fr) 130px;gap:22px;padding:18px;border-bottom:1px solid rgba(255,255,255,.075);text-decoration:none;color:inherit;transition:.18s ease}
.cs2-news-card:last-child{border-bottom:0}
.cs2-news-card:hover{background:rgba(132,91,255,.09);transform:translateY(-1px)}
.cs2-news-img{width:220px;height:112px;border-radius:10px;object-fit:cover;border:1px solid rgba(255,255,255,.1);background:#0b1424}
.cs2-news-badge{display:inline-flex;align-items:center;width:max-content;padding:6px 10px;border-radius:8px;background:linear-gradient(135deg,rgba(139,92,246,.95),rgba(76,55,181,.8));font-size:11px;line-height:1;text-transform:uppercase;color:#ded5ff;font-weight:700;margin-bottom:10px}
.cs2-news-card h2{font-size:20px;margin:0 0 8px;color:#fff;line-height:1.25}
.cs2-news-card p{margin:0;color:#aebbd0;line-height:1.45}
.cs2-news-date{color:#9aacc6;font-size:14px;display:flex;gap:7px;align-items:flex-start;justify-content:flex-end;white-space:nowrap;padding-top:7px}
.cs2-news-side{display:grid;gap:20px}
.cs2-news-box{border:1px solid rgba(255,255,255,.08);border-radius:16px;background:rgba(13,25,43,.83);padding:22px;box-shadow:0 18px 60px rgba(0,0,0,.22)}
.cs2-news-box h3{margin:0 0 16px;color:#fff;font-size:18px}
.cs2-cat{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:10px;color:#eaf1ff;text-decoration:none}
.cs2-cat:hover,.cs2-cat.active{background:linear-gradient(135deg,rgba(139,92,246,.75),rgba(85,60,180,.65))}
.cs2-cat small{display:grid;place-items:center;min-width:28px;height:24px;padding:0 8px;border-radius:999px;background:rgba(255,255,255,.1);color:#d9e3f4}
.cs2-popular{display:grid;grid-template-columns:92px 1fr;gap:12px;text-decoration:none;color:#fff;margin-bottom:14px}
.cs2-popular:last-child{margin-bottom:0}
.cs2-popular img{width:92px;height:58px;border-radius:8px;object-fit:cover;border:1px solid rgba(255,255,255,.08)}
.cs2-popular strong{display:block;font-size:14px;line-height:1.25;margin-bottom:5px}
.cs2-popular span{font-size:12px;color:#98a9c0}
.cs2-suggest{background:linear-gradient(135deg,rgba(85,55,180,.36),rgba(13,25,43,.86))}
.cs2-suggest p{margin:0 0 18px;color:#aebbd0;line-height:1.55}
.cs2-news-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:10px;padding:12px 16px;background:linear-gradient(135deg,#9a5cff,#6736e6);color:#fff;font-weight:800;text-decoration:none}
.cs2-news-pages{display:flex;justify-content:center;gap:10px;margin-top:22px}
.cs2-news-pages a,.cs2-news-pages span{min-width:42px;height:42px;border-radius:10px;display:grid;place-items:center;text-decoration:none;color:#dbe6f7;border:1px solid rgba(255,255,255,.08);background:rgba(13,25,43,.78)}
.cs2-news-pages .active{background:linear-gradient(135deg,#9a5cff,#6736e6);color:#fff}
.cs2-news-detail{border:1px solid rgba(255,255,255,.08);border-radius:18px;background:rgba(13,25,43,.82);padding:24px;box-shadow:0 18px 60px rgba(0,0,0,.25)}
.cs2-news-detail img{width:100%;max-height:360px;object-fit:cover;border-radius:15px;border:1px solid rgba(255,255,255,.08);margin:18px 0}
.cs2-news-detail h1{font-size:38px;line-height:1.12;margin:10px 0 12px;color:#fff}
.cs2-news-detail-meta{display:flex;gap:12px;flex-wrap:wrap;color:#9eafc7}
.cs2-news-content{color:#c5d1e3;font-size:17px;line-height:1.75}
.cs2-news-content p{margin:0 0 16px}
.cs2-news-empty{padding:28px;color:#b7c5d8}
.cs2-news-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
@media(max-width:980px){
  .cs2-news-hero{grid-template-columns:1fr}
  .cs2-news-hero-card{display:none}
  .cs2-news-layout{grid-template-columns:1fr}
  .cs2-news-card{grid-template-columns:150px 1fr}
  .cs2-news-date{grid-column:2;justify-content:flex-start;padding-top:0}
  .cs2-news-img{width:150px;height:92px}
}
@media(max-width:620px){
  .cs2-news-page{padding-top:18px}
  .cs2-news-hero h1{font-size:34px}
  .cs2-news-card{grid-template-columns:1fr}
  .cs2-news-img{width:100%;height:170px}
  .cs2-news-date{grid-column:auto}
  .cs2-news-detail h1{font-size:30px}
}


.cs2-news-hero-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  border-radius:18px;
}
