/*
 * NaijaSabi Reviews — Frontend Styles v1.0.0
 * Award-winning editorial review design
 * Zero external dependencies · Mobile-first · Dark mode ready
 */

/* ═══════════════════════════════════════
   TOKENS
═══════════════════════════════════════ */
:root {
  --nsr-g:      #007A3D;
  --nsr-gd:     #013D22;
  --nsr-gb:     #011A0B;
  --nsr-gold:   #F5A623;
  --nsr-lite:   #39C46F;
  --nsr-red:    #DC2626;
  --nsr-amber:  #CA8A04;
  --nsr-orange: #EA580C;
  --nsr-surf:   #ffffff;
  --nsr-bg:     #F9F7F3;
  --nsr-bdr:    rgba(0,0,0,.07);
  --nsr-txt:    #0C1A0F;
  --nsr-sub:    #4A6354;
  --nsr-mute:   #9BB0A2;
  --nsr-r:      16px;
  --nsr-pad:    clamp(16px, 4vw, 48px);
  --nsr-head:   'Bricolage Grotesque', 'Georgia', serif;
  --nsr-body:   'DM Sans', 'Segoe UI', sans-serif;
  --nsr-mono:   'Courier New', monospace;
  --nsr-ease:   cubic-bezier(0.16, 1, 0.3, 1);
}

/* Dark mode — inherits from NaijaSabi theme vars if present */
[data-theme="dark"],
.ns-dark {
  --nsr-surf:  #0C1F10;
  --nsr-bg:    #060E09;
  --nsr-bdr:   rgba(255,255,255,.07);
  --nsr-txt:   #ECF5EE;
  --nsr-sub:   #7AAF88;
  --nsr-mute:  #3D6B50;
}

.nsr-single,
.nsr-archive,
.nsr-embed-card,
.nsr-grid { font-family: var(--nsr-body); color: var(--nsr-txt); }

/* ═══════════════════════════════════════
   HERO
═══════════════════════════════════════ */
.nsr-hero {
  position: relative;
  background:
    linear-gradient(to bottom, rgba(1,26,11,.7) 0%, rgba(1,26,11,.97) 100%),
    var(--nsr-thumb, linear-gradient(135deg, #013D22, #011A0B));
  background-size: cover;
  background-position: center;
  padding: 28px var(--nsr-pad) 40px;
  min-height: 320px;
  display: flex; flex-direction: column; justify-content: flex-end;
}
.nsr-hero__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, transparent 0%, rgba(1,26,11,.85) 70%, rgba(1,26,11,.98) 100%);
}
.nsr-hero__inner { position: relative; z-index: 1; max-width: 900px; }

.nsr-breadcrumb {
  display: flex; align-items: center; gap: 8px; flex-wrap: wrap;
  font-size: 12px; color: rgba(255,255,255,.45); margin-bottom: 16px;
  font-family: var(--nsr-mono); letter-spacing: .5px;
}
.nsr-breadcrumb a { color: rgba(255,255,255,.5); text-decoration: none; }
.nsr-breadcrumb a:hover { color: var(--nsr-gold); }

.nsr-hero__badges { display: flex; gap: 8px; margin-bottom: 14px; flex-wrap: wrap; }
.nsr-type-badge {
  background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2);
  color: #fff; font-size: 11px; font-weight: 700;
  padding: 5px 14px; border-radius: 100px; letter-spacing: .5px;
}
.nsr-ec-badge {
  background: linear-gradient(135deg, var(--nsr-gold), #FFC53D);
  color: #011A0B; font-size: 11px; font-weight: 900;
  padding: 5px 14px; border-radius: 100px; letter-spacing: .5px;
}

.nsr-hero__title {
  font-family: var(--nsr-head);
  font-size: clamp(28px, 5vw, 52px);
  font-weight: 900; color: #fff; line-height: 1.06;
  letter-spacing: -1.5px; margin-bottom: 18px;
}

.nsr-hero__meta {
  display: flex; flex-wrap: wrap; gap: 16px;
}
.nsr-hero__meta-item {
  display: flex; flex-direction: column; gap: 2px;
  font-size: 13px; color: rgba(255,255,255,.75);
}
.nsr-hero__meta-label {
  font-size: 9px; font-weight: 700; color: rgba(255,255,255,.4);
  letter-spacing: 1.5px; text-transform: uppercase;
  font-family: var(--nsr-mono);
}

/* ═══════════════════════════════════════
   BODY LAYOUT
═══════════════════════════════════════ */
.container { max-width: 1100px; margin: 0 auto; padding: 0 var(--nsr-pad); }
.nsr-body  { padding: 40px 0 80px; background: var(--nsr-bg); }
.nsr-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 40px;
  align-items: start;
}
@media (max-width: 900px) {
  .nsr-layout { grid-template-columns: 1fr; }
  .nsr-sidebar { order: -1; }
}

