@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Source+Serif+4:wght@500;700&display=swap');

:root{
  --brand:#d62828;
  --brand-dark:#9f1c1c;
  --ink:#14213d;
  --muted:#64748b;
  --surface:#ffffff;
  --surface-soft:#f8fafc;
  --line:#e2e8f0;
  --page-a:#f6f8fb;
  --page-b:#edf2f7;
}

*{
  box-sizing:border-box;
}

body{
  margin:0;
  font-family:"Manrope",sans-serif;
  color:var(--ink);
  background:
    radial-gradient(circle at top right, rgba(214,40,40,.08), transparent 34%),
    radial-gradient(circle at 5% 30%, rgba(20,33,61,.06), transparent 42%),
    linear-gradient(160deg,var(--page-a),var(--page-b));
  min-height:100vh;
}

h1,h2,h3,h4,h5,h6{
  font-family:"Source Serif 4",serif;
}

a{
  color:inherit;
}

.container{
  position:relative;
}

/* Top + header */
.top-bar{
  background:linear-gradient(90deg,var(--brand-dark),var(--brand));
  color:#fff;
  font-size:13px;
  letter-spacing:.2px;
  padding:8px 0;
}

.top-bar-inner{
  display:flex;
  flex-wrap: wrap;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}

.top-bar-right{
  display:flex;
  align-items:center;
  gap:8px;
}

.top-lang-label{
  font-size:.75rem;
  font-weight:700;
  letter-spacing:.3px;
  text-transform:uppercase;
  opacity:.95;
}

.top-lang-switch{
  min-height:28px;
  border-radius:8px;
  border:1px solid rgba(255,255,255,.45);
  background:rgba(255,255,255,.16);
  color:#fff;
  font-weight:800;
  font-size:.72rem;
  padding:0 8px;
}

.top-lang-switch:focus{
  outline:none;
  border-color:rgba(255,255,255,.8);
}

.top-lang-switch option{
  color:#13233d;
}

.top-bar-date{
  font-weight:700;
}

.header{
  position:sticky;
  top:0;
  z-index:999;
  backdrop-filter:blur(10px);
  background:rgba(255,255,255,.92);
  border-bottom:1px solid rgba(148,163,184,.2);
  box-shadow:0 8px 28px rgba(15,23,42,.06);
  transition:background .24s ease, box-shadow .24s ease;
}

.navbar{
  padding:.8rem 0;
}

.navbar-brand{
  font-weight:800;
  font-size:1.32rem;
  letter-spacing:.5px;
  color:var(--brand)!important;
  transition:font-size .22s ease;
}

.nav-shell{
  padding-top:.4rem;
  padding-bottom:.42rem;
  transition:padding .22s ease;
}

.nav-main-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:.9rem;
  min-height:46px;
  transition:min-height .22s ease;
}

.nav-brand-modern{
  margin:0;
  flex:1;
  text-align:center;
  display:flex;
  justify-content:center;
  align-items:center;
  min-height:38px;
}

.nav-brand-logo-img{
  display:block;
  max-height:45px;
  width:auto;
  max-width:min(240px, 100%);
  object-fit:contain;
}

.menu-trigger{
  width:38px;
  height:38px;
  border:1px solid #d4deea;
  border-radius:11px;
  background:#fff;
  color:#0f172a;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:1.3rem;
  line-height:1;
  transition:all .22s ease;
}

.menu-trigger:hover{
  color:var(--brand);
  border-color:#f1b2b2;
}

.nav-actions{
  min-width:34px;
  display:flex;
  justify-content:flex-end;
}

.nav-action-link{
  width:34px;
  height:34px;
  border-radius:10px;
  border:1px solid #d4deea;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  color:#0f172a;
  background:#f8fafc;
  transition:all .22s ease;
}

.nav-action-link:hover{
  color:var(--brand);
  border-color:#f1b2b2;
  background:#fff;
}

.site-horizontal-nav{
  display:flex;
  align-items:center;
  gap:.45rem;
  overflow-x:auto;
  white-space:nowrap;
  margin-top:.6rem;
  padding-bottom:.2rem;
  scrollbar-width:none;
}

.site-horizontal-nav::-webkit-scrollbar{
  display:none;
}

.hnav-scroll-wrap{
  display:flex;
  align-items:center;
  gap:.45rem;
  margin-top:.38rem;
  padding:4px;
  border:1px solid #e2e8f0;
  border-radius:14px;
  background:linear-gradient(180deg,#f9fbff,#f1f5f9);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.95);
  transition:margin-top .22s ease, border-radius .22s ease, padding .22s ease;
}

.hnav-scroll-wrap .site-horizontal-nav{
  margin-top:0;
  flex:1;
  min-width:0;
  padding:0;
}

.hnav-scroll-btn{
  width:30px;
  height:30px;
  border:1px solid #d9e3f0;
  border-radius:999px;
  background:#fff;
  color:#0f172a;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0;
  flex:0 0 auto;
  transition:all .2s ease;
}

.hnav-scroll-btn:hover{
  border-color:#bfd0ef;
  color:var(--brand);
}

.hnav-scroll-btn:disabled{
  opacity:.4;
  cursor:not-allowed;
}

.hnav-item{
  text-decoration:none;
  color:#334155;
  font-weight:700;
  font-size:.83rem;
  padding:.34rem .68rem;
  border-radius:10px;
  border:1px solid transparent;
  background:transparent;
  flex:0 0 auto;
  transition:all .22s ease;
}
.hnav-item-home{
  min-width:42px;
  text-align:center;
  padding:.34rem .55rem;
}
.hnav-item-home i{
  font-size:.9rem;
  line-height:1;
}

.hnav-item:hover,
.hnav-item.active{
  color:#fff;
  background:linear-gradient(135deg,#ef4444,#c81e1e);
  border-color:#b91c1c;
  box-shadow:0 6px 14px rgba(185,28,28,.24);
}

html[lang="en"] .hnav-item,
html[lang="en"] .footer-cats a,
html[lang="en"] .sidebar-city-links a,
html[lang="en"] .sidebar-extra-grid a,
html[lang="en"] .sidebar-state-item summary a{
  text-transform:capitalize;
}

.header.is-compact{
  background:rgba(255,255,255,.96);
  box-shadow:0 10px 30px rgba(15,23,42,.08);
}

.header.is-compact .nav-shell{
  padding-top:.2rem;
  padding-bottom:.24rem;
}

.header.is-compact .nav-main-row{
  min-height:38px;
}

.header.is-compact .navbar-brand{
  font-size:1.14rem;
}

.header.is-compact .nav-brand-logo-img{
  max-height:40px;
}

.header.is-compact .menu-trigger{
  width:34px;
  height:34px;
  font-size:1.15rem;
}

.header.is-compact .nav-action-link{
  width:31px;
  height:31px;
}

.header.is-compact .hnav-scroll-wrap{
  margin-top:.24rem;
  border-radius:12px;
  padding:3px;
}

.header.is-compact .hnav-item{
  font-size:.78rem;
  padding:.28rem .54rem;
}

.site-sidebar{
  width:min(92vw, 370px)!important;
  height:100vh!important;
  max-height:100vh!important;
  z-index:1300!important;
}

.offcanvas-backdrop.show{
  z-index:1290;
}

.site-sidebar .offcanvas-header{
  border-bottom:1px solid var(--line);
}

.site-sidebar .offcanvas-title{
  font-family:"Manrope",sans-serif;
  font-weight:800;
  letter-spacing:.2px;
}

.push-consent-banner{
  position:fixed;
  right:16px;
  bottom:16px;
  z-index:1250;
  width:min(420px, calc(100vw - 24px));
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:.75rem;
  padding:.8rem .9rem;
  border-radius:14px;
  border:1px solid #d7e0ec;
  background:rgba(255,255,255,.97);
  box-shadow:0 16px 34px rgba(15,23,42,.16);
  backdrop-filter:blur(8px);
  opacity:0;
  transform:translateY(10px);
  pointer-events:none;
  transition:opacity .22s ease, transform .22s ease;
}

.push-consent-banner.is-visible{
  opacity:1;
  transform:translateY(0);
  pointer-events:auto;
}

.push-consent-text{
  font-size:.9rem;
  font-weight:700;
  color:#1e293b;
  line-height:1.35;
}

.push-consent-actions{
  display:flex;
  align-items:center;
  gap:.45rem;
}

.push-consent-btn{
  border:1px solid #d1d9e5;
  border-radius:10px;
  min-height:34px;
  padding:0 .72rem;
  font-size:.78rem;
  font-weight:800;
  cursor:pointer;
  background:#fff;
  color:#334155;
}

.push-consent-btn:disabled{
  opacity:.7;
  cursor:not-allowed;
}

.push-consent-allow{
  border-color:#ef4444;
  background:#ef4444;
  color:#fff;
}

.push-consent-allow:hover{
  background:#dc2626;
  border-color:#dc2626;
}

.sidebar-block + .sidebar-block{
  margin-top:1.35rem;
}

.sidebar-block h6{
  font-family:"Manrope",sans-serif;
  font-weight:800;
  margin-bottom:.65rem;
  color:#0f172a;
}

.sidebar-state-item{
  border:1px solid #e2e8f0;
  border-radius:10px;
  margin-bottom:.5rem;
  padding:.5rem .6rem;
  background:#fff;
}

.sidebar-state-item summary{
  cursor:pointer;
  list-style:none;
}

.sidebar-state-item summary::-webkit-details-marker{
  display:none;
}

.sidebar-state-item summary a{
  text-decoration:none;
  color:#0f172a;
  font-weight:700;
}

.sidebar-city-links{
  display:flex;
  flex-wrap:wrap;
  gap:.35rem;
  margin-top:.55rem;
}

.sidebar-city-links a{
  text-decoration:none;
  font-size:.76rem;
  color:#475569;
  border:1px solid #e2e8f0;
  border-radius:999px;
  padding:.18rem .52rem;
  background:#f8fafc;
}

.sidebar-city-links a:hover{
  color:var(--brand);
  border-color:#f2b4b4;
}

.sidebar-extra-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:.42rem;
}

.sidebar-extra-grid a{
  text-decoration:none;
  color:#334155;
  font-size:.84rem;
  padding:.38rem .48rem;
  border:1px solid #e2e8f0;
  border-radius:9px;
  background:#fff;
}

.sidebar-extra-grid a:hover{
  border-color:#c7d7ec;
  color:var(--brand);
}

.nav-link{
  color:var(--ink)!important;
  font-weight:600;
  border-radius:999px;
  padding:.55rem .9rem!important;
  transition:all .2s ease;
}

.nav-link:hover,
.nav-link:focus{
  color:var(--brand)!important;
  background:rgba(214,40,40,.09);
}

.dropdown-menu{
  border:1px solid var(--line);
  border-radius:12px;
  box-shadow:0 16px 40px rgba(15,23,42,.1);
  padding:.45rem;
}

.dropdown-item{
  border-radius:8px;
  padding:.5rem .7rem;
}

.dropdown-item:hover{
  background:var(--surface-soft);
  color:var(--brand);
}

.mega-dropdown{
  position:static;
}

.mega-menu{
  left:50%!important;
  transform:translateX(-50%);
  width:min(1080px,94vw);
  border:1px solid var(--line);
  border-radius:14px;
  padding:.85rem;
  box-shadow:0 22px 42px rgba(15,23,42,.14);
}

.mega-grid{
  display:grid;
  gap:.55rem;
}

.mega-grid-8{
  grid-template-columns:repeat(8, minmax(0, 1fr));
}

.mega-grid-4{
  grid-template-columns:repeat(4, minmax(0, 1fr));
}

.mega-link{
  display:flex;
  align-items:center;
  gap:.55rem;
  min-height:42px;
  padding:.48rem .55rem;
  border-radius:10px;
  text-decoration:none;
  border:1px solid transparent;
  transition:all .18s ease;
}

.mega-link:hover{
  background:var(--surface-soft);
  border-color:#d7e2ef;
  color:var(--brand);
}

.mega-icon{
  width:28px;
  height:28px;
  border-radius:9px;
  border:1px solid #dbe4ef;
  background:#f8fbff;
  color:#1d4ed8;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
}

.mega-icon svg{
  width:16px;
  height:16px;
}

.mega-text{
  font-size:.87rem;
  font-weight:700;
  color:#0f172a;
  line-height:1.2;
}

.mega-group-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:.75rem;
}

