/* ============================================================
   Chugalkhor News â shared premium stylesheet
   One stylesheet for home / category / news / search pages.
   ============================================================ */

:root{
  --maroon:#C41E4A; --maroon-deep:#8E1638; --maroon-bright:#D9264F;
  --teal:#1B6E6E; --teal-deep:#0F4A4A; --teal-light:#4FAFAF;
  --ink:#1A1A1A; --ink-soft:#444444; --muted:#767676;
  --paper:#FFFFFF; --bg:#F6F6F6; --line:#E8E8E8;
  --brand:#C41E4A; --wa:#25D366;
  --shadow:0 1px 3px rgba(0,0,0,.08);
  --shadow-lg:0 14px 34px rgba(0,0,0,.14);
  --radius:6px; --radius-sm:4px;
  --home-gap:36px; --home-gap-m:24px;
  --section-pad:28px; --section-pad-m:20px;
  --home-col-gap:28px; --home-sidebar-gap:18px; --home-ad-gap:24px;
  --container-max:1440px;
  --sidebar-width:360px;
}
*{box-sizing:border-box; margin:0; padding:0;}
img,video,iframe{max-width:100%;}
html{scroll-behavior:smooth; -webkit-text-size-adjust:100%;}
/* 75% site-wide zoom on desktop */
@media(min-width:1200px){html{zoom:.75}}
body{font-family:'Noto Sans Devanagari','Poppins',-apple-system,sans-serif;
  background:var(--bg); color:var(--ink); line-height:1.55; transition:background .25s,color .25s;}
a{text-decoration:none; color:inherit;}
button{font-family:inherit;}
.wrap{max-width:var(--container-max); margin:0 auto; padding:0 20px;}
.hidden{display:none !important;}

/* ---------- reading progress ---------- */
#readProgress{position:fixed; top:0; left:0; height:3px; width:0;
  background:linear-gradient(90deg,var(--maroon-bright),var(--teal-light)); z-index:999; transition:width .1s;}

