:root {
    --brand-red: #d90429;
    --brand-red-dark: #9d0208;
    --ink: #111827;
    --muted: #6b7280;
    --line: #e5e7eb;
    --soft: #f8fafc;
    --dark: #080b12;
    --gold: #fbbf24;
    --radius: 8px;
    --shadow: 0 18px 48px rgba(15, 23, 42, .12);
    --page: #ffffff;
    --surface: #ffffff;
    --surface-soft: #f8fafc;
    --card-border: #e5e7eb;
}

html[data-theme="dark"] {
    --ink: #f8fafc;
    --muted: #94a3b8;
    --line: #243041;
    --soft: #101826;
    --page: #070b13;
    --surface: #0d1422;
    --surface-soft: #101826;
    --card-border: #263244;
    --shadow: 0 18px 48px rgba(0, 0, 0, .35);
}

* { box-sizing: border-box; }
body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--ink);
    background: var(--page);
    transition: background .25s ease, color .25s ease;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.top-strip { background: var(--dark); color: #fff; font-size: 13px; }
.top-strip .container, .brand-row, .nav-row, .ticker, .footer-grid, .admin-topbar {
    display: flex; align-items: center; justify-content: space-between; gap: 18px;
}
.socials { display: flex; gap: 8px; }
.socials a, .icon-btn {
    width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center;
    background: rgba(255,255,255,.1); color: #fff; font-weight: 700;
}
.theme-toggle { height: 32px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; padding: 0 12px; background: rgba(255,255,255,.12); color: #fff; cursor: pointer; font-weight: 800; }
.theme-toggle:hover { background: rgba(255,255,255,.22); }
.brand-row { padding: 18px 0; }
.logo { display: inline-flex; align-items: center; gap: 10px; font-size: 32px; font-weight: 900; letter-spacing: 0; text-transform: uppercase; }
.logo-img { max-width: 270px; max-height: 76px; width: auto; height: auto; object-fit: contain; }
.logo-mark { background: var(--brand-red); color: #fff; padding: 7px 10px; border-radius: 6px; transform: skew(-8deg); }
.logo small { display: block; font-size: 11px; color: var(--muted); font-weight: 700; }
.ad-box { border: 1px dashed #cbd5e1; background: #f1f5f9; min-height: 74px; display: grid; place-items: center; color: #475569; font-weight: 700; overflow: hidden; }
.ad-box img { width: 100%; height: 100%; object-fit: cover; }
.main-nav { position: sticky; top: 0; z-index: 20; background: var(--brand-red); color: #fff; box-shadow: 0 10px 25px rgba(217, 4, 41, .2); }
.nav-row { min-height: 50px; overflow-x: auto; justify-content: flex-start; gap: 0; scrollbar-width: none; }
.nav-row::-webkit-scrollbar { display: none; }
.nav-row a { padding: 16px 9px; white-space: nowrap; font-size: 13px; font-weight: 800; text-transform: uppercase; }
.nav-row a:hover { background: rgba(0,0,0,.16); }
.breaking { background: #fff; border-bottom: 1px solid var(--line); }
.ticker { justify-content: flex-start; overflow: hidden; height: 46px; gap: 14px; }
.ticker-label { background: var(--brand-red); color: #fff; padding: 9px 13px; font-weight: 900; border-radius: 4px; white-space: nowrap; flex: 0 0 auto; position: relative; z-index: 2; }
.ticker-window { flex: 1 1 auto; min-width: 0; overflow: hidden; }
.ticker-track { display: flex; gap: 34px; width: max-content; min-width: 100%; animation: ticker 25s linear infinite; font-weight: 700; }
.ticker:hover .ticker-track { animation-play-state: paused; }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-100%); } }
.hero-grid { display: grid; grid-template-columns: 1.45fr .75fr; gap: 22px; margin: 26px 0; }
.hero-slider { margin: 26px 0; }
.hero-filter { display: flex; gap: 8px; overflow-x: auto; padding: 0 0 12px; scrollbar-width: none; }
.hero-filter::-webkit-scrollbar { display: none; }
.hero-filter button { flex: 0 0 auto; min-height: 34px; border: 1px solid var(--card-border); border-radius: 999px; padding: 0 13px; background: var(--surface); color: var(--ink); cursor: pointer; font-weight: 900; }
.hero-filter button.is-active, .hero-filter button:hover { background: var(--brand-red); border-color: var(--brand-red); color: #fff; }
.hero-slider-grid { display: grid; grid-template-columns: 1.45fr .75fr; gap: 22px; align-items: stretch; }
.hero-stage { position: relative; min-height: 490px; overflow: hidden; border-radius: var(--radius); background: #05070c; box-shadow: var(--shadow); }
.hero-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transform: scale(1.035); transition: opacity .65s ease, transform .85s ease, visibility .65s ease; }
.hero-slide.is-active { opacity: 1; visibility: visible; transform: scale(1); z-index: 1; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.08); transition: transform 5s linear; }
.hero-slide.is-active img { transform: scale(1); }
.hero-slide::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 75% 20%, rgba(217,4,41,.22), transparent 32%), linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.86)); }
.hero-slide-overlay { position: absolute; left: 28px; right: 28px; bottom: 34px; z-index: 2; color: #fff; }
.hero-slide-overlay .badge, .hero-slide-overlay h1, .hero-slide-overlay p { opacity: 0; transform: translateY(18px); }
.hero-slide.is-active .badge { animation: heroText .45s ease .12s forwards; }
.hero-slide.is-active h1 { animation: heroText .55s ease .22s forwards; }
.hero-slide.is-active p { animation: heroText .55s ease .34s forwards; }
.hero-slide-overlay h1 { font-size: 44px; line-height: 1.06; max-width: 780px; margin: 12px 0 10px; font-weight: 900; }
.hero-slide-overlay p { max-width: 720px; line-height: 1.55; margin: 0; }
@keyframes heroText { to { opacity: 1; transform: translateY(0); } }
.hero-progress { position: absolute; left: 0; right: 0; bottom: 0; height: 4px; z-index: 3; background: rgba(255,255,255,.2); }
.hero-progress span { display: block; width: 0; height: 100%; background: var(--brand-red); }
@keyframes heroProgress { from { width: 0; } to { width: 100%; } }
.hero-rail { display: grid; gap: 14px; max-height: 490px; overflow: auto; padding-right: 4px; scrollbar-width: thin; }
.hero-rail button { display: grid; grid-template-columns: 132px 1fr; gap: 12px; align-items: center; min-height: 112px; border: 1px solid var(--card-border); border-radius: var(--radius); padding: 9px; background: var(--surface); color: var(--ink); cursor: pointer; text-align: left; box-shadow: 0 8px 22px rgba(15,23,42,.08); transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.hero-rail button:hover, .hero-rail button.is-active { border-color: var(--brand-red); transform: translateX(-4px); }
.hero-rail button.is-active { background: linear-gradient(90deg, rgba(217,4,41,.14), var(--surface)); }
.hero-rail img { width: 132px; height: 86px; object-fit: cover; border-radius: 6px; }
.hero-rail b { display: block; color: var(--brand-red); font-size: 11px; margin-bottom: 5px; text-transform: uppercase; }
.hero-rail span { font-weight: 900; line-height: 1.22; }
.hero-card { min-height: 450px; position: relative; border-radius: var(--radius); overflow: hidden; background: #111; box-shadow: var(--shadow); }
.hero-card img, .thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.hero-card:hover img, .news-card:hover img { transform: scale(1.045); }
.overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.1), rgba(0,0,0,.88)); display: flex; flex-direction: column; justify-content: flex-end; color: #fff; padding: 28px; }
.badge { display: inline-flex; width: fit-content; align-items: center; gap: 6px; background: var(--brand-red); color: #fff; border-radius: 4px; padding: 5px 9px; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.headline { font-size: 42px; line-height: 1.05; margin: 12px 0 8px; font-weight: 900; }
.side-stack { display: grid; gap: 16px; }
.mini-hero { min-height: 216px; }
.section { margin: 34px 0; }
.section-head { display: flex; justify-content: space-between; align-items: center; gap: 16px; border-bottom: 3px solid var(--ink); margin-bottom: 18px; }
.section-head h2 { background: var(--ink); color: #fff; padding: 9px 13px; margin: 0; font-size: 20px; text-transform: uppercase; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.layout-main { display: grid; grid-template-columns: 1fr 320px; gap: 28px; align-items: start; }
.news-card { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.news-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.thumb { height: 180px; overflow: hidden; background: #e5e7eb; }
.news-card .body { padding: 14px; }
.news-card h3 { margin: 8px 0; font-size: 19px; line-height: 1.25; }
.meta { color: var(--muted); font-size: 13px; display: flex; gap: 10px; flex-wrap: wrap; }
.desi-head { border-bottom: 1px solid #d9dee8; margin-bottom: 12px; }
.desi-head h2 { display: inline-block; margin: 0; color: #0b376d; font-size: 24px; font-weight: 900; padding-bottom: 7px; border-bottom: 3px solid var(--brand-red); }
.story-showcase { display: grid; grid-template-columns: 1.05fr 1.65fr .95fr; gap: 18px; align-items: start; }
.showcase-main, .showcase-web, .showcase-updates { min-width: 0; }
.special-card, .web-story-card, .update-stack a, .mini-news-row, .fresh-card, .fresh-row, .entertainment-lead, .entertainment-list a, .headline-wall-grid a {
    animation: riseIn .55s ease both;
}
@keyframes riseIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
.special-card { display: block; border-radius: 12px; overflow: hidden; background: #fff; box-shadow: 0 8px 24px rgba(15,23,42,.14); border: 1px solid #e5e7eb; }
.special-card img { height: 205px; width: 100%; object-fit: cover; transition: transform .45s ease; }
.special-card:hover img, .web-story-card:hover img, .fresh-card:hover img, .entertainment-lead:hover img { transform: scale(1.055); }
.special-card h3 { padding: 10px 12px 14px; margin: 0; font-size: 18px; line-height: 1.25; }
.special-mini-list { display: grid; gap: 10px; margin-top: 12px; }
.special-mini-list a { display: grid; grid-template-columns: 104px 1fr; gap: 10px; align-items: center; padding: 7px; background: #fff; border-radius: 12px; box-shadow: 0 5px 16px rgba(15,23,42,.1); border: 1px solid #e5e7eb; transition: transform .25s ease, box-shadow .25s ease; }
.special-mini-list a:hover, .update-stack a:hover, .fresh-row:hover, .entertainment-list a:hover, .headline-wall-grid a:hover { transform: translateY(-3px); box-shadow: 0 12px 26px rgba(15,23,42,.14); }
.special-mini-list img { width: 104px; height: 58px; object-fit: cover; border-radius: 8px; }
.special-mini-list strong { font-size: 14px; line-height: 1.25; }
.web-story-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.web-story-card { position: relative; overflow: hidden; border-radius: 12px; background: #fff; border: 1px solid #e5e7eb; box-shadow: 0 7px 20px rgba(15,23,42,.12); }
.web-story-card img { width: 100%; height: 170px; object-fit: cover; transition: transform .45s ease; }
.web-story-card h3 { margin: 0; padding: 10px 12px 13px; font-size: 16px; line-height: 1.35; }
.photo-count { position: absolute; right: 9px; bottom: 54px; display: inline-flex; align-items: center; gap: 4px; padding: 5px 8px; background: #fff; color: var(--brand-red); border-radius: 999px; font-size: 12px; font-weight: 900; box-shadow: 0 4px 12px rgba(0,0,0,.18); }
.update-stack { display: grid; gap: 10px; }
.update-stack a { display: grid; gap: 3px; padding: 11px 13px; border: 1px solid #dfe4ec; border-radius: 14px; background: #fff; box-shadow: 0 6px 18px rgba(15,23,42,.08); }
.update-stack time { color: #111827; font-size: 18px; font-weight: 900; }
.update-stack span { color: #1f2937; line-height: 1.3; }
.category-block { border-top: 1px solid var(--line); padding-top: 8px; }
.category-style-1 .section-head { border-bottom-color: var(--brand-red); }
.category-style-1 .section-head h2 { background: var(--brand-red); }
.category-newsroom-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.category-newsroom-lead { display: block; overflow: hidden; border-radius: 12px; border: 1px solid #e5e7eb; background: #fff; box-shadow: 0 8px 24px rgba(15,23,42,.11); }
.category-newsroom-lead img { height: 292px; width: 100%; object-fit: cover; transition: transform .45s ease; }
.category-newsroom-lead:hover img { transform: scale(1.045); }
.category-newsroom-lead > div { padding: 11px 12px 14px; }
.category-newsroom-lead h3 { margin: 9px 0 7px; font-size: 21px; line-height: 1.25; }
.category-newsroom-lead p { color: #64748b; margin: 0 0 8px; line-height: 1.45; }
.category-newsroom-list { display: grid; gap: 10px; }
.category-newsroom-list .mini-news-row { grid-template-columns: 118px 1fr; border-radius: 13px; box-shadow: 0 5px 16px rgba(15,23,42,.08); }
.category-feature-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 18px; align-items: stretch; }
.category-lead-card { display: grid; grid-template-columns: .95fr 1fr; gap: 18px; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; box-shadow: 0 12px 30px rgba(15,23,42,.08); }
.category-lead-card img { width: 100%; height: 100%; min-height: 280px; object-fit: cover; transition: transform .4s ease; }
.category-lead-card:hover img { transform: scale(1.04); }
.category-lead-card > div { padding: 18px; display: flex; flex-direction: column; justify-content: center; }
.category-lead-card h3 { font-size: 28px; line-height: 1.12; margin: 12px 0 8px; }
.category-lead-card p { color: #475569; line-height: 1.55; }
.category-side-list { display: grid; gap: 12px; }
.mini-news-row { display: grid; grid-template-columns: 112px 1fr; gap: 12px; padding: 10px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; align-items: center; transition: border-color .25s ease, transform .25s ease; }
.mini-news-row:hover { border-color: var(--brand-red); transform: translateX(3px); }
.mini-news-row img { width: 112px; height: 82px; object-fit: cover; border-radius: 6px; }
.mini-news-row strong { display: block; line-height: 1.25; }
.mini-news-row small { display: block; color: var(--muted); margin-top: 6px; }
.fresh-news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.fresh-card { display: block; overflow: hidden; border-radius: 13px; border: 1px solid #e5e7eb; background: #fff; box-shadow: 0 7px 22px rgba(15,23,42,.1); }
.fresh-card img { height: 180px; width: 100%; object-fit: cover; transition: transform .45s ease; }
.fresh-card .badge { margin: 10px 10px 0; }
.fresh-card h3 { margin: 8px 10px 13px; font-size: 17px; line-height: 1.28; }
.fresh-row { display: grid; grid-template-columns: 112px 1fr; gap: 10px; align-items: center; padding: 8px; min-height: 78px; background: #fff; border: 1px solid #e5e7eb; border-radius: 13px; box-shadow: 0 5px 15px rgba(15,23,42,.08); }
.fresh-row img { width: 112px; height: 64px; object-fit: cover; border-radius: 9px; }
.fresh-row .badge { display: none; }
.fresh-row h3 { margin: 0; font-size: 15px; line-height: 1.24; }
.entertainment-layout { display: grid; grid-template-columns: 1.05fr 1fr; gap: 16px; }
.entertainment-lead { display: block; overflow: hidden; border-radius: 13px; background: #fff; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(15,23,42,.12); }
.entertainment-lead img { height: 330px; width: 100%; object-fit: cover; transition: transform .45s ease; }
.entertainment-lead h3 { margin: 0; padding: 12px 14px 15px; font-size: 20px; line-height: 1.25; }
.entertainment-list { display: grid; gap: 11px; }
.entertainment-list a { display: grid; grid-template-columns: 132px 1fr; gap: 12px; align-items: center; padding: 8px; border-radius: 13px; border: 1px solid #e5e7eb; background: #fff; box-shadow: 0 5px 16px rgba(15,23,42,.08); }
.entertainment-list img { width: 132px; height: 74px; border-radius: 9px; object-fit: cover; }
.entertainment-list strong { line-height: 1.28; }
.compact-news-wall { background: #f8fafc; border: 1px solid #e5e7eb; border-radius: 14px; padding: 16px; }
.headline-wall-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.headline-wall-grid a { display: grid; grid-template-columns: 116px 1fr; gap: 10px; align-items: center; background: #fff; border-radius: 12px; padding: 8px; border: 1px solid #e5e7eb; box-shadow: 0 5px 14px rgba(15,23,42,.08); }
.headline-wall-grid img { width: 116px; height: 68px; object-fit: cover; border-radius: 8px; }
.headline-wall-grid span { font-weight: 800; line-height: 1.28; }
.category-style-2 { background: #090d16; border-radius: var(--radius); padding: 18px; box-shadow: var(--shadow); }
.category-style-2 .section-head { border-bottom-color: rgba(255,255,255,.22); }
.category-style-2 .section-head h2 { background: #fff; color: var(--ink); }
.category-style-2 .btn-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.28); }
.category-dark-grid { display: grid; grid-template-columns: 1.2fr repeat(2, .9fr); grid-auto-rows: 180px; gap: 14px; }
.category-dark-card { position: relative; overflow: hidden; border-radius: var(--radius); color: #fff; background: #111; padding: 16px; display: flex; flex-direction: column; justify-content: flex-end; min-height: 180px; }
.category-dark-card:first-child { grid-row: span 2; }
.category-dark-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .58; transition: transform .45s ease, opacity .45s ease; }
.category-dark-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.82)); }
.category-dark-card:hover img { transform: scale(1.05); opacity: .72; }
.category-dark-card .badge, .category-dark-card h3, .category-dark-card .meta { position: relative; z-index: 1; }
.category-dark-card h3 { margin: 10px 0 0; line-height: 1.18; font-size: 19px; }
.category-dark-card:first-child h3 { font-size: 30px; }
.category-dark-card .meta { color: #d1d5db; }
.category-style-3 .section-head { border-bottom-style: dashed; }
.category-style-3 .section-head h2 { background: #1f2937; }
.category-strip-layout { display: grid; gap: 12px; }
.strip-news-card { display: grid; grid-template-columns: 210px 1fr; gap: 16px; border: 1px solid var(--line); border-left: 5px solid var(--brand-red); border-radius: var(--radius); padding: 10px; background: #fff; align-items: center; transition: background .25s ease, transform .25s ease; }
.strip-news-card:nth-child(even) { border-left-color: var(--gold); background: #fffdf5; }
.strip-news-card:hover { transform: translateY(-3px); background: #f8fafc; }
.strip-news-card img { width: 210px; height: 120px; object-fit: cover; border-radius: 6px; }
.strip-news-card h3 { margin: 8px 0; font-size: 21px; line-height: 1.22; }
.strip-news-card p { margin: 0; color: #64748b; line-height: 1.45; }
.live-panel { background: var(--dark); color: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.video-frame { aspect-ratio: 16 / 9; background: #000; }
.video-frame iframe, .video-frame video { width: 100%; height: 100%; border: 0; }
.live-copy { padding: 18px; }
.schedule { display: grid; gap: 10px; margin-top: 12px; }
.schedule-row { display: flex; justify-content: space-between; gap: 12px; padding: 10px; background: rgba(255,255,255,.08); border-radius: 6px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 40px; padding: 0 14px; border-radius: 6px; border: 0; cursor: pointer; font-weight: 800; }
.btn-red { background: var(--brand-red); color: #fff; }
.btn-dark { background: var(--ink); color: #fff; }
.btn-light { background: #fff; color: var(--ink); border: 1px solid var(--line); }
.sidebar { display: grid; gap: 18px; position: sticky; top: 70px; }
.panel { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; padding: 16px; }
.trend-list { display: grid; gap: 14px; }
.trend-list a { display: grid; grid-template-columns: 34px 1fr; gap: 12px; align-items: start; font-weight: 800; }
.trend-list span { background: var(--brand-red); color: #fff; border-radius: 50%; width: 30px; height: 30px; display: grid; place-items: center; }
.article { max-width: 820px; }
.article h1 { font-size: 42px; line-height: 1.08; margin: 12px 0; }
.article-content { font-size: 18px; line-height: 1.75; }
.tag-list { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 20px; }
.tag-list span { background: #f1f5f9; border-radius: 999px; padding: 7px 11px; font-weight: 700; font-size: 13px; }
.share-row { display: flex; gap: 8px; flex-wrap: wrap; margin: 16px 0; }
.footer { background: var(--dark); color: #cbd5e1; margin-top: 44px; padding: 38px 0 18px; }
.footer h3, .footer h4 { color: #fff; }
.footer-grid { align-items: flex-start; display: grid; grid-template-columns: 1.2fr .8fr .8fr; }
.footer a { color: #e5e7eb; display: block; margin: 8px 0; }
.footer-logo { max-width: 230px; max-height: 70px; object-fit: contain; margin-bottom: 12px; }
.page-band { background: linear-gradient(110deg, #111827, #d90429); color: #fff; padding: 46px 0; margin-bottom: 28px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.field { display: grid; gap: 7px; margin-bottom: 14px; }
.field label { font-weight: 800; font-size: 14px; }
.input, textarea, select { width: 100%; border: 1px solid #cbd5e1; border-radius: 6px; min-height: 42px; padding: 10px 12px; font: inherit; background: #fff; }
textarea { min-height: 140px; resize: vertical; }
.alert { padding: 12px 14px; border-radius: 6px; margin-bottom: 14px; font-weight: 700; }
.alert-success { background: #dcfce7; color: #166534; }
.alert-error { background: #fee2e2; color: #991b1b; }

.admin-shell { min-height: 100vh; display: grid; grid-template-columns: 260px 1fr; background: #f1f5f9; }
.admin-sidebar { background: var(--dark); color: #cbd5e1; padding: 20px; position: sticky; top: 0; height: 100vh; overflow: auto; }
.admin-sidebar .logo { color: #fff; font-size: 22px; margin-bottom: 20px; }
.admin-nav { display: grid; gap: 6px; }
.admin-nav a { padding: 10px 12px; border-radius: 6px; font-weight: 700; }
.admin-nav a:hover, .admin-nav a.active { background: rgba(255,255,255,.1); color: #fff; }
.admin-main { padding: 22px; }
.admin-topbar { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 14px 16px; margin-bottom: 20px; }
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.stat { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; box-shadow: 0 8px 24px rgba(15,23,42,.06); }
.stat b { font-size: 30px; display: block; margin-top: 8px; }
.table-wrap { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: auto; }
table { width: 100%; border-collapse: collapse; }
th, td { padding: 12px 14px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { background: #f8fafc; font-size: 13px; text-transform: uppercase; color: #475569; }
.actions { display: flex; gap: 8px; flex-wrap: wrap; }
.status-pill { display: inline-flex; border-radius: 999px; padding: 5px 9px; font-size: 12px; font-weight: 800; background: #e0f2fe; color: #075985; }
.status-off { background: #fee2e2; color: #991b1b; }
.auth-screen { min-height: 100vh; display: grid; place-items: center; background: radial-gradient(circle at 30% 20%, rgba(217,4,41,.28), transparent 30%), #080b12; padding: 20px; }
.auth-card { width: min(430px, 100%); background: #fff; border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); }
.pagination { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 20px; }

html[data-theme="dark"] .breaking,
html[data-theme="dark"] .news-card,
html[data-theme="dark"] .panel,
html[data-theme="dark"] .special-card,
html[data-theme="dark"] .web-story-card,
html[data-theme="dark"] .update-stack a,
html[data-theme="dark"] .category-newsroom-lead,
html[data-theme="dark"] .mini-news-row,
html[data-theme="dark"] .fresh-card,
html[data-theme="dark"] .fresh-row,
html[data-theme="dark"] .entertainment-lead,
html[data-theme="dark"] .entertainment-list a,
html[data-theme="dark"] .headline-wall-grid a,
html[data-theme="dark"] .special-mini-list a,
html[data-theme="dark"] .compact-news-wall,
html[data-theme="dark"] .table-wrap,
html[data-theme="dark"] .stat,
html[data-theme="dark"] .admin-topbar,
html[data-theme="dark"] .auth-card {
    background: var(--surface);
    border-color: var(--card-border);
    color: var(--ink);
}
html[data-theme="dark"] .ad-box,
html[data-theme="dark"] .compact-news-wall,
html[data-theme="dark"] .page-band {
    background: var(--surface-soft);
}
html[data-theme="dark"] .section-head,
html[data-theme="dark"] .desi-head {
    border-color: var(--line);
}
html[data-theme="dark"] .special-card h3,
html[data-theme="dark"] .web-story-card h3,
html[data-theme="dark"] .fresh-row h3,
html[data-theme="dark"] .fresh-card h3,
html[data-theme="dark"] .entertainment-list strong,
html[data-theme="dark"] .headline-wall-grid span,
html[data-theme="dark"] .update-stack time,
html[data-theme="dark"] .update-stack span,
html[data-theme="dark"] .category-newsroom-lead p,
html[data-theme="dark"] .strip-news-card p {
    color: var(--ink);
}
html[data-theme="dark"] .desi-head h2 {
    color: #e5f0ff;
}
html[data-theme="dark"] .btn-light,
html[data-theme="dark"] .input,
html[data-theme="dark"] textarea,
html[data-theme="dark"] select {
    background: #111827;
    border-color: var(--card-border);
    color: var(--ink);
}
html[data-theme="dark"] th {
    background: #111827;
    color: #cbd5e1;
}

/* ===================== Nation Khabar premium add-ons ===================== */
[x-cloak] { display: none !important; }
.skeleton-text { display: inline-block; height: 12px; border-radius: 6px; background: linear-gradient(90deg, rgba(148,163,184,.25), rgba(148,163,184,.5), rgba(148,163,184,.25)); background-size: 200% 100%; animation: skeleton 1.2s ease infinite; }
@keyframes skeleton { from { background-position: 200% 0; } to { background-position: -200% 0; } }

/* Scroll reveal + counters + 3D tilt */
[data-reveal], [data-reveal-group] > * { opacity: 0; transform: translateY(26px); transition: opacity .6s cubic-bezier(.2,.7,.3,1), transform .6s cubic-bezier(.2,.7,.3,1); }
[data-reveal].is-revealed, [data-reveal-group] > *.is-revealed { opacity: 1; transform: none; }
.tilt { transition: transform .25s ease, box-shadow .25s ease; transform-style: preserve-3d; will-change: transform; }
.tilt:hover { box-shadow: 0 26px 60px rgba(15,23,42,.22); }

/* Weather mini (top strip) */
.top-left { display: flex; align-items: center; gap: 14px; }
.weather-mini-inner { display: inline-flex; align-items: center; gap: 6px; font-weight: 800; }
.weather-mini-icon { font-size: 15px; }
.weather-mini-city { opacity: .75; }

/* Weather widget */
.weather-card { overflow: hidden; }
.weather-head { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-bottom: 12px; }
.weather-search { display: flex; gap: 6px; }
.weather-search .input { min-height: 34px; padding: 4px 8px; width: 90px; }
.weather-search .btn { min-height: 34px; padding: 0 10px; }
.weather-body { position: relative; border-radius: 14px; padding: 18px; color: #fff; overflow: hidden; min-height: 132px; background: linear-gradient(135deg, #2563eb, #38bdf8); }
.weather-body.wx-clear { background: linear-gradient(135deg, #f59e0b, #fbbf24); }
.weather-body.wx-clouds { background: linear-gradient(135deg, #475569, #94a3b8); }
.weather-body.wx-rain { background: linear-gradient(135deg, #1e293b, #2563eb); }
.weather-body.wx-thunder { background: linear-gradient(135deg, #0f172a, #4338ca); }
.weather-body.wx-snow { background: linear-gradient(135deg, #64748b, #cbd5e1); }
.weather-now { position: relative; z-index: 2; display: flex; align-items: center; gap: 14px; }
.weather-temp { font-size: 46px; font-weight: 900; line-height: 1; }
.weather-temp sup { font-size: 18px; font-weight: 700; }
.weather-city { font-size: 17px; font-weight: 800; }
.weather-cond { opacity: .92; font-weight: 700; }
.weather-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 12px; text-align: center; }
.weather-stats div { background: var(--surface-soft); border-radius: 10px; padding: 8px 4px; }
.weather-stats b { display: block; font-size: 15px; }
.weather-stats span { font-size: 11px; color: var(--muted); }
.weather-locate { width: 100%; margin-top: 10px; min-height: 34px; }
.weather-anim { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.wx-sun { position: absolute; top: 14px; right: 22px; width: 46px; height: 46px; border-radius: 50%; background: #fff; opacity: .85; box-shadow: 0 0 30px 8px rgba(255,255,255,.55); animation: wxspin 14s linear infinite; }
.wx-cloud { position: absolute; top: 26px; left: -40px; width: 70px; height: 22px; background: rgba(255,255,255,.6); border-radius: 999px; filter: blur(.4px); animation: wxdrift 9s linear infinite; }
.wx-cloud-2 { top: 60px; width: 50px; animation-duration: 13s; opacity: .45; }
.wx-rain { position: absolute; top: 40px; width: 2px; height: 14px; background: rgba(255,255,255,.7); border-radius: 2px; opacity: 0; }
.wx-bolt { position: absolute; top: 30px; left: 50%; font-size: 0; }
.weather-body:not(.wx-clear) .wx-sun { display: none; }
.weather-body:not(.wx-rain):not(.wx-thunder) .wx-rain { display: none; }
.weather-body.wx-rain .wx-rain, .weather-body.wx-thunder .wx-rain { animation: wxfall 1s linear infinite; }
.wx-rain:nth-child(4){left:18%;animation-delay:.1s}.wx-rain:nth-child(5){left:30%;animation-delay:.4s}.wx-rain:nth-child(6){left:44%;animation-delay:.2s}.wx-rain:nth-child(7){left:58%;animation-delay:.6s}.wx-rain:nth-child(8){left:70%;animation-delay:.3s}.wx-rain:nth-child(9){left:82%;animation-delay:.5s}.wx-rain:nth-child(10){left:90%;animation-delay:.15s}.wx-rain:nth-child(11){left:10%;animation-delay:.45s}
.weather-body.wx-thunder { animation: wxflash 5s steps(1) infinite; }
@keyframes wxspin { to { transform: rotate(360deg); } }
@keyframes wxdrift { from { transform: translateX(0); } to { transform: translateX(360px); } }
@keyframes wxfall { 0% { transform: translateY(0); opacity: 0; } 20% { opacity: .8; } 100% { transform: translateY(70px); opacity: 0; } }
@keyframes wxflash { 0%,93%,100% { filter: none; } 95% { filter: brightness(1.6); } 97% { filter: brightness(1); } 98% { filter: brightness(1.5); } }

/* Promotional banner strip */
.banner-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 24px 0; }
.promo-banner { position: relative; border-radius: 14px; overflow: hidden; min-height: 170px; box-shadow: var(--shadow); }
.promo-banner img { width: 100%; height: 100%; min-height: 170px; object-fit: cover; transition: transform .5s ease; }
.promo-banner:hover img { transform: scale(1.06); }
.promo-overlay { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; gap: 6px; padding: 16px; color: #fff; background: linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.8)); }
.promo-overlay h3 { margin: 0; font-size: 19px; line-height: 1.2; }
.promo-overlay p { margin: 0; font-size: 13px; opacity: .9; }
.promo-overlay .btn { width: fit-content; margin-top: 6px; min-height: 32px; }

/* Web story reel (home) + bubbles */
.webstory-reel { display: flex; gap: 16px; overflow-x: auto; padding: 4px 2px 12px; scrollbar-width: none; }
.webstory-reel::-webkit-scrollbar { display: none; }
.webstory-bubble { flex: 0 0 auto; width: 96px; text-align: center; display: grid; gap: 8px; justify-items: center; }
.webstory-ring { display: grid; place-items: center; width: 88px; height: 88px; border-radius: 50%; padding: 3px; background: conic-gradient(from 210deg, var(--brand-red), var(--gold), var(--brand-red)); }
.webstory-bubble .webstory-ring img { width: 80px; height: 80px; border-radius: 50%; object-fit: cover; border: 3px solid var(--surface); }
.webstory-bubble small { font-size: 12px; font-weight: 700; line-height: 1.2; }

/* Web stories page grid */
.webstory-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.webstory-tile { position: relative; border-radius: 16px; overflow: hidden; aspect-ratio: 9/14; box-shadow: var(--shadow); display: block; }
.webstory-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.webstory-tile:hover img { transform: scale(1.07); }
.webstory-cat { position: absolute; top: 12px; left: 12px; z-index: 2; }
.webstory-tile-body { position: absolute; inset: auto 0 0 0; z-index: 2; padding: 16px; color: #fff; background: linear-gradient(180deg, transparent, rgba(0,0,0,.85)); }
.webstory-tile-body h3 { margin: 0 0 6px; font-size: 17px; line-height: 1.25; }
.webstory-count { font-size: 12px; opacity: .85; font-weight: 700; }

/* Web story immersive viewer */
.story-viewer-body { margin: 0; background: #05070c; }
.story-viewer { position: relative; max-width: 460px; margin: 0 auto; height: 100vh; height: 100dvh; background: #000; overflow: hidden; }
.story-progress { position: absolute; top: 10px; left: 12px; right: 12px; z-index: 5; display: flex; gap: 5px; }
.story-progress-bar { flex: 1; height: 3px; border-radius: 3px; background: rgba(255,255,255,.35); overflow: hidden; }
.story-progress-bar i { display: block; height: 100%; background: #fff; width: 0; }
.story-topbar { position: absolute; top: 22px; left: 12px; right: 12px; z-index: 6; display: flex; justify-content: space-between; align-items: center; color: #fff; }
.story-brand { display: inline-flex; align-items: center; gap: 8px; font-weight: 900; }
.story-controls { display: flex; align-items: center; gap: 10px; }
.story-controls button, .story-close { width: 34px; height: 34px; border-radius: 50%; border: 0; background: rgba(255,255,255,.18); color: #fff; cursor: pointer; display: grid; place-items: center; font-size: 15px; }
.story-tap { position: absolute; top: 0; bottom: 0; width: 40%; z-index: 4; cursor: pointer; }
.story-tap-left { left: 0; } .story-tap-right { right: 0; width: 60%; }
.story-slide { position: absolute; inset: 0; margin: 0; }
.story-slide img { width: 100%; height: 100%; object-fit: cover; }
.story-slide figcaption { position: absolute; inset: auto 0 0 0; padding: 28px 22px 42px; color: #fff; background: linear-gradient(180deg, transparent, rgba(0,0,0,.85)); }
.story-slide h1 { font-size: 26px; line-height: 1.2; margin: 0 0 8px; }
.story-slide p { margin: 0; line-height: 1.5; opacity: .92; }
.story-cta { margin-top: 14px; }
.story-more { background: #05070c; color: #fff; padding: 26px 0 40px; }
.story-more .desi-head h2 { color: #fff; }
.story-more-rail { display: flex; gap: 14px; overflow-x: auto; padding-bottom: 8px; }
.story-more-rail a { flex: 0 0 150px; }
.story-more-rail img { width: 150px; height: 220px; object-fit: cover; border-radius: 12px; }
.story-more-rail span { display: block; margin-top: 8px; font-size: 13px; font-weight: 700; }

/* Rashifal */
.zodiac-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 8px; }
.zodiac-card { display: grid; gap: 4px; padding: 18px; border-radius: 16px; background: var(--surface); border: 1px solid var(--card-border); box-shadow: 0 10px 28px rgba(15,23,42,.08); text-align: center; justify-items: center; }
.zodiac-symbol { font-size: 38px; }
.zodiac-card h3 { margin: 4px 0 0; }
.zodiac-hindi { color: var(--brand-red); font-weight: 800; }
.zodiac-range { color: var(--muted); font-size: 12px; }
.zodiac-card p { color: var(--muted); font-size: 13px; line-height: 1.45; margin: 6px 0; }
.zodiac-lucky { font-size: 12px; font-weight: 800; color: var(--ink); }
.zodiac-band { display: flex; align-items: center; gap: 18px; }
.zodiac-band-symbol { font-size: 64px; }
.period-tabs { display: flex; gap: 8px; margin-bottom: 16px; }
.period-tabs a { padding: 10px 16px; border-radius: 999px; background: var(--surface); border: 1px solid var(--card-border); font-weight: 800; }
.period-tabs a.is-active { background: var(--brand-red); color: #fff; border-color: var(--brand-red); }
.rashifal-main h2 { margin-top: 0; }
.rashifal-main p, .rashifal-aspects p { line-height: 1.7; color: var(--ink); }
.rashifal-aspects { margin: 18px 0; }
.aspect-icon { font-size: 26px; }
.lucky-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.lucky-box { text-align: center; }
.lucky-box span { color: var(--muted); font-size: 13px; }
.lucky-box b { display: block; font-size: 24px; color: var(--brand-red); margin-top: 4px; }
.zodiac-mini-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.zodiac-mini { display: grid; justify-items: center; gap: 2px; padding: 8px 4px; border-radius: 10px; border: 1px solid var(--card-border); }
.zodiac-mini.is-active { background: var(--brand-red); color: #fff; border-color: var(--brand-red); }
.zodiac-mini span { font-size: 20px; }
.zodiac-mini small { font-size: 10px; }
.rashifal-reel { display: flex; gap: 12px; overflow-x: auto; padding-bottom: 10px; scrollbar-width: none; }
.rashifal-reel::-webkit-scrollbar { display: none; }
.rashifal-chip { flex: 0 0 auto; width: 110px; text-align: center; display: grid; gap: 2px; justify-items: center; padding: 14px 8px; border-radius: 14px; background: var(--surface); border: 1px solid var(--card-border); box-shadow: 0 8px 20px rgba(15,23,42,.08); }
.rashifal-chip-symbol { font-size: 28px; }
.rashifal-chip strong { font-size: 14px; }
.rashifal-chip small { font-size: 11px; color: var(--brand-red); font-weight: 800; }
.rashifal-chip em { font-size: 11px; color: var(--muted); font-style: normal; }

/* AI accents */
.ai-chip { display: inline-grid; place-items: center; min-width: 26px; height: 20px; padding: 0 6px; border-radius: 6px; background: linear-gradient(135deg, #7c3aed, #2563eb); color: #fff; font-size: 11px; font-weight: 900; letter-spacing: .5px; margin-right: 6px; }
.ai-panel { background: linear-gradient(180deg, rgba(124,58,237,.06), var(--surface)); border-color: rgba(124,58,237,.25); }
.ai-summary { border: 1px solid rgba(124,58,237,.3); background: linear-gradient(180deg, rgba(124,58,237,.07), var(--surface)); border-radius: 14px; padding: 14px 18px; margin: 18px 0; }
.ai-summary-head { display: flex; justify-content: space-between; align-items: center; font-weight: 900; }
.ai-summary-head button { border: 0; background: transparent; color: var(--brand-red); font-weight: 800; cursor: pointer; }
.ai-summary ul { margin: 12px 0 0; padding-left: 20px; line-height: 1.7; }
.ai-recommended .section-head { border-bottom-color: #7c3aed; }
.ai-recommended .section-head h2 { background: #7c3aed; }

/* Poll */
.poll-question { margin: 6px 0 12px; font-size: 17px; }
.poll-options { display: grid; gap: 8px; }
.poll-option { display: flex; align-items: center; gap: 10px; padding: 11px 12px; border: 1px solid var(--card-border); border-radius: 10px; cursor: pointer; font-weight: 700; transition: border-color .2s ease, background .2s ease; }
.poll-option:hover { border-color: var(--brand-red); }
.poll-actions { display: flex; gap: 8px; margin-top: 6px; }
.poll-results { display: grid; gap: 12px; }
.poll-result-head { display: flex; justify-content: space-between; font-weight: 800; font-size: 14px; margin-bottom: 4px; }
.poll-bar { height: 10px; background: var(--surface-soft); border-radius: 999px; overflow: hidden; }
.poll-bar i { display: block; height: 100%; background: linear-gradient(90deg, var(--brand-red), var(--gold)); border-radius: 999px; transition: width .8s cubic-bezier(.2,.7,.3,1); }
.poll-total { color: var(--muted); font-size: 13px; }
.poll-msg { background: #fef3c7; color: #92400e; padding: 8px 10px; border-radius: 8px; font-size: 13px; font-weight: 700; margin-bottom: 10px; }

/* Newsletter band */
.newsletter-band { background: radial-gradient(circle at 12% 20%, rgba(217,4,41,.4), transparent 38%), linear-gradient(120deg, #0b1120, #1e1b4b); color: #fff; padding: 40px 0; margin-top: 40px; }
.newsletter-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; align-items: center; }
.newsletter-copy h2 { margin: 10px 0 6px; font-size: 28px; }
.newsletter-copy p { margin: 0; opacity: .85; line-height: 1.55; }
.newsletter-fields { display: flex; gap: 8px; flex-wrap: wrap; }
.newsletter-fields .input { flex: 1; min-width: 150px; }
.newsletter-note { background: rgba(34,197,94,.2); border: 1px solid rgba(34,197,94,.5); color: #bbf7d0; padding: 8px 12px; border-radius: 8px; margin-bottom: 10px; font-weight: 700; }

/* Footer extras + back to top */
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding-top: 16px; margin-top: 18px; display: flex; justify-content: space-between; align-items: center; gap: 14px; flex-wrap: wrap; }
.footer-bottom p { margin: 0; }
.footer-links { display: flex; gap: 16px; }
.footer-links a { margin: 0; }
.back-to-top { position: fixed; right: 18px; bottom: 18px; z-index: 40; width: 46px; height: 46px; border-radius: 50%; border: 0; background: var(--brand-red); color: #fff; font-size: 20px; font-weight: 900; cursor: pointer; box-shadow: 0 12px 30px rgba(217,4,41,.4); opacity: 0; transform: translateY(20px); pointer-events: none; transition: opacity .3s ease, transform .3s ease; }
.back-to-top.is-visible { opacity: 1; transform: none; pointer-events: auto; }

/* Dark mode for new surfaces */
html[data-theme="dark"] .zodiac-card,
html[data-theme="dark"] .rashifal-chip,
html[data-theme="dark"] .poll-option,
html[data-theme="dark"] .period-tabs a,
html[data-theme="dark"] .weather-stats div { background: var(--surface); border-color: var(--card-border); color: var(--ink); }
html[data-theme="dark"] .promo-overlay, html[data-theme="dark"] .webstory-tile-body { color: #fff; }

@media (max-width: 980px) {
    .banner-strip { grid-template-columns: 1fr; }
    .webstory-grid { grid-template-columns: repeat(3, 1fr); }
    .zodiac-grid { grid-template-columns: repeat(3, 1fr); }
    .newsletter-inner { grid-template-columns: 1fr; }
    .hero-grid, .hero-slider-grid, .layout-main, .footer-grid, .admin-shell { grid-template-columns: 1fr; }
    .hero-stage { min-height: 420px; }
    .hero-rail { grid-template-columns: repeat(2, 1fr); max-height: none; overflow: visible; }
    .sidebar, .admin-sidebar { position: static; height: auto; }
    .grid-3, .grid-4, .stat-grid { grid-template-columns: repeat(2, 1fr); }
    .story-showcase, .category-newsroom-grid, .entertainment-layout, .category-feature-grid, .category-lead-card, .category-dark-grid { grid-template-columns: 1fr; }
    .fresh-news-grid { grid-template-columns: repeat(2, 1fr); }
    .category-dark-grid { grid-auto-rows: auto; }
    .category-dark-card:first-child { grid-row: auto; }
    .brand-row { align-items: flex-start; flex-direction: column; }
    .headline, .article h1 { font-size: 32px; }
}

@media (max-width: 640px) {
    .container { width: min(100% - 20px, 1180px); }
    .top-strip .container { flex-direction: column; align-items: flex-start; padding: 8px 0; gap: 8px; }
    .grid-3, .grid-4, .form-grid, .stat-grid { grid-template-columns: 1fr; }
    .hero-filter { padding-bottom: 10px; }
    .hero-stage { min-height: 390px; }
    .hero-slide-overlay { left: 18px; right: 18px; bottom: 22px; }
    .hero-slide-overlay h1 { font-size: 29px; }
    .hero-rail { grid-template-columns: 1fr; }
    .hero-rail button { grid-template-columns: 98px 1fr; min-height: 88px; }
    .hero-rail img { width: 98px; height: 68px; }
    .web-story-grid, .fresh-news-grid, .headline-wall-grid { grid-template-columns: 1fr; }
    .mini-news-row, .strip-news-card, .category-newsroom-list .mini-news-row, .fresh-row, .entertainment-list a, .headline-wall-grid a, .special-mini-list a { grid-template-columns: 92px 1fr; }
    .mini-news-row img, .strip-news-card img, .fresh-row img, .entertainment-list img, .headline-wall-grid img, .special-mini-list img { width: 92px; height: 72px; }
    .special-card img, .web-story-card img, .fresh-card img { height: 190px; }
    .entertainment-lead img, .category-newsroom-lead img { height: 220px; }
    .category-lead-card img { min-height: 220px; }
    .category-lead-card h3, .category-dark-card:first-child h3 { font-size: 23px; }
    .strip-news-card p { display: none; }
    .hero-card { min-height: 360px; }
    .mini-hero { min-height: 210px; }
    .headline, .article h1 { font-size: 27px; }
    .logo { font-size: 25px; }
    .admin-main { padding: 12px; }
    .webstory-grid, .zodiac-grid, .lucky-row, .rashifal-aspects, .zodiac-mini-grid { grid-template-columns: repeat(2, 1fr); }
    .zodiac-band-symbol { font-size: 46px; }
    .newsletter-copy h2 { font-size: 22px; }
    .top-strip .top-left { flex-direction: row; flex-wrap: wrap; }
}