.mega-state-grid{
  grid-template-columns:repeat(3, minmax(0, 1fr));
}

.mega-group-card{
  background:#fff;
  border:1px solid #e7edf5;
  border-radius:12px;
  padding:.6rem .65rem;
}

.mega-group-title{
  display:block;
  font-size:.94rem;
  font-weight:800;
  text-decoration:none;
  color:#0f172a;
  margin-bottom:.35rem;
}

.mega-group-title:hover{
  color:var(--brand);
}

.mega-sub-list{
  display:grid;
  gap:.22rem;
}

.mega-sub-link{
  font-size:.8rem;
  text-decoration:none;
  color:#475569;
  line-height:1.35;
  border-radius:8px;
  padding:.15rem .25rem;
}

.mega-sub-link:hover{
  background:#f8fafc;
  color:var(--brand);
}

.mega-sub-link.muted{
  color:#94a3b8;
}

/* Sections + cards */
section{
  margin-bottom:2.25rem;
}

.news-card{
  background:var(--surface);
  border:1px solid rgba(148,163,184,.22);
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 10px 28px rgba(15,23,42,.06);
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.news-card:hover{
  transform:translateY(-4px);
  box-shadow:0 20px 35px rgba(15,23,42,.12);
  border-color:rgba(214,40,40,.3);
}

.news-img{
  width:100%;
  height:220px;
  object-fit:cover;
}

.news-media-link{
  display:block;
  overflow:hidden;
}

.news-media-link .news-img{
  transition:transform .28s ease, filter .28s ease;
}

.news-card:hover .news-media-link .news-img{
  transform:scale(1.04);
  filter:saturate(1.04);
}

.news-body{
  padding:1rem 1rem 1.1rem;
}

.news-body h5,
.news-body h6{
  margin:0;
  line-height:1.35;
}

.news-body h5 a,
.news-body h6 a{
  transition:color .2s ease;
}

.news-body h5 a:hover,
.news-body h6 a:hover{
  color:var(--brand)!important;
}

.read-more{
  color:var(--brand);
  font-weight:700;
  text-decoration:none;
}

.read-more:hover{
  color:var(--brand-dark);
}

/* Search */
.search-box{
  max-width:720px;
  margin-inline:auto;
  box-shadow:0 10px 30px rgba(15,23,42,.12);
  border-radius:999px;
}

.search-input{
  height:52px;
  border-radius:999px 0 0 999px;
  border:1px solid var(--line);
  border-right:none;
  padding-inline:1.1rem;
}

.search-input:focus{
  box-shadow:none;
  border-color:#f0b2b2;
}

.search-btn{
  border-radius:0 999px 999px 0;
  padding-inline:1.3rem;
  border:none;
  background:linear-gradient(120deg,var(--brand),var(--brand-dark));
  font-weight:700;
}

.search-btn:hover{
  filter:brightness(.95);
}

.search-box .search-voice-btn{
  width:42px;
  height:42px;
  min-width:42px;
  padding:0!important;
  border:3px solid #fff!important;
  border-radius:50%!important;
  margin:5px .45rem 5px .28rem!important;
  background:linear-gradient(145deg,#3fa3ff,#1e88e5)!important;
  color:#fff!important;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:transform .18s ease, box-shadow .18s ease;
  box-shadow:0 8px 18px rgba(30,136,229,.34);
  position:relative;
  overflow:visible;
  flex:0 0 42px;
  outline:none!important;
  -webkit-appearance:none;
  appearance:none;
  background-clip:padding-box;
}

.search-box .search-voice-btn:not(:first-child),
.search-box .search-voice-btn:not(:last-child){
  border-radius:50%!important;
}

.search-box .search-voice-btn svg{
  width:20px;
  height:20px;
  fill:#fff;
}

.search-box .search-voice-btn::after{
  content:"";
  position:absolute;
  inset:-4px;
  border-radius:50%;
  border:2px solid rgba(97,189,255,.52);
  opacity:0;
  transform:scale(.88);
}

.search-box .search-voice-btn:hover,
.search-box .search-voice-btn:focus-visible{
  transform:translateY(-1px) scale(1.02);
  box-shadow:0 10px 20px rgba(30,136,229,.44), 0 0 0 1px #fff;
}

.search-box .search-voice-btn:hover::after,
.search-box .search-voice-btn:focus-visible::after{
  opacity:1;
  animation:voiceBlueBlink .95s ease-in-out infinite;
}

.search-box .search-voice-btn:active{
  transform:scale(.96);
}

.search-box .search-voice-btn.is-listening{
  box-shadow:0 0 0 4px rgba(74,167,255,.26), 0 10px 20px rgba(30,136,229,.4);
}

.search-box .search-voice-btn.is-listening::after{
  opacity:1;
  animation:voiceBlueBlink .75s ease-in-out infinite;
}

.voice-status{
  display:block;
  max-width:720px;
  margin:.5rem auto 0;
  color:#64748b;
  min-height:18px;
  font-size:.82rem;
}

@keyframes voiceBlueBlink{
  0%,100%{transform:scale(.88);opacity:.35;}
  50%{transform:scale(1.06);opacity:.95;}
}

/* Single page content */
.news-content{
  font-size:1.05rem;
  line-height:1.85;
}

.news-content h1,
.news-content h2,
.news-content h3{
  margin-top:1.4rem;
  margin-bottom:.55rem;
  line-height:1.35;
}

.news-content p{
  color:#1f2937;
  margin-bottom:1rem;
}

.news-content img{
  max-width:100%;
  border-radius:14px;
  margin:1rem 0;
}

.article-faq-section{
  margin-top:1.8rem;
  padding:1rem 1.1rem;
  border:1px solid rgba(148,163,184,.25);
  border-radius:14px;
  background:#fff;
}

.article-faq-title{
  margin:0 0 .8rem;
  font-size:1.4rem;
  line-height:1.3;
  color:#0f172a;
}

.article-faq-list{
  display:grid;
  gap:.7rem;
}

.article-faq-item{
  border-top:1px solid rgba(148,163,184,.2);
  padding-top:.7rem;
}

.article-faq-item:first-child{
  border-top:0;
  padding-top:0;
}

.article-faq-question{
  margin:0 0 .35rem;
  font-size:1.05rem;
  line-height:1.4;
  color:#111827;
}

.article-faq-answer{
  margin:0;
  color:#334155;
  line-height:1.7;
}

.article-share-card{
  margin:0 0 1.6rem;
  padding:.8rem .95rem .7rem;
  border:1px solid rgba(148,163,184,.22);
  border-radius:18px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.96), rgba(248,250,252,.94)),
    radial-gradient(circle at top right, rgba(214,40,40,.08), transparent 42%);
  box-shadow:0 14px 32px rgba(15,23,42,.07);
}

.article-share-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:.75rem;
  margin-bottom:.2rem;
}

.article-share-kicker{
  font-size:.8rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#b91c1c;
  margin-bottom:.12rem;
}

.article-share-subtitle{
  font-size:.9rem;
  line-height:1.35;
  color:#475569;
}

.article-share-native{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.5rem;
  min-height:42px;
  padding:0 .95rem;
  border:0;
  border-radius:999px;
  background:linear-gradient(135deg, #ef4444, #dc2626);
  color:#fff;
  font-weight:700;
  box-shadow:0 12px 22px rgba(220,38,38,.2);
  transition:transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.article-share-native:hover{
  transform:translateY(-1px);
  box-shadow:0 16px 28px rgba(220,38,38,.26);
  filter:saturate(1.05);
}

.article-share-feedback{
  min-height:0;
  margin-top:.2rem;
  font-size:.8rem;
  font-weight:700;
  color:#15803d;
  opacity:0;
  transform:translateY(4px);
  transition:opacity .2s ease, transform .2s ease;
}

.article-share-feedback.is-visible{
  opacity:1;
  transform:translateY(0);
}

.article-share-feedback.is-error{
  color:#b91c1c;
}

.badge{
  border-radius:999px;
  font-weight:600;
  padding:.45rem .7rem;
}

/* Utilities */
.breadcrumb{
  background:var(--surface);
  border:1px solid var(--line);
  border-radius:999px;
  padding:.6rem .9rem;
  width:fit-content;
}

.breadcrumb-item + .breadcrumb-item::before{
  color:#94a3b8;
}

.breadcrumb a{
  text-decoration:none;
  color:var(--muted);
}

.breadcrumb a:hover{
  color:var(--brand);
}

.article-author-meta{
  display:flex;
  align-items:center;
  gap:1rem;
  padding:1.05rem 1.15rem;
  border:1px solid rgba(248,113,113,.14);
  border-radius:24px;
  background:
    radial-gradient(circle at top left, rgba(239,68,68,.14), transparent 22%),
    radial-gradient(circle at bottom right, rgba(251,191,36,.12), transparent 20%),
    linear-gradient(135deg, rgba(255,255,255,.99), rgba(248,250,252,.97));
  box-shadow:0 22px 48px rgba(15,23,42,.08);
  position:relative;
  overflow:hidden;
}

.article-author-meta::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, rgba(255,255,255,.22), transparent 30%, transparent 70%, rgba(255,255,255,.12));
  pointer-events:none;
}