/* ---------- topbar ---------- */
.topbar{background:#101010; color:#e9dde0; font-size:12px; padding:5px 0;}
.topbar .wrap{display:flex; justify-content:flex-end; align-items:center; gap:14px; flex-wrap:wrap;}
#liveClock{font-family:'Poppins'; font-weight:600; color:#ffc9d4;}
.live-dot{display:inline-block; width:7px; height:7px; border-radius:50%; background:#ff4d6d; margin-left:6px; animation:pulse 1.4s infinite;}
@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(255,77,109,.6);} 70%{box-shadow:0 0 0 7px rgba(255,77,109,0);} 100%{box-shadow:0 0 0 0 rgba(255,77,109,0);}}
.tb-btn{background:none; border:1px solid rgba(255,255,255,.25); color:#f3e6e9; padding:1px 9px; height:22px; border-radius:11px; cursor:pointer; font-size:11px; font-weight:700;}
.tb-btn:hover{background:rgba(255,255,255,.12);}

/* ---------- header ---------- */
header{background:var(--paper); border-bottom:1px solid var(--line); position:sticky; top:0; z-index:60; box-shadow:0 1px 8px rgba(0,0,0,.05);}
.header-inner{display:flex; align-items:center; justify-content:space-between; padding:12px 0 10px; gap:22px;}
.logo{display:flex; align-items:center; gap:10px; font-family:'Poppins'; font-weight:800; font-size:20px;}
.logo img{height:64px; width:auto; display:block;}
.logo-text{display:flex; flex-direction:column; line-height:1.15;}
.logo-text b{color:var(--maroon-deep); letter-spacing:.4px;}
.logo-text small{font-size:9px; color:var(--teal); font-weight:700; letter-spacing:2px;}
.search-box{flex:1; max-width:420px; display:flex; align-items:center; gap:8px; background:var(--bg);
  border:1px solid var(--line); border-radius:22px; padding:8px 15px; position:relative; transition:border-color .2s;}
.search-box:focus-within{border-color:var(--maroon-bright); box-shadow:0 0 0 3px rgba(217,38,79,.08);}
.search-box input{border:none; background:none; outline:none; flex:1; font-family:inherit; font-size:13.5px; color:var(--ink); min-width:0;}
.search-box .fa-magnifying-glass{color:var(--muted); font-size:13px;}
.header-actions{display:flex; align-items:center; gap:14px;}
.icon-btn{position:relative; font-size:16px; color:var(--ink); cursor:pointer; background:none; border:none; padding:4px; transition:color .2s;}
.icon-btn:hover{color:var(--maroon-bright);}
.icon-btn .dot{position:absolute; top:-4px; right:-8px; background:var(--maroon-bright); color:#fff; font-size:8.5px; font-weight:700; border-radius:9px; padding:1px 5px; font-family:'Poppins';}
.cta-btn{background:var(--maroon-deep); color:#fff; font-weight:700; font-size:13px; padding:8px 18px; border-radius:20px; display:inline-flex; align-items:center; gap:6px; box-shadow:0 2px 8px rgba(142,22,56,.25); border:none; cursor:pointer; transition:transform .2s,background .2s;}
.cta-btn:hover{background:var(--maroon-bright); transform:translateY(-1px);}

/* ---------- nav ---------- */
nav{border-top:1px solid var(--line);}
nav .wrap{display:flex; gap:18px; align-items:center; padding:0 18px; overflow:visible;}
.nav-inner{display:flex; align-items:center; gap:18px; flex:1; overflow:visible;}
nav a.nav-link{font-size:14px; font-weight:600; color:var(--ink); white-space:nowrap; padding:10px 0; border-bottom:2px solid transparent; transition:color .2s;}
nav a.nav-link:hover{color:var(--maroon-bright);}
nav a.nav-link.active{color:var(--maroon-bright); border-color:var(--maroon-bright);}
.nav-drop{position:relative; display:inline-block;}
.nav-drop > button{background:none; border:none; border-bottom:2px solid transparent; color:var(--ink); font-family:inherit; font-size:14px; font-weight:600; cursor:pointer; display:inline-flex; align-items:center; gap:5px; padding:10px 0; white-space:nowrap; transition:color .2s;}
.nav-drop > button:hover{color:var(--maroon-bright);}
.nav-drop > button i.caret{font-size:9px; transition:transform .2s;}
.nav-drop.open > button i.caret{transform:rotate(180deg);}
.nav-menu{position:absolute; top:calc(100% + 4px); left:0; background:var(--paper); border:1px solid var(--line); border-radius:10px; box-shadow:var(--shadow-lg); padding:12px; min-width:500px; opacity:0; pointer-events:none; transform:translateY(-6px); transition:.18s; z-index:90;}
.nav-drop.open .nav-menu{opacity:1; pointer-events:auto; transform:translateY(0);}
.nav-menu-title{font-size:10.5px; font-weight:800; color:var(--muted); text-transform:uppercase; letter-spacing:1px; margin-bottom:8px; padding-bottom:6px; border-bottom:1px dashed var(--line);}
.nav-menu-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:2px;}
.nav-menu-grid a{display:flex; align-items:center; gap:7px; padding:7px 9px; border-radius:6px; font-size:12.5px; font-weight:600; color:var(--ink); transition:.15s;}
.nav-menu-grid a:hover{background:var(--bg); color:var(--maroon-bright);}
.nav-menu-grid a i{width:15px; text-align:center; font-size:11px; color:var(--muted);}
.hamburger{display:none; background:none; border:none; color:var(--ink); font-size:22px; cursor:pointer; min-width:44px; min-height:44px; padding:0; align-items:center; justify-content:center;}

/* hide dynamic content until the single-pass renderer fills it (avoids CLS) */
.home-page.ck-init .dyn-hide,
.home-page.ck-init .hero-section ~ *{visibility:hidden;}
.home-page.ck-init.ck-rendered .dyn-hide,
.home-page.ck-init.ck-rendered .hero-section ~ *{visibility:visible;}

/* ---------- breaking ticker ---------- */
.ticker-bar{background:var(--maroon-deep); color:#fff; padding:8px 0; overflow:hidden;}
.ticker-bar .wrap{display:flex; align-items:center; gap:14px;}
.ticker-label{background:#fff; color:var(--maroon-deep); font-weight:800; font-size:11px; padding:3px 9px; border-radius:4px; letter-spacing:.5px; flex-shrink:0;}
.ticker-wrap{flex:1; overflow:hidden; min-width:0;}
.ticker-track{display:flex; gap:0; width:max-content; animation:tickerScroll var(--ticker-duration,30s) linear infinite; white-space:nowrap; font-size:13.5px; font-weight:500; will-change:transform;}
.ticker:hover .ticker-track,.ticker:focus-within .ticker-track{animation-play-state:paused;}
.ticker-group{display:flex; align-items:center; gap:52px; padding-right:52px; flex-shrink:0;}
.ticker-track span{display:inline-flex; align-items:center; gap:7px; flex-shrink:0;}
.ticker-track i{color:#ffc9d4; font-size:9px;}
.ticker-track a{color:#fff; text-decoration:none;}
.ticker-track a:hover{text-decoration:underline;}
@keyframes tickerScroll{0%{transform:translateX(0);} 100%{transform:translateX(-50%);}}
@media(prefers-reduced-motion:reduce){.ticker-track{animation:none; overflow-x:auto;}}

/* ---------- hero (premium editorial layout: lead + 2-col secondary) ---------- */
.hero-section{padding:20px 0 24px; margin:0;}
.hero-premium{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(0,.85fr);
  grid-template-rows:1fr 1fr;
  gap:12px;
  align-items:stretch;
  min-height:520px;
}
/* MAIN HERO — large dominant left story, spans both rows */
.hero-main{
  grid-column:1;
  grid-row:1 / 3;
  position:relative;
  min-height:520px;
  height:100%;
  overflow:hidden;
  border-radius:var(--radius);
  background:#0b0b0c;
  display:block;
}
.hero-main-link{position:absolute; inset:0; display:block;}
.hero-main-media{position:absolute; inset:0; overflow:hidden; background:#0b0b0c;}
.hero-main-img{
  position:absolute; inset:0;
  width:100%; height:100%;
  object-fit:cover; object-position:center;
  opacity:0; transition:opacity .4s, transform .6s ease;
}
.hero-main-img.loaded{opacity:1;}
.hero-main-img.err{opacity:0.}
.hero-main::after{
  content:""; position:absolute; inset:0; z-index:1; pointer-events:none;
  background:linear-gradient(to top, rgba(0,0,0,.88) 0%, rgba(0,0,0,.45) 40%, rgba(0,0,0,0) 75%);
}
.hero-main:hover .hero-main-img{transform:scale(1.03);}
.hero-main-body{
  position:absolute; left:0; right:0; bottom:0; z-index:2;
  padding:28px 30px;
  display:flex; flex-direction:column; gap:10px;
  color:#fff;
}
.hero-main-body h1{
  font-size:36px; line-height:1.3; font-weight:800; color:#fff; margin:0;
  display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden;
  text-shadow:0 2px 14px rgba(0,0,0,.45);
}
.hero-main-body p{
  font-size:15px; line-height:1.6; color:rgba(255,255,255,.92); margin:0;
  display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;
}
.hero-main-media .badge-breaking{position:absolute; top:14px; left:14px; z-index:3; box-shadow:0 2px 8px rgba(0,0,0,.4);}
/* RIGHT SIDE — exactly 2 columns x 2 rows of equal secondary cards */
.hero-secondary-grid{
  grid-column:2;
  grid-row:1 / 3;
  display:grid;
  grid-template-columns:1fr 1fr;
  grid-template-rows:1fr 1fr;
  gap:12px;
  min-height:0;
}
.hero-card{
  position:relative;
  overflow:hidden;
  border-radius:var(--radius);
  min-height:250px;
  background:#0b0b0c;
  display:block;
}
.hero-card-link{position:absolute; inset:0; display:block.}
.hero-card-media{position:absolute; inset:0; overflow:hidden; background:#0b0b0c.}
.hero-card-img{
  position:absolute; inset:0;
  width:100%; height:100%;
  object-fit:cover; object-position:center;
  opacity:0; transition:opacity .4s, transform .6s ease;
}
.hero-card-img.loaded{opacity:1;}
.hero-card-img.err{opacity:0.}
.hero-card::after{
  content:""; position:absolute; inset:0; z-index:1; pointer-events:none;
  background:linear-gradient(to top, rgba(0,0,0,.85), rgba(0,0,0,.05) 75%);
}
.hero-card:hover .hero-card-img{transform:scale(1.04);}
.hero-card-body{
  position:absolute; left:0; right:0; bottom:0; z-index:2;
  padding:14px 16px;
  display:flex; flex-direction:column; gap:7px;
  color:#fff;
}
.hero-card-body h2{
  font-size:19px; line-height:1.38; font-weight:800; color:#fff; margin:0;
  display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden;
  text-shadow:0 1px 8px rgba(0,0,0,.4);
}/* shared hero meta / badges */
.hero-meta{display:flex; align-items:center; gap:9px; font-size:11px; color:rgba(255,255,255,.92);}
.hero-cat{background:var(--maroon-bright); color:#fff; font-weight:700; padding:2px 8px; border-radius:3px; letter-spacing:.4px;}
.hero-meta-time{font-family:'Poppins'; font-weight:600; color:rgba(255,255,255,.92);}
.badge-breaking{display:inline-flex; width:fit-content; align-items:center; gap:6px; background:var(--maroon-bright); color:#fff; font-weight:700; font-size:11.5px; padding:4px 10px; border-radius:4px; letter-spacing:.8px; text-transform:uppercase;}
.badge-breaking::before{content:'\f0e7'; font-family:'Font Awesome 6 Free'; font-weight:900; font-size:9px;}

/* ---------- LIVE UPDATE ---------- */
.live-panel{background:var(--paper); border:1px solid var(--line); border-top:3px solid var(--maroon-bright); border-radius:12px; padding:16px; display:flex; flex-direction:column; box-shadow:var(--shadow); min-height:430px;}
.live-title{display:flex; align-items:center; gap:8px; font-weight:800; color:var(--ink); font-size:14px; letter-spacing:.4px; padding-bottom:10px; border-bottom:1px solid var(--line); margin-bottom:8px;}
.live-title .live-dot{margin-left:2px;}
.live-title i{color:var(--maroon-bright); font-size:13px;}
.live-items{display:flex; flex-direction:column; overflow:hidden; flex:1;}
.live-item{display:block; padding:9px 4px; border-bottom:1px dashed var(--line); cursor:pointer; transition:transform .18s,background .18s; border-radius:4px;}
.live-item:hover{transform:translateX(3px); background:var(--bg);}
.live-item:last-child{border-bottom:none;}
.live-time{font-size:10.5px; color:var(--teal); font-weight:700; display:flex; align-items:center; gap:5px; margin-bottom:2px; font-family:'Poppins';}
.live-time .break-chip{background:var(--maroon-bright); color:#fff; font-size:8.5px; padding:1px 6px; border-radius:3px; letter-spacing:.5px; font-family:'Noto Sans Devanagari';}
.live-item p{font-size:13px; font-weight:600; line-height:1.42;}
.live-item:hover p{color:var(--maroon-bright);}
.live-empty{padding:14px; font-size:13px; color:var(--muted); text-align:center; border:1px dashed var(--line); border-radius:8px; margin:8px 0;}

/* ---------- sections ---------- */
.section{padding:var(--section-pad) 0;}
.section-head{display:flex; align-items:center; justify-content:space-between; margin-bottom:15px; gap:12px;}
.section-title{font-size:20px; font-weight:800; display:flex; align-items:center; gap:10px; position:relative;}
.section-title::after{content:''; position:absolute; left:0; bottom:-8px; width:100%; height:3px; border-radius:2px; background:var(--maroon-bright);}
.section-title i{color:var(--maroon-bright); font-size:16px;}
.section-title .count-chip{margin-left:4px; background:var(--bg); border:1px solid var(--line); color:var(--muted); font-size:11px; font-weight:700; padding:1px 8px; border-radius:10px; font-family:'Poppins';}
.see-all{font-size:13px; font-weight:700; color:var(--maroon-bright); display:inline-flex; align-items:center; gap:5px; transition:gap .2s;}
.see-all:hover{gap:9px;}

/* ---------- story cards ---------- */
.stories-grid{display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:var(--home-col-gap);}
.story-card{background:var(--paper); border:1px solid var(--line); border-radius:var(--radius); overflow:hidden; cursor:pointer;
  transition:transform .22s, box-shadow .22s; display:flex; flex-direction:column; position:relative;}
.story-card:hover{transform:translateY(-2px); box-shadow:var(--shadow);}
.story-card .card-media{position:relative; padding-top:56.25%; overflow:hidden; background:var(--bg);}
.story-card .card-img{position:absolute; inset:0; width:100%; height:100%; object-fit:cover; opacity:0; transition:opacity .35s;}
.story-card .card-img.loaded{opacity:1;}
.story-card .card-img.err{opacity:0;}
.card-media-fallback{position:absolute; inset:0; display:flex; align-items:center; justify-content:center; background:linear-gradient(145deg,var(--maroon-deep) 0%,var(--teal-deep) 100%); color:rgba(255,255,255,.9); font-size:30px;}
.card-media-fallback::after{content:'à¤à¥à¤à¤²à¤à¥à¤° NEWS'; position:absolute; bottom:10px; left:0; right:0; text-align:center; font-size:9px; font-weight:800; letter-spacing:1px; color:rgba(255,255,255,.75);}
.card-media .card-tag{position:absolute; top:8px; left:8px; z-index:3; background:rgba(20,20,20,.78); color:#fff; font-size:10px; font-weight:700; padding:2px 8px; border-radius:4px; letter-spacing:.3px;}
.card-media .break-badge{position:absolute; top:8px; right:8px; z-index:3; background:var(--maroon-bright); color:#fff; font-size:8.5px; font-weight:800; padding:2px 7px; border-radius:3px; letter-spacing:.5px; animation:pulse 1.6s infinite;}
.story-card .card-body{padding:12px 14px 14px; display:flex; flex-direction:column; gap:8px; flex:1;}
.story-card .card-title{font-size:15px; font-weight:700; line-height:1.38; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden;}
.story-card:hover .card-title{color:var(--maroon-bright);}
.card-meta{display:flex; align-items:center; gap:6px; font-size:11px; color:var(--muted); margin-top:auto; flex-wrap:wrap;}
.card-meta .cat{color:var(--maroon-bright); font-weight:700;}
.card-meta .cat.teal{color:var(--teal);}
.card-meta .sep{color:var(--line);}
.card-meta .src{overflow:hidden; text-overflow:ellipsis; white-space:nowrap; max-width:110px;}
.card-excerpt{font-size:12px; line-height:1.45; color:#555; margin:0; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;}

/* ---------- top stories sidebar ---------- */
.content-grid{display:grid; grid-template-columns:minmax(0,1fr) var(--sidebar-width); gap:var(--home-col-gap); align-items:start;}
.sidebar-column{display:grid; gap:var(--home-sidebar-gap);}
.panel{background:var(--paper); border:1px solid var(--line); border-radius:var(--radius); padding:14px; box-shadow:var(--shadow);}
.panel h3.panel-title{font-size:14px; font-weight:800; letter-spacing:.3px; padding-bottom:8px; margin-bottom:8px; border-bottom:2px solid var(--maroon-bright); display:flex; align-items:center; gap:8px;}
.trend-item{display:flex; align-items:flex-start; gap:11px; padding:9px 2px; border-bottom:1px solid var(--line); cursor:pointer; transition:padding-left .18s;}
.trend-item:hover{padding-left:5px;}
.trend-item:last-child{border-bottom:none;}
.trend-num{background:var(--bg); border:1px solid var(--line); color:var(--maroon-deep); font-weight:800; font-size:12px; width:27px; height:27px; border-radius:6px; display:flex; align-items:center; justify-content:center; flex-shrink:0; font-family:'Poppins';}
.trend-item:first-child .trend-num{background:var(--maroon-bright); color:#fff; border-color:var(--maroon-bright);}
.trend-item p{font-size:12.5px; font-weight:600; line-height:1.45;}
.trend-item:hover p{color:var(--maroon-bright);}
.mr-item{display:flex; gap:10px; padding:6px 2px; border-bottom:1px solid var(--line); align-items:flex-start;}
.mr-item:last-child{border-bottom:none;}
.mr-num{font-size:19px; font-weight:800; color:var(--maroon-bright); line-height:1; min-width:22px; text-align:center; font-family:'Poppins';}
.mr-item a{font-size:12.5px; font-weight:600; line-height:1.45; transition:color .2s;}
.mr-item a:hover{color:var(--maroon-bright);}
.ad-banner{display:block; border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); line-height:0;}
.ad-banner img{display:block; width:100%; height:auto;}
.footer-ad{padding:4px 0 24px;}

/* ---------- categories ---------- */
.cat-section{margin-bottom:20px; background:var(--paper); border:1px solid var(--line); border-left:3px solid var(--maroon-bright); border-radius:var(--radius); padding:16px; box-shadow:var(--shadow);}
.cat-section .cat-head{display:flex; align-items:center; justify-content:space-between; margin-bottom:14px;}
.cat-section .cat-head h2{font-size:17px; font-weight:800; display:flex; align-items:center; gap:8px;}
.cat-section .cat-head h2 i{color:var(--maroon-bright);}
.cat-section .cat-head .see-all{font-size:12.5px;}
.cat-section .stories-grid{grid-template-columns:repeat(3,minmax(0,1fr)); gap:14px;}
.cat-section .story-card .card-title{font-size:13px; -webkit-line-clamp:2;}

/* ---------- horizontal category list (homepage C sections) ---------- */
.cat-hlist{display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px;}
.hlist-card{display:flex; gap:12px; align-items:stretch; background:var(--paper); border:1px solid var(--line); border-radius:var(--radius); overflow:hidden; padding:10px; transition:transform .2s, box-shadow .2s;}
.hlist-card:hover{transform:translateY(-3px); box-shadow:var(--shadow-lg);}
.hlist-media{flex:0 0 112px; height:82px; border-radius:6px; overflow:hidden; position:relative; background:var(--bg);}
.hlist-img{position:absolute; inset:0; width:100%; height:100%; object-fit:cover; opacity:0; transition:opacity .3s;}
.hlist-img.loaded{opacity:1;}
.hlist-img.err{opacity:0;}
.hlist-media-fallback{display:flex; align-items:center; justify-content:center; background:linear-gradient(145deg,var(--maroon-deep),var(--teal-deep)); color:rgba(255,255,255,.9); font-size:22px;}
.hlist-body{display:flex; flex-direction:column; gap:6px; min-width:0; flex:1;}
.hlist-body h3{font-size:13.5px; font-weight:700; line-height:1.4; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden; transition:color .2s;}
.hlist-card:hover h3{color:var(--maroon-bright);}
.hlist-meta{margin-top:auto; font-size:10.5px; color:var(--muted); font-family:'Poppins'; font-weight:600;}

/* ---------- most read strip ---------- */
.most-read-strip{display:grid; grid-template-columns:repeat(auto-fit,minmax(160px,1fr)); gap:14px;}
.mr2-item{background:var(--paper); border:1px solid var(--line); border-radius:var(--radius); padding:14px; display:flex; flex-direction:column; gap:8px; transition:transform .2s, box-shadow .2s;}
.mr2-item:hover{transform:translateY(-3px); box-shadow:var(--shadow-lg);}
.mr2-item .mr2-num{font-size:22px; font-weight:800; color:var(--maroon-bright); font-family:'Poppins'; line-height:1;}
.mr2-item a{font-size:12.5px; font-weight:600; line-height:1.45;}
.mr2-item a:hover{color:var(--maroon-bright);}

/* ---------- Instagram ---------- */
.ig-reels-section{padding:24px 0; margin-top:12px;}
.ig-reels-head{display:flex; align-items:center; gap:12px; margin-bottom:18px;}
.ig-reels-head .ig-icon{width:34px; height:34px; border-radius:9px; background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045); color:#fff; display:flex; align-items:center; justify-content:center; font-size:15px;}
.ig-reels-head h2{font-size:20px; font-weight:800; display:flex; align-items:center; gap:10px;}
.ig-reels-head .ig-profile-link{margin-left:auto; display:inline-flex; align-items:center; gap:6px; background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045); color:#fff; font-size:12px; font-weight:700; padding:7px 15px; border-radius:18px;}
.ig-reels-grid{display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:16px;}
.ig-reel-card{background:var(--paper); border:1px solid var(--line); border-radius:18px; overflow:hidden; box-shadow:var(--shadow); transition:transform .25s, box-shadow .25s; position:relative;}
.ig-reel-card:hover{transform:translateY(-5px); box-shadow:var(--shadow-lg);}
.ig-reel-thumb{position:relative; aspect-ratio:9/16; overflow:hidden; background:var(--teal-deep);}
.ig-poster{position:absolute; inset:0; display:flex; align-items:center; justify-content:center; font-size:34px; color:rgba(255,255,255,.92);}
.ig-reel-thumb img{position:absolute; inset:0; width:100%; height:100%; object-fit:cover; opacity:0; transition:opacity .35s;}
.ig-reel-thumb img.loaded{opacity:1;}
.ig-reel-play{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:46px; height:46px; border-radius:50%; background:rgba(0,0,0,.5); color:#fff; display:flex; align-items:center; justify-content:center; font-size:15px; backdrop-filter:blur(5px); -webkit-backdrop-filter:blur(5px); transition:background .2s, transform .2s, box-shadow .2s; border:1px solid rgba(255,255,255,.4); cursor:pointer; padding:0; z-index:4; box-shadow:0 4px 14px rgba(0,0,0,.35);}
.ig-reel-play i{margin-left:2px;}
.ig-reel-play:hover{background:var(--teal); transform:translate(-50%,-50%) scale(1.12); box-shadow:0 8px 22px rgba(0,0,0,.4);}
.ig-reel-embed{position:relative; padding-top:177%; background:#000;}
.ig-reel-embed iframe{position:absolute; inset:0; width:100%; height:100%; border:0;}
.ig-reel-open{position:absolute; left:0; right:0; bottom:0; display:flex; align-items:center; justify-content:center; gap:6px; padding:7px; background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045); color:#fff; font-size:11px; font-weight:700; z-index:5;}
.ig-reel-body{padding:11px 12px;}
.ig-reel-body p{font-size:12px; line-height:1.45; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; color:var(--ink);}

/* ---------- footer ---------- */
footer{background:#141414; color:#c8aab1; padding:36px 0 0; margin-top:12px;}
.footer-grid{display:grid; grid-template-columns:1.7fr 1fr 1fr 1fr 1.4fr; gap:26px; padding-bottom:26px;}
.footer-grid > div{min-width:0;}
.footer-logo{font-size:20px; font-weight:800; color:#fff; margin-bottom:10px; font-family:'Poppins';}
.footer-grid h5{color:#fff; font-size:13px; font-weight:700; margin-bottom:12px;}
.footer-grid a{display:block; font-size:12.5px; color:#c8aab1; margin-bottom:8px; transition:color .2s;}
.footer-grid a:hover{color:#fff;}
.social-row{display:flex; gap:8px; margin-top:12px;}
.social-row a{width:34px; height:34px; border-radius:50%; background:rgba(255,255,255,.08); display:flex; align-items:center; justify-content:center; font-size:13px;}
.social-row a:hover{background:var(--maroon-bright); transform:translateY(-2px);}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1); padding:14px 0; font-size:12px; display:flex; justify-content:space-between; color:#96737c; gap:10px; flex-wrap:wrap;}

/* ---------- floating bits ---------- */
#backTop{position:fixed; bottom:24px; right:24px; width:44px; height:44px; border-radius:50%; background:var(--maroon-deep); color:#fff; border:none; box-shadow:var(--shadow-lg); cursor:pointer; font-size:16px; opacity:0; pointer-events:none; transition:.3s; z-index:120;}
#backTop.show{opacity:1; pointer-events:auto;}
#backTop:hover{background:var(--maroon-bright); transform:translateY(-3px);}

/* chatbot */
.chatbot-fab{position:fixed; bottom:24px; left:24px; width:56px; height:56px; border-radius:50%; background:var(--paper); border:2px solid var(--maroon-bright); box-shadow:0 8px 24px rgba(142,22,56,.25); cursor:pointer; display:flex; align-items:center; justify-content:center; z-index:130; transition:transform .25s; padding:0;}
.chatbot-fab:hover{transform:scale(1.07);}
.chatbot-fab img{width:40px; height:40px; border-radius:50%; object-fit:contain;}
.chatbot-badge{position:absolute; top:-4px; right:-4px; background:var(--teal); color:#fff; font-size:10px; font-weight:800; padding:2px 6px; border-radius:10px; font-family:'Poppins'; box-shadow:0 2px 6px rgba(0,0,0,.2);}
.chatbot-panel{position:fixed; bottom:92px; left:22px; width:360px; max-width:calc(100vw - 44px); height:520px; max-height:calc(100vh - 130px); background:var(--paper); border:1px solid var(--line); border-radius:16px; box-shadow:0 30px 80px rgba(142,22,56,.35); z-index:129; display:flex; flex-direction:column; overflow:hidden; opacity:0; pointer-events:none; transform:translateY(20px) scale(.96); transform-origin:bottom left; transition:opacity .25s, transform .3s;}
.chatbot-panel.open{opacity:1; pointer-events:auto; transform:translateY(0) scale(1);}
.cb-head{background:var(--maroon-deep); color:#fff; padding:14px 16px; display:flex; align-items:center; gap:11px; flex-shrink:0;}
.cb-avatar{width:38px; height:38px; border-radius:50%; background:var(--paper); display:flex; align-items:center; justify-content:center; position:relative; overflow:hidden; border:2px solid var(--maroon-bright);}
.cb-avatar img{width:30px; height:30px; border-radius:50%; object-fit:contain;}
.cb-avatar::after{content:''; position:absolute; bottom:2px; right:2px; width:9px; height:9px; background:#4ade80; border-radius:50%; border:2px solid #fff;}
.cb-info{flex:1;}
.cb-info b{display:block; font-size:14px; font-weight:800; font-family:'Poppins';}
.cb-info small{font-size:10.5px; color:#ffc9d4; display:flex; align-items:center; gap:5px;}
.cb-info small::before{content:''; width:6px; height:6px; background:#4ade80; border-radius:50%;}
.cb-close{background:rgba(255,255,255,.15); border:none; color:#fff; min-width:40px; height:40px; border-radius:50%; cursor:pointer; font-size:13px; display:inline-flex; align-items:center; justify-content:center;}
.cb-body{flex:1; overflow-y:auto; padding:14px; background:var(--bg); display:flex; flex-direction:column; gap:9px;}
.cb-msg{max-width:82%; padding:9px 13px; border-radius:14px; font-size:13px; line-height:1.5; word-wrap:break-word;}
.cb-msg.bot{background:var(--paper); color:var(--ink); border-bottom-left-radius:4px; align-self:flex-start; box-shadow:0 1px 4px rgba(0,0,0,.06);}
.cb-msg.user{background:var(--maroon-deep); color:#fff; border-bottom-right-radius:4px; align-self:flex-end;}
.cb-quick{display:flex; flex-wrap:wrap; gap:6px; padding:0 14px 9px; background:var(--bg);}
.cb-quick button{background:var(--paper); border:1px solid var(--line); padding:5px 11px; border-radius:15px; font-size:11.5px; font-weight:600; color:var(--maroon-bright); cursor:pointer; transition:.2s;}
.cb-quick button:hover{background:var(--maroon-bright); color:#fff;}
.cb-input{display:flex; padding:11px; gap:8px; border-top:1px solid var(--line); background:var(--paper); flex-shrink:0;}
.cb-input input{flex:1; border:1px solid var(--line); background:var(--bg); border-radius:18px; padding:8px 13px; font-family:inherit; font-size:12.5px; outline:none; color:var(--ink);}
.cb-input input:focus{border-color:var(--maroon-bright);}
.cb-input button{background:var(--maroon-deep); border:none; color:#fff; width:36px; height:36px; border-radius:50%; cursor:pointer; font-size:13px;}

/* search suggestions */
.search-suggest{position:absolute; top:calc(100% + 6px); left:0; right:0; background:var(--paper); border:1px solid var(--line); border-radius:10px; box-shadow:var(--shadow-lg); z-index:210; margin-top:0; overflow:hidden; display:none; max-height:380px; overflow-y:auto;}
.ss-item{display:block; padding:10px 14px; font-size:13.5px; color:var(--ink); text-decoration:none; border-bottom:1px solid var(--bg); cursor:pointer;}
.ss-item:hover,.ss-item.hl{background:var(--bg);}
.ss-item b{color:var(--maroon-bright);}
.ss-item .ss-sub{display:block; font-size:11px; color:var(--muted); margin-top:1px;}
.ss-item .ss-sub .ss-cat{color:var(--teal); font-weight:700;}
.ss-foot{padding:9px 14px; font-size:12px; color:var(--muted); border-top:1px solid var(--line);}

/* notif + bookmark dropdowns */
.notif-drop,.bm-drop{position:absolute; top:36px; right:-8px; width:310px; background:var(--paper); border:1px solid var(--line); border-radius:12px; box-shadow:var(--shadow-lg); padding:10px 0; opacity:0; pointer-events:none; transform:translateY(-6px); transition:.2s; z-index:200;}
.notif-drop.open,.bm-drop.open{opacity:1; pointer-events:auto; transform:translateY(0);}
.drop-head{padding:2px 16px 9px; font-size:13px; font-weight:800; border-bottom:1px solid var(--line); display:flex; justify-content:space-between; align-items:center; margin-bottom:6px;}
.drop-head a{color:var(--maroon-bright); font-size:10.5px; font-weight:700;}
.drop-item{padding:10px 16px; border-bottom:1px solid var(--line); display:flex; gap:9px; cursor:pointer; transition:background .15s;}
.drop-item:hover{background:var(--bg);}
.drop-item:last-child{border:none;}
.drop-item p{font-size:12.5px; line-height:1.4; margin-bottom:2px;}
.drop-item time{font-size:10px; color:var(--muted);}
.drop-empty{padding:18px 16px; text-align:center; font-size:12.5px; color:var(--muted);}

/* back-home / not-found / bookmark-on-article */
.back-home{display:inline-flex; align-items:center; gap:7px; color:var(--maroon-bright); font-weight:700; font-size:13px; margin-bottom:16px; transition:gap .2s;}
.back-home:hover{gap:11px;}
.not-found{padding:34px 20px; text-align:center; background:var(--paper); border:1px dashed var(--line); border-radius:var(--radius);}
.not-found h2{font-size:20px; font-weight:800; margin-bottom:8px;}
.not-found p{font-size:13.5px; color:var(--muted); margin-bottom:6px;}
.bm-story{display:inline-flex; align-items:center; gap:7px; background:none; border:1px solid var(--line); color:var(--maroon-bright); font-weight:700; font-size:12.5px; padding:7px 14px; border-radius:18px; cursor:pointer; transition:.2s; margin-bottom:16px; font-family:inherit;}
.bm-story:hover{border-color:var(--maroon-bright); background:rgba(142,22,56,.06);}
.bm-story.active{background:var(--maroon-bright); color:#fff; border-color:var(--maroon-bright);}

/* modal */
.modal-overlay{position:fixed; inset:0; background:rgba(0,0,0,.82); backdrop-filter:blur(8px); -webkit-backdrop-filter:blur(8px); display:flex; align-items:center; justify-content:center; z-index:220; padding:calc(20px + env(safe-area-inset-top)) calc(20px + env(safe-area-inset-right)) calc(20px + env(safe-area-inset-bottom)) calc(20px + env(safe-area-inset-left)); opacity:0; pointer-events:none; transition:opacity .25s;}
.modal-overlay.open{opacity:1; pointer-events:auto;}
.modal-box{background:var(--paper); border-radius:14px; max-width:620px; width:100%; max-width:calc(100% - 8px); max-height:88vh; overflow-y:auto; overflow-x:hidden; transform:translateY(20px); opacity:0; transition:transform .28s, opacity .22s;}
.modal-overlay.open .modal-box{transform:translateY(0); opacity:1;}
.modal-close{position:absolute; top:12px; right:12px; width:44px; height:44px; border-radius:50%; background:rgba(0,0,0,.45); color:#fff; border:none; font-size:18px; cursor:pointer; line-height:1;}
.modal-box.reel-modal{max-width:480px; padding:0; position:relative; overflow:hidden; border-radius:20px; background:#000; max-height:96vh; box-shadow:0 26px 90px rgba(0,0,0,.55);}
.reel-modal-close{width:48px; height:48px; top:14px; right:14px; z-index:40; background:rgba(255,255,255,.16); border:1px solid rgba(255,255,255,.28); backdrop-filter:blur(10px); -webkit-backdrop-filter:blur(10px); font-size:18px; color:#fff; box-shadow:0 4px 14px rgba(0,0,0,.35); transition:transform .2s, background .2s;}
.reel-modal-close:hover{background:rgba(255,255,255,.28); transform:rotate(90deg) scale(1.05);}
.reel-modal-head{display:flex; align-items:center; gap:11px; padding:14px 18px 13px; background:#000; border-bottom:1px solid rgba(255,255,255,.08);}
.reel-modal-head .ig-icon{width:30px; height:30px; flex:0 0 auto; border-radius:9px; background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045); color:#fff; display:flex; align-items:center; justify-content:center; font-size:14px;}
.reel-modal-head h3{font-size:15px; font-weight:700; color:#fff; line-height:1.35; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; min-width:0;}
.reel-frame{position:relative; aspect-ratio:4/5; overflow:hidden; background:#000; margin:12px 14px 0; border-radius:16px; max-height:calc(96vh - 150px); box-shadow:0 8px 30px rgba(0,0,0,.4);}
.reel-embed-iframe{position:absolute; top:0; left:0; width:100%; height:calc(100% + 54px); transform:translateY(-54px); border:0;}
.reel-spinner{position:absolute; inset:0; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:10px; color:#fff; font-size:22px; background:#000; z-index:3;}
.reel-spinner span{font-size:12px; font-weight:600; letter-spacing:.3px; opacity:.85;}
.reel-error{display:flex; flex-direction:column; align-items:center; justify-content:center; gap:14px; padding:34px 22px; text-align:center; background:#000; color:#fff; height:100%;}
.reel-error i{font-size:34px; color:var(--teal);}
.reel-error p{font-size:14px; line-height:1.5; color:#f0e6e9; max-width:260px;}
.reel-error .reel-open-instagram{margin-top:2px;}
/* custom HTML5 player */
.reel-video{position:absolute; inset:0; width:100%; height:100%; object-fit:cover; background:#000; display:block;}
.reel-center-play{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:64px; height:64px; border-radius:50%; background:rgba(0,0,0,.5); backdrop-filter:blur(6px); -webkit-backdrop-filter:blur(6px); border:1px solid rgba(255,255,255,.4); color:#fff; font-size:22px; cursor:pointer; display:flex; align-items:center; justify-content:center; transition:opacity .25s, transform .2s, background .2s; z-index:5; padding:0;}
.reel-center-play:hover{transform:translate(-50%,-50%) scale(1.08); background:rgba(0,0,0,.66);}
.reel-center-play i{margin-left:3px;}
.reel-controls{position:absolute; left:0; right:0; bottom:0; display:flex; align-items:center; gap:9px; padding:30px 13px 11px; background:linear-gradient(transparent, rgba(0,0,0,.74)); opacity:0; transition:opacity .25s; z-index:6;}
.reel-controls.show{opacity:1;}
.rc-btn{width:32px; height:32px; flex:0 0 auto; border:none; background:transparent; color:#fff; font-size:15px; cursor:pointer; display:flex; align-items:center; justify-content:center; padding:0; opacity:.95;}
.rc-btn:hover{opacity:1; transform:scale(1.08);}
.rc-time{font-size:11px; color:#fff; font-variant-numeric:tabular-nums; white-space:nowrap;}
.rc-progress{flex:1; height:22px; position:relative; cursor:pointer; display:flex; align-items:center; min-width:0;}
.rc-progress::before{content:''; position:absolute; left:0; right:0; height:4px; border-radius:3px; background:rgba(255,255,255,.32);}
.rc-fill{position:absolute; left:0; height:4px; border-radius:3px; background:var(--teal); width:0%;}
.rc-knob{position:absolute; top:50%; width:12px; height:12px; border-radius:50%; background:#fff; transform:translate(-50%,-50%); box-shadow:0 0 5px rgba(0,0,0,.55);}
.rc-vol{width:58px; height:4px; accent-color:var(--teal); cursor:pointer; flex:0 0 auto;}
.reel-video-frame:fullscreen{border-radius:0; margin:0;}
.reel-video-frame:fullscreen video{object-fit:contain;}
.reel-modal-foot{padding:13px 18px 16px; text-align:center; background:#000;}
.reel-open-instagram{display:inline-flex; align-items:center; gap:6px; background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045); color:#fff; font-size:12px; font-weight:700; padding:9px 16px; border-radius:18px;}
@media (orientation:landscape) and (max-height:640px){
  .modal-box.reel-modal{max-width:min(480px, calc((100vh - 130px) * 0.8));}
  .reel-frame{margin:8px 12px 0; border-radius:12px;}
  .reel-modal-head{padding:10px 14px 9px;}
  .reel-modal-foot{padding:9px 14px 12px;}
  .reel-modal-close{width:42px; height:42px; top:10px; right:10px;}
}
@media (max-width:1024px){
  .modal-box.reel-modal{max-width:420px;}
}
@media (max-width:600px){
  .modal-overlay:has(.reel-modal){padding:0;}
  .modal-box.reel-modal{max-width:100vw; width:100vw; border-radius:0; max-height:100vh; height:100vh; display:flex; flex-direction:column;}
  .reel-modal-head{flex:0 0 auto;}
  .reel-frame{flex:1 1 auto; aspect-ratio:auto; margin:0; border-radius:0; width:100%; min-height:0; max-height:none;}
  .reel-modal-foot{flex:0 0 auto; padding:12px 16px calc(14px + env(safe-area-inset-bottom));}
  .reel-video{object-fit:cover;}
}

/* ---------- skeleton + image fade ---------- */
.skeleton{background:linear-gradient(90deg,var(--bg) 25%,var(--line) 37%,var(--bg) 63%); background-size:400% 100%; animation:shimmer 1.3s infinite;}
@keyframes shimmer{0%{background-position:100% 0;} 100%{background-position:0 0;}}
.sk-card{border-radius:var(--radius); overflow:hidden; background:var(--paper); border:1px solid var(--line);}
.sk-media{aspect-ratio:16/9; width:100%;}
.sk-line{height:12px; margin:10px 14px; border-radius:4px;}
.sk-line.w60{width:60%;} .sk-line.w80{width:80%;}

/* ---------- article / latest / category / search page bits ---------- */
.empty-msg{padding:28px; text-align:center; color:var(--muted); background:var(--paper); border:1px dashed var(--line); border-radius:var(--radius); font-size:14px;}
.page-head{padding:20px 0 4px;}
.page-head h1{font-size:22px; font-weight:800; display:flex; align-items:center; gap:10px;}
.page-head .crumb{font-size:12px; color:var(--muted); margin-top:4px;}
.page-head .crumb a{color:var(--maroon-bright); font-weight:600;}
.breadcrumbs{display:flex; align-items:center; gap:8px; font-size:12px; color:var(--muted); flex-wrap:wrap; margin-bottom:14px;}
.breadcrumbs a{color:var(--maroon-bright); font-weight:600;}
.breadcrumbs .sep{color:var(--line);}
.article-layout{display:grid; grid-template-columns:minmax(0,1fr) 300px; gap:24px; align-items:start;}
.article-main{max-width:800px;}
.article-header .badge{display:inline-block; background:var(--maroon-deep); color:#fff; font-size:11px; font-weight:700; padding:3px 11px; border-radius:4px; letter-spacing:.4px; margin-bottom:10px;}
.article-header h1{font-size:26px; font-weight:800; line-height:1.38; margin-bottom:10px;}
.article-header .meta{display:flex; align-items:center; gap:8px; font-size:12px; color:var(--muted); margin-bottom:16px; flex-wrap:wrap;}
.article-header .meta .reading-time{display:inline-flex; align-items:center; gap:5px;}
.article-image{position:relative; border-radius:10px; overflow:hidden; margin-bottom:8px;}
.article-image img{width:100%; display:block; height:auto; object-fit:contain;}
.article-body img{max-width:100%; height:auto; display:block; border-radius:8px; margin:12px 0; object-fit:contain;}
.source-img-credit{font-size:11px; color:var(--muted); margin-bottom:12px;}
.article-body{font-size:16px; line-height:1.85; color:var(--ink);}
.article-body p{font-size:16px; line-height:1.85; margin-bottom:16px;}
.article-body .lead{font-size:17px; font-weight:600; color:var(--ink-soft);}
.source-box{background:var(--bg); border:1px solid var(--line); border-left:3px solid var(--teal); border-radius:6px; padding:12px 14px; margin:18px 0; font-size:12.5px; color:var(--ink-soft);}
.source-box .source-badge{font-weight:700; color:var(--teal-deep); margin-bottom:4px;}
.source-box p{margin-bottom:4px; line-height:1.5; font-size:12.5px;}
.source-box a{color:var(--maroon-bright); font-weight:700;}
.article-share{display:flex; align-items:center; gap:10px; padding:14px 0; border-top:1px solid var(--line); border-bottom:1px solid var(--line); margin:18px 0;}
.article-share span{font-size:13px; font-weight:700; color:var(--muted);}
.share-btn{width:36px; height:36px; border-radius:50%; border:none; color:#fff; cursor:pointer; display:flex; align-items:center; justify-content:center; font-size:14px; transition:transform .2s;}
.share-btn:hover{transform:scale(1.12);}
.share-btn.wa{background:var(--wa);} .share-btn.fb{background:#1877F2;} .share-btn.tw{background:#000;} .share-btn.tg{background:#229ED9;}
.prev-next{display:grid; grid-template-columns:1fr 1fr; gap:12px; margin:22px 0;}
.prev-next a{background:var(--paper); border:1px solid var(--line); border-radius:var(--radius); padding:12px 14px; transition:border-color .2s;}
.prev-next a:hover{border-color:var(--maroon-bright);}
.prev-next span{display:block; font-size:10.5px; color:var(--muted); margin-bottom:3px;}
.prev-next b{font-size:12.5px; line-height:1.4; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;}
.related-section{margin-top:26px;}
.related-section h3{font-size:17px; font-weight:800; margin-bottom:14px;}
.related-grid{display:grid; grid-template-columns:repeat(auto-fit,minmax(230px,1fr)); gap:16px;}

/* entrance animation */
@keyframes fadeUp{from{opacity:0; transform:translateY(14px);} to{opacity:1; transform:translateY(0);}}
.animate{animation:fadeUp .5s ease-out backwards;}

/* ---------- UX hardening (Phase 3) ---------- */
/* compact sticky header (class toggled on scroll) */
header.compact .header-inner{padding-top:7px; padding-bottom:7px;}
header.compact .logo img{height:50px;}
header.compact .search-box{padding:6px 14px;}
/* touch targets */
.icon-btn{min-width:44px; min-height:44px; display:inline-flex; align-items:center; justify-content:center;}
.tb-btn{min-height:28px; padding:2px 11px;}
.see-all{min-height:36px; align-items:center;}
.cta-btn{min-height:40px;}
.social-row a{width:42px; height:42px;}
.sidebar-social{gap:9px; margin-top:2px;}
.sidebar-social a{width:42px; height:42px; background:var(--bg); border:1px solid var(--line); color:var(--maroon-deep); font-size:15px; transition:.2s;}
.sidebar-social a:hover{background:var(--maroon-deep); color:#fff; transform:translateY(-2px);}
.mr-list .mr-item a{display:block; padding:4px 0;}
.panel .live-item{padding:10px 4px;}
/* focus visibility */
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid var(--teal-light); outline-offset:2px; border-radius:4px;}
/* reels section wrapper spacing */
.ig-reels-section{padding:30px 0;}
/* reduced motion */
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto;}
  .animate{animation:none;}
  .card-img,.hero-main-img,.hero-card-img,.ig-reel-thumb img{transition:none;}
}

/* ---------- responsive ---------- */
/* ---------- compact homepage newsroom layout ---------- */
.home-page .hero-section{padding:18px 0 20px;}
.home-page .hero-premium{grid-template-columns:1fr 1fr; grid-template-rows:1fr 1fr; gap:10px; min-height:500px;}
.home-page .hero-main-body h1{font-size:32px;}
.home-page .section{padding:var(--section-pad) 0;}
.home-page .section + .section{padding-top:8px;}
.home-page .section-head{margin-bottom:15px;}
.home-page .homepage-content-row{display:grid; grid-template-columns:minmax(0,1fr) var(--sidebar-width); gap:var(--home-col-gap); align-items:start;}
.home-page .homepage-main{min-width:0;}
.home-page .homepage-main .section{padding:0 0 var(--home-gap);}
.home-page .homepage-main .section + .section{padding-top:0;}
.home-page .homepage-main .section:first-child{padding-top:0;}
.home-page .homepage-main .section:last-child{padding-bottom:0;}
.home-page .homepage-sidebar{align-self:start; position:sticky; top:86px; height:fit-content; gap:var(--home-sidebar-gap);}
.home-page .homepage-sidebar .ad-banner{margin:calc(var(--home-ad-gap) - var(--home-sidebar-gap)) 0;}
.home-page #topStoriesGrid{grid-template-columns:repeat(4,minmax(0,1fr)); gap:20px; align-items:stretch; min-height:204px;}
.home-page #latestGrid{grid-template-columns:repeat(4,minmax(0,1fr)); gap:20px; align-items:stretch; min-height:204px;}
.home-page .story-card{height:100%; min-width:0;}
.home-page .story-card .card-title{-webkit-line-clamp:2; min-height:2.84em;}
.home-page .story-card .card-body{padding:11px 12px 12px;}
.home-page .cat-section{margin-bottom:28px; padding:17px;}
/* ---------- featured + 4 editorial category layout (desktop) ---------- */
.home-page .cat-feature{display:grid; grid-template-columns:minmax(0,1.08fr) minmax(0,1fr); gap:16px; align-items:stretch;}
.cat-feature-side{display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; min-width:0;}
.cat-feature-side .cf-side{height:100%;}
.cf-main{display:flex; flex-direction:column; min-width:0; background:var(--paper); border:1px solid var(--line); border-radius:var(--radius); overflow:hidden; transition:transform .22s, box-shadow .22s;}
.cf-main:hover{transform:translateY(-4px); box-shadow:var(--shadow-lg);}
.cf-main-media{position:relative; flex:1 1 auto; min-height:230px; overflow:hidden; background:var(--bg);}
.cf-main-img{position:absolute; inset:0; width:100%; height:100%; object-fit:cover; opacity:0; transition:opacity .35s;}
.cf-main-img.loaded{opacity:1;}
.cf-main-img.err{opacity:0;}
.cf-main-body{padding:14px 15px 16px; display:flex; flex-direction:column; gap:9px;}
.cf-main-body h3{font-size:18px; font-weight:800; line-height:1.4; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden; transition:color .2s;}
.cf-main:hover h3{color:var(--maroon-bright);}
.cf-main-meta{display:flex; align-items:center; gap:6px; font-size:11px; color:var(--muted); font-family:'Poppins'; font-weight:600; flex-wrap:wrap; margin-top:auto;}
.cf-main-meta .cf-cat{color:var(--maroon-bright); font-weight:700;}
.cf-main-meta .sep{color:var(--line);}
.cf-main-meta .src{overflow:hidden; text-overflow:ellipsis; white-space:nowrap; max-width:130px;}
.cat-more{display:none;}
.home-page .cat-blocks .cat-section:last-child{margin-bottom:0;}
.home-page .ig-reels-section{padding:24px 0 26px;}
.home-page .ig-reels-head{margin-bottom:15px;}
.home-page .ig-reels-grid{grid-template-columns:repeat(4,minmax(0,1fr)); gap:18px;}
.home-page .ig-reel-thumb{aspect-ratio:9/16; background:linear-gradient(145deg,var(--teal-deep),var(--teal) 52%,var(--maroon-deep));}
.home-page .ig-reel-fallback{position:absolute; inset:0; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:12px; padding:28px 18px; color:#fff; text-align:center; background:linear-gradient(145deg,var(--teal-deep),var(--teal) 52%,var(--maroon-deep));}
.home-page .ig-reel-fallback i{font-size:38px;}
.home-page .ig-reel-fallback span{font-size:13px; line-height:1.5; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;}
.home-page .ig-reel-fallback b{font-size:11px; background:rgba(255,255,255,.16); border:1px solid rgba(255,255,255,.35); border-radius:18px; padding:7px 12px;}
.home-page .ig-reel-thumb img{z-index:2;}
.home-page .ig-reel-play{z-index:4;}
.home-page .ig-reel-card{border-radius:18px; height:100%;}
.home-page .ig-reel-card:hover{transform:translateY(-6px) scale(1.01);}
.home-page .ig-reel-body{min-height:58px; padding:11px 13px;}
.home-page .ig-reel-body p{font-size:13px; font-weight:600; line-height:1.4; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; overflow:hidden; min-height:2.8em; color:var(--ink);}

@media(max-width:1024px){
  .footer-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
  .hero-main-body h1{font-size:26px;}
}
@media(max-width:1100px){
  .home-page .homepage-content-row{grid-template-columns:1fr;}
  .home-page .homepage-main .section:first-child{padding-top:12px;}
  .home-page .homepage-sidebar{position:static; grid-template-columns:1fr;}
  .home-page #topStoriesGrid,.home-page #latestGrid{grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; min-height:auto;}
  .home-page .hero-premium{grid-template-columns:1fr; grid-template-rows:none; gap:12px; min-height:0;}
  .hero-main{grid-column:auto; grid-row:auto; min-height:400px;}
  .hero-secondary-grid{grid-column:auto; grid-row:auto; grid-template-columns:1fr 1fr; grid-template-rows:auto;}
  .home-page .cat-feature{grid-template-columns:1fr;}
}
@media(max-width:900px){
  .hamburger{display:inline-flex; padding:8px 10px;}
  nav .wrap{gap:0; padding:0; position:relative;}
  .nav-inner{display:none; flex-direction:column; position:absolute; top:100%; left:0; right:0; background:var(--paper); border:1px solid var(--line); box-shadow:var(--shadow-lg); border-radius:0 0 12px 12px; z-index:100; max-height:72vh; overflow-y:auto; padding:6px 0; gap:0; align-items:stretch;}
  .nav-inner.open{display:flex;}
  .nav-inner a.nav-link{padding:11px 20px; border-bottom:1px solid var(--line); border-bottom-color:var(--line);}
  .nav-drop > button{width:100%; justify-content:flex-start; padding:11px 20px; border-bottom:1px solid var(--line);}
  .nav-drop > button i.caret{margin-left:auto;}
  .nav-menu{position:static; min-width:auto; max-width:none; box-shadow:none; padding:4px 0 6px 20px; border:none; transform:none; opacity:1; pointer-events:auto; display:none;}
  .nav-drop.open .nav-menu{display:grid;}
  .nav-menu-grid{grid-template-columns:repeat(2,1fr);}
  .homepage-content-row{grid-template-columns:1fr;}
  .homepage-sidebar{grid-template-columns:repeat(3,1fr);}
  .homepage-sidebar .ad-banner{display:none;}
  .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .ig-reels-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
  .home-page .hero-premium{gap:10px;}
  .home-page .ig-reels-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media(max-width:768px){
  .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .header-inner{gap:10px;}
  .logo img{height:52px;}
  .search-box{max-width:250px;}
  .cta-btn{font-size:12px; padding:7px 14px;}
  .homepage-sidebar{grid-template-columns:1fr;}
  .homepage-sidebar .ad-banner{display:none;}
}
@media(max-width:640px){
  html,body{max-width:100%; overflow-x:clip;}
  .wrap{padding:0 12px;}
  .stories-grid{gap:10px;}
  .cat-section .stories-grid{gap:10px;}
  .ig-reels-grid{display:flex; gap:12px; overflow-x:auto; scroll-snap-type:x mandatory; padding:2px 2px 12px; scrollbar-width:thin;}
  .ig-reel-card{flex:0 0 min(72vw,250px); scroll-snap-align:start;}
  .related-grid{gap:10px;}
  .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px;}
  .section{padding:var(--section-pad-m) 0;}
  .section-title{font-size:17px;}
  .search-box{display:flex; order:3; flex:1 0 100%; max-width:none; padding:7px 13px;}
  .header-inner{flex-wrap:wrap; gap:8px;}
  .cta-btn span{display:none;}
  .story-card .card-title{font-size:13px;}
  .card-meta{font-size:10.5px;}
  .ticker-label{font-size:9.5px; padding:2px 7px;}
  .ticker-track{font-size:12px;}
  .ticker-group{gap:30px; padding-right:30px;}
  .footer-bottom{flex-direction:column; text-align:center;}
  .cat-section{padding:12px 12px 14px;}
  .home-page .hero-section{padding:12px 0 18px;}
  .home-page .hero-premium{grid-template-columns:1fr; grid-template-rows:none; gap:10px; min-height:0;}
  .hero-main{grid-column:auto; grid-row:auto; min-height:230px;}
  .hero-secondary-grid{grid-column:auto; grid-row:auto; grid-template-columns:1fr; grid-template-rows:auto;}
  .hero-card{min-height:200px;}
  .home-page .section{padding:var(--section-pad-m) 0;}
  .home-page .section + .section{padding-top:4px;}
  .home-page .homepage-main .section{padding:0 0 var(--home-gap-m);}
  .home-page .homepage-main .section:first-child{padding-top:0;}
  .home-page #topStoriesGrid,.home-page #latestGrid{grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px;}
  .home-page .story-card .card-body{padding:9px 9px 10px;}
  .home-page .story-card .card-title{font-size:12.5px;}
  .home-page .cat-section{padding:13px; margin-bottom:22px;}
  .home-page .cat-feature{gap:12px;}
  .cf-main-media{min-height:190px;}
  .cf-main-body h3{font-size:16px;}
  .cat-feature-side{gap:10px;}
  .cat-feature-side .cf-side:nth-child(n+2){display:none;}
  .home-page .cat-feature.expanded .cat-feature-side .cf-side:nth-child(n+2){display:flex;}
  .cat-hlist .hlist-card:nth-child(n+2){display:none;}
  .home-page .cat-feature.expanded .cat-hlist .hlist-card:nth-child(n+2){display:flex;}
  .cat-more{display:inline-flex; align-items:center; justify-content:center; gap:6px; margin:14px auto 0; padding:9px 22px; background:var(--maroon-bright); color:#fff; border:none; border-radius:20px; font-family:'Poppins'; font-size:12.5px; font-weight:700; cursor:pointer; transition:background .2s, transform .2s;}
  .cat-more:hover{background:var(--maroon-deep); transform:translateY(-2px);}
  .cat-hlist{grid-template-columns:1fr; gap:10px;}
  .hlist-media{flex:0 0 96px; height:70px;}
  .hlist-body h3{font-size:13px; -webkit-line-clamp:2;}
  .home-page .ig-reels-head{align-items:flex-start; flex-wrap:wrap;}
  .home-page .ig-reels-head .ig-profile-link{margin-left:0;}
  .home-page .ig-reels-grid{display:flex; gap:12px; overflow-x:auto; scroll-snap-type:x mandatory; padding:2px 2px 10px;}
  .home-page .ig-reel-card{flex:0 0 min(68vw,230px);}
}
@media(max-width:480px){
  #backTop{width:38px; height:38px; font-size:14px; bottom:14px; right:14px;}
  .chatbot-fab{bottom:14px; left:14px; width:50px; height:50px;}
  .chatbot-panel{left:10px; right:10px; width:auto; bottom:76px; height:68vh;}
  .section-title{font-size:16px;}
  .hero-main-body h1{font-size:22px;}
  .home-page .hero-main-body{padding:14px 16px;}
  .home-page .hero-main-body p{display:none;}
  .home-page #topStoriesGrid,.home-page #latestGrid{grid-template-columns:1fr 1fr;}
}

/* ============================================================
   2026 premium homepage layer â faster paint, richer interaction
   ============================================================ */
@view-transition{navigation:auto;}
:root{--gold:#F2B31A;--cream:#FFF9EC;--premium-shadow:0 18px 50px rgba(42,18,27,.10);}
body.home-page{background:
  radial-gradient(circle at 8% 8%,rgba(217,38,79,.055),transparent 24rem),
  radial-gradient(circle at 92% 26%,rgba(27,110,110,.06),transparent 26rem),var(--bg);}
.home-page .topbar{background:linear-gradient(90deg,#111 0%,#21141a 54%,#102f30 100%);border-bottom:1px solid rgba(255,255,255,.08);}
.home-page header{background:rgba(255,255,255,.94);backdrop-filter:blur(14px) saturate(140%);-webkit-backdrop-filter:blur(14px) saturate(140%);box-shadow:0 8px 30px rgba(41,21,28,.07);}
.home-page .logo img{filter:drop-shadow(0 6px 10px rgba(142,22,56,.12));transition:transform .25s ease;}
.home-page .logo:hover img{transform:scale(1.035) rotate(-1deg);}
.home-page .search-box{background:#fff;border-color:#e9dfe2;box-shadow:inset 0 1px 2px rgba(0,0,0,.02);}
.home-page .search-box::after{content:'/';margin-left:auto;color:#8d8185;border:1px solid #ded5d8;border-radius:5px;padding:0 6px;font:600 11px/19px 'Poppins',sans-serif;}
.home-page nav{background:linear-gradient(90deg,rgba(255,255,255,.96),rgba(255,249,236,.96));}
.home-page nav a.nav-link.active{color:var(--maroon-deep);border-image:linear-gradient(90deg,var(--maroon-bright),var(--gold)) 1;}
.home-page .ticker-bar{box-shadow:0 4px 16px rgba(142,22,56,.08);}

/* Avoid a blank page while the compact feed is being prepared. */
.home-page.ck-init .dyn-hide,.home-page.ck-init .hero-section~*{visibility:visible!important;}
.home-page .hero-premium:empty{display:block;min-height:430px;border-radius:20px;background:linear-gradient(105deg,#eee 20%,#f9f9f9 38%,#eee 56%);background-size:220% 100%;animation:premiumSkeleton 1.25s ease-in-out infinite;}
.home-page .stories-grid:empty{min-height:210px;border-radius:16px;background:linear-gradient(105deg,#eee 20%,#fafafa 38%,#eee 56%);background-size:220% 100%;animation:premiumSkeleton 1.25s ease-in-out infinite;}
@keyframes premiumSkeleton{to{background-position:-220% 0;}}

.home-page .hero-premium{gap:10px;}
.home-page .hero-main,.home-page .hero-card{border-radius:10px;box-shadow:0 12px 34px rgba(42,18,27,.10);}
.home-page .hero-main{background:#0b0b0c;}
.home-page .hero-main-media,.home-page .hero-card-media{background:#0b0b0c;}
.home-page .hero-main-img,.home-page .hero-card-img{transition:opacity .4s,transform .6s cubic-bezier(.2,.7,.2,1);}
.home-page .hero-main:hover img,.home-page .hero-card:hover img{transform:scale(1.04);}
.home-page .hero-main-body{padding:26px 28px;}
.home-page .hero-main-body h1{font-size:34px;letter-spacing:-.25px;color:#fff;}

.home-page .section-title{letter-spacing:-.2px;}
.home-page .section-title::after{width:54px;height:4px;background:linear-gradient(90deg,var(--maroon-bright),var(--gold));}
.home-page .section-title i{width:32px;height:32px;display:grid;place-items:center;border-radius:10px;background:var(--cream);color:var(--maroon-bright);}
.home-page .see-all{border:1px solid #eadfe2;background:#fff;padding:7px 12px;border-radius:999px;transition:.2s;}
.home-page .see-all:hover{background:var(--maroon-deep);border-color:var(--maroon-deep);color:#fff;transform:translateY(-1px);}
.home-page .story-card{border:0;border-radius:14px;box-shadow:0 8px 28px rgba(42,18,27,.075);transition:transform .25s,box-shadow .25s;}
.home-page .story-card .card-img{transition:opacity .35s,transform .55s cubic-bezier(.2,.7,.2,1);}
.home-page .story-card:hover .card-img{transform:scale(1.055);}
.home-page .panel{border:0;border-radius:16px;box-shadow:0 12px 34px rgba(42,18,27,.075);}
.home-page .panel h3.panel-title{border:0;position:relative;padding-bottom:13px;}
.home-page .panel h3.panel-title::after{content:'';position:absolute;left:0;right:60%;bottom:4px;height:3px;border-radius:2px;background:linear-gradient(90deg,var(--maroon-bright),var(--gold));}
.home-page .cat-section{background:rgba(255,255,255,.9);border:1px solid rgba(232,220,223,.9);border-radius:18px;box-shadow:0 14px 40px rgba(42,18,27,.06);}
.home-page .cf-main{border:0;border-radius:14px;box-shadow:0 8px 24px rgba(42,18,27,.07);}
.home-page .cf-main-img{transition:opacity .35s,transform .6s cubic-bezier(.2,.7,.2,1);}
.home-page .cf-main:hover .cf-main-img{transform:scale(1.045);}

.home-page .ig-reels-section{margin-top:34px;padding:34px 0 40px;background:var(--background,#fff);border:1px solid var(--line,#ececec);border-radius:20px;box-shadow:0 14px 40px rgba(42,18,27,.06);}
.home-page .ig-reels-head h2{color:var(--ink,#15110f);}
.home-page .ig-reels-head .ig-profile-link{color:#fff;background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045);border:0;padding:7px 15px;border-radius:18px;}
.home-page .ig-reel-card{border:1px solid var(--line,#ececec);box-shadow:0 8px 24px rgba(42,18,27,.08);}
.home-page .ig-reel-play{background:rgba(239,0,83,.92);color:#fff;box-shadow:0 8px 22px rgba(0,0,0,.25);}
.ig-reel-status{margin-top:14px;font-size:12px;color:var(--muted,#8a7f82);display:none;}
.ig-reel-card.ig-reel-skeleton .ig-reel-thumb{background:linear-gradient(100deg,#f2f0f1 30%,#e7e3e5 50%,#f2f0f1 70%);background-size:200% 100%;animation:igSkel 1.2s linear infinite;}
.ig-reel-skeleton .ig-reel-body{padding:12px 13px;}
.ig-reel-skeleton .sk-line{display:block;height:10px;border-radius:6px;background:#ececec;margin-bottom:8px;}
.ig-reel-skeleton .sk-line.short{width:60%;}
@keyframes igSkel{0%{background-position:200% 0}100%{background-position:-200% 0}}
.home-page .cat-blocks,.home-page .footer-ad{content-visibility:auto;contain-intrinsic-size:900px;}
.home-page .footer-ad{contain-intrinsic-size:260px;}
.home-page .premium-visible{animation:premiumReveal .5s both;}
@keyframes premiumReveal{from{opacity:.5;transform:translateY(10px);}to{opacity:1;transform:none;}}

@media(max-width:1100px){.home-page .hero-premium{min-height:0;}.home-page .hero-main-body h1{font-size:26px;}}
@media(max-width:640px){
  .home-page header{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);}
  .home-page .search-box::after{display:none;}
  .home-page .hero-premium:empty{min-height:590px;}
  .home-page .hero-main,.home-page .hero-card,.home-page .story-card,.home-page .cat-section{border-radius:10px;}
  .home-page .hero-main-body h1{font-size:24px;}
  .home-page .ig-reels-section{padding:32px 0 36px;}
}
@media(prefers-reduced-motion:reduce){.home-page .hero-editorial:empty,.home-page .stories-grid:empty{animation:none;}.home-page .premium-visible{animation:none;}}

/* ============================================================
   2026 screenshot-reference theme â pink / black editorial UI
   ============================================================ */
:root{
  --brand:#ef0053;--maroon:#ef0053;--maroon-deep:#d80049;--maroon-bright:#ef0053;
  --ink:#111;--ink-soft:#343434;--muted:#707070;--bg:#fff;--paper:#fff;--line:#e9e9e9;
  --shadow:0 2px 10px rgba(0,0,0,.08);--shadow-lg:0 12px 30px rgba(0,0,0,.16);
}
body{background:#fff;color:#111;}
.wrap{max-width:1240px;padding-left:20px;padding-right:20px;}
#readProgress{background:#ef0053;}

/* brand strip and masthead */
.topbar{background:#ef0053;color:#fff;padding:8px 0;font-size:12px;}
.topbar .wrap{justify-content:space-between;gap:20px;flex-wrap:nowrap;}
.topbar-trending{display:flex;align-items:center;gap:14px;min-width:0;overflow:hidden;white-space:nowrap;}
.topbar-trending strong{font-family:Poppins,sans-serif;font-size:11px;letter-spacing:.4px;}
.topbar-trending span{overflow:hidden;text-overflow:ellipsis;}
.topbar-social{display:flex;align-items:center;gap:17px;flex-shrink:0;}
.topbar-social a{color:#fff;font-size:14px;transition:transform .2s,opacity .2s;}
.topbar-social a:hover{transform:translateY(-2px);opacity:.8;}
header{position:relative;top:auto;border:0;box-shadow:none;background:#fff;}
.header-inner{min-height:126px;padding:9px 20px;justify-content:flex-start;gap:34px;}
.logo{width:430px;min-width:390px;height:112px;justify-content:flex-start;overflow:visible;gap:12px;}
.logo .brand-logo-full{width:136px;height:112px;object-fit:contain;object-position:left center;display:block;filter:none!important;flex-shrink:0;}
.masthead-name{display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:.88;}
.masthead-name strong{font-size:43px;font-weight:800;letter-spacing:-2.7px;color:#111;white-space:nowrap;}
.masthead-name strong em{font-style:normal;color:#ef0053;}
.masthead-name small{margin-top:9px;background:#ef0053;color:#fff;padding:4px 18px 3px;font:800 18px/1 Poppins,sans-serif;letter-spacing:5px;transform:skew(-7deg);}
.brand-tagline{border-left:1px solid #cfcfcf;padding-left:32px;display:flex;flex-direction:column;font-size:19px;line-height:1.25;white-space:nowrap;}
.brand-tagline strong{font-size:22px;}
.brand-tagline em{font-style:normal;color:#ef0053;}
.search-box{margin-left:auto;max-width:310px;height:46px;padding:0 0 0 16px;border-radius:5px;background:#fff;border:1px solid #dcdcdc;overflow:hidden;gap:0;}
.search-box input{height:100%;font-size:12px;}
.search-box button{height:100%;width:48px;border:0;background:#ef0053;color:#fff;cursor:pointer;font-size:16px;}
.search-box button .fa-magnifying-glass{color:#fff;}
.search-box:focus-within{border-color:#ef0053;box-shadow:0 0 0 3px rgba(239,0,83,.08);}
.header-actions{display:none;}

/* black primary navigation */
header nav{border:0;background:#050505;color:#fff;}
nav .wrap{min-height:53px;gap:0;padding:0 20px;}
.nav-inner{gap:0;justify-content:space-between;}
nav a.nav-link,.nav-drop>button{color:#fff;border:0;padding:16px 18px;font-size:14px;font-weight:700;}
nav a.nav-link:hover,nav a.nav-link.active,.nav-drop>button:hover{color:#fff;background:#ef0053;}
nav a.nav-link.nav-home{background:#ef0053;font-size:17px;min-width:52px;text-align:center;}
.nav-menu{top:calc(100% + 1px);border-radius:0;border-top:3px solid #ef0053;}
.nav-menu-grid a{color:#111;}

/* breaking news rail */
.ticker-bar{background:#fff;color:#111;padding:11px 0;border-bottom:1px solid #eee;}
.ticker-bar .wrap{gap:0;border:1px solid #f0d5df;padding:0;overflow:hidden;border-radius:4px;}
.ticker-label{align-self:stretch;display:flex;align-items:center;gap:6px;background:#ef0053;color:#fff;border-radius:0;padding:8px 15px;font-size:11px;}
.ticker-wrap{padding:0 16px;}
.ticker-track{color:#111;font-size:12.5px;}
.ticker-track a{color:#111;}
.ticker-track i{color:#ef0053;}

/* screenshot-style hero */
.home-page .hero-section{padding:16px 0 0;}
.home-page .hero-editorial{grid-template-columns:1.35fr .92fr;grid-template-rows:repeat(4,1fr);gap:7px;min-height:450px;}
.home-page .hero-lead{grid-column:1;grid-row:1/5;border-radius:8px;box-shadow:none;background:#080808;position:relative;}
.home-page .hero-lead-link{position:relative;height:100%;}
.home-page .hero-lead-media{position:absolute;inset:0;aspect-ratio:auto;}
.home-page .hero-lead-media:after,.home-page .hero-med-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(0,0,0,.9));}
.home-page .hero-lead-body{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:28px 26px;color:#fff;display:block;}
.home-page .hero-lead-body h1{font-size:29px;line-height:1.35;color:#fff;margin:9px 0 8px;}
.home-page .hero-lead-body p{color:#eee;font-size:13px;}
.home-page .hero-lead:hover .hero-lead-body h1{color:#fff;}
.home-page .hero-cat{background:#ef0053;}
.home-page .hero-meta-time{color:#fff;}
.home-page .hero-med{grid-column:2;border-radius:8px;box-shadow:none;background:#090909;min-height:0;}
.home-page .hero-side-0{grid-row:1}.home-page .hero-side-1{grid-row:2}.home-page .hero-side-2{grid-row:3}.home-page .hero-side-3{grid-row:4}
.home-page .hero-med-link{display:grid;grid-template-columns:45% 55%;height:100%;}
.home-page .hero-med-media{aspect-ratio:auto;height:100%;}
.home-page .hero-med-media:after{background:linear-gradient(90deg,transparent,rgba(0,0,0,.25));}
.home-page .hero-med-body{justify-content:center;padding:11px 14px;color:#fff;}
.home-page .hero-med-body h2{font-size:14px;color:#fff;-webkit-line-clamp:3;}
.home-page .hero-med-body .hero-meta{margin-top:5px;}
.home-page .hero-compact-row{display:none;}

/* gossip strip and category launcher */
#referenceHomeExtras{background:#fff;}
.chugli-strip{margin-top:17px;border:1px solid #f0d6df;border-radius:7px;padding-top:0;padding-bottom:13px;overflow:hidden;}
.reference-head{display:flex;align-items:center;justify-content:space-between;padding:9px 0 8px;border-bottom:2px solid #ef0053;margin-bottom:10px;}
.reference-head h2{font-size:17px;color:#ef0053;}.reference-head a{font-size:12px;color:#ef0053;font-weight:700;}
.chugli-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:10px;}
.chugli-card{position:relative;min-width:0;}
.chugli-card img{width:100%;aspect-ratio:1.55/1;object-fit:cover;border-radius:5px;display:block;}
.chugli-card strong{display:block;font-size:11px;line-height:1.4;margin-top:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.chugli-rank{position:absolute;z-index:2;left:-4px;top:-6px;width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:#ef0053;color:#fff;font:700 10px Poppins;box-shadow:0 2px 6px rgba(0,0,0,.18);}
.category-ribbon{margin-top:16px;margin-bottom:8px;border:1px solid #f0d6df;border-radius:7px;display:grid;grid-template-columns:repeat(12,1fr);padding-top:14px;padding-bottom:12px;}
.category-ribbon a{display:flex;flex-direction:column;align-items:center;gap:6px;font-size:11px;font-weight:700;border-right:1px solid #eee;}
.category-ribbon a:last-child{border-right:0;}.category-ribbon i{font-size:23px;color:#ef0053;transition:transform .2s;}.category-ribbon a:hover i{transform:translateY(-3px);}

/* newsroom sections */
.homepage-content-row{margin-top:0;grid-template-columns:minmax(0,1fr) 310px;gap:20px;}
.home-page .section{padding:24px 0;}
.home-page .section-title{font-size:19px;}.home-page .section-title i{color:#ef0053;}.home-page .section-title:after{background:#ef0053;height:2px;width:100%;bottom:-9px;}
.home-page .section-head{border-bottom:1px solid #ddd;padding-bottom:8px;}
.home-page .stories-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;}
.home-page .story-card{border-radius:6px;box-shadow:0 1px 5px rgba(0,0,0,.07);}
.home-page .story-card .card-body{padding:10px 11px 12px;}.home-page .story-card .card-title{font-size:13px;}
.home-page .card-media .card-tag{background:#ef0053;}
.home-page .panel{border-radius:7px;box-shadow:0 2px 8px rgba(0,0,0,.07);}.home-page .panel h3.panel-title{border-color:#ef0053;}
.home-page .mr-num{width:23px;height:23px;min-width:23px;border-radius:50%;display:grid;place-items:center;background:#ef0053;color:#fff;font-size:11px;}
.home-page .cat-section{border:1px solid #eee;border-top:2px solid #ef0053;border-left:1px solid #eee;border-radius:6px;box-shadow:0 2px 8px rgba(0,0,0,.06);}

/* newsletter and footer */
.footer-ad{display:none;}
.newsletter-strip{margin-top:28px;background:#ef0053;color:#fff;}
.newsletter-strip .wrap{min-height:85px;display:grid;grid-template-columns:1fr minmax(330px,520px) 40px;align-items:center;gap:24px;}
.newsletter-strip strong{display:block;font-size:20px;}.newsletter-strip span{font-size:12px;opacity:.9;}
.newsletter-strip form{height:39px;display:flex;background:#fff;border-radius:22px;padding:3px;}.newsletter-strip input{flex:1;border:0;outline:0;padding:0 15px;font-family:inherit;border-radius:20px;min-width:0;}.newsletter-strip button{border:0;background:#050505;color:#fff;border-radius:20px;padding:0 25px;font-family:inherit;font-weight:700;cursor:pointer;}.newsletter-strip>.wrap>i{font-size:29px;transform:rotate(-15deg);}
footer{background:#050505!important;border-top:0!important;color:#fff!important;padding-top:34px!important;}
.footer-grid{grid-template-columns:1.4fr repeat(4,1fr)!important;gap:34px!important;}
.footer-logo{margin-bottom:10px!important;}.footer-logo img{width:150px;height:115px;object-fit:contain;object-position:left center;display:block;filter:none!important;}.footer-grid p{font-size:12px;color:#aaa!important;line-height:1.7;}.footer-grid h5{color:#ef0053!important;font-size:15px!important;}.footer-grid a{color:#ddd!important;}.footer-grid a:hover{color:#ef0053!important;}
.app-badge{border:1px solid #555;border-radius:6px;padding:8px 11px!important;display:flex!important;align-items:center;gap:10px;margin-bottom:10px;width:175px;}.app-badge i{font-size:23px}.app-badge span{font:8px Poppins;display:flex;flex-direction:column}.app-badge strong{font-size:14px;}
.footer-bottom{border-color:#222!important;color:#aaa!important;}
#backTop{background:#ef0053!important;}

/* article page */
.article-page>.section{padding:16px 0 30px;}
.article-page .back-home{display:none;}
.article-page .article-layout{grid-template-columns:minmax(0,1fr) 340px;gap:24px;align-items:start;}
.article-page .article-main{max-width:none;min-width:0;}
.article-page .breadcrumbs{font-size:12px;margin:4px 0 18px;color:#777;}
.article-page .article-header .badge{background:#ef0053;border-radius:4px;}
.article-page .article-header h1{font-size:40px;line-height:1.25;letter-spacing:-.5px;margin-bottom:12px;}
.article-page .article-header .meta{border-bottom:1px solid #eee;padding-bottom:12px;margin-bottom:12px;}
.article-page .bm-story{display:none;}
.article-author{display:flex;align-items:center;gap:10px;margin:8px 0 12px;}
.article-author img{width:42px;height:42px;border-radius:50%;object-fit:cover;border:2px solid #ef0053;}
.article-author span{display:flex;flex-direction:column;}.article-author strong{font-size:12px;}.article-author strong i{color:#ef0053;}.article-author small{font-size:10px;color:#777;}
.article-page .article-header .article-share{margin:0 0 12px;padding:0;border:0;justify-content:flex-end;}
.article-page .article-image{border-radius:7px;overflow:hidden;background:#eee;}.article-page .article-image img{width:100%;display:block;}
.article-page .article-body{font-size:17px;line-height:1.9;}.article-page .article-body p{font-size:17px;line-height:1.9;}.article-page .article-body .lead{font-size:18px;}
.article-page .article-body h2,.article-page .article-body h3{color:#ef0053;margin:22px 0 8px;}
.article-page .article-body blockquote{border-left:3px solid #ef0053;background:#fff8fb;padding:13px 17px;margin:18px 0;}
.article-page .prev-next{border:1px solid #f2c8d6;border-radius:7px;padding:8px;}.article-page .prev-next a{border:0;}
.article-sidebar{display:flex;flex-direction:column;gap:17px;position:sticky;top:86px;align-self:start;height:fit-content;}
.article-side-panel{border:1px solid #e5e5e5;border-radius:8px;padding:14px;background:#fff;box-shadow:0 2px 9px rgba(0,0,0,.05);}
.article-side-panel>h3,.side-panel-head h3{font-size:17px;margin-bottom:10px;}.side-panel-head{display:flex;align-items:center;justify-content:space-between;border-bottom:2px solid #ef0053;padding-bottom:7px;margin-bottom:11px;}.side-panel-head a{font-size:10px;color:#ef0053;font-weight:700;}
.article-popular-item{display:grid;grid-template-columns:26px 1fr 91px;align-items:center;gap:8px;padding:9px 0;border-bottom:1px solid #eee;}.article-popular-item>b{width:24px;height:24px;border-radius:50%;background:#ef0053;color:#fff;display:grid;place-items:center;font:700 11px Poppins;}.article-popular-item span{font-size:12.5px;font-weight:700;line-height:1.45;}.article-popular-item img{width:91px;height:54px;object-fit:cover;border-radius:5px;}.side-more{display:block;width:130px;text-align:center;background:#ef0053;color:#fff!important;border-radius:4px;padding:7px;margin:12px auto 0;font-size:12px;font-weight:700;}.side-empty{font-size:12.5px;line-height:1.6;color:#777;}.side-empty a{color:#ef0053;font-weight:700;}
.article-trend-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;}.article-trend-card{position:relative;min-width:0;}.article-trend-card>b{position:absolute;z-index:2;top:-5px;left:-4px;width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:#ef0053;color:#fff;font:700 10px Poppins;}.article-trend-card img{width:100%;height:104px;object-fit:cover;border-radius:5px;}.article-trend-card span{font-size:10.5px;line-height:1.4;font-weight:700;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin-top:5px;}
.side-newsletter{background:#ef0053;color:#fff;padding:22px 18px;border-radius:8px;}.side-newsletter>i{font-size:31px;float:left;margin-right:12px;}.side-newsletter h3{font-size:18px;}.side-newsletter p{font-size:11px;opacity:.9;margin:5px 0 14px;}.side-newsletter>div{display:flex;background:#fff;border-radius:4px;overflow:hidden;clear:both;}.side-newsletter input{min-width:0;flex:1;border:0;outline:0;padding:10px;font-family:inherit;font-size:11px;}.side-newsletter button{border:0;background:#060606;color:#fff;padding:0 12px;font-family:inherit;font-size:10px;font-weight:700;}
.side-category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:7px;}.side-category-grid a{border:1px solid #eee;border-radius:6px;display:flex;flex-direction:column;align-items:center;gap:5px;padding:9px 3px;font-size:9px;font-weight:700;}.side-category-grid i{color:#ef0053;font-size:17px;}
.article-page .related-section{max-width:calc(100% - 378px);}.article-page .related-grid{grid-template-columns:repeat(3,1fr);}

@media(max-width:1050px){
  .brand-tagline{display:none}.logo{width:400px;min-width:360px}.nav-inner{justify-content:flex-start;overflow-x:auto}.nav-inner::-webkit-scrollbar{display:none}
  nav a.nav-link,.nav-drop>button{padding:16px 13px}.chugli-grid{grid-template-columns:repeat(4,1fr)}.category-ribbon{grid-template-columns:repeat(6,1fr);row-gap:15px}
  .homepage-content-row{grid-template-columns:1fr}.homepage-sidebar{grid-template-columns:1fr 1fr}.home-page .stories-grid{grid-template-columns:repeat(3,1fr)}
  .article-page .article-layout{grid-template-columns:minmax(0,1fr) 300px;gap:20px}.article-popular-item{grid-template-columns:24px 1fr}.article-popular-item img{display:none}.article-page .related-section{max-width:none}
}
@media(max-width:760px){
  .topbar-social{gap:12px}.topbar-trending span{max-width:220px}.header-inner{min-height:90px;display:grid;grid-template-columns:1fr;gap:10px;padding-top:7px;padding-bottom:8px}.logo{width:305px;min-width:0;height:86px;gap:8px}.logo .brand-logo-full{width:104px;height:86px}.masthead-name strong{font-size:31px;letter-spacing:-2px}.masthead-name small{font-size:12px;padding:3px 11px 2px;letter-spacing:3px;margin-top:6px}.search-box{width:100%;max-width:none;margin:0}.hamburger{display:flex;color:#fff}.nav-inner{display:none!important}.nav-inner.open{display:flex!important;position:absolute;top:52px;left:0;right:0;background:#050505;flex-direction:column;align-items:stretch;z-index:100;padding:8px}.nav-inner.open a,.nav-inner.open button{width:100%;text-align:left}.ticker-label{font-size:0;padding:8px 12px}.ticker-label i{font-size:12px}
  .home-page .hero-editorial{display:grid;grid-template-columns:1fr;grid-template-rows:auto;min-height:0}.home-page .hero-lead{grid-column:1;grid-row:auto;min-height:360px}.home-page .hero-med{grid-column:1!important;grid-row:auto!important;min-height:145px}.home-page .hero-lead-body h1{font-size:23px}.chugli-grid{display:flex;overflow-x:auto;padding-top:5px}.chugli-card{min-width:135px}.category-ribbon{display:flex;overflow-x:auto}.category-ribbon a{min-width:76px;border-right:0}.home-page .stories-grid{grid-template-columns:repeat(2,1fr)}.homepage-sidebar{display:block}.home-page .homepage-sidebar .panel{margin-bottom:15px}
  .newsletter-strip .wrap{grid-template-columns:1fr;padding-top:16px;padding-bottom:16px;gap:12px}.newsletter-strip>.wrap>i{display:none}.footer-grid{grid-template-columns:repeat(2,1fr)!important}.footer-grid>div:first-child{grid-column:1/-1}
  .article-page .article-layout{grid-template-columns:1fr}.article-page .article-header h1{font-size:30px}.article-sidebar{position:static}.article-page .related-section{max-width:none}.article-page .related-grid{grid-template-columns:repeat(2,1fr)}
}

/* Matching category pages */
.category-page{background:#fff;}
.category-page .topbar{background:#ef0053!important;border:0!important;}
.category-page header{background:#fff!important;box-shadow:none!important;}
.category-page nav,.category-page header nav{background:#050505!important;border:0!important;}
.category-page nav a.nav-link,.category-page .nav-drop>button{color:#fff!important;border:0!important;}
.category-page nav a.nav-link:hover,.category-page .nav-drop>button:hover{background:#ef0053!important;color:#fff!important;}
.category-page>.section{padding:24px 0 38px;}
.category-page .back-home{display:none;}
.category-page .section-head{border-bottom:1px solid #ddd;padding-bottom:8px;margin-bottom:18px;}
.category-page .section-title{font-size:25px;}.category-page .section-title:after{background:#ef0053;width:58px;height:3px;}
.category-page #catGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;}
.category-page .story-card{border:1px solid #e8e8e8;border-radius:7px;box-shadow:0 2px 9px rgba(0,0,0,.06);}
.category-page .story-card:hover{box-shadow:0 12px 28px rgba(0,0,0,.13);}
.category-page .card-media .card-tag{background:#ef0053;}.category-page .story-card .card-title{font-size:15px;}
@media(max-width:1050px){.category-page #catGrid{grid-template-columns:repeat(3,1fr);}}
@media(max-width:760px){.category-page #catGrid{grid-template-columns:repeat(2,1fr);gap:11px;}.category-page .story-card .card-title{font-size:13px;}}
@media(max-width:480px){.category-page #catGrid{grid-template-columns:1fr;}}
@media(max-width:480px){
  .topbar-social a:nth-child(n+4){display:none}.topbar-trending span{max-width:160px}.wrap{padding-left:13px;padding-right:13px}.home-page .hero-lead{min-height:310px}.home-page .hero-lead-body{padding:20px}.home-page .hero-lead-body p{display:none}.home-page .stories-grid{grid-template-columns:1fr 1fr;gap:9px}.home-page .story-card .card-title{font-size:12px}.article-page .article-header h1{font-size:27px}.article-page .article-body,.article-page .article-body p{font-size:16px}.article-trend-card img{height:90px}.side-category-grid{grid-template-columns:repeat(4,1fr)}.footer-grid{grid-template-columns:1fr!important}.footer-grid>div:first-child{grid-column:auto}.newsletter-strip form{height:auto;flex-direction:column;background:transparent;gap:7px}.newsletter-strip input,.newsletter-strip button{height:40px;border-radius:4px}.article-page .related-grid{grid-template-columns:1fr}
}

/* Definitive reference overrides: win over the retired premium layer above. */
body.home-page{background:#fff!important;}
.home-page .topbar,.article-page .topbar{background:#ef0053!important;border:0!important;}
.home-page header,.article-page header{background:#fff!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;box-shadow:none!important;}
.home-page nav,.article-page nav,.home-page header nav,.article-page header nav{background:#050505!important;border:0!important;}
.home-page nav a.nav-link,.home-page .nav-drop>button,.article-page nav a.nav-link,.article-page .nav-drop>button{color:#fff!important;border:0!important;}
.home-page nav a.nav-link:hover,.home-page nav a.nav-link.active,.home-page .nav-drop>button:hover,.article-page nav a.nav-link:hover,.article-page nav a.nav-link.active,.article-page .nav-drop>button:hover{background:#ef0053!important;color:#fff!important;}
.home-page .search-box::after{content:none!important;display:none!important;}
.home-page .hero-editorial{gap:7px!important;}
.home-page .hero-lead,.home-page .hero-med{border-radius:8px!important;box-shadow:none!important;background:#090909!important;}
.home-page .hero-lead-body{padding:28px 26px!important;}
.home-page .hero-lead-body h1{font-size:29px!important;color:#fff!important;}
.home-page .section-title::after{width:100%!important;height:2px!important;background:#ef0053!important;}
.home-page .story-card,.home-page .panel,.home-page .cat-section{border-radius:6px!important;}
@media(max-width:760px){
  .home-page .hero-lead-body h1{font-size:23px!important;}
  .home-page .hero-lead-body{padding:20px!important;}
  .home-page .hero-editorial{grid-template-columns:1fr!important;grid-template-rows:auto!important;}
  .home-page .hero-lead,.home-page .hero-med{grid-column:1!important;grid-row:auto!important;}
}

/* Latest page: centered, overflow-safe responsive news grid. */
html:has(body.latest-page),body.latest-page{max-width:100%;overflow-x:hidden;}
.latest-page>.section{padding:24px 0 42px;background:#fff;}
.latest-page>.section>.wrap{width:100%;max-width:1240px;margin:0 auto;min-width:0;overflow:hidden;}
.latest-page #articleContainer,.latest-page #notFound,.latest-page .back-home{display:none!important;}
.latest-page #latestSection{display:block;width:100%;max-width:100%;min-width:0;}
.latest-page #latestSection .section-head{border-bottom:1px solid #ddd;padding-bottom:8px;margin-bottom:18px;}
.latest-page #latestSection .section-title{font-size:25px;}
.latest-page #latestSection .section-title:after{width:58px;height:3px;background:#ef0053;}
.latest-page #latestGrid{display:grid;width:100%;max-width:100%;min-width:0;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;}
.latest-page #latestGrid .story-card{width:100%;min-width:0;max-width:100%;overflow:hidden;border:1px solid #e8e8e8;border-radius:7px;box-shadow:0 2px 9px rgba(0,0,0,.06);}
.latest-page #latestGrid .story-card:hover{box-shadow:0 12px 28px rgba(0,0,0,.13);}
.latest-page #latestGrid .card-media,.latest-page #latestGrid .card-media img{width:100%;max-width:100%;}
.latest-page #latestGrid .card-media .card-tag{background:#ef0053;}
.latest-page #latestGrid .card-title{font-size:15px;}
@media(max-width:1050px){.latest-page #latestGrid{grid-template-columns:repeat(3,minmax(0,1fr));}}
@media(max-width:760px){.latest-page #latestGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;}.latest-page #latestGrid .card-title{font-size:13px;}}
@media(max-width:480px){.latest-page #latestGrid{grid-template-columns:1fr;}}

/* Homepage lower categories and restored horizontal sponsor banner. */
.home-page .cat-hlist-sec .cat-feature{display:block!important;}
.home-page .cat-hlist-sec .cat-hlist{width:100%;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;}
.home-page .cat-hlist-sec .hlist-card{width:100%;min-width:0;padding:10px;}
.home-page .home-bottom-banner{display:block!important;padding:4px 0 28px;background:#fff;}
.home-page .home-bottom-banner .ad-banner{display:block!important;width:100%;border-radius:7px;overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,.12);}
.home-page .home-bottom-banner .ad-banner img{display:block;width:100%;height:auto;aspect-ratio:60/11;object-fit:cover;}
@media(max-width:760px){
  .home-page .cat-hlist-sec .cat-hlist{grid-template-columns:1fr;gap:10px;}
  .home-page .home-bottom-banner{padding:0 0 22px;}
  .home-page .home-bottom-banner .ad-banner{border-radius:4px;}
}

/* Desktop homepage width guard: prevent nav/ticker/reels from shifting the page. */
html:has(body.home-page),body.home-page{width:100%!important;max-width:100%!important;margin:0!important;overflow-x:clip!important;}
.home-page .topbar,.home-page header,.home-page nav,.home-page .ticker-bar,.home-page .hero-section,.home-page .ig-reels-section,.home-page .newsletter-strip,.home-page footer{width:100%!important;max-width:100%!important;}
.home-page .wrap{width:100%;max-width:1240px;margin-left:auto!important;margin-right:auto!important;min-width:0;}
.home-page .header-inner,.home-page nav .wrap,.home-page .nav-inner,.home-page .ticker-bar .wrap,.home-page .hero-editorial,.home-page .homepage-content-row,.home-page .ig-reels-grid{min-width:0;max-width:100%;}
.home-page nav .wrap{overflow:visible;}
.home-page .nav-inner{justify-content:space-between;gap:0;}
.home-page .ticker-wrap{max-width:100%;}

/* Restore the original Phoenix sponsor creative below Most Read. */
.home-page .homepage-sidebar>.ad-banner{display:block!important;width:100%;margin:18px 0 0!important;border-radius:7px;overflow:hidden;background:#090909;box-shadow:0 5px 18px rgba(0,0,0,.14);}
.home-page .homepage-sidebar>.ad-banner img{display:block;width:100%;height:auto;aspect-ratio:1154/1254;object-fit:cover;}

/* Fill the desktop homepage rail with useful existing content instead of whitespace. */
@media(min-width:1101px){
  .home-page .homepage-sidebar{position:sticky!important;top:86px;align-self:start;height:fit-content;align-content:start;gap:18px!important;}
  .home-page #panelLive,.home-page #panelFollow{display:block!important;}
  .home-page #panelLive{padding-bottom:8px;}
  .home-page #panelLive .live-items{display:grid;gap:0;}
  .home-page #panelLive .live-item{padding:11px 0;border-bottom:1px solid #ededed;}
  .home-page #panelLive .live-item:last-child{border-bottom:0;}
  .home-page #panelFollow{padding-bottom:18px;}
  .home-page #panelFollow .sidebar-social{justify-content:flex-start;gap:10px;}
  .home-page .homepage-sidebar>.ad-banner{margin:0!important;}
}

/* Card / hero photos fill their frame (cover) - no letterboxing, no black bars. */
.home-page .hero-lead img,.home-page .hero-med img{object-fit:cover!important;background:transparent!important;}

/* Instagram reels: one-row sideways carousel for all ten videos. */
.home-page .ig-slider-shell{position:relative;width:100%;min-width:0;}
.home-page .ig-slider-shell .ig-reels-grid{display:flex!important;grid-template-columns:none!important;gap:18px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;overscroll-behavior-inline:contain;padding:3px 2px 16px;scrollbar-width:none;-ms-overflow-style:none;}
.home-page .ig-slider-shell .ig-reels-grid::-webkit-scrollbar{display:none;}
.home-page .ig-slider-shell .ig-reel-card{flex:0 0 calc((100% - 54px)/4);min-width:0;scroll-snap-align:start;}
.home-page .ig-slider-arrow{position:absolute;z-index:12;top:43%;width:46px;height:46px;border-radius:50%;border:1px solid rgba(255,255,255,.5);background:rgba(255,255,255,.96);color:#ef0053;display:grid;place-items:center;box-shadow:0 8px 24px rgba(0,0,0,.32);cursor:pointer;transition:transform .2s,opacity .2s;}
.home-page .ig-slider-arrow:hover{transform:scale(1.08);}
.home-page .ig-slider-arrow:disabled{opacity:.24;cursor:default;transform:none;}
.home-page .ig-slider-prev{left:-20px;}
.home-page .ig-slider-next{right:-20px;}
@media(max-width:900px){.home-page .ig-slider-shell .ig-reel-card{flex-basis:calc((100% - 24px)/3);}.home-page .ig-slider-prev{left:5px}.home-page .ig-slider-next{right:5px}}
@media(max-width:640px){.home-page .ig-slider-shell .ig-reels-grid{gap:12px;padding-bottom:10px;}.home-page .ig-slider-shell .ig-reel-card{flex-basis:min(68vw,230px);}.home-page .ig-slider-arrow{display:none;}}

/* Compact newsroom canvas: avoid an over-stretched look on large monitors. */
.home-page .wrap{max-width:1160px;}
.home-page .header-inner{gap:24px;}
.home-page .logo{width:370px;min-width:350px;height:100px;gap:9px;}
.home-page .logo .brand-logo-full{width:118px;height:100px;}
.home-page .masthead-name strong{font-size:38px;letter-spacing:-2.4px;}
.home-page .masthead-name small{font-size:16px;padding:4px 15px 3px;letter-spacing:4px;margin-top:7px;}
.home-page .brand-tagline{padding-left:23px;font-size:17px;}
.home-page .brand-tagline strong{font-size:20px;}
.home-page .search-box{max-width:270px;height:44px;}
.home-page nav a.nav-link,.home-page .nav-drop>button{padding-left:11px;padding-right:11px;font-size:13px;}
.home-page .homepage-content-row{grid-template-columns:minmax(0,1fr) 285px;gap:18px;}
.home-page .hero-editorial{min-height:430px;}
@media(min-width:1101px){
  .home-page .hero-section>.wrap{max-width:1160px;}
  .home-page .hero-editorial{min-height:500px;}
}
@media(max-width:1100px){
  .home-page .wrap{max-width:100%;}
  .home-page .logo{width:330px;min-width:300px;}
  .home-page .brand-tagline{display:none;}
  .home-page .search-box{max-width:310px;}
}

/* Imported-news image branding: cover legacy source badge with our logo. */
.card-media .import-brand-mark,.article-image .import-brand-mark{position:absolute;z-index:8;top:7px;right:7px;width:70px;height:60px;display:flex;align-items:center;justify-content:center;padding:3px;border-radius:6px;background:rgba(255,255,255,.97);box-shadow:0 2px 9px rgba(0,0,0,.2);overflow:hidden;}
.card-media .import-brand-mark img,.article-image .import-brand-mark img{width:100%;height:100%;object-fit:contain;display:block;}
.card-media:has(.import-brand-mark) .break-badge{top:auto;bottom:8px;right:8px;}
.article-image .article-brand-mark{width:104px;height:88px;top:10px;right:10px;padding:4px;}
.article-page .prev-next{display:none!important;}
@media(max-width:640px){.card-media .import-brand-mark{width:55px;height:47px;top:5px;right:5px}.article-image .article-brand-mark{width:76px;height:64px;top:7px;right:7px}}

/* Keep closed right-edge dropdowns inside the viewport; absolute menus still affect page overflow. */
.nav-drop[data-drop="other"]>.nav-menu{left:auto;right:0;}

/* Article pages must never expose a document-level sideways scrollbar. */
html:has(body.article-page),body.article-page{width:100%;max-width:100%;margin:0;overflow-x:clip;}
.article-page .wrap,.article-page .article-layout,.article-page .article-main,.article-page .article-sidebar,.article-page #articleContainer,.article-page .article-body{min-width:0;max-width:100%;}

/* Show the supplied logo exactly as a transparent cutout, without a white badge box. */
.card-media .import-brand-mark,.article-image .import-brand-mark{background:transparent!important;box-shadow:none!important;border-radius:0!important;padding:0!important;}
.card-media .import-brand-mark img,.article-image .import-brand-mark img{filter:drop-shadow(0 2px 3px rgba(0,0,0,.32));}

/* Professional desktop canvas: centered content with generous side breathing room. */
@media(min-width:1101px){
  .wrap{width:calc(100% - 64px);max-width:1160px;}
  .home-page .wrap{max-width:1160px;}
}

/* Imported images: erase embedded legacy corner badges, then show only our new cutout logo. */
.card-media:has(.import-brand-mark)::after,.article-image:has(.import-brand-mark)::after{content:"";position:absolute;z-index:7;right:5px;bottom:5px;width:62px;height:62px;border-radius:9px;background:rgba(255,255,255,.03);-webkit-backdrop-filter:blur(22px) saturate(.7);backdrop-filter:blur(22px) saturate(.7);pointer-events:none;}
.article-image:has(.article-brand-mark)::after{right:8px;bottom:8px;width:112px;height:100px;}
.card-media .import-brand-mark,.article-image .import-brand-mark{-webkit-backdrop-filter:blur(18px) saturate(.72);backdrop-filter:blur(18px) saturate(.72);}
@media(max-width:640px){.card-media:has(.import-brand-mark)::after{width:48px;height:48px}.article-image:has(.article-brand-mark)::after{width:82px;height:70px}}

/* Unified compact newsroom shell across home, article, category, latest and search pages. */
@media(min-width:1101px){
  .topbar{padding-top:6px;padding-bottom:6px;}
  .header-inner{min-height:102px;padding-top:5px;padding-bottom:5px;gap:24px;}
  .logo,.home-page .logo{width:350px;min-width:330px;height:92px;gap:9px;}
  .logo .brand-logo-full,.home-page .logo .brand-logo-full{width:110px;height:92px;}
  .masthead-name strong,.home-page .masthead-name strong{font-size:36px;letter-spacing:-2.2px;}
  .masthead-name small,.home-page .masthead-name small{font-size:14px;letter-spacing:3.5px;margin-top:6px;padding:3px 13px 3px;}
  .brand-tagline,.home-page .brand-tagline{padding-left:22px;font-size:16px;}
  .brand-tagline strong,.home-page .brand-tagline strong{font-size:19px;}
  .search-box,.home-page .search-box{max-width:280px;height:42px;}
  nav .wrap{min-height:48px;}
  nav a.nav-link,.nav-drop>button,.home-page nav a.nav-link,.home-page .nav-drop>button{padding-top:13px;padding-bottom:13px;}
  .ticker-bar{padding:7px 0;}
  .home-page .header-inner,.home-page nav .wrap,.home-page .ticker-bar .wrap{width:calc(100% - 64px)!important;max-width:1160px!important;}
  .home-page .hero-section{padding-top:12px;}
}

/* Balanced article reading width with a useful, populated sidebar. */
@media(min-width:761px){
  .article-page .article-layout{grid-template-columns:minmax(0,760px) minmax(290px,320px);gap:24px;justify-content:space-between;}
  .article-page .article-header h1{font-size:34px;line-height:1.3;}
  .article-page .article-body,.article-page .article-body p{font-size:16.5px;line-height:1.82;}
}
.article-side-ad,.listing-side-ad{display:block;border-radius:8px;overflow:hidden;background:#0a0a0a;box-shadow:0 5px 18px rgba(0,0,0,.12);}
.article-side-ad img,.listing-side-ad img{display:block;width:100%;height:auto;aspect-ratio:1154/1254;object-fit:cover;}

/* Filled sidebars for category, latest and search pages. */
.listing-shell{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:22px;align-items:start;min-width:0;}
.listing-main{min-width:0;}
.listing-sidebar{display:flex;flex-direction:column;gap:18px;position:sticky;top:14px;min-width:0;}
.listing-side-news{display:grid;gap:0;}
.listing-side-story{display:grid;grid-template-columns:92px minmax(0,1fr);gap:10px;align-items:center;padding:9px 0;border-bottom:1px solid #eee;}
.listing-side-story:last-child{border-bottom:0;}
.listing-side-story img{width:92px;height:58px;object-fit:cover;border-radius:5px;}
.listing-side-story span{font-size:12.5px;font-weight:700;line-height:1.45;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}
.latest-page #latestGrid,.search-page #searchGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;}
.latest-page>.section>.wrap{width:calc(100% - 64px);max-width:1160px;overflow:visible;}
.category-page>.section,.search-page>.section,.latest-page>.section{padding-top:18px;padding-bottom:34px;}
.category-page .section-head,.search-page .section-head,.latest-page #latestSection .section-head{margin-bottom:14px;}
@media(max-width:1050px){
  .listing-shell{grid-template-columns:1fr;}
  .listing-sidebar{position:static;display:grid;grid-template-columns:1fr 1fr;}
  .listing-side-ad{display:none;}
  .category-page #catGrid,.latest-page #latestGrid,.search-page #searchGrid{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media(max-width:760px){
  .listing-sidebar{display:block;}.listing-sidebar>*{margin-top:15px;}
  .category-page #catGrid,.latest-page #latestGrid,.search-page #searchGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;}
}
@media(max-width:480px){.category-page #catGrid,.latest-page #latestGrid,.search-page #searchGrid{grid-template-columns:1fr;}}

/* Social video hub â scoped to the video category and lightweight until play. */
.social-video-hub{display:grid;gap:22px;margin:0 0 28px;min-width:0;}
.sv-intro{display:flex;align-items:center;gap:15px;padding:18px 20px;border-radius:14px;color:#fff;background:linear-gradient(110deg,#090909 0%,#171717 60%,#ef0053 145%);box-shadow:0 10px 30px rgba(0,0,0,.13);}
.sv-intro>span{background:#ef0053;border-radius:7px;padding:7px 9px;font:800 11px/1 Poppins,sans-serif;letter-spacing:1.5px;}
.sv-intro h1{margin:0;font-size:25px;line-height:1.2;}.sv-intro p{margin:4px 0 0;color:#cfcfcf;font-size:13px;}
.sv-platform{min-width:0;padding:17px 17px 14px;border:1px solid #e8e8e8;border-top:3px solid #ef0053;border-radius:12px;background:#0b0b0b;box-shadow:0 6px 24px rgba(0,0,0,.09);}
.sv-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;color:#fff;}.sv-head>div:first-child{display:flex;align-items:center;gap:10px;min-width:0;}
.sv-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:10px;background:#ef0053;color:#fff;font-size:19px;flex:none;}
.sv-instagram .sv-icon{background:linear-gradient(135deg,#f9ce34,#ee2a7b 48%,#6228d7);}.sv-facebook .sv-icon{background:#1877f2}.sv-x .sv-icon{background:#111;border:1px solid #555}.sv-youtube .sv-icon{background:#ff0033}
.sv-head h2{margin:0;font-size:19px;line-height:1.15;}.sv-head small{display:block;margin-top:3px;color:#a8a8a8;font:600 10px/1.2 Poppins,sans-serif;}
.sv-head-actions{display:flex;align-items:center;gap:7px;flex:none;}.sv-head-actions a,.sv-arrow{height:34px;border:1px solid #3d3d3d;border-radius:18px;background:#1c1c1c;color:#fff;display:inline-flex;align-items:center;justify-content:center;}
.sv-head-actions a{padding:0 13px;font-size:11px;font-weight:700;gap:6px;}.sv-arrow{width:34px;cursor:pointer;transition:.2s;}.sv-arrow:hover,.sv-head-actions a:hover{background:#ef0053;border-color:#ef0053;}
.sv-track{display:flex;gap:13px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:#ef0053 #202020;padding:1px 1px 8px;}
.sv-card{flex:0 0 210px;scroll-snap-align:start;border-radius:10px;overflow:hidden;background:#fff;cursor:pointer;outline:none;box-shadow:0 4px 16px rgba(0,0,0,.3);transition:transform .2s,box-shadow .2s;}
.sv-card:hover,.sv-card:focus-visible{transform:translateY(-3px);box-shadow:0 8px 25px rgba(239,0,83,.25);}.sv-card:focus-visible{box-shadow:0 0 0 3px #ef0053;}
.sv-poster{height:270px;position:relative;overflow:hidden;background:#222;}.sv-poster:after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.4));pointer-events:none;}
.sv-poster img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s;}.sv-card:hover .sv-poster img{transform:scale(1.025);}
.sv-platform-badge{position:absolute;top:10px;left:10px;z-index:2;width:28px;height:28px;border-radius:8px;background:rgba(0,0,0,.7);color:#fff;display:grid;place-items:center;backdrop-filter:blur(5px);}
.sv-play{position:absolute;z-index:2;left:50%;top:50%;transform:translate(-50%,-50%);width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.94);color:#ef0053;box-shadow:0 5px 18px rgba(0,0,0,.28);}.sv-play i{margin-left:3px;}
.sv-card-copy{padding:11px 12px 12px;}.sv-card-copy h3{font-size:13px;line-height:1.45;margin:0 0 8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:38px;}.sv-card-copy span{font:600 10px/1.2 Poppins,sans-serif;color:#777;}
.sv-news-title{display:flex;justify-content:space-between;align-items:end;border-bottom:2px solid #111;margin:5px 0 15px;padding-bottom:8px;}.sv-news-title h2{margin:0;font-size:21px;}.sv-news-title span{color:#777;font-size:11px;}
.sv-modal{position:fixed;inset:0;z-index:100000;background:rgba(0,0,0,.88);display:grid;place-items:center;padding:18px;}.sv-modal-dialog{width:min(440px,96vw);position:relative;}.sv-close{position:absolute;right:-12px;top:-12px;z-index:3;width:38px;height:38px;border:0;border-radius:50%;background:#ef0053;color:#fff;font-size:19px;cursor:pointer;box-shadow:0 4px 16px rgba(0,0,0,.4);}.sv-frame{position:relative;width:100%;aspect-ratio:9/16;max-height:78vh;border-radius:13px;overflow:hidden;background:#111;}.sv-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0;background:#fff;}.sv-loader{position:absolute;inset:0;display:grid;place-items:center;color:#fff;font-weight:700;gap:8px;}.sv-open-platform{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:10px;height:42px;border-radius:8px;background:#fff;color:#111;font-weight:800;font-size:12px;}.sv-modal-open{overflow:hidden;}
@media(max-width:760px){.social-video-hub{gap:16px;margin-bottom:22px}.sv-intro{padding:14px}.sv-intro h1{font-size:20px}.sv-intro p{font-size:11px}.sv-platform{padding:14px 11px 10px;margin-left:-2px;margin-right:-2px}.sv-head h2{font-size:16px}.sv-head-actions .sv-arrow{display:none}.sv-head-actions a{padding:0 10px;font-size:10px}.sv-card{flex-basis:min(58vw,210px)}.sv-poster{height:255px}.sv-news-title span{display:none}}
@media(max-width:430px){.sv-card{flex-basis:64vw}.sv-head small{display:none}.sv-intro>span{display:none}.sv-modal{padding:8px}.sv-frame{max-height:84vh}.sv-close{right:5px;top:5px}}

/* Final article spacing rhythm: compact, centered and without a dead middle column. */
.article-page>.section>.wrap{width:calc(100% - 64px);max-width:1160px;padding-left:20px;padding-right:20px;margin-left:auto;margin-right:auto;}
@media(min-width:961px){
  .article-page .article-layout{grid-template-columns:minmax(0,1fr) 320px;gap:24px;justify-content:stretch;}
  .article-page .article-main{width:auto;max-width:none;}
}
.article-page .breadcrumbs{margin-top:2px;margin-bottom:12px;}
.article-page .article-header h1{margin-bottom:8px;}
.article-page .article-header .meta{padding-bottom:10px;margin-bottom:8px;}
.article-page .article-author{margin-top:4px;margin-bottom:8px;}
.article-page .article-header .article-share{margin-bottom:10px;}
.article-page .article-image{margin-bottom:6px;}
@media(min-width:761px) and (max-width:960px){
  .article-page .article-layout{grid-template-columns:1fr;gap:20px;}
  .article-page .article-main{width:100%;max-width:760px;margin:0 auto;}
  .article-page .article-sidebar{position:static;display:grid;grid-template-columns:1fr 1fr;}
}
@media(max-width:760px){
  .article-page>.section>.wrap{width:calc(100% - 26px);}
  .article-page .breadcrumbs{margin-bottom:9px;}
  .article-page .article-header .meta{margin-bottom:7px;padding-bottom:8px;}
  .article-page .article-author{margin:3px 0 7px;}
  .article-page .article-header .article-share{justify-content:flex-start;margin-bottom:9px;}
}

/* Real app-like mobile shell. Everything here is mobile-only; desktop is unchanged. */
.mobile-app-bar{display:none;}
.footer-grid{grid-template-columns:1.4fr repeat(3,1fr)!important;}
@media(max-width:760px){
  .article-image img{max-height:220px; aspect-ratio:auto;}  .article-body img{max-height:280px;}
  body{padding-bottom:68px;background:#f6f7f9;}
  .topbar{display:none!important;}
  header{position:sticky!important;top:0;z-index:90;background:#fff!important;box-shadow:0 2px 12px rgba(0,0,0,.09)!important;}
  header>.header-inner{width:100%!important;max-width:none!important;min-height:62px!important;height:62px;display:flex!important;align-items:center!important;flex-wrap:nowrap!important;gap:8px!important;padding:4px 13px!important;}
  header .logo{width:auto!important;min-width:0!important;height:54px!important;flex:1;gap:7px!important;overflow:hidden;}
  header .logo .brand-logo-full{width:58px!important;height:52px!important;flex:0 0 58px;}
  header .masthead-name{align-items:flex-start;}
  header .masthead-name strong{font-size:24px!important;letter-spacing:-1.4px!important;}
  header .masthead-name small{font-size:9px!important;letter-spacing:2.3px!important;margin-top:4px!important;padding:2px 8px!important;}
  header .brand-tagline{display:none!important;}
  header .search-box{display:flex!important;width:42px!important;max-width:42px!important;height:42px!important;min-width:42px;flex:0 0 42px!important;margin:0!important;padding:0!important;border:0!important;border-radius:50%!important;background:#ef0053!important;box-shadow:none!important;}
  header .search-box input{display:none!important;}
  header .search-box button{display:grid!important;place-items:center;width:42px!important;height:42px!important;border-radius:50%!important;padding:0!important;}
  .search-page header>.header-inner{height:auto;min-height:62px!important;flex-wrap:wrap!important;padding-bottom:8px!important;}
  .search-page header .search-box{order:3;width:100%!important;max-width:none!important;flex:1 0 100%!important;height:42px!important;border-radius:8px!important;background:#f4f4f4!important;border:1px solid #e3e3e3!important;padding-left:12px!important;}
  .search-page header .search-box input{display:block!important;height:40px!important;}
  .search-page header .search-box button{border-radius:0 8px 8px 0!important;}
  header>nav{display:none!important;}
  .ticker-bar{padding:0!important;border:0!important;background:#fff!important;}
  .ticker-bar .wrap{width:100%!important;max-width:none!important;border-width:1px 0!important;border-radius:0!important;}
  .ticker-label{padding:7px 10px!important;}
  .ticker-wrap{padding:0 10px!important;}
  .section,.home-page .section,.category-page>.section,.search-page>.section,.latest-page>.section{padding-top:14px!important;padding-bottom:20px!important;}
  .home-page .hero-section{padding-top:10px!important;}
  .home-page .hero-editorial{display:block!important;min-height:300px!important;}
  .home-page .hero-lead{min-height:300px!important;border-radius:10px!important;}
  .home-page .hero-med{display:none!important;}
  .home-page .hero-lead-body{padding:18px!important;}
  .home-page .hero-lead-body h1{font-size:21px!important;line-height:1.35!important;}
  .home-page .stories-grid,.category-page #catGrid,.latest-page #latestGrid,.search-page #searchGrid,.article-page .related-grid{grid-template-columns:1fr!important;gap:10px!important;}
  .home-page .story-card,.category-page .story-card,.latest-page .story-card,.search-page .story-card,.article-page .related-grid .story-card{display:grid!important;grid-template-columns:128px minmax(0,1fr);min-height:104px;border-radius:10px!important;overflow:hidden;background:#fff;box-shadow:0 2px 9px rgba(0,0,0,.07)!important;}
  .home-page .story-card .card-media,.category-page .story-card .card-media,.latest-page .story-card .card-media,.search-page .story-card .card-media,.article-page .related-grid .story-card .card-media{height:100%!important;min-height:104px;aspect-ratio:auto!important;border-radius:0!important;}
  .home-page .story-card .card-body,.category-page .story-card .card-body,.latest-page .story-card .card-body,.search-page .story-card .card-body,.article-page .related-grid .story-card .card-body{padding:10px!important;}
  .story-card .card-title{font-size:13px!important;line-height:1.45!important;-webkit-line-clamp:3!important;}
  .story-card .card-lead{display:none!important;}
  .story-card .card-excerpt{display:none!important;}
  .listing-sidebar,.article-sidebar{display:none!important;}
  .article-page .article-header h1{font-size:25px!important;line-height:1.35!important;}
  .article-page .article-body,.article-page .article-body p{font-size:16px!important;line-height:1.75!important;}
  .article-page .article-image{border-radius:10px!important;}
  .newsletter-strip{display:none!important;}
  footer{padding:18px 0 10px!important;margin-top:10px;}
  footer .footer-grid{display:block!important;}
  footer .footer-grid>div:not(:first-child){display:none!important;}
  footer .footer-logo img{width:105px!important;height:76px!important;margin:auto;object-position:center!important;}
  footer .footer-grid p{text-align:center;max-width:290px;margin:0 auto 10px;}
  footer .social-row{justify-content:center;}
  .footer-bottom{justify-content:center!important;text-align:center;}
  .footer-bottom span:last-child{display:none;}
  #backTop{bottom:80px!important;right:14px!important;width:42px!important;height:42px!important;}
  .mobile-app-bar{position:fixed!important;z-index:200;left:0;right:0;bottom:0;height:64px;display:grid!important;grid-template-columns:repeat(5,1fr);padding:5px 7px calc(5px + env(safe-area-inset-bottom));background:rgba(255,255,255,.98)!important;border-top:1px solid #e7e7e7;box-shadow:0 -5px 18px rgba(0,0,0,.09);}
  .mobile-app-bar a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:#777;font-size:9.5px;font-weight:700;border-radius:9px;}
  .mobile-app-bar a i{font-size:18px;}
  .mobile-app-bar a.active{color:#ef0053;background:#fff1f6;}
}

.load-more-news{display:block;margin:24px auto 4px;padding:11px 24px;border:0;border-radius:24px;background:#ef0053;color:#fff;font-family:inherit;font-size:13px;font-weight:800;cursor:pointer;box-shadow:0 5px 15px rgba(239,0,83,.22);}
.load-more-news:hover{background:#d80049;}

/* ============================================================
   Mobile polish (2026) â fixes the crushed homepage grid, restores
   a rich editorial hero, keeps the app-like shell and tightens
   the card rhythm. Mobile-only; desktop is untouched.
   ============================================================ */
@media(max-width:760px){
  /* 1) Homepage two-column bug: the desktop "compact newsroom" rail
     (grid-template-columns:minmax(0,1fr) 285px) leaked into mobile and
     crushed the main column to ~46px. Collapse to one column. */
  .home-page .homepage-content-row{grid-template-columns:1fr!important;gap:18px!important;}

  /* 2) Category feature side rail must stack full width so the
     horizontal mini cards are not squeezed next to each other. */
  .home-page .cat-feature-side{grid-template-columns:1fr!important;gap:10px!important;}

  /* 3) Hero: keep the premium dark lead story, then show the four
     supporting stories as a clean 2-column grid instead of hiding them. */
  .home-page .hero-editorial:not(:empty){display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;min-height:0!important;}
  .home-page .hero-lead{grid-column:1/-1!important;grid-row:auto!important;min-height:300px!important;}
  .home-page .hero-med{display:grid!important;min-height:0!important;background:#fff!important;border-radius:12px!important;overflow:hidden!important;box-shadow:0 3px 12px rgba(20,20,20,.08)!important;}
  .home-page .hero-med-link{display:block!important;height:100%;}
  .home-page .hero-med-media{aspect-ratio:16/10!important;height:auto!important;width:100%!important;min-height:0!important;}
  .home-page .hero-med-media::after{display:none!important;}
  .home-page .hero-med-body{padding:10px 11px 12px!important;color:var(--ink)!important;gap:6px!important;}
  .home-page .hero-med-body h2{color:var(--ink)!important;font-size:13px!important;line-height:1.45!important;-webkit-line-clamp:2!important;min-height:2.9em;}
  .home-page .hero-med-body .hero-meta{font-size:10px!important;gap:6px!important;}
  .home-page .hero-med-body .hero-meta-time{color:var(--muted)!important;}
  .home-page .hero-med-media .badge-breaking{top:7px!important;left:7px!important;font-size:9.5px!important;padding:2px 7px!important;}

  /* 4) Lead hero: keep the lead paragraph visible for a premium look. */
  .home-page .hero-lead-body p{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;color:#f0e2e6!important;font-size:12.5px!important;line-height:1.6!important;margin-top:2px;}

  /* 5) Refined horizontal story cards: slightly smaller thumbnails for
     more breathing room in the text column, softer radii. */
  .home-page .story-card{grid-template-columns:118px minmax(0,1fr)!important;min-height:102px!important;border-radius:12px!important;}
  .home-page .story-card .card-media{min-height:102px!important;}
  .home-page .story-card .card-body{padding:10px 12px!important;gap:7px!important;}
  .home-page .story-card .card-title{font-size:13px!important;line-height:1.45!important;-webkit-line-clamp:2!important;min-height:2.9em;}
  .home-page .story-card .card-tag{font-size:9px!important;padding:2px 6px!important;top:6px!important;left:6px!important;}
  .home-page .story-card .card-meta{font-size:10px!important;}

  /* 6) Chatbot FAB was hidden behind the fixed bottom app bar. Lift it. */
  .chatbot-fab{bottom:calc(64px + env(safe-area-inset-bottom) + 10px)!important;left:14px!important;}

  /* 7) Compact the most-read panel for a tidy mobile rail. */
  .home-page .mr-item{padding:8px 2px;}
  .home-page .mr-num{font-size:15px;min-width:20px;}
  .home-page .mr-item a{font-size:12.5px;}
}

/* ===== Live sidebar widgets: Weather / Crypto / Currency ===== */
.home-page .homepage-sidebar .panel{overflow:hidden;max-width:100%;}
.home-page #panelWeather .panel-title,
.home-page #panelCrypto .panel-title,
.home-page #panelCurrency .panel-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}

.home-page .mrc-list .wx-city{font-weight:800;font-size:15px;color:var(--ink);}
.home-page .mrc-list .wx-main{display:flex;align-items:baseline;gap:8px;margin:2px 0 4px;}
.home-page .mrc-list .wx-icon{font-size:30px;line-height:1;}
.home-page .mrc-list .wx-temp{font-size:30px;font-weight:800;font-family:'Poppins',sans-serif;line-height:1;}
.home-page .mrc-list .wx-cond{font-size:13px;color:var(--muted);}
.home-page .mrc-list .wx-sub{font-size:12.5px;color:var(--muted);}
.home-page .mrc-list .wx-meta{font-size:12px;color:var(--muted);margin-top:2px;}
.home-page .mrc-list .wdg-updated{font-size:11px;color:var(--muted);margin-top:8px;padding-top:6px;border-top:1px dashed var(--line);}
.home-page .mrc-list .wdg-msg{font-size:13px;color:var(--muted);padding:4px 0;}

.home-page .mrc-list .crypto-row{display:grid;grid-template-columns:26px minmax(0,1fr) auto auto;gap:10px;align-items:center;padding:9px 0;border-bottom:1px solid var(--line);}
.home-page .mrc-list .crypto-row:last-of-type{border-bottom:0;}
.home-page .mrc-list .coin-badge{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;font-size:13px;font-weight:800;color:#fff;line-height:1;}
.home-page .mrc-list .coin-btc{background:#f7931a;}
.home-page .mrc-list .coin-eth{background:#627eea;}
.home-page .mrc-list .coin-sol{background:#14b8a6;}
.home-page .mrc-list .coin-xrp{background:#23292f;}
.home-page .mrc-list .coin-name{font-weight:600;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.home-page .mrc-list .coin-price{font-family:'Poppins',sans-serif;font-weight:700;white-space:nowrap;}
.home-page .mrc-list .coin-chg{font-size:12px;font-weight:700;white-space:nowrap;min-width:64px;text-align:right;}
.home-page .mrc-list .coin-chg.up{color:#1a9e57;}
.home-page .mrc-list .coin-chg.down{color:#d23b3b;}

.home-page .mrc-list .currency-row{display:flex;justify-content:space-between;align-items:center;padding:9px 0;border-bottom:1px solid var(--line);}
.home-page .mrc-list .currency-row:last-of-type{border-bottom:0;}
.home-page .mrc-list .currency-code{font-weight:600;color:var(--ink);white-space:nowrap;}
.home-page .mrc-list .currency-value{font-family:'Poppins',sans-serif;font-weight:700;color:var(--ink);text-align:right;white-space:nowrap;}

/* ===== Article page sidebar (SSR article.php) ===== */
.article-page .article-sidebar .panel{overflow:hidden;max-width:100%;}
.article-page #panelWeather .panel-title,
.article-page #panelCrypto .panel-title,
.article-page #panelCurrency .panel-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.article-page .article-sidebar>.ad-banner{display:block;border-radius:8px;overflow:hidden;box-shadow:0 2px 9px rgba(0,0,0,.05);line-height:0;}
.article-page .article-sidebar>.ad-banner img{display:block;width:100%;height:auto;}
.article-page .article-sidebar .sidebar-social{justify-content:flex-start;gap:10px;}

/* Weather / Crypto / Currency widget content (scoped to article page) */
.article-page .mrc-list .wdg-updated{font-size:11px;color:var(--muted);margin-top:8px;padding-top:6px;border-top:1px dashed var(--line);}
.article-page .mrc-list .wdg-msg{font-size:13px;color:var(--muted);padding:4px 0;}
.article-page .mrc-list .wx-city{font-weight:800;font-size:15px;color:var(--ink);}
.article-page .mrc-list .wx-main{display:flex;align-items:baseline;gap:8px;margin:2px 0 4px;}
.article-page .mrc-list .wx-icon{font-size:30px;line-height:1;}
.article-page .mrc-list .wx-temp{font-size:30px;font-weight:800;font-family:'Poppins',sans-serif;line-height:1;}
.article-page .mrc-list .wx-cond{font-size:13px;color:var(--muted);}
.article-page .mrc-list .wx-sub{font-size:12.5px;color:var(--muted);}
.article-page .mrc-list .wx-meta{font-size:12px;color:var(--muted);margin-top:2px;}
.article-page .mrc-list .crypto-row{display:grid;grid-template-columns:26px minmax(0,1fr) auto auto;gap:10px;align-items:center;padding:9px 0;border-bottom:1px solid var(--line);}
.article-page .mrc-list .crypto-row:last-of-type{border-bottom:0;}
.article-page .mrc-list .coin-badge{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;font-size:13px;font-weight:800;color:#fff;line-height:1;}
.article-page .mrc-list .coin-btc{background:#f7931a;}
.article-page .mrc-list .coin-eth{background:#627eea;}
.article-page .mrc-list .coin-sol{background:#14b8a6;}
.article-page .mrc-list .coin-xrp{background:#23292f;}
.article-page .mrc-list .coin-name{font-weight:600;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.article-page .mrc-list .coin-price{font-family:'Poppins',sans-serif;font-weight:700;white-space:nowrap;}
.article-page .mrc-list .coin-chg{font-size:12px;font-weight:700;white-space:nowrap;min-width:64px;text-align:right;}
.article-page .mrc-list .coin-chg.up{color:#1a9e57;}
.article-page .mrc-list .coin-chg.down{color:#d23b3b;}
.article-page .mrc-list .currency-row{display:flex;justify-content:space-between;align-items:center;padding:9px 0;border-bottom:1px solid var(--line);}
.article-page .mrc-list .currency-row:last-of-type{border-bottom:0;}
.article-page .mrc-list .currency-code{font-weight:600;color:var(--ink);white-space:nowrap;}
.article-page .mrc-list .currency-value{font-family:'Poppins',sans-serif;font-weight:700;color:var(--ink);text-align:right;white-space:nowrap;}

/* Article sidebar mobile: non-sticky, stacked below article */
@media (max-width:768px){
  .article-page .article-layout{display:block;}
  .article-page .article-sidebar{display:flex!important;position:static;height:auto;}
  .article-page .article-main{max-width:100%;}
}

/* Social Media News category: platform chips + badges */
.social-section-note{margin:2px 0 14px;color:#666;font-size:12.5px;line-height:1.55;}
.platform-chips{display:flex;flex-wrap:wrap;gap:8px;margin:2px 0 18px;}
.platform-chips .chip{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border:1px solid #e3e3e3;border-radius:999px;background:#fff;color:#333;font-family:inherit;font-size:12px;font-weight:700;cursor:pointer;transition:all .15s ease;}
.platform-chips .chip:hover{border-color:#ef0053;color:#ef0053;}
.platform-chips .chip.active{background:#ef0053;border-color:#ef0053;color:#fff;box-shadow:0 4px 12px rgba(239,0,83,.25);}
.category-page .card-media .card-tag-platform{left:auto;right:8px;background:rgba(239,0,83,.92);}
.category-page .card-media .card-tag-platform i{margin-right:3px;}
@media (max-width:640px){
  .platform-chips{gap:6px;margin-bottom:14px;}
  .platform-chips .chip{padding:6px 11px;font-size:11px;}
}

/* Nav category-bar buttons: ई-पेपर white, सोशल मीडिया red */
nav a.nav-link.nav-epaper{background:#fff!important;color:#111!important;border-radius:4px;padding-left:14px;padding-right:14px;}
nav a.nav-link.nav-epaper i{margin-right:5px;}
nav a.nav-link.nav-epaper:hover{background:#f2f2f2!important;color:#111!important;}
nav a.nav-link.nav-social{background:#ef0053!important;color:#fff!important;border-radius:4px;padding-left:14px;padding-right:14px;}
nav a.nav-link.nav-social i{margin-right:5px;}
nav a.nav-link.nav-social:hover{background:#c80048!important;color:#fff!important;}

/* Social Media News category: home-style hero + sidebar layout */
.category-page #socialHeroSection{display:none;}
.category-page.social-cat #socialHeroSection{display:block;}
.category-page .social-hero{padding:18px 0 0;}
.category-page #socialLayout{display:grid;grid-template-columns:1fr;gap:20px;}
.category-page.social-cat #socialLayout{grid-template-columns:minmax(0,1fr) 310px;}
.category-page .homepage-main{min-width:0;}
.category-page .social-hero .hero-premium{display:grid;grid-template-columns:2fr 1fr;grid-template-rows:1fr 1fr;gap:10px;min-height:500px;}
.category-page .social-hero .hero-main{grid-column:1;grid-row:1/3;min-height:500px;}
.category-page .social-hero .hero-secondary-grid{grid-column:2;grid-row:1/3;grid-template-columns:1fr;grid-template-rows:1fr 1fr 1fr 1fr;gap:10px;}
.category-page .social-hero .hero-card{min-height:0;}
.category-page .social-hero .hero-platform{position:absolute;top:12px;left:12px;z-index:3;background:rgba(0,0,0,.62)!important;border:1px solid rgba(255,255,255,.25);backdrop-filter:blur(3px);}
@media (max-width:932px){
  .category-page.social-cat #socialLayout{grid-template-columns:1fr;}
  .category-page .social-hero .hero-premium{grid-template-columns:1fr;grid-template-rows:none;min-height:0;}
  .category-page .social-hero .hero-main{grid-column:auto;grid-row:auto;min-height:300px;}
  .category-page .social-hero .hero-secondary-grid{grid-column:auto;grid-row:auto;grid-template-columns:1fr 1fr;grid-template-rows:auto;}
  .category-page .social-hero .hero-card{min-height:180px;}
}

/* Social Media category sidebar: full homepage-style widget stack */
.category-page.social-cat #socialLayout{align-items:start;}
.category-page #socialSidebar{
  align-self:start;
  position:sticky;
  top:188px;
  height:auto;
  max-height:none;
  overflow:visible;
}
@media (max-width:932px){
  .category-page #socialSidebar{position:static;height:auto;max-height:none;}
}
.category-page #socialSidebar .panel{overflow:hidden;max-width:100%;}
.category-page #panelWeather .panel-title,
.category-page #panelCrypto .panel-title,
.category-page #panelCurrency .panel-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.category-page #socialSidebar>.ad-banner{display:block;border-radius:8px;overflow:hidden;box-shadow:0 2px 9px rgba(0,0,0,.05);line-height:0;}
.category-page #socialSidebar>.ad-banner img{display:block;width:100%;height:auto;}
.category-page #socialSidebar .sidebar-social{justify-content:flex-start;gap:10px;}
.category-page #panelLive .live-items{display:grid;gap:0;}
.category-page #panelLive .live-item{padding:11px 0;border-bottom:1px solid #ededed;}
.category-page #panelLive .live-item:last-child{border-bottom:0;}
.category-page #socialSidebar .mrc-list .wdg-updated{font-size:11px;color:var(--muted);margin-top:8px;padding-top:6px;border-top:1px dashed var(--line);}
.category-page #socialSidebar .mrc-list .wdg-msg{font-size:13px;color:var(--muted);padding:4px 0;}
.category-page #socialSidebar .mrc-list .wx-city{font-weight:800;font-size:15px;color:var(--ink);}
.category-page #socialSidebar .mrc-list .wx-main{display:flex;align-items:baseline;gap:8px;margin:2px 0 4px;}
.category-page #socialSidebar .mrc-list .wx-icon{font-size:30px;line-height:1;}
.category-page #socialSidebar .mrc-list .wx-temp{font-size:30px;font-weight:800;font-family:'Poppins',sans-serif;line-height:1;}
.category-page #socialSidebar .mrc-list .wx-cond{font-size:13px;color:var(--muted);}
.category-page #socialSidebar .mrc-list .wx-sub{font-size:12.5px;color:var(--muted);}
.category-page #socialSidebar .mrc-list .wx-meta{font-size:12px;color:var(--muted);margin-top:2px;}
.category-page #socialSidebar .mrc-list .crypto-row{display:grid;grid-template-columns:26px minmax(0,1fr) auto auto;gap:10px;align-items:center;padding:9px 0;border-bottom:1px solid var(--line);}
.category-page #socialSidebar .mrc-list .crypto-row:last-of-type{border-bottom:0;}
.category-page #socialSidebar .mrc-list .coin-badge{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;font-size:13px;font-weight:800;color:#fff;line-height:1;}
.category-page #socialSidebar .mrc-list .coin-btc{background:#f7931a;}
.category-page #socialSidebar .mrc-list .coin-eth{background:#627eea;}
.category-page #socialSidebar .mrc-list .coin-sol{background:#14b8a6;}
.category-page #socialSidebar .mrc-list .coin-xrp{background:#23292f;}
.category-page #socialSidebar .mrc-list .coin-name{font-weight:600;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.category-page #socialSidebar .mrc-list .coin-price{font-family:'Poppins',sans-serif;font-weight:700;white-space:nowrap;}
.category-page #socialSidebar .mrc-list .coin-chg{font-size:12px;font-weight:700;white-space:nowrap;min-width:64px;text-align:right;}
.category-page #socialSidebar .mrc-list .coin-chg.up{color:#1a9e57;}
.category-page #socialSidebar .mrc-list .coin-chg.down{color:#d23b3b;}
.category-page #socialSidebar .mrc-list .currency-row{display:flex;justify-content:space-between;align-items:center;padding:9px 0;border-bottom:1px solid var(--line);}
.category-page #socialSidebar .mrc-list .currency-row:last-of-type{border-bottom:0;}
.category-page #socialSidebar .mrc-list .currency-code{font-weight:600;color:var(--ink);white-space:nowrap;}
.category-page #socialSidebar .mrc-list .currency-value{font-family:'Poppins',sans-serif;font-weight:700;color:var(--ink);text-align:right;white-space:nowrap;}


/* ============================================================
   FINAL OVERRIDES — Premium Editorial Homepage Layout
   These ensure our refined layout wins over conflicting layers.
   ============================================================ */

/* Container width */
.wrap{max-width:var(--container-max) !important; padding-left:20px !important; padding-right:20px !important;}

/* Homepage main content grid — 70/30 split */
.home-page .homepage-content-row,
.content-grid{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) var(--sidebar-width) !important;
  gap:var(--home-col-gap) !important;
  align-items:start !important;
}

/* Hero section — lead + 2-col secondary */
.home-page .hero-section{padding:20px 0 24px !important;}
.home-page .hero-premium{
  display:grid !important;
  grid-template-columns:minmax(0,1.35fr) minmax(0,.85fr) !important;
  grid-template-rows:1fr 1fr !important;
  gap:12px !important;
  min-height:520px !important;
}
.home-page .hero-main{
  grid-column:1 !important; grid-row:1 / 3 !important;
  min-height:520px !important; border-radius:var(--radius) !important;
}
.home-page .hero-main-body h1{font-size:36px !important; line-height:1.3 !important;}
.home-page .hero-main-body p{font-size:15px !important; line-height:1.6 !important;}
.home-page .hero-secondary-grid{
  grid-column:2 !important; grid-row:1 / 3 !important;
  grid-template-columns:1fr 1fr !important; grid-template-rows:1fr 1fr !important;
  gap:12px !important;
}
.home-page .hero-card{min-height:250px !important;}

/* Section headers — full width underline */
.home-page .section-title::after{
  width:100% !important; height:3px !important; bottom:-8px !important;
  background:var(--maroon-bright) !important;
}

/* Story cards — editorial style */
.home-page .story-card{
  border-radius:var(--radius) !important;
  transition:transform .2s, box-shadow .2s !important;
}
.home-page .story-card:hover{transform:translateY(-2px) !important; box-shadow:var(--shadow) !important;}
.home-page .story-card .card-title{
  font-size:15px !important; font-weight:700 !important; line-height:1.38 !important;
}

/* Stories grid — 4 columns */
.home-page .stories-grid{
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:var(--home-col-gap) !important;
}

/* Sidebar — compact widgets */
.home-page .sidebar-column{display:grid; gap:var(--home-sidebar-gap) !important;}
.home-page .panel{padding:14px !important;}
.home-page .panel h3.panel-title{padding-bottom:8px !important; margin-bottom:8px !important;}
.home-page .mr-item{gap:10px !important; padding:6px 2px !important;}

/* Category sections */
.home-page .cat-section{margin-bottom:20px !important; padding:16px !important;}
.home-page .cat-section .stories-grid{grid-template-columns:repeat(3,minmax(0,1fr)) !important; gap:14px !important;}

/* IG Reels — reduced padding, no empty space */
.home-page .ig-reels-section{padding:24px 0 !important; margin-top:12px !important;}

/* Footer — no huge gap */
footer{margin-top:12px !important; padding-top:36px !important;}

/* Responsive */
@media(max-width:1100px){
  .home-page .homepage-content-row{grid-template-columns:1fr !important;}
  .home-page .homepage-sidebar{position:static !important; grid-template-columns:1fr !important;}
  .home-page #topStoriesGrid,.home-page #latestGrid{grid-template-columns:repeat(2,minmax(0,1fr)) !important; gap:14px !important; min-height:auto !important;}
  .home-page .hero-premium{grid-template-columns:1fr !important; grid-template-rows:none !important; gap:12px !important; min-height:0 !important;}
  .home-page .hero-main{min-height:400px !important;}
  .home-page .hero-secondary-grid{grid-template-columns:1fr 1fr !important; grid-template-rows:auto !important;}
}

@media(max-width:768px){
  .home-page .hero-main{min-height:300px !important;}
  .home-page .hero-main-body h1{font-size:24px !important;}
  .home-page .stories-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important; gap:12px !important;}
  .home-page .hero-secondary-grid{grid-template-columns:1fr !important;}
}

@media(max-width:480px){
  .home-page .stories-grid{grid-template-columns:1fr !important;}
  .home-page .hero-main{min-height:250px !important;}
  .home-page .hero-main-body h1{font-size:22px !important;}
}

/* Video story cards (homepage khel) — landscape player frame reusing sv-modal */
.sv-frame.sv-frame-wide{aspect-ratio:16/9;}
.sv-modal-wide .sv-modal-dialog{width:min(720px,96vw);}


/* ===== App Download Button ===== */
.app-dl-btn{display:inline-flex;align-items:center;gap:8px;background:var(--brand,#ef0053);color:#fff;text-decoration:none;font-weight:700;font-size:14px;padding:9px 16px;border-radius:999px;white-space:nowrap;box-shadow:0 4px 14px rgba(239,0,83,.32);transition:transform .15s ease,box-shadow .15s ease;flex-shrink:0;}
.app-dl-btn:hover{transform:translateY(-2px);box-shadow:0 7px 20px rgba(239,0,83,.45);color:#fff;}
.app-dl-btn i{font-size:17px;}
@media (max-width:900px){.app-dl-btn span{display:none}.app-dl-btn{padding:9px 12px}}