/* ═══════════════════════════════════════
   SCORE BLOCK — the money shot
═══════════════════════════════════════ */
.nsr-score-block {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 24px; margin-bottom: 36px;
  background: var(--nsr-gb);
  border-radius: 24px; padding: 32px;
}
@media (max-width: 600px) {
  .nsr-score-block { grid-template-columns: 1fr; }
}

.nsr-score-col {
  display: flex; flex-direction: column; align-items: center; gap: 16px;
}
.nsr-score-col--editor { border-right: 1px solid rgba(255,255,255,.08); padding-right: 24px; }
.nsr-score-col--reader { padding-left: 24px; }
@media (max-width: 600px) {
  .nsr-score-col--editor { border-right: none; border-bottom: 1px solid rgba(255,255,255,.08); padding-right: 0; padding-bottom: 24px; }
  .nsr-score-col--reader { padding-left: 0; }
}

/* Score circle */
.nsr-score-circle-lg {
  width: 160px; height: 160px;
  position: relative;
  display: flex; align-items: center; justify-content: center;
}
.nsr-score-svg-lg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  transform: rotate(-90deg);
}
.nsr-score-svg__bg-lg {
  fill: none;
  stroke: rgba(255,255,255,.08);
  stroke-width: 8;
}
.nsr-score-svg__fill-lg {
  fill: none;
  stroke: var(--score-color, #007A3D);
  stroke-width: 8;
  stroke-linecap: round;
  stroke-dasharray: 427;
  stroke-dashoffset: calc(427 - var(--score-dash, 0));
  transition: stroke-dashoffset 1.2s var(--nsr-ease);
}
.nsr-score-circle__inner {
  position: relative; z-index: 1; text-align: center;
}
.nsr-score-num {
  display: block;
  font-family: var(--nsr-head); font-size: 52px; font-weight: 900;
  color: #fff; line-height: 1; letter-spacing: -3px;
}
.nsr-score-denom {
  font-size: 16px; color: rgba(255,255,255,.4); font-weight: 500;
}

.nsr-score-meta { text-align: center; }
.nsr-verdict-badge {
  display: inline-block;
  padding: 5px 16px; border-radius: 100px;
  font-size: 10px; font-weight: 900; color: #fff;
  letter-spacing: 2px; text-transform: uppercase;
  font-family: var(--nsr-mono);
  margin-bottom: 8px;
}
.nsr-score-by {
  font-size: 11px; color: rgba(255,255,255,.45);
  font-family: var(--nsr-mono); letter-spacing: 1px; text-transform: uppercase;
}
.nsr-score-author {
  display: flex; align-items: center; gap: 6px;
  font-size: 12px; color: rgba(255,255,255,.6);
  margin-top: 6px;
}
.nsr-author-av { border-radius: 50%; width: 24px !important; height: 24px !important; }
.nsr-score-count { font-size: 11px; color: rgba(255,255,255,.4); margin-top: 4px; }

/* Verdict quote */
.nsr-verdict-quote {
  background: linear-gradient(135deg, rgba(0,122,61,.12), rgba(0,122,61,.05));
  border-left: 4px solid var(--nsr-g);
  border-radius: 0 16px 16px 0;
  padding: 20px 24px; margin: 0 0 32px;
}
.nsr-verdict-quote p {
  font-family: var(--nsr-head); font-size: clamp(16px,2.5vw,22px);
  font-weight: 700; color: var(--nsr-txt); line-height: 1.4;
  margin-bottom: 10px; font-style: italic;
}
.nsr-verdict-quote cite {
  font-size: 12px; color: var(--nsr-mute);
  font-family: var(--nsr-mono); letter-spacing: .5px; font-style: normal;
}

/* ═══════════════════════════════════════
   CRITERIA BREAKDOWN — animated bars
═══════════════════════════════════════ */
.nsr-criteria-breakdown {
  margin-bottom: 36px;
  background: var(--nsr-surf); border: 1px solid var(--nsr-bdr);
  border-radius: 20px; padding: 24px 28px;
}
.nsr-criteria-breakdown__title {
  font-family: var(--nsr-head); font-size: 18px; font-weight: 900;
  color: var(--nsr-txt); margin-bottom: 20px; letter-spacing: -.3px;
}
.nsr-bar-item { margin-bottom: 18px; }
.nsr-bar-item:last-child { margin-bottom: 0; }
.nsr-bar-head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 8px;
}
.nsr-bar-label {
  font-size: 13px; font-weight: 700; color: var(--nsr-txt); flex: 1;
}
.nsr-bar-weight {
  font-size: 10px; color: var(--nsr-mute);
  font-family: var(--nsr-mono); margin: 0 10px;
}
.nsr-bar-score {
  font-family: var(--nsr-head); font-size: 18px; font-weight: 900;
  min-width: 36px; text-align: right; letter-spacing: -.5px;
}
.nsr-bar-track {
  height: 8px; background: var(--nsr-bg);
  border-radius: 4px; overflow: hidden;
}
.nsr-bar-fill {
  height: 100%; border-radius: 4px;
  background: var(--bar-color, var(--nsr-g));
  width: var(--bar-w, 0%);
  transition: width 1s var(--nsr-ease);
}