.article-author-avatar{
  width:72px;
  height:72px;
  flex:0 0 72px;
  border-radius:50%;
  overflow:hidden;
  background:linear-gradient(135deg, #fee2e2, #fecaca);
  border:3px solid rgba(255,255,255,.96);
  box-shadow:0 14px 28px rgba(220,38,38,.16);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#b91c1c;
  font-size:1.28rem;
  font-weight:800;
  position:relative;
  z-index:1;
}

.article-author-avatar img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.article-author-content{
  min-width:0;
  flex:1;
  position:relative;
  z-index:1;
}

.article-author-line{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:.45rem;
  margin:0;
  color:#475569;
  font-size:.95rem;
  line-height:1.35;
}

.article-author-line strong{
  color:#0f172a;
  font-size:1.08rem;
}

.article-author-verified{
  display:inline-flex;
  align-items:center;
  gap:.28rem;
  padding:.18rem .48rem;
  border-radius:999px;
  background:rgba(34,197,94,.1);
  border:1px solid rgba(34,197,94,.18);
  color:#15803d;
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.article-author-verified i{
  font-size:.82rem;
}

.article-author-subline{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:.45rem .7rem;
  margin-top:.28rem;
}

.article-author-role,
.article-author-source{
  font-size:.8rem;
  font-weight:700;
  letter-spacing:.03em;
  text-transform:uppercase;
}

.article-author-role{
  color:#b91c1c;
}

.article-author-source{
  color:#64748b;
}

.article-author-pills{
  display:flex;
  flex-wrap:wrap;
  gap:.45rem 1rem;
  margin-top:.7rem;
}

.article-author-pill{
  display:inline-flex;
  align-items:center;
  gap:.38rem;
  color:#334155;
  font-size:.9rem;
  font-weight:500;
}

.article-author-pill-icon{
  width:auto;
  height:auto;
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#dc2626;
}

.article-author-pill-icon i{
  font-size:.88rem;
  line-height:1;
}

@media (max-width: 640px){
  .article-author-meta{
    align-items:flex-start;
    padding:.9rem;
  }

  .article-author-avatar{
    width:60px;
    height:60px;
    flex:0 0 60px;
  }

  .article-author-pills{
    gap:.35rem .75rem;
  }

  .article-author-pill{
    width:auto;
    justify-content:flex-start;
    font-size:.85rem;
  }

  .article-share-head{
    flex-direction:column;
    align-items:stretch;
  }

  .article-share-native{
    width:100%;
  }
}

.pagination .page-link{
  border-radius:10px;
  border:1px solid var(--line);
  color:var(--ink);
  margin:0 .15rem;
}

.pagination .page-item.active .page-link{
  background:var(--brand);
  border-color:var(--brand);
}

.category-pagination-nav{
  display:flex;
  justify-content:center;
}

.category-pagination{
  gap:.42rem;
  padding:.35rem .55rem;
  border:1px solid #d8e3f1;
  border-radius:14px;
  background:#f7fbff;
  box-shadow:0 10px 24px rgba(20,42,78,.08);
}

.category-pagination .page-item{
  margin:0!important;
}

.category-pagination .page-link{
  min-width:44px;
  height:42px;
  border-radius:11px;
  margin:0!important;
  padding:0 .72rem;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid #d1deef;
  background:#fff;
  color:#21385c;
  font-weight:800;
  box-shadow:0 2px 0 rgba(17,37,70,.03);
}

.category-pagination .page-link:hover{
  color:#c92020;
  border-color:#f0b4b4;
  background:#fff8f8;
}

.category-pagination .page-item.active .page-link{
  color:#fff;
  border-color:#d62828;
  background:linear-gradient(135deg,#ef4444,#d62828);
  box-shadow:0 10px 18px rgba(214,40,40,.28);
}

/* State/City navigation */
.city-list{
  display:flex;
  flex-wrap:nowrap;
  gap:.45rem;
  overflow-x:auto;
  overflow-y:hidden;
  padding-bottom:0;
  white-space:nowrap;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:none;
  -ms-overflow-style:none;
  cursor:grab;
}

.city-chip{
  display:inline-flex;
  align-items:center;
  gap:.45rem;
  padding:.38rem .65rem;
  border:1px solid var(--line);
  border-radius:999px;
  background:var(--surface);
  text-decoration:none;
  font-weight:700;
  font-size:.92rem;
  color:var(--ink);
  flex:0 0 auto;
}

.city-chip small{
  color:var(--muted);
  font-size:.7rem;
  font-weight:600;
}

.city-list::-webkit-scrollbar{
  display:none;
}

.city-list::-webkit-scrollbar-thumb{
  background:#cbd5e1;
  border-radius:999px;
}

.city-scroll-wrap{
  display:flex;
  align-items:center;
  gap:.55rem;
}

.city-scroll-wrap.city-scroll-wrap-plain{
  display:block;
}

.city-scroll-btn{
  width:32px;
  height:32px;
  border:1px solid var(--line);
  border-radius:999px;
  background:var(--surface);
  color:var(--ink);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:1rem;
  line-height:1;
  padding:0;
  transition:all .2s ease;
  flex:0 0 auto;
}

.city-scroll-btn:hover{
  border-color:#bfd0ef;
  color:var(--brand);
}

.city-scroll-btn:disabled{
  opacity:.45;
  cursor:not-allowed;
}

.city-list.is-dragging{
  cursor:grabbing;
  user-select:none;
}

.city-chip:hover{
  border-color:#bfd0ef;
  color:var(--brand);
}

.city-chip.active{
  border-color:var(--brand);
  background:rgba(214,40,40,.08);
  color:var(--brand);
}

.stories-filter-strip{
  padding:2px 0 8px;
  gap:.6rem;
  scroll-padding-inline:4px;
}

.stories-filter-chip{
  padding:.58rem .88rem;
  border-color:#d6e2f0;
  background:linear-gradient(180deg,#ffffff,#f8fbff);
  box-shadow:0 8px 18px rgba(19,39,73,.06);
  font-size:.95rem;
}

.stories-filter-chip small{
  min-width:18px;
  height:18px;
  padding:0 4px;
  border-radius:999px;
  background:#e9f0fb;
  color:#496381;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:.68rem;
  font-weight:800;
}

.stories-filter-chip.active{
  border-color:var(--brand);
  background:linear-gradient(135deg, rgba(214,40,40,.12), rgba(214,40,40,.04));
  box-shadow:0 10px 20px rgba(214,40,40,.12);
}

.stories-filter-chip.active small{
  background:var(--brand);
  color:#fff;
}

@media (max-width: 767px){
  .stories-filter-strip{
    gap:.5rem;
    padding-bottom:6px;
  }

  .stories-filter-chip{
    padding:.52rem .78rem;
    font-size:.88rem;
  }
}

.section-head{
  border-left:4px solid var(--brand);
  padding-left:.7rem;
}

/* Home front */
.home-front{
  padding-top:1.15rem!important;
}

.home-lead-main{
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(148,163,184,.24);
  box-shadow:0 18px 36px rgba(15,23,42,.12);
  background:#0f172a;
}

.home-lead-main-media{
  position:relative;
  display:block;
  min-height:420px;
  text-decoration:none;
  color:#fff;
}

.home-lead-main-media img{
  width:100%;
  height:420px;
  object-fit:cover;
}

.home-lead-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(2,6,23,.08), rgba(2,6,23,.82));
}

.home-lead-main-content{
  position:absolute;
  left:1rem;
  right:1rem;
  bottom:1rem;
  z-index:2;
}

.home-lead-tag{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 .7rem;
  border-radius:999px;
  background:rgba(214,40,40,.92);
  color:#fff;
  font-size:.74rem;
  font-weight:800;
  letter-spacing:.45px;
  text-transform:uppercase;
  margin-bottom:.55rem;
}

.home-lead-main-content h2{
  margin:0;
  color:#fff;
  font-family:"Manrope",sans-serif;
  font-size:1.9rem;
  line-height:1.2;
  font-weight:800;
}

.home-brief-panel{
  height:100%;
  border-radius:16px;
  border:1px solid rgba(148,163,184,.24);
  background:#ffffff;
  box-shadow:0 10px 24px rgba(15,23,42,.08);
  overflow:hidden;
}

.home-brief-head{
  padding:.85rem .95rem;
  border-bottom:1px solid #e2e8f0;
  background:linear-gradient(90deg,#0f172a,#1e293b);
}

.home-brief-head h3{
  margin:0;
  font-family:"Manrope",sans-serif;
  color:#fff;
  font-size:1rem;
  font-weight:800;
  letter-spacing:.4px;
  text-transform:uppercase;
}

.home-brief-list{
  padding:.4rem .55rem;
}

.home-brief-item{
  display:block;
  text-decoration:none;
  border-radius:12px;
  padding:.6rem .55rem;
  border:1px solid transparent;
}

.home-brief-item + .home-brief-item{
  margin-top:.25rem;
}

.home-brief-item:hover{
  border-color:#dbe4f1;
  background:#f8fafc;
}

.home-brief-item small{
  display:block;
  color:#0f766e;
  font-size:.7rem;
  text-transform:uppercase;
  letter-spacing:.36px;
  font-weight:800;
  margin-bottom:.16rem;
}

.home-brief-item strong{
  display:block;
  color:#0f172a;
  font-size:.92rem;
  line-height:1.35;
  font-weight:800;
}

.home-cat-section{
  border-radius:18px;
  border:1px solid rgba(148,163,184,.22);
  background:rgba(255,255,255,.8);
  padding:1rem;
}

.home-cat-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:.9rem;
  margin-bottom:.85rem;
}

.home-cat-head h2{
  margin:0;
  font-family:"Manrope",sans-serif;
  font-size:1.15rem;
  font-weight:850;
  letter-spacing:.25px;
  text-transform:uppercase;
  color:#0f172a;
}

.news-card-featured .news-img{
  height:260px;
}

.news-body-featured{
  padding:1.05rem 1.05rem 1.1rem;
}

.news-body-featured h3{
  font-size:1.02rem;
  line-height:1.38;
}

/* Trending section */
.trending-section{
  background:linear-gradient(145deg, rgba(255,255,255,.9), rgba(255,255,255,.72));
  border:1px solid rgba(148,163,184,.24);
  border-radius:18px;
  padding:1.2rem;
}

.trending-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:1rem;
  margin-bottom:1rem;
}

.trending-head h3{
  font-size:1.55rem;
  line-height:1.1;
}

.trending-kicker{
  display:inline-block;
  margin-bottom:.25rem;
  padding:.2rem .65rem;
  border-radius:999px;
  background:rgba(214,40,40,.1);
  color:var(--brand);
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.7px;
  text-transform:uppercase;
}

.trending-slider{
  position:relative;
  border-radius:16px;
  overflow:hidden;
  background:#0f172a;
  min-height:420px;
}

.trending-slides{
  position:relative;
  min-height:420px;
}

.trending-slide{
  position:absolute;
  inset:0;
  opacity:0;
  visibility:hidden;
  transform:scale(1.02);
  transition:opacity .5s ease, transform .5s ease, visibility .5s ease;
}

.trending-slide.active{
  opacity:1;
  visibility:visible;
  transform:scale(1);
}

.trending-slide-media{
  display:block;
  width:100%;
  height:100%;
  position:relative;
}

.trending-slide-media img{
  width:100%;
  height:420px;
  object-fit:cover;
}

.trending-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(2,6,23,.08), rgba(2,6,23,.74));
}

