
:root{
  --n24-bg:#f5f7fa;
  --n24-card:#ffffff;
  --n24-text:#101828;
  --n24-muted:#667085;
  --n24-line:#e4e7ec;
  --n24-accent:#c3122f;
}
.nabiz24-premium-category-active .site-content,
.nabiz24-premium-category-active .content-wrap,
.nabiz24-premium-category-active .main-site-outer{
  background:var(--n24-bg)!important;
}
.n24-category-shell{
  max-width:1280px;
  margin:0 auto;
  padding:30px 18px 64px;
}
.n24-category-header{
  position:relative;
  padding:34px 36px;
  margin-bottom:28px;
  background:linear-gradient(135deg,#111827,#263249);
  color:#fff;
  border-radius:22px;
  overflow:hidden;
}
.n24-category-header:after{
  content:"";
  position:absolute;
  width:260px;
  height:260px;
  border-radius:50%;
  right:-80px;
  top:-110px;
  background:rgba(255,255,255,.06);
}
.n24-category-kicker{
  display:inline-block;
  font-size:12px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#ffccd5;
  margin-bottom:10px;
}
.n24-category-header h1{
  margin:0;
  color:#fff;
  font-size:42px;
  line-height:1.1;
}
.n24-category-description{
  margin-top:12px;
  max-width:760px;
  color:#d0d5dd;
  font-size:16px;
}
.n24-category-lead{
  display:grid;
  grid-template-columns:1.5fr 1fr;
  gap:22px;
  margin-bottom:28px;
}
.n24-category-side{
  display:grid;
  gap:22px;
}
.n24-category-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}
.n24-cat-card{
  background:var(--n24-card);
  border:1px solid var(--n24-line);
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 8px 26px rgba(16,24,40,.06);
  transition:.22s ease;
  height:100%;
}
.n24-cat-card:hover{
  transform:translateY(-3px);
  box-shadow:0 14px 34px rgba(16,24,40,.11);
}
.n24-cat-thumb{
  display:block;
  aspect-ratio:16/10;
  background:#e9edf3;
  overflow:hidden;
}
.n24-cat-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .35s ease;
}
.n24-cat-card:hover .n24-cat-thumb img{transform:scale(1.045)}
.n24-cat-card-body{padding:17px}
.n24-cat-badge{
  display:inline-block;
  padding:7px 10px;
  border-radius:999px;
  background:var(--n24-accent);
  color:#fff;
  font-size:11px;
  line-height:1;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.06em;
  margin-bottom:10px;
}
.n24-cat-card h2{
  margin:0 0 10px;
  font-size:21px;
  line-height:1.3;
}
.n24-cat-card h2 a{
  color:var(--n24-text);
  text-decoration:none;
}
.n24-cat-card p{
  margin:0 0 12px;
  color:var(--n24-muted);
  font-size:14px;
  line-height:1.55;
}
.n24-cat-meta{font-size:12px;color:#98a2b3}
.n24-cat-featured .n24-cat-thumb{aspect-ratio:16/9}
.n24-cat-featured h2{font-size:34px;line-height:1.2}
.n24-cat-featured p{font-size:16px}
.n24-pagination{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  justify-content:center;
  margin-top:36px;
}
.n24-pagination .page-numbers{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:42px;
  height:42px;
  padding:0 12px;
  border-radius:10px;
  background:#fff;
  border:1px solid var(--n24-line);
  color:var(--n24-text);
  text-decoration:none;
  font-weight:700;
}
.n24-pagination .current{
  background:var(--n24-accent);
  color:#fff;
  border-color:var(--n24-accent);
}
.n24-empty{
  padding:36px;
  border-radius:18px;
  background:#fff;
  border:1px solid var(--n24-line);
  text-align:center;
  color:var(--n24-muted);
}
@media(max-width:960px){
  .n24-category-lead{grid-template-columns:1fr}
  .n24-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:640px){
  .n24-category-shell{padding:16px 12px 42px}
  .n24-category-header{padding:26px 22px}
  .n24-category-header h1{font-size:32px}
  .n24-category-grid{grid-template-columns:1fr}
  .n24-cat-featured h2{font-size:27px}
}