/* ═══════════════════════════════════════
   REVIEW CONTENT
═══════════════════════════════════════ */
.nsr-content {
  font-size: 16px; line-height: 1.8; color: var(--nsr-sub);
  margin-bottom: 36px;
}
.nsr-content h2, .nsr-content h3 {
  font-family: var(--nsr-head); font-weight: 900; color: var(--nsr-txt);
  margin: 32px 0 14px; letter-spacing: -.5px;
}
.nsr-content h2 { font-size: clamp(20px,3vw,26px); }
.nsr-content h3 { font-size: clamp(17px,2.5vw,21px); }
.nsr-content p  { margin-bottom: 18px; }
.nsr-content img { max-width: 100%; border-radius: 12px; }

/* ═══════════════════════════════════════
   READER RATING
═══════════════════════════════════════ */
.nsr-reader-rating {
  background: var(--nsr-surf); border: 1px solid var(--nsr-bdr);
  border-radius: 20px; padding: 24px 28px; margin-bottom: 24px;
}
.nsr-reader-rating__head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 16px; flex-wrap: wrap; gap: 8px;
}
.nsr-reader-rating__title {
  font-family: var(--nsr-head); font-size: 18px; font-weight: 900; color: var(--nsr-txt);
}
.nsr-reader-rating__avg { font-size: 14px; color: var(--nsr-sub); }
.nsr-reader-rating__avg strong { font-size: 20px; color: var(--nsr-txt); }
.nsr-reader-rating__count { color: var(--nsr-mute); }

.nsr-rating-stars {
  display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 10px;
}
.nsr-star {
  width: 36px; height: 36px; padding: 0;
  background: none; border: none; cursor: pointer;
  color: var(--nsr-mute); transition: all .2s; border-radius: 8px;
}
.nsr-star:hover, .nsr-star.hovered, .nsr-star.active {
  color: var(--nsr-gold); transform: scale(1.15);
}
.nsr-star svg { width: 100%; height: 100%; }
.nsr-rating-hint {
  font-size: 12px; color: var(--nsr-mute);
  font-family: var(--nsr-mono); letter-spacing: .5px;
}

.nsr-reader-rating__done {
  display: flex; align-items: center; gap: 10px;
  font-size: 14px; color: var(--nsr-g); font-weight: 600;
  padding: 12px 16px; background: rgba(0,122,61,.06);
  border-radius: 12px;
}
.nsr-reader-rating__check {
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--nsr-g); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; flex-shrink: 0;
}