.trending-slide-caption{
  position:absolute;
  left:1rem;
  right:1rem;
  bottom:1rem;
  color:#fff;
  z-index:2;
}

.trending-slide-caption h4{
  margin:0;
  font-family:"Manrope",sans-serif;
  font-size:1.6rem;
  line-height:1.2;
  font-weight:800;
}

.trending-nav{
  width:42px;
  height:42px;
  border:none;
  border-radius:50%;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  background:rgba(255,255,255,.9);
  color:#0f172a;
  font-size:1.7rem;
  line-height:1;
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:3;
  opacity:0;
  pointer-events:none;
  transition:all .2s ease;
  box-shadow:0 8px 20px rgba(15,23,42,.25);
}

.trending-prev{
  left:12px;
}

.trending-next{
  right:12px;
}

.trending-slider:hover .trending-nav{
  opacity:1;
  pointer-events:auto;
}

.trending-nav:hover{
  background:#fff;
  color:var(--brand);
}

.trending-side-list{
  background:var(--surface);
  border:1px solid rgba(148,163,184,.24);
  border-radius:14px;
  padding:.5rem;
  height:100%;
}

.trending-side-item{
  display:flex;
  align-items:center;
  gap:.75rem;
  padding:.55rem;
  border-radius:12px;
  text-decoration:none;
  transition:all .2s ease;
}

.trending-side-item + .trending-side-item{
  border-top:1px solid #eef2f7;
}

.trending-side-item:hover{
  background:#f8fafc;
}

.trending-side-thumb{
  width:88px;
  height:66px;
  flex:0 0 88px;
  border-radius:10px;
  overflow:hidden;
  background:#e5e7eb;
}

.trending-side-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.trending-side-content small{
  display:block;
  font-size:.7rem;
  color:#0f766e;
  text-transform:uppercase;
  letter-spacing:.4px;
  margin-bottom:.15rem;
  font-weight:700;
}

.trending-side-content strong{
  display:block;
  color:#0f172a;
  line-height:1.28;
  font-size:.92rem;
  font-weight:800;
}

.article-sidebar{
  position:sticky;
  top: 120px;
  display:flex;
  flex-direction:column;
  gap:1rem;
  align-self:flex-start;
}

.article-sidebar-card{
  border-radius:14px;
  overflow:hidden;
}

.article-sidebar-list{
  border-radius:14px;
  padding:.5rem;
}

.article-sidebar-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:32px;
  padding:.35rem .8rem;
  border-radius:999px;
  background:linear-gradient(135deg, #ef4444, #dc2626);
  color:#fff;
  font-size:.76rem;
  font-weight:800;
  text-decoration:none;
  box-shadow:0 10px 20px rgba(220,38,38,.18);
  transition:transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.article-sidebar-btn:hover{
  color:#fff;
  transform:translateY(-1px);
  box-shadow:0 14px 24px rgba(220,38,38,.24);
  filter:saturate(1.05);
}

.article-related-list{
  margin-top:0;
}

.article-latest-section{
  margin-top:2.75rem;
  padding:1.15rem;
  border:1px solid rgba(148,163,184,.2);
  border-radius:24px;
  background:
    radial-gradient(circle at top right, rgba(239,68,68,.08), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,250,252,.98));
  box-shadow:0 18px 42px rgba(15,23,42,.06);
}

.article-visual-section{
  padding:1.05rem 1.15rem 1.15rem;
  border:1px solid rgba(148,163,184,.18);
  border-radius:24px;
  background:
    radial-gradient(circle at top left, rgba(14,165,233,.08), transparent 26%),
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,250,252,.98));
  box-shadow:0 18px 42px rgba(15,23,42,.05);
}

.article-latest-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:1rem;
}

.article-latest-kicker{
  font-size:.76rem;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#b91c1c;
  margin-bottom:.28rem;
}

.article-latest-subtitle{
  color:#64748b;
  font-size:.92rem;
  max-width:540px;
}

.article-latest-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:1rem;
}

.article-latest-badge{
  align-self:flex-start;
  font-size:.68rem;
  padding:.38rem .55rem;
  border-radius:999px;
  text-transform:uppercase;
  letter-spacing:.3px;
}

.article-latest-mini-card{
  display:grid;
  grid-template-columns:108px 1fr;
  gap:.85rem;
  align-items:stretch;
  padding:.82rem;
  border-radius:18px;
  background:#fff;
  border:1px solid rgba(148,163,184,.18);
  box-shadow:0 10px 26px rgba(15,23,42,.05);
}

.article-latest-mini-media{
  display:block;
  min-height:auto;
  aspect-ratio:1200/675;
  border-radius:14px;
  overflow:hidden;
  background:#e8eef6;
  padding:6px;
}

.article-latest-mini-media .news-img{
  width:100% !important;
  height:100% !important;
  aspect-ratio:auto !important;
  object-fit:contain !important;
  background:transparent;
}

.article-latest-mini-body{
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.article-visual-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:1rem;
}

.article-visual-card{
  display:grid;
  grid-template-columns:120px 1fr;
  gap:.85rem;
  align-items:stretch;
  padding:.82rem;
  border-radius:18px;
  background:#fff;
  border:1px solid rgba(148,163,184,.18);
  box-shadow:0 10px 26px rgba(15,23,42,.05);
}

.article-visual-media{
  position:relative;
  display:block;
  min-height:auto;
  aspect-ratio:1200/675;
  border-radius:14px;
  overflow:hidden;
  background:#e8eef6;
  padding:6px;
}

.article-visual-media img{
  width:100% !important;
  height:100% !important;
  aspect-ratio:auto !important;
  object-fit:contain !important;
  background:transparent;
}

.article-visual-play{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:30px;
  height:30px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.92);
  color:#111827;
  font-size:.72rem;
  box-shadow:0 8px 20px rgba(15,23,42,.18);
}

.article-visual-body{
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.article-latest-mini-top{
  display:flex;
  flex-wrap: wrap;
  align-items:center;
  justify-content:space-between;
  gap:.6rem;
  margin-bottom:.45rem;
}

.article-latest-title{
  margin:0;
  font-size:.98rem;
  line-height:1.35;
  font-weight:800;
}

.article-latest-title a{
  color:#0f172a;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.article-latest-date{
  margin-top:.15rem;
  font-size:.78rem;
}

/* Footer */
.footer{
  margin-top:3.5rem;
  color:#aeb3ba;
  background:#1f2024;
  border-top:1px solid #2c2d33;
}

.footer-main{
  padding:3.2rem 0 1.1rem;
  
}

.footer-grid{
  display:grid;
  grid-template-columns:1.2fr 1.3fr 1fr;
  gap:2.4rem;
}

.footer-col{
  min-width:0;
}

.footer-eyebrow{
  color:#8d949f;
  font-size:.75rem;
  letter-spacing:.45px;
  text-transform:uppercase;
  margin-bottom:.5rem;
  font-weight:700;
}

.footer-logo{
  font-family:"Manrope",sans-serif;
  font-size:3.6rem;
  line-height:.9;
  letter-spacing:-1px;
  color:#fff;
  font-weight:800;
  margin-bottom:1rem;
}

.footer-logo-img{
  display:block;
  max-height:78px;
  width:auto;
  max-width:100%;
  object-fit:contain;
}

.footer-brand-col{
  padding-left:.2rem;
}

.footer-logo span{
  color:#ef4444;
}

.footer h5{
  font-family:"Manrope",sans-serif;
  font-weight:800;
  margin-bottom:1rem;
  color:#ef4444;
  font-size:1.45rem;
}

.footer-sub{
  margin:1.2rem 0 .55rem;
  font-weight:700;
  color:#fff;
  font-size:.95rem;
}

.footer-text{
  margin:0;
  line-height:1.75;
  color:#b1b7c1;
  font-size:.95rem;
}

.footer a{
  color:#f1f5f9;
  text-decoration:none;
  line-height:1.9;
}

.footer a:hover{
  color:#ef4444;
}

.footer-social{
  display:flex;
  gap:.55rem;
  flex-wrap:wrap;
}

.footer-social a{
  width:38px;
  height:38px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:1rem;
  font-weight:700;
  background:#34363c;
  color:#fff;
  border:1px solid #4b4e56;
  transition:all .2s ease;
}

.footer-social a i{
  line-height:1;
}

.footer-social a:hover{
  background:#ef4444;
  border-color:#ef4444;
  color:#fff;
  transform:translateY(-1px);
}

.footer-cats{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:.18rem .95rem;
  align-content:start;
}

.footer-cats-wrap{
  display:block;
}

.footer-cats a{
  color:#d8dde6;
  font-weight:600;
  font-size:.93rem;
}

.footer-newsletter{
  display:flex;
  align-items:stretch;
  margin-top:.75rem;
  border:1px solid #34363d;
  border-radius:10px;
  overflow:hidden;
  background:#2b2d31;
  width:100%;
  max-width:100%;
}

.footer-newsletter .footer-newsletter-input{
  flex:1;
  display:block;
  height:46px;
  min-height:46px;
  width:100%;
  border:none;
  background:transparent;
  color:#fff;
  padding:0 .9rem;
  border-radius:0;
  opacity:1;
  visibility:visible;
}

.footer-newsletter .footer-newsletter-input:focus{
  outline:none;
}

.footer-newsletter .footer-newsletter-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:108px;
  border:none;
  background:#ef4444;
  color:#fff;
  font-weight:800;
  padding:0 1rem;
  letter-spacing:.5px;
  transition:filter .2s ease, transform .2s ease;
}

