/* ================================================================
   NEETResult.in — Main CSS v4.0
   Design: Pure Sarkari Result Clone (sarkariresult.com style)
   Mobile-First · Fast-Loading · SEO-Optimized
   June 2026 Complete Rewrite
   ================================================================ */

/* ── 1. DESIGN TOKENS ──────────────────────────────────────────── */
:root {
  --sr-maroon:     #8B0000;
  --sr-maroon-dk:  #5c0000;
  --sr-black:      #1a1a1a;
  --sr-white:      #ffffff;
  --sr-bg:         #f5f5f5;
  --sr-border:     #c9c9c9;
  --sr-link:       #0645AD;
  --sr-link-hover: #8B0000;
  --sr-text:       #222222;
  --sr-muted:      #555555;
  --sr-green:      #2E8B3D;
  --sr-brown:      #A0723C;
  --sr-gold:       #F5A623;
  --sr-font-serif: Georgia, 'Times New Roman', serif;
  --sr-font-sans:  Arial, Helvetica, sans-serif;
  --nr-navy:       #0C2D6B;
  --nr-orange:     #E65100;
  --nr-radius:     4px;
  --nr-trans:      150ms ease;
}

/* ── 2. RESET ───────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--sr-font-sans);
  font-size: 14px;
  line-height: 1.6;
  color: var(--sr-text);
  background: var(--sr-bg);
  margin: 0;
  padding: 0;
}
img, video { max-width: 100%; height: auto; display: block; }
a { color: var(--sr-link); text-decoration: none; }
a:hover { color: var(--sr-link-hover); text-decoration: underline; }
ul, ol { margin: 0; padding: 0 0 0 20px; }
p { margin: 0 0 10px; }
h1,h2,h3,h4,h5,h6 { margin: 0 0 8px; line-height: 1.3; }
table { border-collapse: collapse; width: 100%; }
input, button, select, textarea { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

/* ── 3. CONTAINER ──────────────────────────────────────────────── */
.nr-container { max-width: 1200px; margin: 0 auto; padding: 0 12px; }
@media (min-width: 768px) { .nr-container { padding: 0 20px; } }

/* ── 4. SARKARI RESULT BANNER (Maroon Header) ──────────────────── */
.sr-banner {
  background: var(--sr-maroon);
  text-align: center;
  padding: 18px 12px 14px;
  border-bottom: 4px solid var(--sr-maroon-dk);
}
.sr-banner h1 {
  color: var(--sr-white);
  font-family: var(--sr-font-serif);
  font-weight: 800;
  font-size: clamp(24px, 6vw, 44px);
  margin: 0 0 4px;
  letter-spacing: .3px;
  text-shadow: 1px 1px 3px rgba(0,0,0,.25);
}
.sr-banner .sr-banner-url {
  color: rgba(255,255,255,.88);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: .5px;
  text-transform: uppercase;
}

/* ── 5. BLACK NAV BAR ──────────────────────────────────────────── */
.sr-navbar {
  background: var(--sr-black);
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  border-bottom: 2px solid var(--sr-maroon);
}
.sr-navbar::-webkit-scrollbar { height: 0; }
.sr-navbar ul { list-style: none; display: inline-flex; margin: 0; padding: 0; min-width: 100%; }
.sr-navbar li { display: inline-block; }
.sr-navbar li a {
  display: block;
  padding: 11px 14px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .4px;
  text-decoration: none;
  white-space: nowrap;
  border-right: 1px solid #333;
  transition: background var(--nr-trans);
}
.sr-navbar li:first-child a { background: #fff; color: var(--sr-black); }
.sr-navbar li.current-menu-item > a,
.sr-navbar li a:hover { background: var(--sr-maroon); color: #fff; text-decoration: none; }

/* ── 6. STATUS BAR (Breaking news strip) ───────────────────────── */
.nr-status-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 16px;
  font-size: 12.5px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  flex-wrap: wrap;
  text-decoration: none;
  line-height: 1.4;
}
.nr-status-label {
  background: rgba(255,255,255,.22);
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 2px;
  padding: 1px 8px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .7px;
  text-transform: uppercase;
  white-space: nowrap;
}
.nr-status-cta {
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.4);
  padding: 2px 10px;
  font-weight: 800;
  font-size: 11px;
  white-space: nowrap;
}
a.nr-status-bar:hover { text-decoration: none; filter: brightness(1.07); }

/* ── 7. TOPBAR (info strip under banner) ───────────────────────── */
.nr-topbar {
  background: #2a2a2a;
  color: rgba(255,255,255,.8);
  font-size: 12px;
  padding: 6px 0;
  display: none; /* hidden on mobile */
}
@media (min-width: 640px) { .nr-topbar { display: block; } }
.nr-topbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.nr-topbar-left, .nr-topbar-right { display: flex; align-items: center; gap: 5px; }
.nr-topbar-phone { color: var(--sr-gold); font-weight: 700; text-decoration: none; }
.nr-topbar-phone:hover { text-decoration: underline; }

/* ── 8. PAGE TITLE & META ──────────────────────────────────────── */
.sr-page-title {
  font-size: clamp(15px, 3.2vw, 20px);
  font-weight: 800;
  color: var(--sr-black);
  margin: 16px 0 6px;
  line-height: 1.35;
  font-family: var(--sr-font-sans);
}
.sr-page-sub { font-size: 13px; color: #333; margin: 0 0 3px; }
.sr-page-updated { font-size: 12px; color: var(--sr-muted); margin: 0 0 12px; }

/* ── 9. BREAKING ALERT ─────────────────────────────────────────── */
.sr-breaking-alert {
  background: #fff3cd;
  border: 2px solid var(--sr-maroon);
  border-left: 6px solid var(--sr-maroon);
  border-radius: var(--nr-radius);
  padding: 11px 14px;
  font-size: 13.5px;
  line-height: 1.65;
  margin: 8px 0 16px;
  color: var(--sr-black);
}
.sr-breaking-alert strong { color: var(--sr-maroon); }
.sr-breaking-alert a { color: var(--sr-maroon); font-weight: 700; text-decoration: underline; }
.sr-breaking-badge {
  display: inline-block;
  background: var(--sr-maroon);
  color: #fff;
  font-weight: 900;
  font-size: 10px;
  padding: 2px 7px;
  border-radius: 2px;
  margin-right: 5px;
  letter-spacing: .6px;
  text-transform: uppercase;
  vertical-align: middle;
}

/* ── 10. PILL BUTTONS GRID ─────────────────────────────────────── */
.sr-pillgrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
  margin: 12px 0 16px;
}
@media (min-width: 540px) { .sr-pillgrid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 900px) { .sr-pillgrid { grid-template-columns: repeat(6, 1fr); } }
.sr-pill-btn {
  display: block;
  text-align: center;
  color: #fff !important;
  font-weight: 700;
  font-size: 12.5px;
  line-height: 1.4;
  padding: 11px 8px;
  border-radius: 5px;
  text-decoration: none !important;
  transition: filter var(--nr-trans);
}
.sr-pill-btn small {
  display: block;
  font-weight: 600;
  font-size: 11px;
  opacity: .9;
  margin-top: 3px;
}
.sr-pill-btn:hover { filter: brightness(1.1); text-decoration: none !important; }
.sr-pill-red    { background: var(--sr-maroon); }
.sr-pill-green  { background: var(--sr-green); }
.sr-pill-brown  { background: var(--sr-brown); }
.sr-pill-navy   { background: var(--nr-navy); }
.sr-pill-orange { background: var(--nr-orange); }