/* ═══════════════════════════════════════
   REACTIONS
═══════════════════════════════════════ */
.nsr-reactions {
  background: var(--nsr-surf); border: 1px solid var(--nsr-bdr);
  border-radius: 20px; padding: 24px 28px; margin-bottom: 32px;
}
.nsr-reactions__head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 18px; flex-wrap: wrap; gap: 8px;
}
.nsr-reactions__title {
  font-family: var(--nsr-head); font-size: 18px; font-weight: 900; color: var(--nsr-txt);
}
.nsr-reactions__total { font-size: 12px; color: var(--nsr-mute); }

.nsr-reactions__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 10px;
}
.nsr-reaction {
  display: flex; flex-direction: column; align-items: flex-start;
  gap: 4px; padding: 14px 16px;
  background: var(--nsr-bg); border: 1.5px solid var(--nsr-bdr);
  border-radius: 16px; cursor: pointer; text-align: left;
  transition: all .22s var(--nsr-ease);
  position: relative; overflow: hidden;
}
.nsr-reaction:hover {
  border-color: var(--nsr-g); transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,.08);
}
.nsr-reaction--voted {
  border-color: var(--nsr-g);
  background: rgba(0,122,61,.06);
}
.nsr-reaction__emoji { font-size: 28px; }
.nsr-reaction__label {
  font-size: 12px; font-weight: 800; color: var(--nsr-txt); line-height: 1;
}
.nsr-reaction__desc {
  font-size: 10px; color: var(--nsr-mute); line-height: 1.3;
}
.nsr-reaction__count {
  font-family: var(--nsr-head); font-size: 20px; font-weight: 900;
  color: var(--nsr-g); margin-top: 4px; min-height: 24px;
}
.nsr-reaction__bar {
  position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
  background: var(--nsr-bdr);
}
.nsr-reaction__bar-fill {
  height: 100%; background: var(--nsr-g);
  transition: width 1s var(--nsr-ease); border-radius: 2px;
}

/* ═══════════════════════════════════════
   POST NAVIGATION
═══════════════════════════════════════ */
.nsr-post-nav {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
  padding-top: 32px; border-top: 1px solid var(--nsr-bdr);
  margin-top: 32px;
}
.nsr-post-nav__btn {
  display: flex; flex-direction: column; gap: 4px;
  padding: 16px 20px; background: var(--nsr-surf);
  border: 1px solid var(--nsr-bdr); border-radius: 16px;
  text-decoration: none; transition: all .22s;
}
.nsr-post-nav__btn:hover { border-color: var(--nsr-g); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,.08); }
.nsr-post-nav__btn--next { text-align: right; }
.nsr-post-nav__dir { font-size: 10px; color: var(--nsr-mute); font-family: var(--nsr-mono); letter-spacing: 1px; }
.nsr-post-nav__title { font-size: 13px; font-weight: 700; color: var(--nsr-txt); line-height: 1.3; }
.nsr-post-nav__score { font-family: var(--nsr-head); font-size: 22px; font-weight: 900; margin-top: 4px; }

/* ═══════════════════════════════════════
   SIDEBAR
═══════════════════════════════════════ */
.nsr-sidebar { position: sticky; top: 80px; display: flex; flex-direction: column; gap: 16px; }

.nsr-sidebar__cover {
  border-radius: 16px; overflow: hidden;
  box-shadow: 0 8px 32px rgba(0,0,0,.18);
}
.nsr-sidebar__cover img { width: 100%; display: block; }

.nsr-info-card {
  background: var(--nsr-surf); border: 1px solid var(--nsr-bdr);
  border-radius: 16px; padding: 18px; overflow: hidden;
}
.nsr-info-card__title {
  font-size: 10px; font-weight: 700; color: var(--nsr-mute);
  letter-spacing: 2px; text-transform: uppercase;
  font-family: var(--nsr-mono); margin-bottom: 14px;
}
.nsr-info-row {
  display: flex; justify-content: space-between; gap: 8px;
  padding: 8px 0; border-bottom: 1px solid var(--nsr-bdr);
  font-size: 13px;
}
.nsr-info-row:last-child { border-bottom: none; }
.nsr-info-row__label { color: var(--nsr-mute); font-weight: 500; flex-shrink: 0; }
.nsr-info-row__val { color: var(--nsr-txt); font-weight: 700; text-align: right; }