.footer-newsletter .footer-newsletter-btn:hover{
  filter:brightness(.95);
}

.footer-newsletter-feedback{
  margin-top:.75rem;
  margin-bottom:.7rem;
  padding:.7rem .9rem;
  border-radius:10px;
  font-size:.92rem;
  line-height:1.45;
}

.footer-newsletter-feedback-success{
  background:rgba(34,197,94,.12);
  border:1px solid rgba(34,197,94,.35);
  color:#d3f9df;
}

.footer-newsletter-feedback-error{
  background:rgba(239,68,68,.12);
  border:1px solid rgba(239,68,68,.35);
  color:#ffd3d3;
}

.footer-note{
  display:block;
  margin-top:.6rem;
  color:#8f96a3;
}

.footer-bottom{
  border-top:1px solid #33353c;
  margin-top:2.25rem;
  padding-top:1rem;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  font-size:.88rem;
  color:#8f96a3;
}

.footer-bottom-links{
  display:flex;
  gap:.9rem;
  flex-wrap:wrap;
}

.footer-bottom-links a{
  color:#c8cfda;
}

@media (max-width: 640px){
  .top-bar-inner{
    justify-content: center;
  }
  .top-bar-msg{
    text-align: center;
  }
}

@media (max-width:991px){
  .navbar-collapse{
    background:var(--surface);
    margin-top:.65rem;
    padding:.75rem;
    border-radius:14px;
    border:1px solid var(--line);
  }

  .mega-dropdown{
    position:relative;
  }

  .mega-menu{
    left:0!important;
    transform:none;
    width:100%;
    box-shadow:none;
    border-radius:12px;
    margin-top:.35rem;
    padding:.6rem;
  }

  .mega-grid-8,
  .mega-grid-4{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .mega-group-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .nav-brand-modern{
    text-align:center;
  }

  .footer-grid{
    grid-template-columns:1fr 1fr;
    gap:1.8rem;
  }

  .footer-grid > :last-child{
    grid-column:1 / -1;
  }

}

@media (max-width:767px){
  
body.app-page{
    background:#eef2f8;
    padding-top:0;
    padding-bottom:0;
  }
  .top-bar{
    display:block;
    position:relative;
    z-index:auto;
  }

  .push-consent-banner{
    left:10px;
    right:10px;
    bottom:calc(84px + env(safe-area-inset-bottom));
    width:auto;
    flex-direction:column;
    align-items:flex-start;
    gap:.58rem;
    padding:.72rem .78rem;
  }

  .push-consent-actions{
    width:100%;
    justify-content:flex-end;
  }

  .header{
    position:sticky;
    top:0;
    z-index:1050;
    border-bottom:1px solid #d6e0ef;
    background:rgba(255,255,255,.97);
    backdrop-filter:blur(12px);
  }

  .nav-shell{
    padding-top:.34rem;
    padding-bottom:.28rem;
  }

  .nav-main-row{
    min-height:40px;
  }

  .navbar-brand{
    font-size:1.08rem;
    letter-spacing:.3px;
  }

  .nav-brand-logo-img{
    max-height:40px;
  }

  .site-horizontal-nav{
    margin-top:0;
    padding:0 0 1px;
  }

  .hnav-scroll-wrap{
    margin-top:.28rem;
    gap:.3rem;
    padding:3px 4px;
    border-radius:12px;
  }

  .hnav-scroll-btn{
    display:none;
  }

  .hnav-item{
    border-radius:10px;
    font-size:.75rem;
    padding:.28rem .5rem;
  }

  .header.is-compact .nav-shell{
    padding-top:.34rem;
    padding-bottom:.28rem;
  }

  .header.is-compact .nav-main-row{
    min-height:40px;
  }

  .header.is-compact .navbar-brand{
    font-size:1.08rem;
  }

  .header.is-compact .menu-trigger{
    width:38px;
    height:38px;
    font-size:1.2rem;
  }

  .header.is-compact .nav-action-link{
    width:34px;
    height:34px;
  }

  body.app-page .container{
    width:100%;
    max-width:100%;
    padding-left:12px;
    padding-right:12px;
  }

  .trending-section,
  .news-card,
  .breadcrumb,
  .city-chip{
    border-radius:14px;
  }

  .trending-section{
    padding:.9rem;
  }

  .news-body{
    padding:.82rem .82rem .9rem;
  }

  .search-box{
    box-shadow:0 8px 24px rgba(15,23,42,.1);
  }

  .search-input{
    height:46px;
    font-size:.97rem;
  }

  .search-btn{
    padding-inline:1rem;
    font-size:1rem;
  }

  .city-scroll-wrap{
    gap:.35rem;
  }

  .city-scroll-btn{
    width:28px;
    height:28px;
    font-size:.9rem;
  }

  .footer{
    margin-top:2.3rem;
    padding-bottom:0;
  }

  .footer-main{
    padding-bottom:1rem;
  }

  .news-img{
    height:200px;
  }

  .trending-grid > div:first-child .news-img{
    height:220px;
  }

  .trending-slider,
  .trending-slides{
    min-height:320px;
  }

  .trending-slide-media img{
    height:320px;
  }

  .trending-slide-caption h4{
    font-size:1.2rem;
  }

  .home-lead-main-media{
    min-height:290px;
  }

  .home-lead-main-media img{
    height:290px;
  }

  .home-lead-main-content h2{
    font-size:1.28rem;
  }

  .home-cat-section{
    padding:.78rem;
  }

  .home-cat-head h2{
    font-size:1rem;
  }

  .news-card-featured .news-img{
    height:220px;
  }

  .article-latest-grid{
    grid-template-columns:1fr;
  }

  .article-visual-grid{
    grid-template-columns:1fr;
  }

  .article-latest-head{
    align-items:flex-start;
    flex-direction:column;
  }

  .article-latest-mini-card{
    grid-template-columns:96px 1fr;
  }

  .article-visual-card{
    grid-template-columns:96px 1fr;
  }

  .article-sidebar{
    position:static;
    margin-top:1rem;
  }

  .top-bar{
    padding:6px 0;
  }

  .top-bar-msg{
    display:block;
    font-size:.74rem;
    font-weight:700;
    line-height:1.15;
  }

  .top-bar-right{
    display:grid;
    grid-template-columns:auto minmax(96px, 112px) auto;
    align-items:center;
    gap:8px;
  }

  .top-lang-label{
    margin:0;
    font-size:.68rem;
    letter-spacing:.2px;
  }

  .top-lang-switch{
    width:100%;
    min-height:30px;
    padding:0 28px 0 10px;
    font-size:.7rem;
    justify-self:center;
  }

  .top-bar-date{
    justify-self:end;
    font-size:.8rem;
    white-space:nowrap;
  }

  .breadcrumb{
    width:100%;
    border-radius:14px;
  }

  .mega-grid-8,
  .mega-grid-4{
    grid-template-columns:1fr;
  }

  .mega-group-grid,
  .mega-state-grid{
    grid-template-columns:1fr;
  }

  .mega-link{
    min-height:40px;
  }

  .menu-trigger{
    width:38px;
    height:38px;
    font-size:1.2rem;
    border-radius:9px;
  }

  .nav-action-link{
    width:34px;
    height:34px;
  }

  .site-horizontal-nav{
    gap:.3rem;
  }

  .hnav-item{
    font-size:.75rem;
    padding:.28rem .5rem;
  }

  .footer-main{
    padding: 2rem .9rem 4rem;
  }

  .footer-grid{
    grid-template-columns:1fr;
    gap:1.45rem;
  }

  .footer-col{
    width:100%;
  }

  .footer-logo{
    font-size:2.45rem;
    margin-bottom:.7rem;
  }

  .footer-logo-img{
    max-height:56px;
  }

  .footer h5{
    font-size:1.2rem;
    margin-bottom:.7rem;
  }

  .footer-sub{
    font-size:1rem;
    margin:1rem 0 .55rem;
  }

  .footer-text{
    font-size:.96rem;
    line-height:1.7;
  }

  .footer-social{
    gap:.6rem;
  }

  .footer-social a{
    width:40px;
    height:40px;
    font-size:1.02rem;
  }

  .footer-cats{
    grid-template-columns:1fr;
    gap:.35rem;
  }

  .footer-cats a{
    font-size:1rem;
    padding:.1rem 0;
  }

  .footer-newsletter{
    flex-direction:column;
    gap:.5rem;
    border:none;
    background:transparent;
    width:100%;
  }

  .footer-newsletter .footer-newsletter-input{
    height:46px;
    width:100%;
    border:1px solid #3b3f47;
    border-radius:9px;
    font-size:.96rem;
    background:#2a2d33;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
  }

  .footer-newsletter .footer-newsletter-btn{
    width:100%;
    height:44px;
    border-radius:9px;
    font-size:.88rem;
    letter-spacing:.4px;
    box-shadow:0 10px 20px rgba(239,68,68,.22);
  }

  .footer-bottom{
    flex-direction:column;
    align-items:flex-start;
    gap:.75rem;
    font-size:.84rem;
  }

  .footer-bottom-links{
    width:100%;
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:.35rem .8rem;
  }

  .footer-note{
    font-size:.78rem;
  }

}

/* Home Professional Layout */
.home-pro-toolbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:10px 14px;
  border:1px solid #d8e2ef;
  border-radius:14px;
  background:linear-gradient(92deg,#ffffff,#f6f9ff);
}
.home-pro-toolbar-left{
  display:flex;
  align-items:center;
  gap:8px;
  color:#22375a;
  font-size:.88rem;
}
.home-pro-live-dot{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#dc2626;
  box-shadow:0 0 0 4px rgba(220,38,38,.14);
}
.home-pro-live-text{
  color:#dc2626;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.4px;
  font-size:.72rem;
}
.home-pro-toolbar-right{
  display:flex;
  align-items:center;
  gap:8px;
}
.home-lang-label{
  font-size:.8rem;
  color:#445a7b;
  font-weight:700;
}
.home-lang-switch{
  border:1px solid #cad8ea;
  border-radius:10px;
  min-height:36px;
  padding:0 10px;
  color:#1d3356;
  font-weight:700;
  background:#ffffff;
}

.home-pro-hero-main{
  border-radius:18px;
  overflow:hidden;
  background:#0f172a;
  min-height:440px;
}
.home-pro-hero-main-media{
  display:block;
  position:relative;
  height:100%;
  min-height:440px;
}
.home-pro-hero-main-media img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.home-pro-hero-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(2,6,23,.06),rgba(2,6,23,.8));
}
.home-pro-hero-main-content{
  position:absolute;
  left:18px;
  right:18px;
  bottom:16px;
  color:#fff;
  z-index:2;
}
.home-pro-tag{
  display:inline-flex;
  align-items:center;
  border-radius:999px;
  min-height:28px;
  padding:0 10px;
  font-size:.72rem;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.45px;
  background:#dc2626;
}
.home-pro-hero-main-content h2{
  margin:10px 0 6px;
  font-size:1.85rem;
  line-height:1.15;
  font-weight:800;
}
.home-pro-hero-main-content small{
  opacity:.9;
}

