:root{
  --red:#E53935;--red-dark:#C62828;--graphite:#111827;--dark:#0B0F14;--white:#FFFFFF;--light:#F8FAFC;--border:#E5E7EB;--text:#111827;--muted:#64748B;--shadow:0 16px 40px rgba(15,23,42,.08);--radius:16px
}
*{box-sizing:border-box}body{font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:var(--text);background:var(--white);line-height:1.65}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto}.h1,.h2,.h3,h1,h2,h3,h4{font-family:Manrope,Inter,sans-serif;font-weight:800;letter-spacing:-.035em}.btn{border-radius:8px;font-weight:700;font-size:.92rem;padding:.78rem 1.05rem;display:inline-flex;align-items:center;gap:.48rem}.btn svg,.link-red svg,.readmore svg{width:17px;height:17px}.btn-red{background:var(--red);border-color:var(--red);color:#fff}.btn-red:hover{background:var(--red-dark);border-color:var(--red-dark);color:#fff}.btn-outline-red{border:1px solid var(--red);color:var(--red);background:#fff}.btn-outline-red:hover{background:var(--red);color:#fff}.btn-square{width:48px;height:48px;justify-content:center;padding:0}.link-red,.readmore{color:var(--red);font-weight:800;font-size:.92rem;display:inline-flex;align-items:center;gap:.35rem}.link-red:hover,.readmore:hover{color:var(--red-dark)}
.site-header{background:rgba(11,15,20,.95);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.08)}.navbar{min-height:86px}.brand{display:flex;align-items:center;gap:.75rem;color:#fff!important;font-family:Manrope,sans-serif;font-size:1.55rem;font-weight:800;letter-spacing:-.04em}.brand strong{color:var(--red)}.brand small{display:block;font-family:Inter,sans-serif;color:#94A3B8;font-size:.68rem;font-weight:500;letter-spacing:0;margin-top:-4px}.navbar .nav-link{color:#fff;font-weight:700;font-size:.9rem;padding:1rem!important;position:relative}.navbar .nav-link:hover,.navbar .nav-link.active{color:#fff}.navbar .nav-link.active:after{content:"";position:absolute;left:1rem;right:1rem;bottom:.45rem;height:2px;background:var(--red)}.icon-btn{background:transparent;border:0;color:#fff;display:inline-flex}.icon-btn svg{width:22px;height:22px}.header-actions .btn{white-space:nowrap}
.hero-carousel{background:var(--dark);--hero-height:560px}.hero-carousel .carousel-inner,.hero-carousel .carousel-item{height:var(--hero-height)}.hero-slide{height:var(--hero-height);background-size:cover;background-position:center;align-items:center}.hero-slide.active,.hero-slide.carousel-item-next,.hero-slide.carousel-item-prev{display:flex}.hero-content{width:100%;padding-top:70px;padding-bottom:82px;color:#fff}.eyebrow{display:inline-flex;text-transform:uppercase;color:var(--red);font-weight:900;font-size:.78rem;letter-spacing:.08em;margin-bottom:1rem}.hero-content h1,.article-hero h1{font-size:clamp(2.3rem,5vw,4.4rem);line-height:1.05;margin-bottom:1.2rem}.hero-content p{max-width:830px;color:#E5E7EB;font-size:1.12rem}.hero-indicators{bottom:24px;margin-bottom:0;gap:10px;z-index:5}.hero-indicators [data-bs-target]{box-sizing:border-box;width:14px;height:14px;border-radius:50%;background:#fff;opacity:.65;border:2px solid rgba(255,255,255,.88);margin:0;transition:.2s transform,.2s opacity,.2s background-color,.2s border-color;box-shadow:0 6px 18px rgba(0,0,0,.28)}.hero-indicators [data-bs-target]:hover{opacity:1;transform:scale(1.15)}.hero-indicators .active{background:var(--red);border-color:var(--red);opacity:1;transform:scale(1.2)}.section-pad{padding:46px 0 60px;background:linear-gradient(180deg,#fff,var(--light))}.section-title-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.35rem}.section-title-row h2{font-size:1.55rem;margin:0}.news-card,.widget,.panel,.author-box,.comments{background:#fff;border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.news-card{overflow:hidden;height:100%;transition:.2s transform,.2s box-shadow}.news-card:hover{transform:translateY(-4px);box-shadow:0 20px 54px rgba(15,23,42,.12)}.news-card img{width:100%;aspect-ratio:16/9;object-fit:cover}.news-card .card-body{padding:1.25rem}.meta{display:flex;align-items:center;justify-content:space-between;gap:1rem;font-size:.78rem;margin-bottom:.8rem;color:var(--muted)}.meta span{text-transform:uppercase;color:var(--red);font-weight:900}.news-card h3{font-size:1.08rem;line-height:1.35;margin-bottom:.7rem}.news-card h3 a:hover{color:var(--red)}.news-card p{color:#475569;font-size:.92rem}.panel{padding:1.35rem}.post-list{display:flex;flex-direction:column}.post-list-item{display:grid;grid-template-columns:150px 1fr;gap:1.2rem;padding:1rem 0;border-bottom:1px solid var(--border);align-items:center}.post-list-item:first-of-type{padding-top:.2rem}.post-list-item img{width:150px;height:86px;object-fit:cover;border-radius:8px;background:var(--dark)}.post-list-item b{font-family:Manrope,sans-serif;font-size:1rem;display:block}.post-list-item small{color:#475569;display:block;margin-top:.3rem}.sidebar{display:flex;flex-direction:column;gap:1.35rem}.widget{padding:1.45rem}.widget h3{font-size:1.25rem;margin-bottom:1.1rem}.category-list{list-style:none;margin:0 0 1rem;padding:0}.category-list li+li{border-top:1px solid var(--border)}.category-list a{display:flex;align-items:center;gap:.75rem;padding:.78rem 0;color:#334155;font-weight:600}.category-list svg{width:18px;color:#64748B}.category-list span{margin-left:auto;background:#F1F5F9;border-radius:99px;padding:.1rem .55rem;font-size:.75rem}.widget-dark{background:linear-gradient(135deg,var(--dark),var(--graphite));color:#fff;border-color:#1F2937}.widget-dark p{color:#CBD5E1}.newsletter-form{display:flex;gap:.55rem}.newsletter-form .form-control{background:rgba(255,255,255,.04);border-color:#334155;color:#fff}.newsletter-form .form-control::placeholder{color:#94A3B8}.event-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--border)}.event-item time{min-width:54px;height:62px;border:1px solid var(--border);border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--red);font-weight:900;background:#fff5f5}.event-item time b{font-size:1.45rem;line-height:1}.event-item strong{display:block;font-size:.95rem}.event-item small{display:block;color:var(--muted)}
.article-hero{min-height:370px;background-size:cover;background-position:center;display:flex;align-items:flex-end;color:#fff;padding:3.1rem 0 2.4rem}.breadcrumb{--bs-breadcrumb-divider-color:#94A3B8}.breadcrumb a{color:#CBD5E1}.breadcrumb .active{color:var(--red);font-weight:800}.article-hero p{max-width:740px;color:#E2E8F0;font-size:1.15rem}.article-meta{display:flex;flex-wrap:wrap;gap:1.4rem;margin-top:1.5rem;color:#E5E7EB}.article-meta span{display:flex;align-items:center;gap:.45rem;font-weight:700}.article-meta svg{width:18px}.article-content{font-size:1.02rem}.article-content>p{color:#334155}.article-content h2{font-size:1.55rem;margin:1.7rem 0 .75rem}.feature-box{border:1px solid var(--border);border-radius:12px;padding:1rem 1.2rem;background:#fff;margin:1.2rem 0}.feature-box div{display:flex;gap:.7rem;padding:.45rem 0}.feature-box svg{color:var(--red);min-width:20px;margin-top:.1rem}blockquote{border-left:4px solid var(--red);background:#fff5f5;border-radius:0 12px 12px 0;margin:1.6rem 0;padding:1.3rem 1.5rem;font-family:Manrope,sans-serif;font-size:1.08rem;font-weight:700;color:#334155}blockquote cite{display:block;margin-top:.6rem;color:#64748B;font-family:Inter,sans-serif;font-size:.9rem}.article-image{width:100%;border-radius:12px;margin:1rem 0;box-shadow:var(--shadow)}.note{display:flex;gap:.65rem;border:1px solid var(--border);background:#F8FAFC;border-radius:99px;padding:.75rem 1rem;color:#475569;font-size:.9rem}.note svg{color:#2563EB;min-width:18px}.tags,.share-row{display:flex;align-items:center;flex-wrap:wrap;gap:.65rem;margin:1.4rem 0}.tags a,.share-row a,.copy-link{border:1px solid var(--border);background:#fff;border-radius:8px;padding:.42rem .72rem;color:#475569;font-weight:700;font-size:.86rem}.copy-link{display:inline-flex;align-items:center;gap:.4rem}.post-nav{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:1.5rem 0}.post-nav a{border:1px solid var(--border);border-radius:12px;padding:1rem;background:#fff}.post-nav small{display:block;color:#64748B}.post-nav strong{display:block;font-family:Manrope,sans-serif;line-height:1.3}.author-box{display:flex;gap:1.2rem;padding:1.25rem;margin:1.6rem 0}.author-box img,.author-widget img{width:92px;height:92px;border-radius:12px}.related{margin-bottom:1.7rem}.comments{padding:1.2rem}.comment{display:flex;gap:.9rem;border-bottom:1px solid var(--border);padding:1rem 0}.comment img{width:42px;height:42px;border-radius:50%}.comment p{margin:0}.comment small{margin-left:.55rem;color:#64748B}.mini-post{display:grid;grid-template-columns:100px 1fr;gap:.8rem;padding:.75rem 0;border-bottom:1px solid var(--border);font-weight:800;line-height:1.25}.mini-post img{height:68px;width:100px;object-fit:cover;border-radius:8px}.mini-post small{display:block;color:#64748B;font-weight:500;margin-top:.35rem}.article-sidebar{position:sticky;top:110px}
.site-footer{background:linear-gradient(135deg,#090D13,#111827);color:#CBD5E1;padding:42px 0 18px}.site-footer h4{color:#fff;font-size:1rem;margin-bottom:1rem}.site-footer a{display:block;color:#CBD5E1;margin:.35rem 0}.site-footer a:hover{color:#fff}.site-footer p{color:#CBD5E1}.footer-brand{margin-bottom:1rem}.socials{display:flex;gap:.5rem}.socials a{width:34px;height:34px;border:1px solid #334155;border-radius:50%;display:flex;align-items:center;justify-content:center}.site-footer hr{border-color:#334155;margin:2rem 0 1rem}.footer-bottom{display:flex;justify-content:space-between;gap:1rem;font-size:.86rem}.footer-bottom span:last-child{display:flex;gap:1.2rem}

@media (max-width:991.98px){.navbar-collapse{padding:1rem 0}.navbar .nav-link.active:after{left:0;right:auto;width:28px}.hero-carousel{--hero-height:520px}.section-title-row{align-items:flex-start}.article-sidebar{position:static}.newsletter-form{flex-direction:column}.post-list-item{grid-template-columns:115px 1fr}.post-list-item img{width:115px;height:74px}.site-footer{text-align:left}}
@media (max-width:767.98px){.hero-carousel{--hero-height:500px}.hero-indicators{bottom:16px}.brand{font-size:1.25rem}.brand small{display:none}.hero-content{padding-top:50px;padding-bottom:74px}.hero-content h1,.article-hero h1{font-size:2.35rem}.section-pad{padding:32px 0}.section-title-row{flex-direction:column}.post-nav{grid-template-columns:1fr}.article-meta{gap:.75rem;font-size:.9rem}.article-hero{padding-top:2rem}.author-box{flex-direction:column}.footer-bottom{flex-direction:column}.mini-post{grid-template-columns:84px 1fr}.mini-post img{width:84px;height:60px}.post-list-item{grid-template-columns:1fr}.post-list-item img{width:100%;height:auto;aspect-ratio:16/9}.share-row strong,.tags strong{width:100%}}

@media (max-width:575.98px){.hero-carousel{--hero-height:540px}.hero-content p{font-size:1rem}}

.category-hero{min-height:330px;background-size:cover;background-position:center;display:flex;align-items:flex-end;color:#fff;padding:3rem 0 2.4rem}.category-hero p{max-width:760px;color:#E2E8F0;font-size:1.12rem}.category-stats{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.3rem}.category-stats span{border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);border-radius:999px;padding:.45rem .85rem;color:#CBD5E1;font-weight:700}.category-stats strong{color:#fff}.filter-panel{display:flex;align-items:center;justify-content:space-between;gap:1.25rem;padding:1.25rem 1.35rem;margin-bottom:1.5rem;background:#fff;border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.filter-panel h2{font-size:1.45rem;margin:0}.filter-panel p{margin:.2rem 0 0;color:#64748B}.news-filter{display:flex;gap:.65rem;align-items:center}.news-filter .form-control,.news-filter .form-select{border-color:var(--border);font-size:.9rem;min-height:44px}.search-field{position:relative}.search-field svg{position:absolute;left:.8rem;top:50%;transform:translateY(-50%);width:18px;color:#64748B}.search-field .form-control{padding-left:2.35rem;min-width:220px}.featured-list-card{display:grid;grid-template-columns:minmax(260px,42%) 1fr;gap:1.4rem;padding:1.35rem;background:#fff;border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);align-items:center}.featured-list-card img{width:100%;height:260px;object-fit:cover;border-radius:12px;background:var(--dark)}.featured-list-card h2{font-size:2rem;margin:.35rem 0 .65rem}.featured-list-card p{color:#475569;margin-bottom:1rem}.light-meta{margin:.3rem 0 1.1rem;color:#64748B}.pagination-wrap{display:flex;justify-content:center;margin-top:2rem}.pagination{gap:.35rem}.page-link{border-color:var(--border);color:#334155;border-radius:8px!important;font-weight:800}.page-item.active .page-link{background:var(--red);border-color:var(--red)}.tag-cloud{display:flex;flex-wrap:wrap;gap:.5rem}.tag-cloud a{border:1px solid var(--border);border-radius:999px;padding:.35rem .65rem;color:#475569;font-weight:800;font-size:.82rem;background:#fff}.tag-cloud a:hover{border-color:var(--red);color:var(--red)}
@media (max-width:991.98px){.filter-panel{flex-direction:column;align-items:stretch}.news-filter{flex-wrap:wrap}.search-field{flex:1 1 220px}.search-field .form-control{min-width:0}.featured-list-card{grid-template-columns:1fr}.featured-list-card img{height:auto;aspect-ratio:16/9}}
@media (max-width:767.98px){.category-hero{min-height:360px}.news-filter{flex-direction:column;align-items:stretch}.featured-list-card h2{font-size:1.55rem}.category-stats span{width:100%;text-align:center}}
ul.category-list .nav-link.active,
ul.category-list .nav-link.active svg,
ul.category-list .nav-link.active i {
  color: var(--bs-red);
}
code {
  color: var(--bs-red);
}
.navbar-brand.brand img {
    display: block;
    height: 65px;
    width: auto;
}
.navbar-brand {
       padding: 0;
    }
@media (max-width: 460px) {
    .navbar-brand {
       padding: 12px 0;
    }
    .navbar-brand.brand img {
       height: 47px;
    }
}
@media (max-width: 350px) {
    .navbar-brand {
       padding: 14px 0;
    }
    .navbar-brand.brand img {
       height: 42px;
    }
}

/* Fixed news cards height */
.news-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.news-card .card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.news-card .readmore {
  margin-top: auto;
}