/* ── 11. TOP LINKS ROW ─────────────────────────────────────────── */
.sr-toplinks {
  font-size: 13px;
  line-height: 2;
  padding: 8px 0 14px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 16px;
}
.sr-toplinks strong { font-size: 13px; color: var(--sr-black); margin-right: 4px; }
.sr-toplinks a { color: var(--sr-link); margin-right: 4px; white-space: nowrap; }
.sr-toplinks a:hover { color: var(--sr-link-hover); }

/* ── 12. BOX GRID (Sarkari Result Clone Boxes) ─────────────────── */
.sr-boxgrid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 20px;
}
@media (min-width: 600px) { .sr-boxgrid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px) { .sr-boxgrid { grid-template-columns: repeat(3, 1fr); } }
.sr-box {
  border: 1px solid var(--sr-border);
  border-radius: var(--nr-radius);
  background: var(--sr-white);
  display: flex;
  flex-direction: column;
  box-shadow: 0 1px 3px rgba(0,0,0,.06);
}
.sr-box-head {
  background: var(--sr-maroon);
  color: #fff;
  text-align: center;
  font-weight: 800;
  font-size: 13.5px;
  padding: 8px 10px;
  text-transform: uppercase;
  letter-spacing: .4px;
  border-radius: var(--nr-radius) var(--nr-radius) 0 0;
}
.sr-box-list { list-style: none; margin: 0; padding: 8px 12px; flex: 1; }
.sr-box-list li {
  padding: 8px 0;
  border-bottom: 1px dashed #e0e0e0;
  font-size: 13px;
  line-height: 1.5;
}
.sr-box-list li:last-child { border-bottom: none; }
.sr-box-list li a { color: var(--sr-link); text-decoration: none; }
.sr-box-list li a::before { content: "» "; color: var(--sr-maroon); font-weight: 900; }
.sr-box-list li a:hover { color: var(--sr-link-hover); text-decoration: underline; }
.sr-box-foot { text-align: center; padding: 10px 0 12px; border-top: 1px solid #eee; }
.sr-viewall {
  display: inline-block;
  background: var(--sr-maroon);
  color: #fff !important;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .4px;
  padding: 7px 18px;
  border-radius: 20px;
  text-decoration: none !important;
  border: 1px solid var(--sr-maroon-dk);
  transition: background var(--nr-trans);
}
.sr-viewall:hover { background: var(--sr-maroon-dk); text-decoration: none !important; }

/* ── 13. DIVIDERS ──────────────────────────────────────────────── */
.sr-divider { border: none; border-top: 1px dashed #ccc; margin: 20px 0; }

/* ── 14. RED BAND SECTIONS ─────────────────────────────────────── */
.sr-redband {
  background: var(--sr-maroon);
  color: #fff;
  text-align: center;
  font-weight: 800;
  font-size: 14.5px;
  padding: 9px 16px;
  margin: 16px 0 0;
  border-radius: var(--nr-radius) var(--nr-radius) 0 0;
}
.sr-redband-body {
  border: 1px solid var(--sr-border);
  border-top: none;
  padding: 12px 16px;
  font-size: 13.5px;
  line-height: 1.8;
  color: #222;
  background: #fff;
  border-radius: 0 0 var(--nr-radius) var(--nr-radius);
}
.sr-redband-body p { margin: 0 0 8px; }
.sr-redband-body p:last-child { margin-bottom: 0; }
.sr-redband-body a { color: var(--sr-link); }
.sr-redband-body a:hover { color: var(--sr-link-hover); }

/* ── 15. SECTION UTILITIES ─────────────────────────────────────── */
.nr-section { padding: 24px 0; }
.nr-section-alt { background: #f9f9f9; }
.nr-section-head { margin-bottom: 18px; }
.nr-section-title {
  font-size: clamp(16px, 3vw, 20px);
  font-weight: 800;
  color: var(--sr-black);
  margin: 0 0 6px;
  padding-left: 12px;
  border-left: 4px solid var(--sr-maroon);
  font-family: var(--sr-font-sans);
}
.nr-section-badge {
  display: inline-block;
  background: #fff0f0;
  color: var(--sr-maroon);
  border: 1px solid #f5c6c6;
  border-radius: 2px;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .5px;
  padding: 1px 7px;
  margin-bottom: 5px;
}
.nr-section-sub { font-size: 13px; color: var(--sr-muted); margin: 0; padding-left: 16px; }

/* ── 16. DATA TABLES ───────────────────────────────────────────── */
.nr-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: var(--nr-radius); }
.nr-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  background: #fff;
  border: 1px solid var(--sr-border);
}
.nr-table caption {
  font-weight: 700;
  font-size: 13px;
  background: var(--sr-maroon);
  color: #fff;
  padding: 8px 12px;
  text-align: left;
  letter-spacing: .2px;
}
.nr-table thead th {
  background: #2a2a2a;
  color: #fff;
  padding: 9px 12px;
  text-align: left;
  font-weight: 700;
  font-size: 12.5px;
  white-space: nowrap;
  border: 1px solid #444;
}
.nr-table tbody tr:nth-child(even) { background: #f8f8f8; }
.nr-table tbody tr:hover { background: #fff3f3; }
.nr-table td, .nr-table th { padding: 8px 12px; border: 1px solid #ddd; vertical-align: top; }
.nr-table tbody th { background: #fafafa; font-weight: 700; }
.nr-table-status-done { color: var(--sr-green); font-weight: 700; }
.nr-table-status-active { color: var(--sr-maroon); font-weight: 700; }
.nr-table-status-pending { color: #888; }
.nr-table-note {
  font-size: 12px;
  color: var(--sr-muted);
  margin: 6px 0 0;
  display: flex;
  align-items: flex-start;
  gap: 4px;
  line-height: 1.5;
}
.nr-table-highlight { background: #fff8e1 !important; }
.nr-table-highlight td, .nr-table-highlight th { font-weight: 700 !important; }

/* ── 17. ARTICLE CARDS ─────────────────────────────────────────── */
.nr-cards-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
@media (min-width: 600px) { .nr-cards-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px) { .nr-cards-grid { grid-template-columns: repeat(3, 1fr); } }
.nr-card {
  background: #fff;
  border: 1px solid var(--sr-border);
  border-radius: var(--nr-radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow var(--nr-trans);
}
.nr-card:hover { box-shadow: 0 3px 12px rgba(0,0,0,.1); }
.nr-card-thumb { aspect-ratio: 16/9; overflow: hidden; background: #f0f0f0; }
.nr-card-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.nr-card:hover .nr-card-thumb img { transform: scale(1.04); }
.nr-card-body { padding: 12px; flex: 1; display: flex; flex-direction: column; gap: 6px; }
.nr-card-cat { font-size: 10.5px; font-weight: 700; text-transform: uppercase; color: var(--sr-maroon); letter-spacing: .5px; }
.nr-card-title { font-size: 14px; font-weight: 700; color: var(--sr-black); line-height: 1.4; }
.nr-card-title a { color: var(--sr-black); text-decoration: none; }
.nr-card-title a:hover { color: var(--sr-maroon); }
.nr-card-date { font-size: 11.5px; color: var(--sr-muted); }
.nr-card-excerpt { font-size: 12.5px; color: #444; line-height: 1.55; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

/* List-style update items */
.nr-update-list { list-style: none; padding: 0; margin: 0; }
.nr-update-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 9px 0;
  border-bottom: 1px dashed #ddd;
  font-size: 13.5px;
}
.nr-update-item:last-child { border-bottom: none; }
.nr-update-item::before { content: "»"; color: var(--sr-maroon); font-weight: 900; flex-shrink: 0; margin-top: 2px; }
.nr-update-date { font-size: 11px; color: var(--sr-muted); white-space: nowrap; flex-shrink: 0; }

/* ── 18. QUICK ACCESS GRID ─────────────────────────────────────── */
.nr-quick-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media (min-width: 480px)  { .nr-quick-grid { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 640px)  { .nr-quick-grid { grid-template-columns: repeat(5, 1fr); } }
@media (min-width: 900px)  { .nr-quick-grid { grid-template-columns: repeat(8, 1fr); } }
.nr-quick-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 12px 8px;
  background: #fff;
  border: 1px solid var(--sr-border);
  border-radius: var(--nr-radius);
  text-decoration: none;
  transition: all var(--nr-trans);
  gap: 6px;
}
.nr-quick-card:hover { background: var(--sr-maroon); border-color: var(--sr-maroon); text-decoration: none; }
.nr-quick-card:hover .nr-quick-label { color: #fff; }
.nr-quick-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff3f3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--sr-maroon);
  font-size: 16px;
  flex-shrink: 0;
  transition: background var(--nr-trans);
}
.nr-quick-card:hover .nr-quick-icon { background: rgba(255,255,255,.2); color: #fff; }
.nr-quick-label { font-size: 11px; font-weight: 700; color: var(--sr-black); line-height: 1.3; }

/* ── 19. STATS BAND ────────────────────────────────────────────── */
.nr-stats-band { background: var(--sr-maroon); padding: 16px 0; }
.nr-stats-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  gap: 12px;
}
.nr-stat-item { display: flex; flex-direction: column; align-items: center; gap: 2px; min-width: 70px; }
.nr-stat-icon { color: var(--sr-gold); opacity: .9; }
.nr-stat-num {
  font-size: clamp(18px, 2.5vw, 24px);
  font-weight: 800;
  color: var(--sr-gold);
  line-height: 1;
  font-family: Arial, sans-serif;
}
.nr-stat-lbl { font-size: 10px; color: rgba(255,255,255,.8); text-transform: uppercase; letter-spacing: .4px; text-align: center; }

/* ── 20. IMPORTANT DATES TABLE SPECIFICS ──────────────────────── */
.nr-dates-table .nr-table tbody tr.active-row { background: #fff8e1 !important; }
.nr-dates-table .nr-table tbody tr.active-row td { font-weight: 700; }

/* ── 21. BUTTONS ───────────────────────────────────────────────── */
.nr-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 20px;
  border-radius: var(--nr-radius);
  font-size: 13.5px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all var(--nr-trans);
  white-space: nowrap;
  font-family: var(--sr-font-sans);
  line-height: 1;
}
.nr-btn-primary { background: var(--sr-maroon); color: #fff; border-color: var(--sr-maroon); }
.nr-btn-primary:hover { background: var(--sr-maroon-dk); color: #fff; text-decoration: none; }
.nr-btn-outline { background: transparent; color: var(--sr-maroon); border-color: var(--sr-maroon); }
.nr-btn-outline:hover { background: var(--sr-maroon); color: #fff; text-decoration: none; }
.nr-btn-navy { background: var(--nr-navy); color: #fff; border-color: var(--nr-navy); }
.nr-btn-navy:hover { background: #071A42; color: #fff; text-decoration: none; }
.nr-btn-whatsapp { background: #25D366; color: #fff; border-color: #25D366; }
.nr-btn-whatsapp:hover { background: #1aac54; color: #fff; text-decoration: none; }
.nr-btn-lg { padding: 12px 26px; font-size: 15px; }

/* ── 22. ALERTS ────────────────────────────────────────────────── */
.nr-alert {
  padding: 11px 14px;
  border-radius: var(--nr-radius);
  font-size: 13px;
  line-height: 1.6;
  margin: 14px 0;
  border-left: 5px solid;
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.nr-alert-warning { background: #fff8e1; border-color: #F5A623; color: #5d4037; }
.nr-alert-info    { background: #e3f2fd; border-color: #1565C0; color: #1565C0; }
.nr-alert-success { background: #e8f5e9; border-color: #2E7D32; color: #2E7D32; }
.nr-alert-danger  { background: #ffebee; border-color: var(--sr-maroon); color: var(--sr-maroon); }
.nr-alert-title   { font-weight: 800; display: block; margin-bottom: 3px; }

/* ── 23. FAQ ACCORDION ─────────────────────────────────────────── */
.nr-faq-list { display: flex; flex-direction: column; gap: 8px; }
.nr-faq-item { border: 1px solid var(--sr-border); border-radius: var(--nr-radius); background: #fff; overflow: hidden; }
.nr-faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  color: var(--sr-black);
  background: #fafafa;
  gap: 8px;
  border: none;
  width: 100%;
  text-align: left;
  transition: background var(--nr-trans);
}
.nr-faq-q:hover { background: #fff0f0; color: var(--sr-maroon); }
.nr-faq-q[aria-expanded="true"] { background: var(--sr-maroon); color: #fff; }
.nr-faq-chevron { width: 18px; height: 18px; flex-shrink: 0; transition: transform .2s; }
.nr-faq-q[aria-expanded="true"] .nr-faq-chevron { transform: rotate(180deg); }
.nr-faq-a { padding: 12px 14px; font-size: 13.5px; line-height: 1.7; color: #333; display: none; }
.nr-faq-a a { color: var(--sr-link); }
.nr-faq-item.active .nr-faq-a { display: block; }

/* ── 24. TRENDING ──────────────────────────────────────────────── */
.nr-trending-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.nr-trending-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 13px;
  background: #fff;
  border: 1px solid var(--sr-border);
  border-radius: 20px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--sr-link);
  text-decoration: none;
  transition: all var(--nr-trans);
  white-space: nowrap;
}
.nr-trending-tag:hover { background: var(--sr-maroon); color: #fff; border-color: var(--sr-maroon); text-decoration: none; }
.nr-trending-num { font-size: 10px; font-weight: 800; color: var(--sr-maroon); background: #fff0f0; padding: 1px 5px; border-radius: 10px; }
.nr-trending-tag:hover .nr-trending-num { background: rgba(255,255,255,.2); color: #fff; }

/* ── 25. STATE GRID ────────────────────────────────────────────── */
.nr-state-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
@media (min-width: 480px) { .nr-state-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 640px) { .nr-state-grid { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 900px) { .nr-state-grid { grid-template-columns: repeat(6, 1fr); } }
.nr-state-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 10px;
  background: #fff;
  border: 1px solid var(--sr-border);
  border-radius: var(--nr-radius);
  font-size: 12.5px;
  font-weight: 600;
  color: var(--sr-link);
  text-decoration: none;
  transition: all var(--nr-trans);
}
.nr-state-item:hover { background: var(--sr-maroon); color: #fff; border-color: var(--sr-maroon); text-decoration: none; }

/* ── 26. OFFICIAL LINKS ────────────────────────────────────────── */
.nr-offlinks-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media (min-width: 600px) { .nr-offlinks-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px) { .nr-offlinks-grid { grid-template-columns: repeat(3, 1fr); } }
.nr-offlink {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid var(--sr-border);
  border-radius: var(--nr-radius);
  text-decoration: none;
  transition: all var(--nr-trans);
}
.nr-offlink:hover { background: #fff0f0; border-color: var(--sr-maroon); text-decoration: none; }
.nr-offlink-icon { color: var(--sr-maroon); flex-shrink: 0; }
.nr-offlink-text { display: flex; flex-direction: column; }
.nr-offlink-name { font-size: 13.5px; font-weight: 700; color: var(--sr-black); }
.nr-offlink:hover .nr-offlink-name { color: var(--sr-maroon); }
.nr-offlink-url { font-size: 11.5px; color: var(--sr-muted); }

/* ── 27. COUNSELLING CARDS ─────────────────────────────────────── */
.nr-counsel-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
@media (min-width: 600px) { .nr-counsel-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px) { .nr-counsel-grid { grid-template-columns: repeat(4, 1fr); } }
.nr-counsel-card {
  background: #fff;
  border: 1px solid var(--sr-border);
  border-radius: var(--nr-radius);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  text-align: center;
}
.nr-counsel-icon { color: var(--sr-maroon); margin-bottom: 4px; }
.nr-counsel-name { font-size: 15px; font-weight: 800; color: var(--sr-black); }
.nr-counsel-auth { font-size: 12.5px; color: var(--sr-muted); margin: 0; }
.nr-counsel-seats { font-size: 12.5px; font-weight: 600; color: #333; margin: 0; }
.nr-counsel-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 14px;
  background: var(--sr-maroon);
  color: #fff;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  margin-top: 4px;
  transition: background var(--nr-trans);
}
.nr-counsel-link:hover { background: var(--sr-maroon-dk); text-decoration: none; color: #fff; }

/* ── 28. SYLLABUS GRID ─────────────────────────────────────────── */
.nr-syllabus-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
@media (min-width: 768px) { .nr-syllabus-grid { grid-template-columns: repeat(3, 1fr); } }
.nr-syllabus-subject {
  background: #fff;
  border: 1px solid var(--sr-border);
  border-radius: var(--nr-radius);
  overflow: hidden;
}
.nr-syllabus-heading {
  background: var(--sr-maroon);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  padding: 9px 14px;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}
.nr-syllabus-class { padding: 10px 14px; border-bottom: 1px solid #eee; }
.nr-syllabus-class:last-child { border-bottom: none; }
.nr-syllabus-class-label { font-size: 12px; font-weight: 800; text-transform: uppercase; color: var(--sr-maroon); margin: 0 0 6px; }
.nr-syllabus-list { list-style: none; padding: 0; margin: 0; }
.nr-syllabus-list li { font-size: 12.5px; padding: 3px 0; border-bottom: 1px dotted #eee; }
.nr-syllabus-list li:last-child { border-bottom: none; }
.nr-syllabus-list li::before { content: "• "; color: var(--sr-maroon); font-weight: 900; }

/* ── 29. EXAM PATTERN ──────────────────────────────────────────── */
.nr-pattern-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) { .nr-pattern-grid { grid-template-columns: 1fr 1fr; } }
.nr-pattern-left, .nr-pattern-right {}
.nr-highlights-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.nr-highlights-list li {
  padding: 9px 12px;
  background: #fff;
  border: 1px solid var(--sr-border);
  border-left: 4px solid var(--sr-maroon);
  border-radius: 0 var(--nr-radius) var(--nr-radius) 0;
  font-size: 13px;
  line-height: 1.5;
}

/* ── 30. DOCUMENTS GRID ────────────────────────────────────────── */
.nr-docs-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
@media (min-width: 480px) { .nr-docs-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 768px) { .nr-docs-grid { grid-template-columns: repeat(3, 1fr); } }
.nr-doc-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px;
  background: #fff;
  border: 1px solid var(--sr-border);
  border-radius: var(--nr-radius);
  font-size: 13px;
}
.nr-doc-num {
  background: var(--sr-maroon);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  padding: 2px 7px;
  border-radius: 50%;
  flex-shrink: 0;
  min-width: 22px;
  text-align: center;
  line-height: 1.5;
}
.nr-doc-text { color: #333; line-height: 1.4; }

/* ── 31. PREVIOUS YEAR TABLE ────────────────────────────────────── */
.nr-prev-year-table { overflow-x: auto; }

/* ── 32. CTA BAND ──────────────────────────────────────────────── */
.nr-cta-band { background: var(--nr-navy); padding: 32px 0; }
.nr-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.nr-cta-title { font-size: clamp(18px, 3vw, 24px); font-weight: 800; color: #fff; margin: 0 0 6px; }
.nr-cta-sub { font-size: 13.5px; color: rgba(255,255,255,.8); margin: 0; }
.nr-cta-actions { display: flex; flex-wrap: wrap; gap: 10px; }

/* ── 33. BREADCRUMB ─────────────────────────────────────────────── */
.nr-bc-wrap { padding: 8px 0; background: #f5f5f5; border-bottom: 2px solid var(--sr-maroon); margin-bottom: 14px; }
.nr-breadcrumb { display: flex; align-items: center; flex-wrap: wrap; gap: 4px; font-size: 12.5px; color: var(--sr-muted); }
.nr-bc-item a { color: var(--sr-link); font-weight: 500; }
.nr-bc-item a:hover { color: var(--sr-link-hover); }
.nr-bc-sep { color: #bbb; }
.nr-bc-item:last-child span { color: var(--sr-black); font-weight: 600; }

/* ── 34. INNER PAGES ────────────────────────────────────────────── */
.nr-inner-wrap { display: grid; grid-template-columns: 1fr; gap: 24px; }
@media (min-width: 900px) { .nr-inner-wrap.has-sidebar { grid-template-columns: 1fr 280px; } }
.nr-page-title {
  font-family: var(--sr-font-serif);
  font-size: clamp(19px, 4vw, 26px);
  font-weight: 800;
  color: var(--sr-black);
  margin: 0 0 10px;
  border-left: 5px solid var(--sr-maroon);
  padding-left: 12px;
  line-height: 1.3;
}
.nr-result-hero {
  background: var(--sr-maroon);
  border-radius: var(--nr-radius);
  padding: 18px 16px;
  margin-bottom: 20px;
}
.nr-result-hero .nr-page-title { color: #fff; border-color: rgba(255,255,255,.5); }
.nr-result-intro { font-size: 13.5px; color: rgba(255,255,255,.9); margin: 0; }
.nr-result-intro a { color: #FFD580; }

/* Sidebar sticky box */
.nr-sidebar-sticky { position: sticky; top: 10px; }
.nr-sidebar-sticky::before {
  content: "Quick Links";
  display: block;
  background: var(--sr-maroon);
  color: #fff;
  font-weight: 800;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  padding: 9px 10px;
  border-radius: var(--nr-radius) var(--nr-radius) 0 0;
  letter-spacing: .4px;
}
.nr-sidebar-sticky .nr-section-head { display: none; }
.nr-sidebar-sticky { border: 1px solid var(--sr-border); border-radius: var(--nr-radius); background: #fff; }
.nr-sidebar-sticky .nr-quick-grid { grid-template-columns: 1fr !important; gap: 0 !important; padding: 0; }
.nr-sidebar-sticky .nr-quick-card {
  flex-direction: row !important;
  justify-content: flex-start !important;
  border: none !important;
  border-bottom: 1px dashed #ddd !important;
  border-radius: 0 !important;
  padding: 9px 12px !important;
  text-align: left !important;
}
.nr-sidebar-sticky .nr-quick-card:last-child { border-bottom: none !important; }
.nr-sidebar-sticky .nr-quick-icon { width: 22px !important; height: 22px !important; flex-shrink: 0 !important; font-size: 12px !important; }
.nr-sidebar-sticky .nr-quick-label { font-size: 12.5px !important; text-align: left !important; }

/* Steps */
.nr-steps-list { display: flex; flex-direction: column; gap: 10px; counter-reset: steps; }
.nr-step {
  display: flex;
  gap: 12px;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid var(--sr-border);
  border-radius: var(--nr-radius);
  font-size: 13.5px;
  align-items: flex-start;
  counter-increment: steps;
}
.nr-step-num {
  background: var(--sr-maroon);
  color: #fff;
  font-weight: 800;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
  font-size: 12px;
}
.nr-step-text { line-height: 1.55; color: #333; }
.nr-step-text strong { color: var(--sr-black); }

/* Result link boxes */
.nr-result-link-box {
  background: #fff;
  border: 1px solid var(--sr-border);
  border-radius: var(--nr-radius);
  padding: 14px;
  margin: 12px 0;
}
.nr-result-link-box h3 {
  font-size: 14px;
  font-weight: 800;
  color: var(--sr-maroon);
  margin: 0 0 10px;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 8px;
}
.nr-result-links { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 6px; }
.nr-result-links li a {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  background: var(--sr-maroon);
  color: #fff;
  border-radius: var(--nr-radius);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: background var(--nr-trans);
}
.nr-result-links li a:hover { background: var(--sr-maroon-dk); color: #fff; text-decoration: none; }
.nr-result-awaited-box {
  text-align: center;
  padding: 32px 20px;
  background: #fff;
  border: 2px dashed var(--sr-border);
  border-radius: var(--nr-radius);
}
.nr-awaited-icon { font-size: 48px; margin-bottom: 12px; }
.nr-awaited-title { font-size: 20px; font-weight: 800; color: var(--sr-black); margin: 0 0 8px; }
.nr-awaited-sub { font-size: 14px; color: var(--sr-muted); margin: 0 0 20px; }

/* ── 35. SINGLE POST ────────────────────────────────────────────── */
.nr-single-wrap { max-width: 900px; }
.nr-single-hero {
  padding: 18px 0 10px;
  border-bottom: 1px dashed #ddd;
  margin-bottom: 18px;
}
.nr-single-title { font-family: var(--sr-font-serif); font-size: clamp(20px, 4vw, 30px); font-weight: 800; color: var(--sr-black); line-height: 1.3; margin: 0 0 12px; }
.nr-post-meta-bar {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 12.5px;
  color: var(--sr-muted);
  flex-wrap: wrap;
}
.nr-post-updated::before { content: "🕒 "; }
.nr-post-read::before { content: "📖 "; }
.nr-post-content { font-size: 14.5px; line-height: 1.8; color: #222; }
.nr-post-content h2 { font-size: 20px; color: var(--sr-black); border-left: 4px solid var(--sr-maroon); padding-left: 10px; margin: 24px 0 12px; }
.nr-post-content h3 { font-size: 17px; color: var(--sr-black); margin: 18px 0 8px; }
.nr-post-content a { color: var(--sr-link); }
.nr-post-content a:hover { color: var(--sr-link-hover); }
.nr-post-content p { margin-bottom: 14px; }
.nr-post-content ul li { margin-bottom: 5px; }
.nr-post-content blockquote { border-left: 4px solid var(--sr-maroon); padding-left: 16px; margin: 16px 0; color: #555; font-style: italic; }
.nr-post-content img { border-radius: var(--nr-radius); margin: 12px 0; }
.nr-post-content table { font-size: 13px; margin: 12px 0; }
.nr-post-thumbnail { border-radius: var(--nr-radius); overflow: hidden; margin-bottom: 20px; }
.nr-post-thumbnail img { width: 100%; height: auto; max-height: 400px; object-fit: cover; }

/* Author box */
.nr-author-box {
  display: flex;
  gap: 14px;
  padding: 16px;
  background: #fff;
  border: 1px solid var(--sr-border);
  border-radius: var(--nr-radius);
  margin: 24px 0;
  align-items: flex-start;
}
.nr-author-avatar { border-radius: 50%; flex-shrink: 0; }
.nr-author-label { font-size: 11px; text-transform: uppercase; color: var(--sr-muted); letter-spacing: .5px; }
.nr-author-name { font-size: 16px; font-weight: 800; color: var(--sr-black); margin: 2px 0 4px; }
.nr-author-name a { color: var(--sr-black); }
.nr-author-bio { font-size: 13px; color: #444; margin: 0 0 4px; line-height: 1.5; }
.nr-author-cred { font-size: 11.5px; color: var(--sr-maroon); font-weight: 600; }
.nr-related { margin-top: 28px; }
.nr-related-title { font-size: 18px; font-weight: 800; color: var(--sr-black); border-left: 4px solid var(--sr-maroon); padding-left: 10px; margin-bottom: 16px; }

/* ── 36. SOCIAL SHARE ───────────────────────────────────────────── */
.nr-social-share { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0; }
.nr-share-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  border-radius: var(--nr-radius);
  font-size: 12.5px;
  font-weight: 700;
  text-decoration: none;
  transition: filter var(--nr-trans);
  color: #fff;
}
.nr-share-btn:hover { filter: brightness(1.1); color: #fff; text-decoration: none; }
.nr-share-wa { background: #25D366; }
.nr-share-tg { background: #0088CC; }
.nr-share-tw { background: #000; }
.nr-share-fb { background: #1877F2; }
.nr-share-copy { background: #555; cursor: pointer; border: none; }

/* ── 37. READING PROGRESS ───────────────────────────────────────── */
.nr-progress { position: fixed; top: 0; left: 0; height: 3px; background: var(--sr-maroon); width: 0; z-index: 9999; transition: width 60ms linear; border-radius: 0 2px 2px 0; }

/* ── 38. SEARCH OVERLAY ─────────────────────────────────────────── */
.nr-search-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.7);
  z-index: 9000;
  align-items: flex-start;
  justify-content: center;
  padding: 60px 16px;
}
.nr-search-overlay.open { display: flex; }
.nr-search-box {
  background: #fff;
  border-radius: 8px;
  width: 100%;
  max-width: 600px;
  padding: 24px;
  position: relative;
}
.nr-search-hint { font-size: 13px; color: var(--sr-muted); margin: 0 0 10px; }
.nr-search-input {
  width: 100%;
  border: 2px solid var(--sr-border);
  border-radius: var(--nr-radius);
  padding: 11px 14px;
  font-size: 15px;
  outline: none;
}
.nr-search-input:focus { border-color: var(--sr-maroon); }
.nr-search-close { position: absolute; top: 12px; right: 12px; background: none; border: none; cursor: pointer; color: var(--sr-muted); font-size: 20px; }
.nr-search-results { margin-top: 12px; display: flex; flex-direction: column; gap: 8px; }
.nr-search-result-item {
  display: flex;
  gap: 10px;
  padding: 9px;
  border: 1px solid var(--sr-border);
  border-radius: var(--nr-radius);
  text-decoration: none;
}
.nr-search-result-item:hover { background: #fff0f0; border-color: var(--sr-maroon); text-decoration: none; }
.nr-search-result-title { font-size: 14px; font-weight: 700; color: var(--sr-black); }
.nr-search-result-meta { font-size: 11.5px; color: var(--sr-muted); }

/* ── 39. MOBILE DRAWER ──────────────────────────────────────────── */
.nr-mob-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.6);
  z-index: 8500;
}
.nr-mob-overlay.open { display: block; }
.nr-mob-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: min(320px, 85vw);
  height: 100vh;
  background: #fff;
  z-index: 8600;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform .25s ease;
}
.nr-mob-overlay.open .nr-mob-drawer { transform: translateX(0); }
.nr-mob-close {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
  padding: 14px 16px;
  background: var(--sr-maroon);
  color: #fff;
  border: none;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  text-align: left;
}
.nr-mob-menu { list-style: none; padding: 0; margin: 0; }
.nr-mob-menu li { border-bottom: 1px solid #eee; }
.nr-mob-menu li a {
  display: block;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 600;
  color: var(--sr-black);
  text-decoration: none;
}
.nr-mob-menu li a:hover,
.nr-mob-menu li.current-menu-item a { color: var(--sr-maroon); background: #fff0f0; }

/* ── 40. MOBILE BOTTOM NAV ──────────────────────────────────────── */
.nr-bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 2px solid var(--sr-maroon);
  display: flex;
  align-items: stretch;
  z-index: 8000;
  box-shadow: 0 -2px 8px rgba(0,0,0,.1);
}
@media (min-width: 900px) { .nr-bottom-nav { display: none; } }
.nr-bn-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: 8px 4px 6px;
  color: #555;
  text-decoration: none;
  font-size: 10px;
  font-weight: 700;
  background: none;
  border: none;
  cursor: pointer;
  transition: color var(--nr-trans);
}
.nr-bn-item:hover, .nr-bn-active { color: var(--sr-maroon); text-decoration: none; }
body { padding-bottom: 60px; }
@media (min-width: 900px) { body { padding-bottom: 0; } }

/* ── 41. FOOTER ─────────────────────────────────────────────────── */
.nr-footer-disclaimer {
  background: #fff3cd;
  border-top: 3px solid #F5A623;
  padding: 10px 0;
  font-size: 12px;
  line-height: 1.6;
  color: #5d4037;
}
.nr-footer-disclaimer p { margin: 0; }
.nr-footer-disclaimer a { color: var(--nr-navy); font-weight: 700; }
.nr-footer {
  background: #1a1a1a;
  color: rgba(255,255,255,.8);
  padding: 32px 0 0;
}
.nr-footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 640px)  { .nr-footer-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 900px)  { .nr-footer-grid { grid-template-columns: 1.8fr 1fr 1fr 1fr; } }
.nr-footer-brand {}
.nr-footer-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 10px;
}
.nr-footer-logo:hover { color: var(--sr-gold); text-decoration: none; }
.nr-footer-logo strong { color: var(--sr-gold); }
.nr-footer-brand p { font-size: 12.5px; line-height: 1.65; color: rgba(255,255,255,.65); margin-bottom: 12px; }
.nr-footer-heading {
  font-size: 12.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: var(--sr-gold);
  margin: 0 0 10px;
}
.nr-footer-links { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 5px; }
.nr-footer-links li a { font-size: 12.5px; color: rgba(255,255,255,.65); text-decoration: none; display: flex; align-items: center; gap: 4px; }
.nr-footer-links li a:hover { color: var(--sr-gold); text-decoration: none; }
.nr-footer-social { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.nr-social-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 12px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: var(--nr-radius);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: background var(--nr-trans);
}
.nr-social-btn:hover { background: rgba(255,255,255,.18); text-decoration: none; }
.nr-footer-status { display: flex; flex-direction: column; gap: 8px; margin: 10px 0; }
.nr-footer-bottom {
  background: #111;
  margin-top: 28px;
  padding: 12px 0;
}
.nr-footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.nr-footer-copy { font-size: 12px; color: rgba(255,255,255,.55); margin: 0; }
.nr-footer-copy strong { color: rgba(255,255,255,.75); }
.nr-footer-legal { display: flex; flex-wrap: wrap; gap: 12px; }
.nr-footer-legal a { font-size: 12px; color: rgba(255,255,255,.55); text-decoration: none; }
.nr-footer-legal a:hover { color: var(--sr-gold); }

/* ── 42. ICON HELPERS ───────────────────────────────────────────── */
.nr-icon { display: inline-block; vertical-align: middle; flex-shrink: 0; }

/* ── 43. SECTION CTAs ───────────────────────────────────────────── */
.nr-section-cta { text-align: center; margin-top: 20px; }
.nr-view-all {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  font-weight: 700;
  color: var(--sr-maroon);
  text-decoration: none;
}
.nr-view-all:hover { text-decoration: underline; }
.nr-updates-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin-bottom: 14px; }

/* ── 44. STATUS PILLS ───────────────────────────────────────────── */
.nr-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .5px;
}
.nr-status-awaited  { background: var(--sr-maroon); color: #fff; }
.nr-status-declared { background: #0D6632; color: #fff; }
.nr-status-live     { background: #0C2D6B; color: #fff; }

/* Countdown (inline styled by PHP) */
.nr-countdown-wrap { display: flex; gap: 10px; flex-wrap: wrap; }
.nr-countdown-unit { text-align: center; }

/* ── 45. TICKER ─────────────────────────────────────────────────── */
.nr-ticker { display: flex; align-items: stretch; background: var(--nr-navy); height: 36px; overflow: hidden; }
.nr-ticker-label { display: flex; align-items: center; gap: 5px; padding: 0 12px; background: var(--sr-maroon); color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .6px; text-transform: uppercase; white-space: nowrap; flex-shrink: 0; }
.nr-ticker-live { font-size: 9px; animation: nrBlink 1.1s step-end infinite; }
@keyframes nrBlink { 0%,100%{opacity:1}50%{opacity:0} }
.nr-ticker-track { flex: 1; overflow: hidden; display: flex; align-items: center; }
.nr-ticker-items { display: flex; white-space: nowrap; animation: nrTickerScroll 70s linear infinite; }
.nr-ticker-items:hover { animation-play-state: paused; }
.nr-ticker-item { color: rgba(255,255,255,.85); font-size: 12.5px; padding: 0 44px; display: inline-block; }
@keyframes nrTickerScroll { 0%{transform:translateX(100vw)}100%{transform:translateX(-100%)} }

/* ── 46. RANK PREDICTOR ─────────────────────────────────────────── */
.nr-rp-form { background: #fff; border: 1px solid var(--sr-border); border-radius: var(--nr-radius); padding: 20px; }
.nr-rp-field { margin-bottom: 14px; }
.nr-rp-label { display: block; font-size: 13px; font-weight: 700; color: var(--sr-black); margin-bottom: 5px; }
.nr-rp-input, .nr-rp-select {
  width: 100%;
  padding: 9px 12px;
  border: 1.5px solid var(--sr-border);
  border-radius: var(--nr-radius);
  font-size: 14px;
  color: var(--sr-black);
  background: #fafafa;
  outline: none;
}
.nr-rp-input:focus, .nr-rp-select:focus { border-color: var(--sr-maroon); background: #fff; }
.nr-rp-result { margin-top: 16px; padding: 14px; background: #fff3f3; border: 2px solid var(--sr-maroon); border-radius: var(--nr-radius); display: none; }
.nr-rp-result.show { display: block; }
.nr-rp-rank { font-size: 28px; font-weight: 900; color: var(--sr-maroon); }
.nr-rp-note { font-size: 12px; color: var(--sr-muted); margin-top: 6px; }

/* ── 47. MEDIA PRINT ────────────────────────────────────────────── */
@media print {
  .sr-navbar, .nr-bottom-nav, .nr-mob-overlay, .nr-search-overlay,
  .nr-cta-band, .nr-footer-social, .nr-status-bar { display: none !important; }
  body { background: #fff; font-size: 12pt; }
  .nr-container { max-width: 100%; padding: 0; }
}

/* ── 48. ACCESSIBILITY ──────────────────────────────────────────── */
:focus-visible { outline: 2px solid var(--sr-maroon); outline-offset: 2px; }
.skip-link { position: absolute; top: -999px; left: 10px; z-index: 99999; background: var(--sr-maroon); color: #fff; padding: 8px 16px; border-radius: 0 0 var(--nr-radius) var(--nr-radius); font-weight: 700; text-decoration: none; }
.skip-link:focus { top: 0; }

/* ── 49. UTILITIES ──────────────────────────────────────────────── */
.text-center { text-align: center; }
.mt-0 { margin-top: 0; }
.mb-0 { margin-bottom: 0; }
.hidden { display: none; }
.font-bold { font-weight: 700; }

/* Ensure GeneratePress doesn't interfere with our layout */
.site-main { max-width: none; margin: 0; padding: 0; }
.site { overflow: hidden; }
.generate-columns-container { display: block; }

/* Legacy class aliases (some PHP renders may use these) */
.nr-srbox-head  { /* handled by sr-box styles */ }
.nr-hero        { display: none !important; }
.nr-header      { display: none !important; }
.nr-topbar-wrap { display: none !important; }


/* ── Extra card styles ──────────────────────────────────────────── */
.nr-card-thumb-link { display: block; }
.nr-card-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.nr-card:hover .nr-card-thumb img { transform: scale(1.04); }
.nr-card-no-img { min-height: 120px; display: flex; align-items: center; justify-content: center; background: #f0f0f0; color: #8B0000; }
.nr-card-date { display: flex; align-items: center; gap: 10px; font-size: 11.5px; color: var(--sr-muted); }
.nr-toc { background: #fff; border: 1px solid var(--sr-border); border-radius: var(--nr-radius); margin: 16px 0; padding: 12px 16px; }
.nr-toc-list { font-size: 13px; padding-left: 18px; margin: 0; line-height: 1.8; }
.nr-toc-list li a { color: var(--sr-link); }
.nr-toc-list li a:hover { color: var(--sr-link-hover); }

/* ── Single post inner layout ───────────────────────────────────── */
.nr-single-main { min-width: 0; }
.nr-inner-wrap { display: grid; grid-template-columns: 1fr; gap: 24px; }
@media (min-width: 960px) { .nr-inner-wrap.has-sidebar { grid-template-columns: 1fr 260px; } }
.nr-single-sidebar { display: none; }
@media (min-width: 960px) { .nr-single-sidebar { display: block; } }
.nr-sidebar-links { list-style: none; padding: 0; margin: 10px 0 0; }
.nr-sidebar-links li a {
  display: flex; align-items: center; gap: 6px;
  padding: 8px 12px; font-size: 13px; font-weight: 600; color: var(--sr-link);
  border-bottom: 1px dashed #eee; text-decoration: none;
}
.nr-sidebar-links li a:hover { color: var(--sr-link-hover); background: #fff0f0; }

/* ── Share buttons ─────────────────────────────────────────────── */
.nr-share { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin: 14px 0; }
.nr-share-lbl { font-size: 12.5px; font-weight: 700; color: var(--sr-black); }

/* ── TOC JS visibility toggle ──────────────────────────────────── */
.nr-toc.has-items { display: block !important; }

/* ── Mobile topbar (sitewide) ──────────────────────────────────── */
.nr-mobile-topbar { display: flex; }
@media (min-width: 900px) { .nr-mobile-topbar { display: none; } }

/* ── Quick section layout ──────────────────────────────────────── */
.nr-quick-section {}
.nr-pattern-grid { align-items: start; }

/* ── Badge utility ─────────────────────────────────────────────── */
.nr-badge { display: inline-block; padding: 2px 8px; border-radius: 3px; font-size: 11px; font-weight: 700; }
.nr-badge-blue { background: #e3f2fd; color: #1565C0; }
.nr-badge-green { background: #e8f5e9; color: #2E7D32; }
.nr-badge-red { background: #ffebee; color: #8B0000; }
.nr-badge-gold { background: #fff8e1; color: #F57F17; }

/* ── Countdown widget ──────────────────────────────────────────── */
#nrCountdown { font-size: 13px; }

/* ── 404 page ──────────────────────────────────────────────────── */
.nr-404-wrap { text-align: center; padding: 60px 20px; }
.nr-404-title { font-size: 80px; font-weight: 900; color: var(--sr-maroon); line-height: 1; margin: 0; }
.nr-404-msg { font-size: 18px; font-weight: 700; color: var(--sr-black); margin: 12px 0 8px; }
.nr-404-sub { font-size: 14px; color: var(--sr-muted); margin: 0 0 24px; }

/* ── Mobile: hide sidebar elements on phones ───────────────────── */
@media (max-width: 640px) {
  .nr-stats-inner { gap: 10px; }
  .nr-stat-item { min-width: 60px; }
  .nr-stat-num { font-size: 16px; }
  .nr-section { padding: 18px 0; }
  .sr-boxgrid { gap: 12px; }
  .nr-counsel-grid { grid-template-columns: 1fr 1fr; }
  .nr-cta-inner { flex-direction: column; }
}

/* ── Prevent GP from adding extra padding ─────────────────────── */
.site-content { padding: 0 !important; }
.content-area { width: 100% !important; max-width: 100% !important; }
#page { overflow-x: hidden; }