.home-pro-side-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}
.home-pro-side-card{
  border:1px solid #dbe5f3;
  border-radius:14px;
  overflow:hidden;
  background:#fff;
  min-height:214px;
}
.home-pro-side-card a{
  display:flex;
  flex-direction:column;
  height:100%;
  text-decoration:none;
}
.home-pro-side-card img{
  width:100%;
  height:124px;
  object-fit:cover;
}
.home-pro-side-card-body{
  padding:10px;
}
.home-pro-side-card-body h3{
  margin:0;
  color:#1c3254;
  font-size:.92rem;
  line-height:1.32;
  font-weight:700;
}
.home-pro-side-card-body small{
  display:block;
  margin-top:8px;
  color:#61789b;
}

.home-pro-section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:12px;
  margin-bottom:10px;
}
.home-pro-section-head h2{
  margin:0;
  font-size:1.26rem;
  font-weight:800;
  color:#132642;
}
.home-pro-section-head span{
  color:#637b9e;
  font-size:.84rem;
}

.home-pro-live{
  border:1px solid #dae5f2;
  border-radius:16px;
  padding:12px;
  background:#fff;
}
.home-pro-live-list{
  display:grid;
  gap:8px;
}
.home-pro-live-item{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:10px;
  text-decoration:none;
  border:1px solid #e4edf8;
  border-radius:12px;
  padding:9px 10px;
  background:#fbfdff;
}
.home-pro-live-item small{
  color:#758ba8;
  font-weight:700;
}
.home-pro-live-item strong{
  display:block;
  color:#183157;
  font-size:.92rem;
}
.home-pro-live-item em{
  font-style:normal;
  color:#657c9f;
  font-size:.8rem;
}
.home-pro-live-bullet{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#dc2626;
  box-shadow:0 0 0 4px rgba(220,38,38,.13);
}

.home-pro-cat{
  border-top:2px solid #e3ecf8;
  padding-top:12px;
}
.home-pro-cat-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:10px;
}
.home-pro-cat-head h2{
  margin:0;
  font-size:1.2rem;
  color:#152947;
  font-weight:800;
}
.home-pro-cat-main{
  border:1px solid #dce6f4;
  border-radius:14px;
  overflow:hidden;
  background:#fff;
}
.home-pro-cat-main a{
  display:block;
  text-decoration:none;
}
.home-pro-cat-main img{
  width:100%;
  height:230px;
  object-fit:cover;
}
.home-pro-cat-main-body{
  padding:10px 12px;
}
.home-pro-cat-main-body h3{
  margin:0;
  font-size:1.02rem;
  color:#1b3458;
  line-height:1.36;
}
.home-pro-cat-main-body small{
  display:block;
  margin-top:8px;
  color:#637b9f;
}
.home-pro-cat-list{
  display:grid;
  gap:8px;
}
.home-pro-cat-list-item{
  text-decoration:none;
  border:1px solid #e2ebf8;
  border-radius:11px;
  padding:11px 12px;
  background:#fbfdff;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:10px;
}
.home-pro-cat-list-item strong{
  color:#1c3358;
  font-size:.94rem;
  line-height:1.35;
}
.home-pro-cat-list-item small{
  color:#7088aa;
}

@media (max-width: 992px){
  .home-pro-toolbar{
    flex-direction:column;
    align-items:flex-start;
  }
  .home-pro-side-grid{
    grid-template-columns:1fr;
  }
  .home-pro-hero-main,
  .home-pro-hero-main-media{
    min-height:340px;
  }
}

/* Home Refresh */
.home-front.home-pro{
  padding-top:1.25rem!important;
}

.home-pro .search-box{
  border:1px solid #dbe6f4;
  border-radius:14px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 14px 28px rgba(23,42,79,.06);
}

.home-pro .search-input{
  border:0;
  min-height:52px;
  font-size:.96rem;
}

.home-pro .search-btn{
  border-radius:0;
  min-width:116px;
  font-weight:800;
  background:linear-gradient(90deg,#dc2626,#b91c1c);
  border:0;
}

.home-pro-hero .row{
  align-items:stretch;
}

.home-pro-hero-main{
  border:1px solid #d8e4f4;
  box-shadow:0 24px 48px rgba(18,40,75,.14);
}

.home-pro-hero-main-content{
  padding:8px 6px;
}

.home-pro-hero-main-content h2{
  max-width:92%;
}

.home-pro-side-card{
  border:1px solid #d8e4f4;
  box-shadow:0 12px 24px rgba(17,37,70,.08);
  transition:transform .18s ease, box-shadow .2s ease, border-color .2s ease;
}

.home-pro-side-card:hover{
  transform:translateY(-2px);
  box-shadow:0 20px 38px rgba(17,37,70,.13);
  border-color:#c4d7ef;
}

.home-pro-side-card-body h3{
  font-family:"Manrope",sans-serif;
  font-weight:800;
}

.home-pro-strip{
  background:#fff;
  border:1px solid #d9e5f4;
  border-radius:16px;
  padding:12px;
  box-shadow:0 10px 22px rgba(22,45,81,.06);
}

.home-pro-section-head{
  margin-bottom:12px;
}

.home-pro-section-head h2{
  font-family:"Manrope",sans-serif;
  font-weight:900;
  letter-spacing:.1px;
}

.home-pro-live{
  box-shadow:0 14px 28px rgba(21,44,80,.08);
}

.home-pro-live-item{
  transition:transform .15s ease, border-color .2s ease, box-shadow .2s ease;
}

.home-pro-live-item:hover{
  transform:translateY(-1px);
  border-color:#c8daef;
  box-shadow:0 10px 18px rgba(22,45,81,.08);
}

.home-pro-cat{
  border-top:0;
  border:1px solid #dae6f6;
  border-radius:16px;
  background:#fff;
  padding:14px;
  box-shadow:0 14px 30px rgba(21,44,81,.07);
}

.home-pro-cat-head{
  border-bottom:1px solid #e7eef9;
  padding-bottom:10px;
  margin-bottom:12px;
}

.home-pro-cat-head h2{
  font-family:"Manrope",sans-serif;
  font-weight:900;
}

.home-pro-cat-main{
  box-shadow:0 12px 24px rgba(20,42,76,.08);
}

.home-pro-cat-list-item{
  transition:transform .15s ease, border-color .2s ease, box-shadow .2s ease;
}

.home-pro-cat-list-item:hover{
  transform:translateY(-1px);
  border-color:#c9d9ef;
  box-shadow:0 10px 20px rgba(19,39,73,.08);
}

@media (max-width: 1199px){
  .home-pro-hero-main-content h2{
    max-width:100%;
    font-size:1.58rem;
  }
}

@media (max-width: 767px){
  .home-front.home-pro{
    padding-top:.8rem!important;
  }

  .home-pro .search-input{
    min-height:46px;
  }

  .home-pro .search-btn{
    min-width:92px;
  }

  .home-pro-cat{
    padding:12px;
  }

  .home-pro-section-head{
    flex-direction:column;
    align-items:flex-start;
    gap:3px;
  }
}

/* Home Magazine Layout */
.home-mag .home-v2-headline-bar{
  margin-bottom:1.15rem!important;
}

.home-mag-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:.6rem;
  margin-bottom:.72rem;
  border-bottom:2px solid #e11d2f;
  padding-bottom:.42rem;
}

.home-mag-head h2{
  margin:0;
  font-family:"Manrope",sans-serif;
  font-size:1.85rem;
  line-height:1.1;
  font-weight:900;
  letter-spacing:.2px;
  color:#101f39;
}

.home-mag-more{
  text-decoration:none;
  border:1px solid #f4b3ba;
  color:#be1a24;
  border-radius:999px;
  padding:.22rem .66rem;
  font-size:.74rem;
  font-weight:800;
}

.home-mag-latest-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:.85rem;
}

.home-mag-card{
  min-width:0;
  transition:transform .2s ease, box-shadow .24s ease;
}

.home-mag-card-media{
  display:block;
  border-radius:9px;
  overflow:hidden;
  border:1px solid #d7e3f3;
  margin-bottom:.55rem;
}

.home-mag-card-media img{
  width:100%;
  height:164px;
  object-fit:cover;
  transition:transform .34s ease, filter .34s ease;
}

.home-mag-card-title{
  margin:0;
  font-family:"Manrope",sans-serif;
  font-size:1.08rem;
  line-height:1.34;
  font-weight:800;
  color:#10233f;
}

.home-mag-card-title a,
.home-mag-item-title a{
  color:inherit;
  text-decoration:none;
}

.home-mag-meta{
  display:block;
  margin-top:.4rem;
  color:#637b9f;
  font-size:.75rem;
  font-weight:700;
}

.home-mag-cluster-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  column-gap:.85rem;
  row-gap:1.45rem;
}

.home-mag-sec-title{
  margin:0;
  font-family:"Manrope",sans-serif;
  font-size:1.82rem;
  line-height:1.1;
  font-weight:900;
  color:#0f223f;
}

.home-mag-list{
  display:grid;
  gap:.58rem;
}

.home-mag-item{
  display:grid;
  grid-template-columns:134px 1fr;
  gap:.65rem;
  align-items:flex-start;
  transition:transform .2s ease;
}

.home-mag-item-media{
  display:block;
  border-radius:8px;
  overflow:hidden;
  border:1px solid #d9e4f3;
}

.home-mag-item-media img{
  width:100%;
  height:88px;
  object-fit:cover;
  transition:transform .34s ease, filter .34s ease;
}

.home-mag-item-title{
  margin:0;
  font-family:"Manrope",sans-serif;
  font-size:1.03rem;
  line-height:1.34;
  font-weight:800;
  color:#122640;
}

.home-mag-card-title:hover,
.home-mag-item-title:hover{
  color:#cb2029;
}

.home-mag-card:hover{
  transform:translateY(-2px);
}

.home-mag-card:hover .home-mag-card-media img,
.home-mag-item:hover .home-mag-item-media img{
  transform:scale(1.05);
  filter:brightness(1.04);
}

