﻿:root{
  --bg:#f4f1ea;
  --paper:#fffdf8;
  --ink:#111827;
  --muted:#5f6674;
  --gold:#b88a3b;
  --gold-2:#d7b56d;
  --nav:#09111d;
  --accent:#e31f2a;
  --line:#e6dfd2;
  --shadow:0 20px 50px rgba(15, 23, 42, .08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  font-family:'Inter',system-ui,sans-serif;
  background:
    radial-gradient(circle at top left, rgba(184,138,59,.09), transparent 30%),
    radial-gradient(circle at top right, rgba(17,24,39,.08), transparent 26%),
    var(--bg);
  color:var(--ink);
}
body.is-hindi{
  font-family:'Noto Sans Devanagari','Inter',system-ui,sans-serif;
}
body.is-hindi h1,
body.is-hindi h2,
body.is-hindi h3,
body.is-hindi h4,
body.is-hindi h5{
  font-family:'Noto Sans Devanagari','Newsreader',Georgia,serif;
}
body.dark-mode{
  --bg:#08111b;
  --paper:#0f1726;
  --ink:#f8fafc;
  --muted:#a7b0c0;
  --line:#233044;
  background:
    radial-gradient(circle at top left, rgba(184,138,59,.16), transparent 24%),
    radial-gradient(circle at top right, rgba(255,255,255,.06), transparent 24%),
    #07101a;
  color:var(--ink);
}
h1,h2,h3,h4,h5,.article-title,.display-5,.display-6{font-family:'Newsreader',Georgia,serif}
a{color:inherit}
.container-xxl{max-width:1480px}
.lb-topbar{
  background:var(--accent);
  color:#fff;
  position:sticky;
  top:0;
  z-index:1100;
  box-shadow:0 8px 28px rgba(227,31,42,.28);
}
.lb-topbar-inner{
  min-height:44px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
}
.lb-date{font-weight:800;letter-spacing:.02em}
.lb-language-switch{display:flex;gap:.35rem;flex-wrap:wrap}
.lb-lang-btn{
  border:1px solid rgba(255,255,255,.45);
  background:transparent;
  color:#fff;
  border-radius:999px;
  padding:.42rem .8rem;
  font-weight:800;
}
.lb-lang-btn.active,.lb-lang-btn:hover{background:#fff;color:var(--accent)}
.lb-header{
  background:rgba(255,255,255,.88);
  backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(0,0,0,.06);
  position:sticky;
  top:44px;
  z-index:1090;
}
.lb-header-inner{
  min-height:88px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
}
.lb-brand{display:flex;align-items:center;gap:.9rem;text-decoration:none}
.lb-brand img{width:124px;height:124px;object-fit:contain}
.lb-brand-copy{display:flex;flex-direction:column;line-height:1}
.lb-brand-copy strong{font-size:clamp(1.35rem,2vw,1.95rem);font-weight:900;color:var(--accent)}
.lb-brand-sub{font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-top:.15rem}
.lb-search{flex:1;display:flex;align-items:center;gap:.75rem;max-width:640px;padding:.85rem 1rem;border-radius:999px;background:var(--paper);border:1px solid var(--line)}
.lb-search input{border:none;outline:none;background:transparent;width:100%}
.lb-icon-btn{
  border:none;background:var(--nav);color:#fff;width:46px;height:46px;border-radius:8px;
  display:inline-flex;align-items:center;justify-content:center;font-size:1.2rem
}
.menu-backdrop{
  position:fixed;
  inset:0;
  background:rgba(9,17,29,.48);
  opacity:0;
  pointer-events:none;
  transition:opacity .2s ease;
  z-index:1140;
}
.menu-backdrop.show{opacity:1;pointer-events:auto}
.menu-drawer{
  position:fixed;
  top:0;
  right:0;
  width:min(88vw,320px);
  height:100vh;
  background:var(--paper);
  box-shadow:-18px 0 40px rgba(15,23,42,.18);
  transform:translateX(100%);
  transition:transform .25s ease;
  z-index:1150;
  padding:1rem;
  display:flex;
  flex-direction:column;
  gap:1rem;
}
.menu-drawer.open{transform:translateX(0)}
.menu-drawer-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
}
.menu-drawer-title{font-size:1rem;font-weight:900;color:var(--ink)}
.menu-drawer-sub{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:800}
.menu-drawer-links{
  display:grid;
  gap:.35rem;
}
.menu-drawer-links a{
  text-decoration:none;
  padding:.78rem .9rem;
  border-radius:.85rem;
  font-weight:800;
  color:var(--nav);
  background:rgba(17,24,39,.04);
}
.lb-section-nav{
  background:#fff;
  border-bottom:1px solid var(--line);
  position:sticky;
  top:132px;
  z-index:1080;
}
.lb-section-nav-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  overflow:auto;
  white-space:nowrap;
  padding:.85rem 0;
}
.lb-section-links{
  display:flex;
  gap:1rem;
  overflow:auto;
  white-space:nowrap;
}
.lb-socials{
  display:flex;
  align-items:center;
  gap:.45rem;
  flex:0 0 auto;
}
.lb-socials a{
  width:36px;
  height:36px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:8px;
  text-decoration:none;
  background:rgba(17,24,39,.06);
  color:var(--nav);
}
.lb-section-nav-inner a{font-weight:800;text-decoration:none;color:var(--nav)}
.lb-footer{
  margin-top:3rem;
  background:linear-gradient(180deg, #08101a, #04070d);
  color:#fff;
  padding:1.2rem 0 0;
  border-top:3px solid var(--accent);
}
.lb-footer-nav{
  display:flex;
  flex-wrap:wrap;
  gap:.75rem 1.2rem;
  justify-content:center;
  padding-bottom:.85rem;
  border-bottom:1px solid rgba(255,255,255,.1);
  margin-bottom:1rem;
}
.lb-footer-nav a{
  color:#fff;
  text-decoration:none;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.06em;
  font-size:.82rem;
}
.lb-footer-brandrow{
  display:flex;
  align-items:center;
  gap:.9rem;
  justify-content:center;
  text-align:left;
  padding:1rem 0 1.1rem;
  border-top:1px solid rgba(255,255,255,.08);
}
  .lb-footer-logo{
    width:140px;
    height:68px;
  object-fit:contain;
  border-radius:8px;
  background:#fff;
  padding:.16rem .28rem;
  box-shadow:0 10px 24px rgba(0,0,0,.28);
}
.lb-footer-brandname{
  color:#ff5d66;
  font-size:1.15rem;
  font-weight:900;
  letter-spacing:.1em;
}
.lb-footer-rights{
  color:rgba(255,255,255,.9);
  font-size:.92rem;
  font-weight:800;
}
.copyright-mark{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:1.15em;
  height:1.15em;
  margin-right:.1rem;
  border:1px solid rgba(255,255,255,.75);
  border-radius:8px;
  font-size:.8em;
  line-height:1;
  transform:translateY(-1px);
}
.lb-footer-copy{display:flex;flex-direction:column;gap:.15rem}
.lb-footer-strip{
  background:linear-gradient(90deg, #d81f2a, #b9111d);
  color:#fff;
  border-top:1px solid rgba(255,255,255,.12);
}
.lb-footer-strip-inner{
  min-height:36px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  font-size:.82rem;
  font-weight:800;
}
.site-progress{
  position:fixed;top:0;left:0;height:3px;width:0;background:linear-gradient(90deg,var(--gold),var(--gold-2));
  z-index:2000;transition:width .2s ease;
}
.topbar,.nav-shell,.footer,.card,.login-card,.admin-panel,.article-shell,.pill-panel,.weather-card,.category-box,.newsletter-hero,.video-card{
  background:color-mix(in srgb, var(--paper) 94%, transparent);
  backdrop-filter:blur(10px);
}
.nav-shell{
  background:linear-gradient(180deg, rgba(9,17,29,.98), rgba(9,17,29,.92));
  border-bottom:1px solid rgba(255,255,255,.08);
  box-shadow:0 8px 30px rgba(0,0,0,.1);
}
.brand-mark{display:inline-flex;align-items:center;gap:.85rem;text-decoration:none;letter-spacing:.04em}
.brand-logo{width:92px;height:92px;object-fit:contain;flex:0 0 auto;filter:drop-shadow(0 8px 18px rgba(15,23,42,.12))}
.brand-mark strong{font-size:clamp(1.8rem,3.2vw,3.1rem);line-height:1;font-weight:900}
.ticker-wrap{display:flex;align-items:center;gap:.75rem;min-width:min(100%,720px)}
.ticker-label{
  padding:.35rem .6rem;border-radius:999px;background:var(--nav);color:#fff;font-size:.76rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em
}
.ticker-content{overflow:hidden;white-space:nowrap;flex:1;color:var(--muted)}
.ticker-track{display:inline-flex;gap:1.2rem;animation:scrollTicker 26s linear infinite}
.ticker-track a{text-decoration:none;font-weight:600}
.ticker-sep{opacity:.45}
@keyframes scrollTicker{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.search-inline{display:flex;gap:.5rem;min-width:min(100%,480px)}
.search-inline .form-control{border-radius:999px;border:1px solid var(--line)}
.btn-gold{
  background:linear-gradient(135deg,var(--gold),var(--gold-2));
  border:none;color:#111;font-weight:800;box-shadow:0 10px 24px rgba(184,138,59,.28)
}
.eyebrow{
  text-transform:uppercase;letter-spacing:.18em;font-size:.75rem;font-weight:900;color:var(--gold);margin-bottom:.5rem
}
.section-title a,.footer-links a{text-decoration:none;color:var(--muted)}
.card,.article-shell,.pill-panel,.weather-card,.category-box,.newsletter-hero,.video-card,.login-card{
  border:1px solid var(--line);
  border-radius:1.5rem;
  box-shadow:var(--shadow);
}
.featured-card .card{min-height:100%}
.news-card .card{transition:transform .25s ease, box-shadow .25s ease}
.news-card .card:hover,.stack-item:hover,.related-item:hover{transform:translateY(-3px)}
.news-card img,.featured-card img{transition:transform .4s ease}
.news-card:hover img,.featured-card:hover img{transform:scale(1.03)}
.article-title{font-size:clamp(2.2rem,5vw,4.6rem);line-height:.95}
.article-body{
  font-size:1.08rem;line-height:1.9;color:var(--ink)
}
.article-body p{margin-bottom:1.2rem}
.article-body h2,.article-body h3{margin-top:2rem;margin-bottom:1rem}
.article-body blockquote{
  border-left:4px solid var(--gold);padding:1rem 1.2rem;background:rgba(184,138,59,.08);border-radius:1rem;font-weight:600
}
.article-body img{max-width:100%;border-radius:1.25rem}
.socials a,.scroll-top{
  display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:8px;
  background:rgba(17,24,39,.08);text-decoration:none;margin-left:.4rem;border:none;color:inherit
}
.scroll-top{
  position:fixed;right:1rem;bottom:1rem;z-index:1000;box-shadow:var(--shadow);opacity:0;pointer-events:none;transition:.25s ease
}
.scroll-top.show{opacity:1;pointer-events:auto}
.topbar{position:relative;z-index:1050}
.sidebar-stack,.sidebar-sticky{position:sticky;top:110px}
.stack-list{display:grid;gap:1rem}
.stack-item,.related-item{
  display:grid;grid-template-columns:84px 1fr;gap:.9rem;align-items:center;text-decoration:none;padding:.5rem;border-radius:1rem;
}
.stack-item img,.related-item img{width:84px;height:70px;object-fit:cover;border-radius:.8rem}
.stack-item span,.related-item small{display:block;color:var(--muted);font-size:.8rem;margin-bottom:.2rem}
.stack-item strong,.related-item strong{font-size:.96rem;line-height:1.35}
.pill-panel{padding:1rem}
.rank-item{
  display:grid;grid-template-columns:48px 1fr;gap:1rem;padding:.75rem 0;border-bottom:1px solid var(--line);text-decoration:none
}
.rank-item:last-child{border-bottom:none}
.rank-item span{font-size:1.4rem;font-weight:900;color:var(--gold)}
.category-box{padding:1.25rem;display:grid;gap:.55rem}
.category-box a{color:var(--muted);text-decoration:none;border-bottom:1px solid rgba(0,0,0,.05);padding-bottom:.45rem}
.news-card .card-body,.featured-card .card-body{padding:1.2rem}
.editorial-card-shell{background:var(--paper);border:1px solid var(--line);border-radius:1.5rem;box-shadow:var(--shadow)}
.editorial-card-body{padding:1.15rem 1.2rem 1.25rem}
.editorial-kicker-row{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}
.editorial-hot{
  display:inline-flex;align-items:center;padding:.28rem .58rem;border-radius:999px;
  background:rgba(184,138,59,.14);color:var(--gold);font-size:.7rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em
}
.editorial-title,.editorial-title-featured{
  font-family:'Newsreader',Georgia,serif;
  line-height:1.12;
  letter-spacing:-.03em;
  font-weight:800;
  margin:0 0 .5rem;
}
.editorial-title{font-size:1.34rem}
.editorial-title-featured{font-size:clamp(2rem,4vw,3.45rem)}
.editorial-excerpt{color:var(--muted);line-height:1.62;margin:0 0 .9rem}
.editorial-meta{
  display:flex;gap:.85rem;flex-wrap:wrap;
  font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.07em;color:var(--muted)
}
.editorial-rail{padding:1.1rem 0 0}
.editorial-rail-list{display:grid;gap:.85rem;border-top:1px solid var(--line)}
.editorial-rail-item{
  display:grid;grid-template-columns:52px 1fr;gap:.9rem;align-items:start;
  padding:.95rem 0;border-bottom:1px solid var(--line);text-decoration:none;color:inherit
}
.editorial-rail-index{font-size:1rem;font-weight:900;color:var(--gold);line-height:1}
.editorial-rail-item strong{display:block;font-size:1rem;line-height:1.3}
.editorial-rail-item small{display:block;color:var(--muted);font-size:.76rem;margin-top:.2rem}
.article-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.85fr);gap:1.6rem;align-items:start}
.article-shell{
  padding:1.25rem 1.25rem 1.5rem;
  background:var(--paper);
  border:1px solid var(--line);
  border-radius:1.5rem;
  box-shadow:var(--shadow)
}
.article-kicker{
  color:var(--gold);
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:.78rem
}
.article-deck{
  font-size:1.08rem;
  line-height:1.75;
  color:var(--muted);
  max-width:70ch
}
.article-hero img{width:100%;border-radius:1.2rem;display:block}
.article-sidebar{
  position:sticky;
  top:110px;
}
.breaking-pill{
  display:block;padding:.9rem 1.2rem;border-radius:999px;text-decoration:none;background:rgba(184,138,59,.12);font-weight:700
}
.newsletter-hero{
  display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.6rem
}
.newsletter-inline{display:flex;gap:.75rem;min-width:min(100%,420px)}
.newsletter-inline .form-control{border-radius:999px}
.weather-pill{
  padding:.45rem .8rem;border-radius:999px;background:rgba(255,255,255,.12);color:#fff;font-size:.88rem
}
.footer-links{display:grid;gap:.5rem}
.search-big{display:flex;gap:.75rem}
.search-suggestions{display:flex;flex-wrap:wrap;gap:.5rem}
.suggestion-item{padding:.55rem .8rem;border:1px solid var(--line);border-radius:999px;text-decoration:none;background:var(--paper)}
.tag-chip{padding:.5rem .8rem;border-radius:999px;background:rgba(184,138,59,.12);font-weight:700}
.comment-item{padding:1rem 0;border-bottom:1px solid var(--line)}
.nav-article{
  flex:1;min-width:260px;padding:1rem 1.2rem;border:1px solid var(--line);border-radius:1rem;text-decoration:none;background:var(--paper)
}
.login-shell{
  min-height:100vh;display:grid;place-items:center;padding:2rem;background:
    radial-gradient(circle at top left, rgba(184,138,59,.16), transparent 35%),
    linear-gradient(180deg,#0d1622,#060b12);
}
.login-card{
  width:min(100%,520px);padding:2rem;background:rgba(255,255,255,.06);
  color:#e5edf9;
  backdrop-filter:blur(14px);
}
.admin-dashboard-page{
  background:linear-gradient(180deg, #09111d, #0c1624);
  color:#e5edf9;
}
.admin-dashboard{
  display:grid;grid-template-columns:280px 1fr;min-height:100vh
}
.admin-sidebar{
  padding:1.5rem;border-right:1px solid rgba(255,255,255,.08);background:rgba(3,8,15,.4)
}
.admin-sidebar a{display:block;padding:.8rem 1rem;border-radius:.8rem;text-decoration:none;color:#d6e0ef}
.admin-sidebar a.active,.admin-sidebar a:hover{background:rgba(255,255,255,.08)}
.admin-main{padding:1.5rem}
.stat-card,.admin-card{
  background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:1.2rem;padding:1rem
}
.table-dark{--bs-table-bg:transparent;--bs-table-striped-bg:rgba(255,255,255,.03)}
.top-110{top:110px}
@media (max-width: 991.98px){
  .lb-header-inner{min-height:76px}
  .lb-search{max-width:none}
  .lb-section-nav{top:120px}
  .lb-footer-grid{grid-template-columns:1fr}
  .topbar .container-fluid{display:grid;grid-template-columns:1fr;gap:.8rem}
  .ticker-wrap,.weather-pill{display:none}
  .search-inline,.newsletter-hero,.newsletter-inline,.search-big,.admin-dashboard{display:block}
  .search-inline{width:100%}
  .search-inline .form-control{min-width:0}
  .brand-logo{width:60px;height:60px}
  .brand-mark strong{font-size:clamp(1.35rem,6vw,2rem)}
  .topbar .d-flex.align-items-center.gap-2{justify-content:space-between}
  .nav-shell .container-fluid{padding-top:.25rem;padding-bottom:.25rem}
  .nav-shell .navbar-collapse{padding-top:.75rem}
  .nav-shell .navbar-nav{padding:.35rem 0}
  .sidebar-sticky,.sidebar-stack{position:static}
  .article-layout{grid-template-columns:1fr}
  .article-sidebar{position:static}
  .admin-dashboard{grid-template-columns:1fr}
  .admin-sidebar{border-right:none;border-bottom:1px solid rgba(255,255,255,.08)}
}

@media (max-width: 575.98px){
  .lb-topbar-inner{
    min-height:auto;
    padding:.35rem 0;
    flex-direction:column;
    align-items:flex-start;
    gap:.35rem;
  }
  .lb-date{
    font-size:.74rem;
    line-height:1.2;
    max-width:100%;
  }
  .lb-language-switch{
    width:100%;
    justify-content:flex-end;
  }
  .lb-header{top:52px}
  .lb-section-nav{top:140px}
  .lb-header-inner{
    min-height:auto;
    padding:.55rem 0;
    display:grid;
    grid-template-columns:1fr auto 1fr;
    align-items:center;
  }
  .lb-brand{
    gap:.55rem;
    justify-self:center;
  }
  .lb-brand img{width:76px;height:76px}
  .lb-brand-copy{display:none}
  .lb-search{
    grid-column:1 / -1;
    max-width:none;
    width:100%;
    padding:.52rem .75rem;
    border-radius:.9rem;
    margin-top:.38rem;
  }
  .lb-icon-btn{width:40px;height:40px}
  .menu-drawer{width:min(92vw,300px)}
  .lb-section-nav-inner{
    gap:.75rem;
    padding:.5rem 0;
  }
  .lb-section-links{
    gap:.75rem;
  }
  .lb-socials a{
    width:32px;
    height:32px;
    font-size:.92rem;
  }
  .lb-section-nav-inner a{
    font-size:.86rem;
  }
  .lead-layout{
    display:grid;
    gap:1rem;
  }
  .lead-story-card{
    grid-template-columns:1fr;
    gap:.8rem;
  }
  .lead-story-media{
    min-height:0;
    aspect-ratio: 16 / 11;
  }
  .lead-overlay{
    inset:auto;
    padding:.9rem;
  }
  .lead-story-copy{
    padding:.9rem;
    border-radius:1.1rem;
  }
  .lead-story-copy h1,
  .lead-overlay h1{
    font-size:1.18rem;
    line-height:1.12;
  }
  .lead-deck{
    font-size:.92rem;
    line-height:1.5;
  }
  .lead-actions{
    display:flex;
    flex-wrap:wrap;
    gap:.55rem;
  }
  .lead-actions .btn{
    padding:.5rem .75rem;
    font-size:.9rem;
  }
  .lead-byline{
    font-size:.78rem;
  }
  .spotlight-item{
    grid-template-columns:88px 1fr;
    gap:.7rem;
    padding:.6rem;
    border-radius:1rem;
  }
  .spotlight-item img{
    width:88px;
    height:88px;
  }
  .spotlight-item h3{
    font-size:.96rem;
    line-height:1.18;
    margin-bottom:.25rem;
  }
  .spotlight-item p{
    font-size:.84rem;
    line-height:1.35;
    margin:0;
  }
  .latest-cards,
  .editorial-grid{
    gap:.75rem;
  }
  .latest-update-card,
  .editorial-card{
    padding:.85rem;
    border-radius:1rem;
  }
  .latest-update-card h3,
  .editorial-card-copy h3{
    font-size:.96rem;
    line-height:1.18;
  }
  .latest-update-card p,
  .editorial-card-copy p{
    font-size:.84rem;
    line-height:1.35;
  }
  .editorial-card img{
    height:150px;
  }
  .menu-drawer-links a{
    padding:.72rem .85rem;
  }
  .lb-footer{
    padding:1.35rem 0 0;
    margin-top:2rem;
  }
  .lb-footer-brandrow{
    flex-direction:column;
    text-align:center;
    gap:.65rem;
  }
  .lb-footer-logo{
    width:72px;
    height:72px;
  }
  .lb-footer-strip-inner{
    min-height:auto;
    padding:.55rem 0;
    flex-direction:column;
    align-items:flex-start;
    gap:.25rem;
    font-size:.74rem;
  }
  .topbar{padding-top:.65rem!important;padding-bottom:.65rem!important}
  .brand-logo{width:54px;height:54px}
  .brand-mark strong{font-size:1.4rem}
  .nav-shell{position:sticky;top:0}
  .hero-section{padding-top:1rem!important}
  .hero-overlay{padding:1.2rem}
  .hero-overlay .display-6{font-size:clamp(1.6rem,7vw,2.35rem)}
  .hero-overlay .lead{font-size:1rem}
  .newsletter-strip{padding:1.1rem 1.1rem}
  .section-title .display-6{font-size:clamp(1.5rem,7vw,2rem)}
  .card,.section-card,.pill-panel,.weather-card,.category-box,.newsletter-hero,.video-card,.login-card{border-radius:1.1rem}
  .article-shell{padding:1rem}
  .editorial-title-featured{font-size:clamp(1.7rem,8vw,2.6rem)}
  .editorial-title{font-size:1.15rem}
  .editorial-rail-item{grid-template-columns:44px 1fr}
}
