/* V82.27 - News page content inspired by clean grid/news-detail model, adapted to Alucard/Rider dark gold style. */
body .news-v82-27-page{
  background:#030912!important;
}
.news-v82-27-hero{
  min-height:360px;
  display:flex;
  align-items:center;
  text-align:center;
  border-bottom:1px solid rgba(221,171,62,.18);
  background:
    radial-gradient(circle at 50% 10%, rgba(112,86,180,.22), transparent 34%),
    linear-gradient(180deg, rgba(4,8,15,.9), rgba(2,6,12,.98)),
    url("../images/inner_bg.png") center/cover no-repeat;
}
.news-v82-27-hero .content-area{
  margin:auto;
}
.news-v82-27-hero .pro-kicker{
  justify-content:center;
}
.news-v82-27-hero h1{
  margin:18px auto;
  max-width:900px;
  font-family:Georgia,serif;
  color:#fff8ed;
  font-size:clamp(48px,7vw,92px);
  line-height:.96;
  letter-spacing:.08em;
  text-transform:uppercase;
  text-shadow:0 16px 38px rgba(0,0,0,.65),0 0 20px rgba(161,108,255,.24);
}
.news-v82-27-hero p{
  max-width:760px;
  margin:0 auto;
  color:#dbe7f4;
  font-size:18px;
  line-height:1.55;
}
.news-v82-27-list-section{
  padding:70px 0 90px;
  background:
    linear-gradient(180deg, rgba(2,6,12,.98), rgba(3,8,15,1)),
    radial-gradient(circle at 50% 0%, rgba(255,193,55,.08), transparent 40%);
}
.news-v82-27-filterbar{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:14px;
  margin-bottom:62px;
}
.news-v82-27-filterbar button{
  min-width:150px;
  height:42px;
  border-radius:22px;
  border:2px solid rgba(255,199,73,.65);
  color:#fff5dd;
  background:rgba(7,12,20,.72);
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase;
  cursor:pointer;
  transition:.18s ease;
}
.news-v82-27-filterbar button:hover,
.news-v82-27-filterbar button.active{
  color:#1b1200;
  background:linear-gradient(180deg,#ffd968,#ef9d0b);
  border-color:#ffd46a;
  box-shadow:0 0 18px rgba(255,184,47,.25);
}
.news-v82-27-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:72px 48px;
}
.news-v82-27-empty{
  padding:64px 24px;
  text-align:center;
  border:1px dashed rgba(255,199,73,.35);
  border-radius:8px;
  background:rgba(255,255,255,.02);
}
.news-v82-27-empty p{
  margin:0 auto;
  max-width:560px;
  color:#cbd5e4;
  font-size:16px;
  line-height:1.6;
}
.news-v82-27-card{
  min-width:0;
}
.news-v82-27-image{
  position:relative;
  display:block;
  width:100%;
  aspect-ratio: 1.85 / 1;
  overflow:hidden;
  border-radius:4px;
  border:1px solid rgba(255,255,255,.08);
  background:#101722;
}
.news-v82-27-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .22s ease, filter .22s ease;
}
.news-v82-27-image:hover img{
  transform:scale(1.035);
  filter:brightness(1.08);
}
.news-v82-27-arrow{
  position:absolute;
  top:50%;
  left:50%;
  width:42px;
  height:42px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  transform:translate(-50%,-50%);
  color:#fff;
  background:rgba(0,0,0,.82);
  font-size:24px;
  box-shadow:0 0 0 4px rgba(255,255,255,.08);
}
.news-v82-27-card h2{
  margin:18px 0 8px;
  font-family:Arial, sans-serif;
  font-size:21px;
  line-height:1.25;
}
.news-v82-27-card h2 a{
  color:#fff!important;
  text-decoration:none!important;
}
.news-v82-27-card h2 a:hover{
  color:#ffd262!important;
}
.news-v82-27-meta{
  display:flex;
  align-items:center;
  gap:9px;
  padding-bottom:11px;
  border-bottom:1px solid rgba(255,255,255,.24);
  color:#b8c3d2;
  font-size:13px;
}
.news-v82-27-meta b{
  color:#ffbf37;
  text-transform:uppercase;
}
.news-v82-27-meta em{
  font-style:normal;
}
.news-v82-27-card p{
  margin:11px 0 0;
  color:#cbd5e4;
  font-size:15px;
  line-height:1.55;
}
.news-v82-27-read{
  display:inline-block;
  margin-top:8px;
  color:#ffad24!important;
  text-decoration:none!important;
  font-weight:800;
  text-transform:lowercase;
}
.news-v82-27-pagination{
  margin:74px auto 0;
  padding-top:22px;
  border-top:1px solid rgba(255,255,255,.12);
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  color:#c9d2df;
  font-weight:800;
}
.news-v82-27-pagination a{
  color:#dfe8f8!important;
  text-decoration:none!important;
}
.news-v82-27-pagination a.active{
  width:28px;
  height:32px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#0a0d12!important;
  background:#ffc23b;
  border-radius:4px;
}
.news-v82-27-detail-bg{
  min-height:calc(100vh - 80px);
  padding:70px 0 90px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.88), rgba(255,255,255,.72)),
    url("../images/information_bg.jpg") center/cover fixed no-repeat;
}
.news-v82-27-article{
  width:min(760px, calc(100% - 40px));
  margin:0 auto;
  padding:46px 34px;
  background:#fff;
  color:#151923;
  box-shadow:0 12px 40px rgba(0,0,0,.2);
}
.news-v82-27-article h1{
  color:#121722;
  font-size:34px;
  line-height:1.16;
  margin:0 0 10px;
}
.news-v82-27-article-meta{
  color:#6c7480;
  font-size:13px;
  margin-bottom:16px;
}
.news-v82-27-article-meta b{
  color:#202838;
}
.news-v82-27-article-banner{
  display:block;
  width:100%;
  height:auto;
  margin:18px 0;
}
.news-v82-27-article-content{
  color:#111;
  font-size:15px;
  line-height:1.65;
}
.news-v82-27-article-content h2{
  margin:16px 0 8px;
  color:#030303;
  font-size:16px;
}
.news-v82-27-article-content ul{
  margin:0 0 18px 22px;
}
.news-v82-27-article-content li{
  margin:7px 0;
}
.news-v82-27-back{
  display:inline-flex;
  margin-top:24px;
  padding:12px 18px;
  border-radius:8px;
  background:#151923;
  color:#fff!important;
  text-decoration:none!important;
  font-weight:900;
}
@media(max-width:1080px){
  .news-v82-27-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:48px 28px;}
}
@media(max-width:680px){
  .news-v82-27-grid{grid-template-columns:1fr;}
  .news-v82-27-filterbar button{min-width:130px;}
  .news-v82-27-hero{min-height:280px;}
  .news-v82-27-article{padding:30px 20px;}
}