@media (max-width: 1200px){
  .home-mag-latest-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .home-mag-cluster-grid{
    grid-template-columns:1fr 1fr;
  }
}

@media (max-width: 767px){
  .home-mag-head h2,
  .home-mag-sec-title{
    font-size:1.42rem;
  }

  .home-mag-latest-grid,
  .home-mag-cluster-grid{
    grid-template-columns:1fr;
    gap:1rem;
  }

  .home-mag-item{
    grid-template-columns:108px 1fr;
  }

  .home-mag-item-media img{
    height:74px;
  }
}

/* Home V2 */
.home-v2{
  padding-top:1.1rem!important;
}

.home-v2-headline-bar{
  display:grid;
  grid-template-columns:minmax(0,1fr);
  align-items:center;
  gap:0;
  padding:12px 14px;
  border-radius:16px;
  border:1px solid #d2deee;
  background:linear-gradient(180deg,#f9fbff,#eff4fb);
  box-shadow:0 10px 22px rgba(15,23,42,.07), inset 0 1px 0 rgba(255,255,255,.96);
}

.home-v2-headline-left{
  display:flex;
  align-items:center;
  gap:.62rem;
  flex:1 1 auto;
  min-width:0;
  overflow:visible;
  padding-left:2px;
}

.home-v2-headline-left > *{
  flex:0 0 auto;
}

.home-v2-pulse{
  width:9px;
  height:9px;
  border-radius:50%;
  background:#ef4444;
  box-shadow:0 0 0 4px rgba(239,68,68,.2);
}

.home-v2-headline-label{
  font-size:.68rem;
  color:#b91c1c;
  font-weight:900;
  letter-spacing:.4px;
  text-transform:uppercase;
  white-space:nowrap;
  display:inline-flex;
  align-items:center;
  min-height:24px;
  padding:0 .56rem;
  border-radius:999px;
  border:1px solid #fecaca;
  background:#fff1f2;
}

.home-v2-live-label{
  animation:homeLiveBlink 1s ease-in-out infinite;
}

.home-v2-headline-text{
  font-size:.88rem;
  color:#22375a;
  font-weight:700;
  line-height:1.2;
  flex:1 1 auto;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.home-v2-marquee{
  position:relative;
  flex:1 1 auto;
  min-width:0;
  overflow:hidden;
  mask-image:linear-gradient(to right, transparent 0, #000 5%, #000 95%, transparent 100%);
}

.home-v2-marquee-track{
  display:flex;
  align-items:center;
  width:max-content;
  min-width:100%;
  animation:homeMarqueeScroll 26s linear infinite;
}

.home-v2-marquee-set{
  display:flex;
  align-items:center;
  white-space:nowrap;
}

.home-v2-marquee-item{
  display:inline-flex;
  align-items:center;
  gap:.54rem;
  white-space:nowrap;
  color:#1e3354;
  font-size:.88rem;
  font-weight:700;
  line-height:1.2;
  text-decoration:none;
}

.home-v2-marquee-cat{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:22px;
  min-width:76px;
  padding:0 .5rem;
  border-radius:999px;
  background:#e2e8f0;
  color:#334155;
  font-size:.64rem;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.24px;
}

.home-v2-marquee-title{
  white-space:nowrap;
}

.home-v2-marquee-item:hover{
  color:#1e3354;
  text-decoration:none;
}

.home-v2-marquee-item:hover .home-v2-marquee-title{
  color:#c42020;
  text-decoration:underline;
}

.home-v2-marquee-sep{
  margin:0 .68rem;
  color:#94a3b8;
  font-weight:700;
}

.home-v2-marquee:hover .home-v2-marquee-track{
  animation-play-state:paused;
}

.home-v2-hero-grid{
  display:grid;
  grid-template-columns:1.45fr .95fr;
  gap:1rem;
}

.home-v2-hero-card{
  border-radius:18px;
  overflow:hidden;
  border:1px solid #d7e3f4;
  background:#0f172a;
  min-height:480px;
  box-shadow:0 24px 50px rgba(17,37,69,.18);
}

.home-v2-hero-link{
  display:block;
  position:relative;
  min-height:480px;
  height:100%;
}

.home-v2-hero-link img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .45s ease, filter .4s ease;
}

.home-v2-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(3,8,22,.08),rgba(3,8,22,.86));
}

.home-v2-hero-content{
  position:absolute;
  left:18px;
  right:18px;
  bottom:18px;
  z-index:2;
  color:#fff;
}

.home-v2-tag{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  border-radius:999px;
  padding:0 11px;
  background:#dc2626;
  color:#fff;
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.4px;
  text-transform:uppercase;
}

.home-v2-hero-title{
  margin:10px 0 8px;
  color:#fff;
  font-size:2.15rem;
  line-height:1.16;
  font-weight:800;
}

.home-v2-meta{
  color:#e5ecf8;
  font-size:.9rem;
}

.home-v2-side-stack{
  display:grid;
  gap:.75rem;
}

.home-v2-mini-card{
  border:1px solid #d8e4f4;
  border-radius:14px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 10px 24px rgba(17,37,70,.08);
}

.home-v2-mini-card a{
  display:grid;
  grid-template-columns:126px 1fr;
  gap:.7rem;
  align-items:stretch;
  text-decoration:none;
  min-height:114px;
}

.home-v2-mini-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .35s ease, filter .35s ease;
}

.home-v2-mini-card div{
  padding:9px 9px 9px 0;
}

.home-v2-mini-title{
  margin:0;
  color:#183055;
  font-size:.97rem;
  line-height:1.36;
  font-weight:800;
}

.home-v2-mini-card .home-v2-meta{
  display:block;
  margin-top:8px;
  color:#627b9e;
  font-size:.82rem;
}

.home-v2-states{
  padding:12px;
  border:1px solid #dbe7f6;
  border-radius:16px;
  background:#fff;
  box-shadow:0 10px 24px rgba(20,41,76,.06);
}

.home-v2-section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:.6rem;
  margin-bottom:10px;
}

.home-v2-section-head h2{
  margin:0;
  font-family:"Manrope",sans-serif;
  font-size:1.42rem;
  line-height:1.15;
  font-weight:900;
  color:#102544;
}

.home-v2-section-head span{
  color:#6a82a4;
  font-size:.86rem;
}

.home-v2-content-grid{
  display:grid;
  grid-template-columns:1.38fr .92fr;
  gap:1rem;
}

.home-v2-main-feed,
.home-v2-rail{
  border:1px solid #dce8f7;
  border-radius:16px;
  padding:13px;
  background:#fff;
  box-shadow:0 14px 28px rgba(20,41,76,.07);
}

.home-v2-story-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:.85rem;
}

.home-v2-story-card{
  border:1px solid #dbe6f5;
  border-radius:14px;
  overflow:hidden;
  background:#fff;
}

.home-v2-story-media{
  display:block;
  height:188px;
}

.home-v2-story-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .35s ease, filter .35s ease;
}

.home-v2-story-body{
  padding:10px 11px 12px;
}

.home-v2-card-title{
  margin:0;
  color:#152c4e;
  font-size:1.05rem;
  line-height:1.38;
  font-weight:800;
}

.home-v2-card-title a{
  color:inherit;
  text-decoration:none;
}

.home-v2-story-body .home-v2-meta{
  display:block;
  margin-top:8px;
  color:#6b84a7;
  font-size:.84rem;
}

.home-v2-rail-list{
  display:grid;
  gap:.55rem;
}

.home-v2-rail-item{
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:.62rem;
  align-items:flex-start;
  text-decoration:none;
  border:1px solid #e2ecf9;
  border-radius:12px;
  padding:.55rem .6rem;
  background:#fbfdff;
}

.home-v2-rail-dot{
  width:8px;
  height:8px;
  border-radius:50%;
  margin-top:.45rem;
  background:#dc2626;
  box-shadow:0 0 0 4px rgba(220,38,38,.12);
}

.home-v2-rail-label{
  color:#6d84a5;
  font-size:.76rem;
  font-weight:800;
}

.home-v2-rail-title{
  display:block;
  color:#193256;
  font-size:.9rem;
  line-height:1.35;
  margin-top:2px;
}

.home-v2-rail-item em{
  color:#6c84a7;
  font-style:normal;
  font-size:.76rem;
}

.home-v2-cat-block{
  border:1px solid #dce8f7;
  border-radius:16px;
  padding:14px;
  background:#fff;
  box-shadow:0 14px 30px rgba(21,42,78,.07);
}

.home-v2-cat-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:.6rem;
  margin-bottom:12px;
  padding-bottom:9px;
  border-bottom:1px solid #e8effa;
}

.home-v2-cat-title{
  margin:0;
  font-family:"Manrope",sans-serif;
  font-size:1.32rem;
  line-height:1.2;
  color:#112644;
  font-weight:900;
}

.home-v2-cat-grid{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:.85rem;
}

.home-v2-cat-main{
  border:1px solid #d9e5f6;
  border-radius:14px;
  overflow:hidden;
}

.home-v2-cat-main a{
  display:block;
  text-decoration:none;
}

.home-v2-cat-main img{
  width:100%;
  height:250px;
  object-fit:cover;
  transition:transform .35s ease, filter .35s ease;
}

.home-v2-cat-main-body{
  padding:10px 12px 12px;
}

.home-v2-cat-main-body .home-v2-meta{
  display:block;
  margin-top:8px;
  color:#6b84a7;
  font-size:.84rem;
}

.home-v2-cat-list{
  display:grid;
  gap:.6rem;
}

.home-v2-cat-item{
  text-decoration:none;
  border:1px solid #e2ecf9;
  border-radius:12px;
  background:#fbfdff;
  padding:.7rem .8rem;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:.6rem;
}

.home-v2-cat-item strong{
  color:#1a3358;
  font-size:.9rem;
  line-height:1.36;
}

.home-v2-cat-item .home-v2-meta{
  color:#738cb0;
  font-size:.74rem;
  white-space:nowrap;
}

.home-v2-story-card,
.home-v2-mini-card,
.home-v2-rail-item,
.home-v2-cat-item{
  transition:transform .16s ease, box-shadow .2s ease, border-color .2s ease;
}

.home-v2-story-card:hover,
.home-v2-mini-card:hover,
.home-v2-rail-item:hover,
.home-v2-cat-item:hover{
  transform:translateY(-1px);
  border-color:#c4d8f2;
  box-shadow:0 12px 24px rgba(18,37,70,.1);
}