.nsr-trailer-btn, .nsr-stream-btn {
  display: block; padding: 14px; border-radius: 14px;
  text-align: center; font-size: 14px; font-weight: 800;
  text-decoration: none; transition: all .2s;
}
.nsr-trailer-btn {
  background: var(--nsr-gb); color: #fff;
  border: 1px solid rgba(255,255,255,.1);
}
.nsr-trailer-btn:hover { background: #111; }
.nsr-stream-btn {
  background: var(--nsr-g); color: #fff;
  box-shadow: 0 4px 16px rgba(0,122,61,.3);
}
.nsr-stream-btn:hover { background: #00913d; transform: translateY(-1px); }

.nsr-reviewer-card {
  display: flex; align-items: center; gap: 12px;
  background: var(--nsr-surf); border: 1px solid var(--nsr-bdr);
  border-radius: 14px; padding: 14px;
}
.nsr-reviewer-card__av { border-radius: 50%; width: 56px !important; height: 56px !important; flex-shrink: 0; }
.nsr-reviewer-card__by { font-size: 10px; color: var(--nsr-mute); letter-spacing: 1px; text-transform: uppercase; }
.nsr-reviewer-card__name { font-size: 14px; font-weight: 800; color: var(--nsr-txt); margin: 2px 0; }
.nsr-reviewer-card__date { font-size: 11px; color: var(--nsr-mute); }

/* ═══════════════════════════════════════
   EMBED CARD (shortcode)
═══════════════════════════════════════ */
.nsr-embed-card {
  display: flex; gap: 16px;
  background: var(--nsr-surf); border: 1px solid var(--nsr-bdr);
  border-radius: 16px; padding: 16px; text-decoration: none;
  transition: all .22s; margin: 20px 0;
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
}
.nsr-embed-card:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,.1); border-color: var(--nsr-g); }
.nsr-embed-card__thumb {
  width: 90px; height: 90px; border-radius: 10px; flex-shrink: 0;
  overflow: hidden; position: relative;
  background: linear-gradient(135deg, var(--nsr-gd), var(--nsr-g));
  display: flex; align-items: center; justify-content: center;
}
.nsr-embed-card__thumb img { width: 100%; height: 100%; object-fit: cover; }
.nsr-embed-card__thumb-fb { font-size: 36px; }
.nsr-embed-card__score {
  position: absolute; bottom: 4px; right: 4px;
  background: var(--score-color, var(--nsr-g));
  color: #fff; font-family: var(--nsr-head);
  font-size: 15px; font-weight: 900;
  padding: 2px 7px; border-radius: 8px;
  line-height: 1.4;
}
.nsr-embed-card__body { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.nsr-embed-card__type { font-size: 10px; color: var(--nsr-mute); font-family: var(--nsr-mono); letter-spacing: 1px; }
.nsr-embed-card__title { font-family: var(--nsr-head); font-size: 15px; font-weight: 900; color: var(--nsr-txt); line-height: 1.25; }
.nsr-embed-card__creator { font-size: 12px; color: var(--nsr-sub); }
.nsr-embed-card__verdict-badge { font-size: 9px; font-weight: 900; letter-spacing: 2px; font-family: var(--nsr-mono); }
.nsr-embed-card__verdict { font-size: 12px; color: var(--nsr-mute); font-style: italic; line-height: 1.4; }

/* ═══════════════════════════════════════
   REVIEW GRID (shortcode)
═══════════════════════════════════════ */
.nsr-grid { margin: 24px 0; }
.nsr-grid__title {
  font-family: var(--nsr-head); font-size: 22px; font-weight: 900;
  color: var(--nsr-txt); margin-bottom: 16px; letter-spacing: -.5px;
}
.nsr-grid__items {
  display: grid;
  grid-template-columns: repeat(var(--nsr-cols, 3), 1fr);
  gap: 16px;
}
@media (max-width: 768px) { .nsr-grid__items { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .nsr-grid__items { grid-template-columns: 1fr; } }
.nsr-grid .nsr-embed-card { margin: 0; flex-direction: column; }
.nsr-grid .nsr-embed-card__thumb { width: 100%; height: 160px; }

/* ═══════════════════════════════════════
   ARCHIVE
═══════════════════════════════════════ */
.nsr-archive { padding: 40px 0 80px; }
.nsr-archive__head { margin-bottom: 28px; }
.nsr-archive__title {
  font-family: var(--nsr-head); font-size: clamp(30px,5vw,52px);
  font-weight: 900; color: var(--nsr-txt); letter-spacing: -2px;
  display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap;
}
.nsr-archive__subtitle {
  font-size: clamp(14px,2vw,20px); color: var(--nsr-mute); font-weight: 400; letter-spacing: -.2px;
}
.nsr-archive__desc { color: var(--nsr-sub); font-size: 15px; line-height: 1.6; max-width: 600px; margin-top: 10px; }

.nsr-archive__tabs {
  display: flex; gap: 8px; flex-wrap: wrap;
  margin-bottom: 28px; padding-bottom: 20px;
  border-bottom: 1px solid var(--nsr-bdr);
}
.nsr-archive__tab {
  padding: 8px 18px; border-radius: 100px; font-size: 13px; font-weight: 700;
  text-decoration: none; color: var(--nsr-sub);
  border: 1.5px solid var(--nsr-bdr); transition: all .2s;
}
.nsr-archive__tab:hover, .nsr-archive__tab--active {
  background: var(--nsr-gb); border-color: var(--nsr-gb); color: #fff;
}

.nsr-archive__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px; margin-bottom: 36px;
}

.nsr-archive-card {
  background: var(--nsr-surf); border: 1px solid var(--nsr-bdr);
  border-radius: 18px; overflow: hidden; text-decoration: none;
  display: flex; flex-direction: column;
  transition: all .22s; box-shadow: 0 2px 8px rgba(0,0,0,.05);
}
.nsr-archive-card:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(0,0,0,.12); border-color: rgba(0,122,61,.25); }
.nsr-archive-card__thumb {
  height: 200px; position: relative; overflow: hidden;
  background: linear-gradient(135deg, var(--nsr-gd), #1a3a2a);
  display: flex; align-items: center; justify-content: center;
}
.nsr-archive-card__thumb img { width: 100%; height: 100%; object-fit: cover; }
.nsr-archive-card__thumb-fb { font-size: 64px; opacity: .3; }
.nsr-archive-card__score {
  position: absolute; top: 12px; right: 12px;
  background: var(--badge-color, var(--nsr-g));
  color: #fff; font-family: var(--nsr-head);
  font-size: 20px; font-weight: 900; letter-spacing: -.5px;
  padding: 4px 12px; border-radius: 10px;
}
.nsr-archive-card__ec {
  position: absolute; top: 12px; left: 12px;
  background: var(--nsr-gold); color: var(--nsr-gb);
  font-size: 9px; font-weight: 900; padding: 3px 9px;
  border-radius: 100px; letter-spacing: 1px;
}
.nsr-archive-card__body { padding: 16px; flex: 1; display: flex; flex-direction: column; gap: 6px; }
.nsr-archive-card__type { font-size: 10px; color: var(--nsr-mute); font-family: var(--nsr-mono); letter-spacing: 1px; }
.nsr-archive-card__title { font-family: var(--nsr-head); font-size: 16px; font-weight: 900; color: var(--nsr-txt); line-height: 1.2; letter-spacing: -.3px; }
.nsr-archive-card__creator { font-size: 12px; color: var(--nsr-sub); }
.nsr-archive-card__verdict-row { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-top: 2px; }
.nsr-archive-card__badge { font-size: 9px; font-weight: 900; color: #fff; padding: 3px 10px; border-radius: 100px; letter-spacing: 1.5px; font-family: var(--nsr-mono); }
.nsr-archive-card__reader { font-size: 11px; color: var(--nsr-sub); font-weight: 600; }
.nsr-archive-card__excerpt { font-size: 12px; color: var(--nsr-mute); line-height: 1.5; flex: 1; }
.nsr-archive-card__date { font-size: 11px; color: var(--nsr-mute); margin-top: auto; }

.nsr-archive__pagination { display: flex; justify-content: center; }
.nsr-archive__pagination .page-numbers {
  display: flex; gap: 6px; list-style: none; flex-wrap: wrap; justify-content: center;
}
.nsr-archive__pagination a, .nsr-archive__pagination span {
  display: flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 10px;
  font-size: 14px; font-weight: 700; text-decoration: none;
  border: 1px solid var(--nsr-bdr); color: var(--nsr-sub); transition: all .2s;
}
.nsr-archive__pagination .current, .nsr-archive__pagination a:hover {
  background: var(--nsr-gb); border-color: var(--nsr-gb); color: #fff;
}
.nsr-archive__pagination .prev, .nsr-archive__pagination .next { width: auto; padding: 0 14px; }

.nsr-archive__empty { text-align: center; padding: 80px 20px; }
.nsr-archive__empty-ico { font-size: 64px; display: block; margin-bottom: 16px; }
.nsr-archive__empty h2 { font-family: var(--nsr-head); font-size: 24px; color: var(--nsr-txt); margin-bottom: 8px; }
.nsr-archive__empty p { color: var(--nsr-mute); }
.nsr-btn-primary {
  display: inline-block; margin-top: 20px; padding: 14px 28px;
  background: var(--nsr-g); color: #fff; border-radius: 100px;
  font-weight: 800; text-decoration: none; transition: all .2s;
}
.nsr-btn-primary:hover { background: #00913d; transform: translateY(-1px); }

/* ═══════════════════════════════════════
   REDUCED MOTION
═══════════════════════════════════════ */
@media (prefers-reduced-motion: reduce) {
  .nsr-bar-fill,
  .nsr-score-svg__fill-lg,
  .nsr-reaction,
  .nsr-archive-card,
  .nsr-embed-card { transition: none !important; }
}

/* ═══════════════════════════════════════
   CONSENSUS SCORE
═══════════════════════════════════════ */
.nsr-consensus {
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; padding: 20px 24px;
  background: rgba(255,255,255,.04);
  border-top: 1px solid rgba(255,255,255,.08);
  text-align: center;
}
.nsr-consensus__label {
  font-size: 10px; font-weight: 700;
  color: rgba(255,255,255,.35);
  letter-spacing: 2px; text-transform: uppercase;
  font-family: var(--nsr-mono);
}
.nsr-consensus__score {
  font-family: var(--nsr-head);
  font-size: 56px; font-weight: 900;
  letter-spacing: -3px; line-height: 1;
}
.nsr-consensus__denom {
  font-size: 20px; opacity: .5; font-weight: 500;
}
.nsr-consensus__badge {
  display: inline-block; padding: 5px 18px; border-radius: 100px;
  font-size: 10px; font-weight: 900; color: #fff;
  letter-spacing: 2px; font-family: var(--nsr-mono);
}
.nsr-consensus__note {
  font-size: 11px; color: rgba(255,255,255,.35);
}

/* ═══════════════════════════════════════
   SOCIAL SHARE
═══════════════════════════════════════ */
.nsr-share {
  display: flex; align-items: center; gap: 14px;
  flex-wrap: wrap; margin-bottom: 28px;
  padding: 16px 20px;
  background: var(--nsr-surf); border: 1px solid var(--nsr-bdr);
  border-radius: 14px;
}
.nsr-share__label {
  font-size: 12px; font-weight: 700; color: var(--nsr-mute);
  font-family: var(--nsr-mono); letter-spacing: 1px;
  text-transform: uppercase;
}
.nsr-share__btns { display: flex; gap: 8px; flex-wrap: wrap; margin-left: auto; }
.nsr-share__btn {
  display: flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; border-radius: 10px;
  font-size: 14px; font-weight: 900; text-decoration: none;
  transition: all .2s; border: none; cursor: pointer;
}
.nsr-share__btn:hover { transform: scale(1.08); }
.nsr-share__btn--x  { background: #000; color: #fff; }
.nsr-share__btn--wa { background: #25D366; color: #fff; }
.nsr-share__btn--fb { background: #1877F2; color: #fff; }
.nsr-share__btn--copy {
  background: var(--nsr-bg); color: var(--nsr-sub);
  border: 1.5px solid var(--nsr-bdr);
}
.nsr-share__btn--copy.copied {
  background: rgba(0,122,61,.1); color: var(--nsr-g);
  border-color: rgba(0,122,61,.3);
}

/* ═══════════════════════════════════════
   RELATED REVIEWS
═══════════════════════════════════════ */
.nsr-related { margin-bottom: 36px; }
.nsr-related__title {
  font-family: var(--nsr-head);
  font-size: 18px; font-weight: 900; color: var(--nsr-txt);
  letter-spacing: -.3px; margin-bottom: 16px;
}
.nsr-related__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
@media (max-width: 600px) { .nsr-related__grid { grid-template-columns: 1fr; } }

.nsr-related-card {
  display: flex; flex-direction: column;
  background: var(--nsr-surf); border: 1px solid var(--nsr-bdr);
  border-radius: 14px; overflow: hidden; text-decoration: none;
  transition: all .22s;
}
.nsr-related-card:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,.1); border-color: rgba(0,122,61,.2); }
.nsr-related-card__thumb {
  height: 100px; position: relative; overflow: hidden;
  background: linear-gradient(135deg, var(--nsr-gd), #1a3a2a);
  display: flex; align-items: center; justify-content: center;
}
.nsr-related-card__thumb img { width: 100%; height: 100%; object-fit: cover; }
.nsr-related-card__thumb-fb { font-size: 36px; opacity: .25; }
.nsr-related-card__score {
  position: absolute; bottom: 6px; right: 6px;
  color: #fff; font-family: var(--nsr-head); font-size: 14px;
  font-weight: 900; padding: 2px 8px; border-radius: 6px;
  letter-spacing: -.3px;
}
.nsr-related-card__body { padding: 10px 12px; display: flex; flex-direction: column; gap: 3px; }
.nsr-related-card__title {
  font-family: var(--nsr-head); font-size: 13px; font-weight: 800;
  color: var(--nsr-txt); line-height: 1.25;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.nsr-related-card__creator { font-size: 11px; color: var(--nsr-mute); }
.nsr-related-card__label { font-size: 9px; font-weight: 900; letter-spacing: 1.5px; font-family: var(--nsr-mono); }

/* ═══════════════════════════════════════
   ARCHIVE CONTROLS (sort + RSS)
═══════════════════════════════════════ */
.nsr-archive__controls {
  display: flex; align-items: center; gap: 16px;
  justify-content: space-between; flex-wrap: wrap;
  margin-bottom: 24px;
}
.nsr-archive__sort { display: flex; align-items: center; gap: 8px; }
.nsr-archive__sort-label {
  font-size: 11px; color: var(--nsr-mute);
  font-family: var(--nsr-mono); letter-spacing: 1px;
}
.nsr-archive__sort-btn {
  padding: 6px 14px; border-radius: 100px; font-size: 12px; font-weight: 700;
  text-decoration: none; color: var(--nsr-sub);
  border: 1.5px solid var(--nsr-bdr); transition: all .2s;
}
.nsr-archive__sort-btn--active,
.nsr-archive__sort-btn:hover {
  background: var(--nsr-gb); border-color: var(--nsr-gb); color: #fff;
}
.nsr-archive__rss {
  font-size: 12px; font-weight: 700; color: var(--nsr-g);
  text-decoration: none; padding: 6px 14px;
  border: 1.5px solid rgba(0,122,61,.25); border-radius: 100px;
  transition: all .2s;
}
.nsr-archive__rss:hover { background: rgba(0,122,61,.07); }

/* ═══════════════════════════════════════
   SCORE CIRCLE — entrance animation fix
   (fires when .nsr-circle-animated is added by JS)
═══════════════════════════════════════ */
.nsr-score-circle-lg .nsr-score-svg__fill-lg {
  stroke-dashoffset: 427; /* fully hidden by default */
  transition: stroke-dashoffset 0s; /* no animation until class added */
}
.nsr-circle-animated .nsr-score-svg__fill-lg {
  transition: stroke-dashoffset 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  stroke-dashoffset: calc(427 - var(--score-dash, 0));
}