.home-v2-hero-card:hover .home-v2-hero-link img,
.home-v2-mini-card:hover img,
.home-v2-story-card:hover .home-v2-story-media img,
.home-v2-cat-main:hover img{
  transform:scale(1.05);
  filter:brightness(1.04);
}

/* Standard article image format: 1200x675 (16:9) without crop */
.news-img,
.home-lead-main-media img,
.trending-slide-media img,
.trending-side-thumb img,
.home-mag-card-media img,
.home-mag-item-media img,
.home-v2-hero-link img,
.home-v2-mini-card img,
.home-v2-story-media img,
.home-v2-cat-main img,
.article-visual-media img{
  aspect-ratio:1200 / 675 !important;
  width:100% !important;
  height:auto !important;
  object-fit:contain !important;
  background:#e8eef6;
}

.home-lead-main-media,
.trending-slide-media,
.home-v2-story-media,
.home-v2-cat-main,
.trending-side-thumb{
  aspect-ratio:1200 / 675;
  height:auto !important;
  min-height:auto !important;
  background:#e8eef6;
  overflow:hidden;
}

.home-v2-hero-card,
.home-v2-hero-link,
.home-lead-main-media,
.trending-slider,
.trending-slides{
  min-height:auto !important;
  height:auto !important;
}

.home-mag-card:hover .home-mag-card-media img,
.home-mag-item:hover .home-mag-item-media img,
.home-v2-hero-card:hover .home-v2-hero-link img,
.home-v2-mini-card:hover img,
.home-v2-story-card:hover .home-v2-story-media img,
.home-v2-cat-main:hover img{
  transform:none;
  filter:brightness(1.08) contrast(1.04) saturate(1.05);
}

.home-mag-card-media,
.home-mag-item-media,
.home-v2-hero-card,
.home-v2-mini-card,
.home-v2-story-card,
.home-v2-cat-main{
  transition:transform .22s ease, box-shadow .24s ease, border-color .24s ease;
}

.home-mag-card:hover .home-mag-card-media,
.home-mag-item:hover .home-mag-item-media,
.home-v2-hero-card:hover,
.home-v2-mini-card:hover,
.home-v2-story-card:hover,
.home-v2-cat-main:hover{
  transform:translateY(-3px);
  box-shadow:0 16px 30px rgba(15,23,42,.14);
  border-color:#c7d7ee;
}

@media (max-width: 1200px){
  .home-v2-hero-grid{
    grid-template-columns:1fr;
  }

  .home-v2-hero-card,
  .home-v2-hero-link{
    min-height:420px;
  }

  .home-v2-content-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width: 991px){
  .home-v2-headline-bar{
    grid-template-columns:1fr;
    gap:0;
  }

  .home-v2-story-grid{
    grid-template-columns:1fr;
  }

  .home-v2-cat-grid{
    grid-template-columns:1fr;
  }

  .home-v2-cat-main img{
    height:220px;
  }
}

@media (max-width: 767px){
  .home-v2{
    padding-top:.75rem!important;
  }

  .home-v2-headline-bar{
    padding:10px 11px;
    border-radius:14px;
  }

  .home-v2-headline-text{
    font-size:.83rem;
  }

  .home-v2-marquee-item{
    font-size:.82rem;
    gap:.4rem;
  }

  .home-v2-marquee-cat{
    height:20px;
    padding:0 .42rem;
    font-size:.58rem;
  }

  .home-v2-hero-card,
  .home-v2-hero-link{
    min-height:320px;
  }

  .home-v2-hero-title{
    font-size:1.45rem;
  }

  .home-v2-mini-card a{
    grid-template-columns:102px 1fr;
    min-height:102px;
  }

  .home-v2-section-head{
    flex-direction:column;
    align-items:flex-start;
    gap:.2rem;
  }

  .home-v2-section-head h2{
    font-size:1.28rem;
  }

  .home-v2-cat-block,
  .home-v2-main-feed,
  .home-v2-rail,
  .home-v2-states{
    padding:11px;
  }
}

@keyframes homeMarqueeScroll{
  0%{transform:translateX(0);}
  100%{transform:translateX(-50%);}
}

@keyframes homeLiveBlink{
  0%,100%{opacity:1;}
  50%{opacity:.25;}
}

/* Article Comments */
.article-comments-section{
  margin-top:2rem;
  padding:1.1rem;
  border:1px solid rgba(148,163,184,.24);
  border-radius:18px;
  background:linear-gradient(180deg,#ffffff,#f9fbff);
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.article-comments-head h3{
  margin:0;
  color:#10233f;
}

.comment-honeypot{
  position:absolute!important;
  left:-9999px!important;
  width:1px!important;
  height:1px!important;
  opacity:0!important;
  pointer-events:none!important;
}

.article-comment-form .form-control{
  border-radius:12px;
  border:1px solid #d8e3f2;
}

.article-comment-form .form-control:focus{
  box-shadow:none;
  border-color:#f0b2b2;
}

.article-comment-list{
  display:grid;
  gap:.75rem;
}

.article-comment-item{
  padding:.9rem .95rem;
  border:1px solid #e2eaf6;
  border-radius:14px;
  background:#fff;
}

.article-comment-meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:.7rem;
  margin-bottom:.45rem;
}

.article-comment-meta strong{
  color:#10233f;
}

.article-comment-meta time{
  font-size:.8rem;
  color:#64748b;
}

.article-comment-item p{
  margin:0;
  color:#334155;
  line-height:1.65;
  white-space:normal;
  word-break:break-word;
}

@media (max-width: 767px){
  .article-comments-section{
    padding:.9rem;
    border-radius:14px;
  }

  .article-comment-meta{
    flex-direction:column;
    align-items:flex-start;
    gap:.2rem;
  }
}

/* Unified Search Form (Home + Search page) */
.search-form-unified .search-box{
  max-width:720px;
  width:100%;
  margin-inline:auto;
  display:flex;
  align-items:center;
  flex-wrap:nowrap;
  gap:0;
  border:1px solid #d8e2ef;
  background:#fff;
  border-radius:999px;
  overflow:hidden;
  box-shadow:0 10px 24px rgba(15,23,42,.1);
}

.search-form-unified .search-input{
  flex:1 1 auto;
  min-width:0;
  border:0;
  height:52px;
  border-radius:999px 0 0 999px;
  padding-inline:1rem;
}

.search-form-unified .search-input:focus{
  border:0;
  box-shadow:none;
}

.search-form-unified .search-box .search-voice-btn{
  margin:0 .35rem 0 .2rem!important;
  width:40px;
  height:40px;
  min-width:40px;
  flex:0 0 40px;
}

.search-form-unified .search-btn{
  border-radius:0 999px 999px 0;
  min-height:52px;
  padding-inline:1.1rem;
  white-space:nowrap;
}

.floating-follow-stack{
  position:fixed;
  right:14px;
  bottom:82px;
  z-index:1080;
  display:flex;
  flex-direction:column;
  gap:.5rem;
  align-items:flex-end;
}

.floating-follow-stack.is-hidden-mobile{
  opacity:0;
  visibility:hidden;
  transform:translateY(18px);
  pointer-events:none;
}

.floating-follow-btn{
  --floating-accent:#0f172a;
  min-width:132px;
  display:flex;
  align-items:center;
  gap:.42rem;
  padding:.38rem .52rem;
  border-radius:13px;
  text-decoration:none;
  color:#fff;
  background:linear-gradient(135deg, rgba(15,23,42,.94), rgba(30,41,59,.9));
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 12px 28px rgba(15,23,42,.24);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.floating-follow-btn:hover{
  color:#fff;
  transform:translateY(-2px) scale(1.01);
  box-shadow:0 20px 42px rgba(15,23,42,.34);
  border-color:rgba(255,255,255,.3);
}

.floating-follow-btn.is-whatsapp{
  --floating-accent:#22c55e;
  background:linear-gradient(135deg, rgba(11,96,54,.96), rgba(34,197,94,.86));
}

.floating-follow-btn.is-facebook{
  --floating-accent:#2563eb;
  background:linear-gradient(135deg, rgba(23,37,84,.96), rgba(37,99,235,.86));
}

.floating-follow-btn.is-telegram{
  --floating-accent:#0ea5e9;
  background:linear-gradient(135deg, rgba(12,74,110,.96), rgba(14,165,233,.86));
}

.floating-follow-btn.mobile-only{
  display:none;
}

.floating-follow-icon{
  width:28px;
  height:28px;
  flex:0 0 28px;
  border-radius:8px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.18);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.1);
  font-size:.82rem;
}

.floating-follow-copy{
  display:flex;
  flex-direction:column;
  min-width:0;
  line-height:1.15;
}

.floating-follow-copy small{
  margin:0 0 .16rem;
  font-size:.42rem;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:rgba(255,255,255,.72);
}

.floating-follow-copy strong{
  font-size:.66rem;
  font-weight:800;
  color:#fff;
}

@media (max-width: 767px){
  .floating-follow-stack{
    left:10px;
    right:10px;
    bottom:calc(8px + env(safe-area-inset-bottom));
    gap:.34rem;
    flex-direction:row;
    align-items:stretch;
    justify-content:center;
    transition:opacity .2s ease, transform .2s ease, visibility .2s ease;
  }

  .floating-follow-btn{
    min-width:0;
    flex:1 1 0;
    max-width:124px;
    padding:.28rem .34rem;
    border-radius:10px;
    gap:.28rem;
    justify-content:center;
    box-shadow:0 8px 18px rgba(15,23,42,.18);
  }

  .floating-follow-icon{
    width:22px;
    height:22px;
    flex-basis:22px;
    border-radius:7px;
    font-size:.72rem;
  }

  .floating-follow-copy{
    align-items:flex-start;
  }

  .floating-follow-copy small{
    font-size:.36rem;
    margin:0 0 .08rem;
  }

  .floating-follow-copy strong{
    font-size:.58rem;
    line-height:1;
  }

  .floating-follow-btn.mobile-only{
    display:flex;
  }

  .search-form-unified .search-box{
    min-height:48px;
    box-shadow:0 8px 18px rgba(15,23,42,.09);
  }

  .search-form-unified .search-input{
    height:48px;
    font-size:.95rem;
    padding-inline:.85rem;
  }

  .search-form-unified .search-box .search-voice-btn{
    width:36px;
    height:36px;
    min-width:36px;
    flex-basis:36px;
    margin:0 .26rem 0 .14rem!important;
    border-width:2px!important;
  }

  .search-form-unified .search-box .search-voice-btn svg{
    width:17px;
    height:17px;
  }

  .search-form-unified .search-btn{
    min-height:48px;
    padding-inline:.85rem;
    font-size:.96rem;
  }
}
