/* SBC Review Pages CSS — split from sbc-refinements-v2.css — loaded conditionally */
.sbc-review-ready-card { position: relative; }
.sbc-review-ready-card::after {
  content: '';
  position: absolute; inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(16,185,129,0.4);
  animation: sbc-ready-pulse 2.5s ease-in-out infinite;
  pointer-events: none;
}
.sbc-review-ready-card {
  position: relative;
  overflow: hidden;
}
.sbc-review-ready-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(16,185,129,0.6), rgba(16,185,129,0.1), rgba(16,185,129,0.6));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: sbc-border-rotate 4s linear infinite;
  pointer-events: none;
}
.sbc-review-ready-card {
  background: linear-gradient(145deg, rgba(16,185,129,0.12), rgba(16,185,129,0.04)) !important;
}
.sbc-ranked-card {
  display: grid;
  grid-template-columns: 28px 96px 1fr auto auto;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 16px;
  margin-bottom: 10px;
  position: relative;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.sbc-ranked-card:hover {
  border-color: rgba(16,185,129,0.25);
  background: rgba(16,185,129,0.03);
}
.sbc-ranked-card--top {
  border-color: rgba(246,192,0,0.3);
  background: linear-gradient(135deg, rgba(246,192,0,0.04), var(--card-bg));
}
.sbc-ranked-card--top:hover {
  border-color: rgba(246,192,0,0.5);
}
html.light .sbc-ranked-card {
  background: #ffffff;
  border-color: rgba(0,0,0,0.07);
}
html.light .sbc-ranked-card:hover {
  border-color: rgba(16,185,129,0.3);
  background: rgba(16,185,129,0.03);
}
html.light .sbc-ranked-card--top {
  background: linear-gradient(135deg, rgba(246,192,0,0.05), #ffffff);
  border-color: rgba(246,192,0,0.35);
}
.sbc-sr-ribbon {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  background: linear-gradient(90deg, #059669, #10b981, #059669);
  background-size: 200% 100%;
  animation: sbc-sr-ribbon-shift 4s linear infinite;
  padding: 8px 16px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px; font-weight: 900; letter-spacing: 0.22em;
  text-transform: uppercase; color: #000;
}
.sbc-sr-ribbon-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: rgba(0,0,0,0.4);
  animation: sbc-pod-pulse 1.5s ease-in-out infinite;
}
.sbc-sr-hero {
  position: relative; overflow: hidden;
  min-height: 600px;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding-bottom: 0;
}
.sbc-sr-hero-bg {
  position: absolute; inset: -10% -5%;
  background-size: cover; background-position: center;
  transform: scale(1.15);
  transition: transform 0s linear;
}
.sbc-sr-hero-veil {
  position: absolute; inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(8,8,8,0.3) 0%,
    rgba(8,8,8,0.55) 30%,
    rgba(8,8,8,0.85) 65%,
    rgba(8,8,8,0.97) 88%,
    rgba(8,8,8,1) 100%
  );
}
html.light .sbc-sr-hero-veil {
  background: linear-gradient(
    to bottom,
    rgba(245,247,250,0.2) 0%,
    rgba(245,247,250,0.5) 30%,
    rgba(245,247,250,0.88) 65%,
    rgba(245,247,250,0.98) 88%,
    rgba(245,247,250,1) 100%
  );
}
.sbc-sr-hero-grain {
  position: absolute; inset: 0; pointer-events: none; opacity: 0.025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  background-size: 128px;
}
.sbc-sr-back {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 12px; font-weight: 800; letter-spacing: 0.1em;
  text-transform: uppercase; color: rgba(255,255,255,0.5);
  margin-bottom: 32px; margin-top: 24px;
  transition: color 0.2s;
}
.sbc-sr-back:hover { color: #10b981; }
html.light .sbc-sr-back { color: rgba(0,0,0,0.4); }
html.light .sbc-sr-back:hover { color: #059669; }
.sbc-sr-hero-inner {
  display: flex; flex-direction: column; gap: 32px;
  padding-bottom: 24px;
}
.sbc-sr-hero-id { display: flex; align-items: flex-end; gap: 20px; }
.sbc-sr-hero-logo-wrap {
  width: 96px; height: 96px; flex-shrink: 0;
  border-radius: 20px; overflow: hidden;
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 8px 32px rgba(0,0,0,0.5);
  display: flex; align-items: center; justify-content: center;
}
.sbc-sr-hero-logo-white { background: #fff; padding: 10px; }
.sbc-sr-hero-bestfor {
  display: inline-block;
  background: linear-gradient(90deg, rgba(16,185,129,0.2), rgba(16,185,129,0.1));
  border: 1px solid rgba(16,185,129,0.35);
  color: #10b981; font-size: 11px; font-weight: 900; letter-spacing: 0.14em;
  text-transform: uppercase; padding: 3px 10px; border-radius: 6px;
  margin-bottom: 8px;
}
.sbc-sr-hero-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: 900; font-style: normal; text-transform: uppercase;
  letter-spacing: -0.02em; line-height: 0.92; color: #fff;
  margin-bottom: 12px;
}
html.light .sbc-sr-hero-title { color: #0a0a0a; }
.sbc-sr-hero-rating {
  display: flex; align-items: center; gap: 10px; margin-bottom: 10px;
}
.sbc-sr-hero-stars { display: flex; gap: 2px; }
.sbc-sr-hero-score {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 28px; font-weight: 900; color: #fff; line-height: 1;
}
html.light .sbc-sr-hero-score { color: #0a0a0a; }
.sbc-sr-hero-badge {
  font-size: 10px; font-weight: 900; letter-spacing: 0.12em;
  text-transform: uppercase; color: #10b981;
  background: rgba(16,185,129,0.12); border: 1px solid rgba(16,185,129,0.25);
  padding: 3px 8px; border-radius: 5px;
}
.sbc-sr-hero-trust {
  display: flex; align-items: center; flex-wrap: wrap; gap: 6px;
  font-size: 12px; font-weight: 700; color: rgba(255,255,255,0.45);
}
html.light .sbc-sr-hero-trust { color: rgba(0,0,0,0.45); }
.sbc-sr-trust-sep { opacity: 0.3; }
.sbc-sr-hero-cta-col {
  display: flex; flex-direction: column; gap: 12px;
  min-width: 280px; max-width: 340px;
}
.sbc-sr-bonus-card {
  position: relative; overflow: hidden;
  background: rgba(16,185,129,0.08);
  border: 1px solid rgba(16,185,129,0.25);
  border-radius: 16px; padding: 16px 18px;
}
.sbc-sr-bonus-card-glow {
  position: absolute; top: -40px; right: -40px;
  width: 120px; height: 120px; border-radius: 50%;
  background: rgba(16,185,129,0.2); filter: blur(40px);
  pointer-events: none;
}
.sbc-sr-bonus-eyebrow {
  display: flex; align-items: center; gap: 5px;
  font-size: 10px; font-weight: 900; letter-spacing: 0.16em;
  text-transform: uppercase; color: #10b981; margin-bottom: 6px;
}
.sbc-sr-bonus-value {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 22px; font-weight: 900; color: #fff; line-height: 1.1;
}
html.light .sbc-sr-bonus-value { color: #0a0a0a; }
.sbc-sr-bonus-terms {
  font-size: 10px; color: rgba(255,255,255,0.35); margin-top: 4px;
}
html.light .sbc-sr-bonus-terms { color: rgba(0,0,0,0.35); }
.sbc-sr-cta-btn {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  width: 100%; padding: 16px 20px;
  background: linear-gradient(135deg, #10b981, #059669);
  color: #fff; border: none; border-radius: 14px; cursor: pointer;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 16px; font-weight: 900; letter-spacing: 0.08em;
  text-transform: uppercase; text-decoration: none;
  box-shadow: 0 6px 28px rgba(16,185,129,0.45);
  transition: all 0.22s ease;
}
.sbc-sr-cta-btn:hover {
  box-shadow: 0 10px 36px rgba(16,185,129,0.6);
  transform: translateY(-2px); color: #fff;
}
.sbc-sr-cta-btn--full { font-size: 15px; }
.sbc-sr-cta-sub {
  font-size: 10px; text-align: center; color: rgba(255,255,255,0.3);
  margin-top: -4px;
}
html.light .sbc-sr-cta-sub { color: rgba(0,0,0,0.3); }
.sbc-sr-bonus-disclaimer-card {
  margin-top: 10px;
  background: rgba(239,68,68,0.08);
  border: 1px solid rgba(239,68,68,0.22);
  border-radius: 10px;
  padding: 10px 12px;
}
html.light .sbc-sr-bonus-disclaimer-card {
  background: rgba(239,68,68,0.06);
  border-color: rgba(239,68,68,0.18);
}
.sbc-sr-bd-title {
  display: block;
  font-size: 9px; font-weight: 900; letter-spacing: 0.12em;
  text-transform: uppercase; color: rgb(248,113,113);
  margin-bottom: 4px;
}
.sbc-sr-bd-row {
  display: flex; align-items: center; gap: 8px;
}
.sbc-sr-bd-desc {
  font-size: 11px; font-weight: 500;
  color: rgba(255,255,255,0.5); line-height: 1.35; flex: 1;
}
html.light .sbc-sr-bd-desc { color: rgba(0,0,0,0.5); }
.sbc-sr-bd-btn {
  display: flex; align-items: center; gap: 4px;
  font-size: 11px; font-weight: 900;
  color: rgb(248,113,113); background: none; border: none;
  cursor: pointer; flex-shrink: 0; white-space: nowrap;
  transition: color 0.2s;
}
.sbc-sr-bd-btn:hover { color: rgb(252,165,165); }
.sbc-sr-gauges {
  display: flex; align-items: center;
  gap: 0;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(12px);
  border-top: 1px solid rgba(255,255,255,0.07);
  padding: 20px 0 20px;
  margin-top: 24px;
  flex-wrap: wrap; row-gap: 16px;
}
html.light .sbc-sr-gauges {
  background: rgba(255,255,255,0.85);
  border-color: rgba(0,0,0,0.08);
  backdrop-filter: blur(12px);
}
.sbc-sr-gauge {
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  padding: 0 24px;
  border-right: 1px solid rgba(255,255,255,0.08);
}
html.light .sbc-sr-gauge { border-color: rgba(0,0,0,0.08); }
.sbc-sr-gauge:last-child { border-right: none; }
.sbc-sr-gauge--overall { flex-direction: row; gap: 12px; }
.sbc-sr-gauge-ring-wrap { position: relative; width: 80px; height: 80px; flex-shrink: 0; }
.sbc-sr-gauge-ring { width: 80px; height: 80px; transform: rotate(-90deg); }
.sbc-sr-gauge-track {
  fill: none; stroke: rgba(255,255,255,0.08); stroke-width: 6;
}
html.light .sbc-sr-gauge-track { stroke: rgba(0,0,0,0.08); }
.sbc-sr-gauge-fill {
  fill: none; stroke: #10b981; stroke-width: 6;
  stroke-linecap: round;
  transition: stroke-dashoffset 1.2s cubic-bezier(0.25,0.46,0.45,0.94);
}
.sbc-sr-gauge-inner {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center; flex-direction: row; gap: 1px;
}
.sbc-sr-gauge-num {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 18px; font-weight: 900; color: #10b981;
}
.sbc-sr-gauge-denom { font-size: 10px; color: rgba(255,255,255,0.3); align-self: flex-end; margin-bottom: 4px; }
html.light .sbc-sr-gauge-denom { color: rgba(0,0,0,0.3); }
html.light .sbc-sr-gauge-denom--hero { color: rgba(0,0,0,0.55) !important; }
.sbc-sr-gauge-label {
  font-size: 11px; font-weight: 800; letter-spacing: 0.1em;
  text-transform: uppercase; color: rgba(255,255,255,0.5); white-space: nowrap;
}
html.light .sbc-sr-gauge-label { color: rgba(0,0,0,0.45); }
.sbc-sr-gauge--bar { align-items: flex-start; flex: 1; min-width: 120px; }
.sbc-sr-gauge-bar-label {
  font-size: 10px; font-weight: 800; letter-spacing: 0.1em;
  text-transform: uppercase; color: rgba(255,255,255,0.45); white-space: nowrap;
}
html.light .sbc-sr-gauge-bar-label { color: rgba(0,0,0,0.45); }
.sbc-sr-gauge-bar-track {
  width: 100%; height: 8px; border-radius: 4px;
  background: rgba(255,255,255,0.06);
  overflow: visible;
  position: relative;
}
html.light .sbc-sr-gauge-bar-track { background: rgba(0,0,0,0.08); }
.sbc-sr-gauge-bar-fill {
  height: 100%; width: 0%; border-radius: 4px;
  position: relative; overflow: visible;
  background: linear-gradient(90deg,
    #047857 0%,
    #059669 20%,
    #10b981 50%,
    #34d399 78%,
    #a7f3d0 92%,
    #fff     100%
  );
  background-size: 200% 100%;
  animation: sbc-bar-volt-sweep 1.6s linear infinite;
  box-shadow:
    0 0 8px rgba(16,185,129,0.9),
    0 0 20px rgba(16,185,129,0.5),
    0 0 40px rgba(16,185,129,0.25),
    0 2px 0 rgba(16,185,129,0.15),
    0 -2px 0 rgba(16,185,129,0.15);
  transition: none;
}
.sbc-sr-gauge-bar-fill::before {
  content: '';
  position: absolute;
  top: -1px; left: -20px;
  width: 20px; height: calc(100% + 2px);
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(255,255,255,0.15) 40%,
    rgba(255,255,255,0.55) 60%,
    rgba(255,255,255,0.15) 80%,
    transparent 100%
  );
  border-radius: 4px;
  opacity: 0;
  pointer-events: none;
}
.sbc-sr-gauge-bar-fill.sbc-bar-charging::before {
  opacity: 1;
  animation: sbc-scanline 0.35s linear infinite;
}
.sbc-sr-gauge-bar-fill.sbc-bar-done::before { opacity: 0; }
.sbc-sr-gauge-bar-fill::after {
  content: '';
  position: absolute;
  right: -5px; top: 50%;
  transform: translateY(-50%);
  width: 12px; height: 12px;
  border-radius: 50%;
  background: radial-gradient(circle, #fff 0%, #a7f3d0 30%, transparent 70%);
  box-shadow:
    0 0 0 2px rgba(52,211,153,0.4),
    0 0 8px #fff,
    0 0 16px #34d399,
    0 0 32px #10b981,
    0 0 56px rgba(16,185,129,0.8);
  opacity: 0;
  transition: opacity 0.08s;
}
.sbc-sr-gauge-bar-fill.sbc-bar-charging::after {
  opacity: 1;
  animation: sbc-bar-crackle 0.1s steps(3) infinite;
}
.sbc-sr-gauge-bar-fill.sbc-bar-done::after {
  opacity: 0;
}
.sbc-sr-gauge-bar-fill.sbc-bar-done {
  background: linear-gradient(90deg,
    #047857 0%,
    #059669 25%,
    #10b981 55%,
    #34d399 85%,
    #6ee7b7 100%
  );
  background-size: 100% 100%;
  animation: sbc-bar-pulse-glow 2.8s ease-in-out 0.2s infinite;
}
.sbc-sr-gauge-bar-score {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px; font-weight: 900; color: #10b981;
}
.sbc-sr-quicknav {
  position: sticky; top: 0; z-index: 200;
  background: rgba(8,8,8,0.95);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255,255,255,0.07);
  transform: translateY(-100%);
  transition: transform 0.3s ease;
}
html.light .sbc-sr-quicknav {
  background: rgba(255,255,255,0.95);
  border-color: rgba(0,0,0,0.08);
}
.sbc-sr-quicknav--visible { transform: translateY(0); }
.sbc-sr-quicknav-inner {
  display: flex; align-items: center; gap: 16px;
  padding: 10px 0;
}
.sbc-sr-quicknav-logo {
  width: 36px; height: 36px; flex-shrink: 0;
  border-radius: 8px; overflow: hidden;
  border: 1px solid rgba(255,255,255,0.1);
  display: flex; align-items: center; justify-content: center;
}
.sbc-sr-qn-logo-white { background: #fff; padding: 4px; }
.sbc-sr-quicknav-tabs {
  display: flex; gap: 4px; flex: 1; overflow-x: auto;
  scrollbar-width: none;
}
.sbc-sr-quicknav-tabs::-webkit-scrollbar { display: none; }
.sbc-sr-qn-tab {
  padding: 6px 14px; border-radius: 8px; white-space: nowrap;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase;
  color: rgba(255,255,255,0.45); text-decoration: none;
  transition: all 0.18s ease;
}
html.light .sbc-sr-qn-tab { color: rgba(0,0,0,0.4); }
.sbc-sr-qn-tab:hover { color: #10b981; background: rgba(16,185,129,0.08); }
.sbc-sr-qn-tab--active { color: #10b981 !important; background: rgba(16,185,129,0.1); }
.sbc-sr-qn-cta {
  display: flex; align-items: center; gap: 6px; flex-shrink: 0;
  background: linear-gradient(135deg, #10b981, #059669);
  color: #fff !important; text-decoration: none;
  padding: 7px 16px; border-radius: 10px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px; font-weight: 900; letter-spacing: 0.06em; text-transform: uppercase;
  box-shadow: 0 2px 10px rgba(16,185,129,0.35);
  transition: box-shadow 0.2s;
}
.sbc-sr-qn-cta:hover { box-shadow: 0 4px 18px rgba(16,185,129,0.5); }
.sbc-sr-body { padding: 48px 0 80px; }
.sbc-sr-body-wrap {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "content";
  max-width: 1280px; margin: 0 auto;
  padding: 0 16px 0;
}
.sbc-sr-read-rail {
  grid-area: rail;
  display: none;
}
.sbc-sr-grid {
  grid-area: content;
  display: grid; grid-template-columns: 1fr;
  gap: 40px;
}
.sbc-sr-section { margin-bottom: 48px; }
.sbc-sr-section-hd {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
html.light .sbc-sr-section-hd { border-color: rgba(0,0,0,0.07); }
.sbc-sr-section-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 2rem; font-weight: 900; text-transform: uppercase; letter-spacing: -0.01em;
}
html.light .sbc-sr-section-title { color: #0a0a0a; }
.sbc-sr-specs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 18px; overflow: hidden;
}
html.light .sbc-sr-specs-grid {
  background: rgba(0,0,0,0.04);
  border-color: rgba(0,0,0,0.07);
}
.sbc-sr-spec-cell {
  display: flex; align-items: center; gap: 12px;
  padding: 14px 18px;
  background: rgba(10,10,10,0.8);
  transition: background 0.2s;
}
.sbc-sr-spec-cell:hover { background: rgba(16,185,129,0.05); }
html.light .sbc-sr-spec-cell { background: #fff; }
html.light .sbc-sr-spec-cell:hover { background: rgba(16,185,129,0.04); }
.sbc-sr-spec-cell--wide { grid-column: 1 / -1; }
.sbc-sr-spec-cell--highlight { border-left: 3px solid #10b981; }
.sbc-sr-spec-icon {
  width: 34px; height: 34px; flex-shrink: 0;
  border-radius: 9px; background: rgba(16,185,129,0.1);
  display: flex; align-items: center; justify-content: center;
  color: #10b981;
}
.sbc-sr-spec-content { flex: 1; min-width: 0; }
.sbc-sr-spec-label {
  display: block; font-size: 10px; font-weight: 800; letter-spacing: 0.12em;
  text-transform: uppercase; color: rgba(255,255,255,0.35); margin-bottom: 2px;
}
html.light .sbc-sr-spec-label { color: rgba(0,0,0,0.4); }
.sbc-sr-spec-value {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 15px; font-weight: 900; letter-spacing: 0.03em;
  color: rgba(255,255,255,0.9); text-transform: uppercase;
}
html.light .sbc-sr-spec-value { color: rgba(0,0,0,0.85); }
.sbc-sr-spec-value--yes { color: #10b981 !important; }
.sbc-sr-spec-value--no  { color: rgba(255,255,255,0.3) !important; }
html.light .sbc-sr-spec-value--no { color: rgba(0,0,0,0.25) !important; }
.sbc-sr-overview-card {
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 18px; overflow: hidden;
}
html.light .sbc-sr-overview-card {
  background: #fff; border-color: rgba(0,0,0,0.07);
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.sbc-sr-overview-body {
  padding: 24px 24px 8px;
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255,255,255,0.7);
}
html.light .sbc-sr-overview-body { color: rgba(0,0,0,0.65); }
.sbc-sr-pros-cons {
  display: grid; grid-template-columns: 1fr 1fr 1fr;
  gap: 0; border-top: 1px solid rgba(255,255,255,0.06);
  margin-top: 20px;
}
html.light .sbc-sr-pros-cons { border-color: rgba(0,0,0,0.06); }
.sbc-sr-pros-col, .sbc-sr-cons-col, .sbc-sr-rg-col {
  padding: 20px 24px;
}
.sbc-sr-cons-col {
  border-left: 1px solid rgba(255,255,255,0.06);
  border-right: 1px solid rgba(255,255,255,0.06);
}
html.light .sbc-sr-cons-col { border-color: rgba(0,0,0,0.06); }
.sbc-sr-pros-hd, .sbc-sr-cons-hd, .sbc-sr-rg-hd {
  display: flex; align-items: center; gap: 6px;
  font-size: 11px; font-weight: 900; letter-spacing: 0.14em; text-transform: uppercase;
  margin-bottom: 14px;
}
.sbc-sr-pros-hd { color: #10b981; }
.sbc-sr-cons-hd { color: #f59e0b; }
.sbc-sr-rg-hd   { color: #60a5fa; }
.sbc-sr-pros-list, .sbc-sr-cons-list, .sbc-sr-rg-list {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 9px;
}
.sbc-sr-promos-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 14px;
}
.sbc-sr-promo-card {
  position: relative; overflow: hidden;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 16px; padding: 20px 20px 20px 24px;
  transition: all 0.22s;
}
.sbc-sr-promo-card:hover { border-color: rgba(16,185,129,0.25); transform: translateY(-2px); }
html.light .sbc-sr-promo-card { background: #fff; border-color: rgba(0,0,0,0.07); box-shadow: 0 2px 8px rgba(0,0,0,0.05); }
.sbc-sr-promo-accent {
  position: absolute; top: 0; left: 0; bottom: 0;
  width: 4px; background: rgba(255,255,255,0.1); border-radius: 4px 0 0 4px;
}
.sbc-sr-promo-card--featured {
  border-color: rgba(16,185,129,0.2);
  background: rgba(16,185,129,0.04);
}
.sbc-sr-promo-tag {
  display: inline-block;
  font-size: 9px; font-weight: 900; letter-spacing: 0.14em; text-transform: uppercase;
  color: #10b981; margin-bottom: 8px;
}
.sbc-sr-promo-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 18px; font-weight: 900; font-style: italic; text-transform: uppercase;
  color: rgba(255,255,255,0.95); margin-bottom: 8px; line-height: 1.1;
}
html.light .sbc-sr-promo-title { color: rgba(0,0,0,0.85); }
.sbc-sr-promo-desc {
  font-size: 13px; line-height: 1.6; color: rgba(255,255,255,0.5); margin-bottom: 14px;
}
html.light .sbc-sr-promo-desc { color: rgba(0,0,0,0.5); }
.sbc-sr-promo-cta {
  display: inline-flex; align-items: center; gap: 5px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase;
  color: #10b981; background: none; border: none; cursor: pointer;
  transition: gap 0.2s;
}
.sbc-sr-payments-card {
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 18px; overflow: hidden;
}
html.light .sbc-sr-payments-card { background: #fff; border-color: rgba(0,0,0,0.07); box-shadow: 0 2px 12px rgba(0,0,0,0.06); }
.sbc-sr-pay-group { padding: 22px 24px; }
.sbc-sr-pay-divider { height: 1px; background: rgba(255,255,255,0.06); }
html.light .sbc-sr-pay-divider { background: rgba(0,0,0,0.06); }
.sbc-sr-pay-group-hd {
  display: flex; align-items: center; gap: 7px;
  font-size: 11px; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(255,255,255,0.45); margin-bottom: 14px;
}
html.light .sbc-sr-pay-group-hd { color: rgba(0,0,0,0.4); }
.sbc-sr-pay-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.sbc-sr-pay-pill {
  padding: 6px 14px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  font-size: 13px; font-weight: 700; color: rgba(255,255,255,0.75);
  transition: all 0.18s;
}
.sbc-sr-pay-pill:hover { background: rgba(16,185,129,0.1); border-color: rgba(16,185,129,0.3); color: #10b981; }
html.light .sbc-sr-pay-pill { background: rgba(0,0,0,0.04); border-color: rgba(0,0,0,0.09); color: rgba(0,0,0,0.65); }
.sbc-sr-pay-note {
  display: flex; align-items: center; gap: 8px;
  padding: 14px 24px;
  background: rgba(16,185,129,0.05);
  border-top: 1px solid rgba(16,185,129,0.1);
  font-size: 13px; color: rgba(255,255,255,0.5);
}
html.light .sbc-sr-pay-note { color: rgba(0,0,0,0.5); }
.sbc-sr-verdict-card {
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 18px; overflow: hidden;
  margin-bottom: 24px;
}
html.light .sbc-sr-verdict-card { background: #fff; border-color: rgba(0,0,0,0.07); box-shadow: 0 2px 12px rgba(0,0,0,0.06); }
.sbc-sr-verdict-score {
  display: flex; align-items: center; gap: 28px;
  padding: 28px 28px 20px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
html.light .sbc-sr-verdict-score { border-color: rgba(0,0,0,0.06); }
.sbc-sr-verdict-ring {
  position: relative; width: 100px; height: 100px; flex-shrink: 0;
}
.sbc-sr-vrd-track { fill: none; stroke: rgba(255,255,255,0.08); stroke-width: 7; }
html.light .sbc-sr-vrd-track { stroke: rgba(0,0,0,0.08); }
.sbc-sr-vrd-fill {
  fill: none; stroke: #10b981; stroke-width: 7; stroke-linecap: round;
  transition: stroke-dashoffset 1.2s cubic-bezier(0.25,0.46,0.45,0.94);
}
.sbc-sr-verdict-ring-inner {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 1px;
}
.sbc-sr-verdict-cats { flex: 1; display: flex; flex-direction: column; gap: 10px; }
.sbc-sr-vrd-cat {
  display: flex; align-items: center; gap: 10px;
}
.sbc-sr-vrd-bar-track {
  flex: 1; height: 5px; border-radius: 3px;
  background: rgba(255,255,255,0.07); overflow: hidden;
}
html.light .sbc-sr-vrd-bar-track { background: rgba(0,0,0,0.07); }
.sbc-sr-vrd-bar-fill {
  height: 100%; width: 0%;
  background: linear-gradient(90deg, #10b981, #34d399);
  border-radius: 3px;
  transition: width 0.9s cubic-bezier(0.25,0.46,0.45,0.94);
}
.sbc-sr-vrd-score {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 15px; font-weight: 900; color: #10b981;
  width: 28px; text-align: right;
}
.sbc-sr-verdict-legal {
  display: flex; align-items: flex-start; gap: 16px;
  padding: 24px 28px;
  font-size: 13px; line-height: 1.7; color: rgba(255,255,255,0.55);
}
html.light .sbc-sr-verdict-legal { color: rgba(0,0,0,0.55); }
.sbc-sr-verdict-lic {
  font-size: 11px; font-weight: 800; letter-spacing: 0.1em;
  text-transform: uppercase; color: #10b981; margin-bottom: 8px;
}
.sbc-sr-final-cta {
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px;
  background: linear-gradient(135deg, rgba(16,185,129,0.1), rgba(16,185,129,0.04));
  border: 1px solid rgba(16,185,129,0.2);
  border-radius: 18px; padding: 24px 28px;
}
.sbc-sr-sidebar-sticky {
  position: sticky; top: 72px;
  display: flex; flex-direction: column; gap: 16px;
}
.sbc-sr-sidebar-cta {
  position: relative; overflow: hidden;
  background: rgba(16,185,129,0.07);
  border: 1px solid rgba(16,185,129,0.18);
  border-radius: 18px; padding: 24px; text-align: center;
}
html.light .sbc-sr-sidebar-cta {
  background: rgba(16,185,129,0.05);
  border-color: rgba(16,185,129,0.15);
}
html.light .sbc-sr-verdict-card {
  background: rgba(16,185,129,0.05);
  border-color: rgba(16,185,129,0.15);
}
html.light .sbc-sr-vc-title { color: #0a0a0a; }
html.light .sbc-sr-vc-label { color: rgba(16,185,129,0.8); }
html.light .sbc-sr-vc-badge { background: rgba(16,185,129,0.12); border-color: rgba(16,185,129,0.3); }
html.light .sbc-sr-vc-badge-denom { color: rgba(16,185,129,0.55); }
html.light .sbc-sr-vc-stats {
  background: rgba(0,0,0,0.04);
  border-color: rgba(0,0,0,0.08);
}
html.light .sbc-sr-vc-stat-sep { background: rgba(0,0,0,0.1); }
html.light .sbc-sr-vc-stat-label { color: rgba(0,0,0,0.5); }
html.light .sbc-sr-vc-stat-val { color: #0a0a0a; }
html.light .sbc-sr-vc-header {
  border-bottom-color: rgba(0,0,0,0.08);
}
html.light .sbc-sr-sidebar-lic { color: rgba(0,0,0,0.45); }
.sbc-sr-sidebar-cta-bg {
  position: absolute; top: -60px; left: 50%;
  transform: translateX(-50%);
  width: 200px; height: 200px; border-radius: 50%;
  background: rgba(16,185,129,0.15); filter: blur(60px);
  pointer-events: none;
}
.sbc-sr-verdict-card {
  position: relative; overflow: hidden;
  background: rgba(16,185,129,0.07);
  border: 1px solid rgba(16,185,129,0.2);
  border-radius: 18px; padding: 20px;
}
.sbc-sr-verdict-card-bg {
  position: absolute; top: -50px; right: -50px;
  width: 180px; height: 180px; border-radius: 50%;
  background: radial-gradient(circle, rgba(16,185,129,0.18) 0%, transparent 70%);
  pointer-events: none;
}
.sbc-sr-vc-header {
  display: flex; align-items: center; gap: 14px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.sbc-sr-vc-badge {
  flex-shrink: 0;
  width: 56px; height: 56px; border-radius: 14px;
  background: linear-gradient(135deg, rgba(16,185,129,0.25) 0%, rgba(16,185,129,0.1) 100%);
  border: 1px solid rgba(16,185,129,0.35);
  display: flex; align-items: baseline; justify-content: center;
  gap: 1px; padding-top: 2px;
}
.sbc-sr-vc-badge-num {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 26px; font-weight: 900; line-height: 1;
  color: #10b981;
}
.sbc-sr-vc-badge-denom {
  font-size: 11px; font-weight: 700; color: rgba(16,185,129,0.6);
  line-height: 1; margin-bottom: 2px;
}
.sbc-sr-vc-header-text {
  display: flex; flex-direction: column; gap: 2px;
}
.sbc-sr-vc-label {
  font-size: 9px; font-weight: 800; letter-spacing: 0.12em;
  text-transform: uppercase; color: rgba(16,185,129,0.7);
}
.sbc-sr-vc-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 17px; font-weight: 800; font-style: italic;
  text-transform: uppercase; color: #fff; line-height: 1.1;
}
.sbc-sr-vc-stats {
  display: flex; align-items: stretch;
  gap: 0; margin-bottom: 16px;
  background: rgba(0,0,0,0.2); border-radius: 12px;
  overflow: hidden; border: 1px solid rgba(255,255,255,0.06);
}
.sbc-sr-vc-stat {
  flex: 1; display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 3px; padding: 10px 6px; text-align: center;
}
.sbc-sr-vc-stat-label {
  font-size: 8.5px; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; color: rgba(255,255,255,0.4);
  white-space: nowrap;
}
.sbc-sr-vc-stat-val {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px; font-weight: 800; color: #fff;
  line-height: 1;
}
.sbc-sr-vc-stat-sep {
  width: 1px; background: rgba(255,255,255,0.07);
  margin: 8px 0;
}
.sbc-sr-vc-pros {
  list-style: none; margin: 0 0 16px; padding: 0;
  display: flex; flex-direction: column; gap: 8px;
}
.sbc-sr-sidebar-logo {
  width: 64px; height: 64px; border-radius: 14px; overflow: hidden;
  margin: 0 auto 14px;
  border: 1px solid rgba(255,255,255,0.1);
  display: flex; align-items: center; justify-content: center;
}
.sbc-sr-sidebar-bonus {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px; font-weight: 900; font-style: italic;
  color: rgba(255,255,255,0.95); margin-bottom: 4px; line-height: 1.1;
}
html.light .sbc-sr-sidebar-bonus { color: rgba(0,0,0,0.85); }
.sbc-sr-sidebar-bonus-terms { font-size: 10px; color: rgba(255,255,255,0.3); margin-bottom: 16px; }
html.light .sbc-sr-sidebar-bonus-terms { color: rgba(0,0,0,0.3); }
.sbc-sr-sidebar-lic {
  font-size: 10px; color: rgba(255,255,255,0.25);
  margin-top: 8px; letter-spacing: 0.06em; text-transform: uppercase;
}
html.light .sbc-sr-sidebar-lic { color: rgba(0,0,0,0.25); }
.sbc-sr-sidebar-pcr {
  background: #0d1a10;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 14px;
  padding: 16px 18px;
}
html.light .sbc-sr-sidebar-pcr {
  background: rgba(0,0,0,0.03);
  border-color: rgba(0,0,0,0.08);
}
.sbc-sr-sidebar-pcr--pros { border-top: 2px solid #10b981; }
.sbc-sr-sidebar-pcr--cons { border-top: 2px solid #f59e0b; }
.sbc-sr-sidebar-pcr--rg   { border-top: 2px solid #60a5fa; }
.sbc-sr-pcr-hd {
  display: flex; align-items: center; gap: 7px;
  font-size: 10px; font-weight: 900; letter-spacing: 0.14em;
  text-transform: uppercase; margin: 0 0 12px;
}
.sbc-sr-pcr-hd--pros { color: #10b981; }
.sbc-sr-pcr-hd--cons { color: #f59e0b; }
.sbc-sr-pcr-hd--rg   { color: #60a5fa; }
.sbc-sr-pcr-list {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-direction: column; gap: 8px;
}
.sbc-sr-sidebar-facts {
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 16px; overflow: hidden;
  padding: 16px;
}
html.light .sbc-sr-sidebar-facts { background: #fff; border-color: rgba(0,0,0,0.07); box-shadow: 0 2px 8px rgba(0,0,0,0.05); }
.sbc-sr-sidebar-facts-hd {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px; font-weight: 900; letter-spacing: 0.1em;
  text-transform: uppercase; color: rgba(255,255,255,0.55);
  margin-bottom: 12px; padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
html.light .sbc-sr-sidebar-facts-hd { color: rgba(0,0,0,0.45); border-color: rgba(0,0,0,0.07); }
.sbc-sr-fact-row {
  display: flex; align-items: center; justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255,255,255,0.04);
}
.sbc-sr-fact-row:last-child { border-bottom: none; }
html.light .sbc-sr-fact-row { border-color: rgba(0,0,0,0.04); }
.sbc-sr-fact-left {
  display: flex; align-items: center; gap: 7px;
  font-size: 12px; font-weight: 700;
  color: rgba(255,255,255,0.45); letter-spacing: 0.06em;
}
html.light .sbc-sr-fact-left { color: rgba(0,0,0,0.45); }
.sbc-sr-fact-val {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px; font-weight: 900; text-transform: uppercase;
  color: rgba(255,255,255,0.85);
}
html.light .sbc-sr-fact-val { color: rgba(0,0,0,0.75); }
.sbc-sr-sidebar-odds {  }
.sbc-sr-gauges-wrap {
  position: relative; z-index: 10;
  background: rgba(8,8,8,0.96);
  border-top: 1px solid rgba(255,255,255,0.07);
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
html.light .sbc-sr-gauges-wrap {
  background: rgba(245,247,250,0.98);
  border-color: rgba(0,0,0,0.07);
}
.sbc-sr-compare-widget {
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px; overflow: hidden;
}
html.light .sbc-sr-compare-widget {
  background: #fff;
  border-color: rgba(0,0,0,0.08);
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.sbc-sr-cw-hd {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 16px;
  background: rgba(16,185,129,0.05);
  border-bottom: 1px solid rgba(16,185,129,0.1);
}
html.light .sbc-sr-cw-hd { background: rgba(16,185,129,0.04); border-color: rgba(16,185,129,0.12); }
.sbc-sr-cw-hd-left {
  display: flex; align-items: center; gap: 7px;
}
.sbc-sr-cw-full-link {
  display: flex; align-items: center; gap: 4px;
  font-size: 10px; font-weight: 800; letter-spacing: 0.1em;
  text-transform: uppercase; color: #10b981; text-decoration: none;
  transition: gap 0.15s;
}
.sbc-sr-cw-full-link:hover { gap: 6px; }
.sbc-sr-cw-row {
  display: flex; align-items: center; gap: 11px;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  transition: background 0.18s;
}
.sbc-sr-cw-row:hover { background: rgba(16,185,129,0.04); }
.sbc-sr-cw-row:last-of-type { border-bottom: none; }
html.light .sbc-sr-cw-row { border-color: rgba(0,0,0,0.04); }
.sbc-sr-cw-row--current {
  background: rgba(16,185,129,0.04);
  border-left: 3px solid #10b981;
}
.sbc-sr-cw-logo {
  width: 38px; height: 38px; flex-shrink: 0;
  border-radius: 9px; overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  display: flex; align-items: center; justify-content: center;
}
.sbc-sr-cw-logo-white { background: #fff; padding: 4px; }
.sbc-sr-cw-info { flex: 1; min-width: 0; }
.sbc-sr-cw-name {
  display: flex; align-items: center; flex-wrap: wrap; gap: 5px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px; font-weight: 900; font-style: italic;
  text-transform: uppercase; color: rgba(255,255,255,0.9);
  margin-bottom: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  text-decoration: none;
}
html.light .sbc-sr-cw-name { color: rgba(0,0,0,0.85); }
.sbc-sr-cw-name--link:hover { color: #10b981; }
.sbc-sr-cw-you {
  font-size: 9px; font-weight: 800; letter-spacing: 0.08em;
  text-transform: uppercase; color: #10b981; font-style: normal;
}
.sbc-sr-cw-stats {
  display: flex; align-items: center; gap: 8px; flex-wrap: wrap;
  font-size: 11px; font-weight: 700; color: rgba(255,255,255,0.35);
}
html.light .sbc-sr-cw-stats { color: rgba(0,0,0,0.4); }
.sbc-sr-cw-divider {
  display: flex; align-items: center;
  padding: 0 16px; margin: 2px 0;
}
.sbc-sr-cw-divider::before,
.sbc-sr-cw-divider::after {
  content: ''; flex: 1; height: 1px;
  background: rgba(255,255,255,0.07);
}
html.light .sbc-sr-cw-divider::before,
html.light .sbc-sr-cw-divider::after { background: rgba(0,0,0,0.07); }
.sbc-sr-cw-cta {
  display: flex; align-items: center; justify-content: center; gap: 7px;
  width: 100%; padding: 13px 16px;
  background: rgba(16,185,129,0.07);
  border-top: 1px solid rgba(16,185,129,0.1);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px; font-weight: 900; letter-spacing: 0.07em;
  text-transform: uppercase; color: #10b981; text-decoration: none;
  transition: background 0.18s, gap 0.15s;
}
.sbc-sr-cw-cta:hover { background: rgba(16,185,129,0.12); gap: 9px; color: #10b981; }
html.light .sbc-sr-cw-cta { background: rgba(16,185,129,0.05); border-color: rgba(16,185,129,0.1); }
.sbc-sr-gauges-wrap {
  position: sticky !important;
  top: 0;
  z-index: 202 !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.sbc-sr-quicknav {
  position: sticky;
  top: var(--sbc-gauges-h, 80px);
  z-index: 200;
}
.sbc-sr-pay-icons {
  display: flex; flex-wrap: wrap; gap: 12px;
}
.sbc-sr-pay-icon {
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  cursor: default;
  transition: transform 0.18s ease;
}
.sbc-sr-pay-icon:hover { transform: translateY(-2px); }
.sbc-sr-pay-icon-label {
  font-size: 10px; font-weight: 800; letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
}
html.light .sbc-sr-pay-icon-label { color: rgba(0,0,0,0.45); }
.sbc-sr-pay-empty {
  font-size: 14px; color: rgba(255,255,255,0.25); margin: 4px 0;
}
html.light .sbc-sr-pay-empty { color: rgba(0,0,0,0.25); }
.sbc-ranked-card {
  grid-template-columns: 40px 96px 1fr auto auto !important;
}
.sbc-ranked-card {
  grid-template-columns: 44px 80px 1fr auto auto !important;
}
.sbc-sr-gauge-ring-wrap--hero {
  position: relative;
  width: 110px !important;
  height: 110px !important;
}
.sbc-sr-gauge-ring--hero {
  width: 110px !important;
  height: 110px !important;
  transform: rotate(-90deg);
}
.sbc-sr-gauge-fill--hero {
  fill: none;
  stroke: #10b981;
  stroke-width: 7;
  stroke-linecap: round;
  transition: stroke-dashoffset 1.4s cubic-bezier(0.25,0.46,0.45,0.94);
  filter: drop-shadow(0 0 6px rgba(16,185,129,0.7));
}
.sbc-sr-hero-gauge-glow {
  position: absolute;
  inset: -12px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(16,185,129,0.18) 0%, transparent 70%);
  animation: sbc-gauge-glow-pulse 2.4s ease-in-out infinite;
  pointer-events: none;
}
.sbc-sr-gauge-tracer {
  fill: #fff;
  filter: drop-shadow(0 0 4px rgba(16,185,129,1)) drop-shadow(0 0 8px rgba(16,185,129,0.6));

}
.sbc-sr-gauge-inner--hero {
  flex-direction: column !important;
  gap: 1px !important;
}
.sbc-sr-gauge-num--hero {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-size: 36px !important;
  font-weight: 900 !important;
  color: #10b981 !important;
  line-height: 1 !important;
}
.sbc-sr-gauge-denom--hero {
  font-size: 7.5px !important;
  font-weight: 800 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: rgba(255,255,255,0.3) !important;
  margin-bottom: 0 !important;
  align-self: auto !important;
}
.sbc-sr-gauge-num {
  font-size: 26px !important;
  font-weight: 900 !important;
}
.sbc-sr-gauge-denom {
  font-size: 13px !important;
  margin-bottom: 6px !important;
}
.sbc-sr-gauge-ring-wrap,
.sbc-sr-gauge-ring {
  width: 130px !important;
  height: 130px !important;
}
.sbc-sr-gauge-bar-score {
  font-size: 18px !important;
  font-weight: 900 !important;
}
.sbc-sr-gauge-bar-label {
  font-size: 12px !important;
  letter-spacing: 0.08em !important;
}
.sbc-sr-gauge-bar-track {
  height: 7px !important;
}
.sbc-sr-gauge-label {
  font-size: 13px !important;
}
.sbc-sr-spec-label {
  font-size: 11px !important;
  letter-spacing: 0.10em !important;
  margin-bottom: 4px !important;
}
.sbc-sr-spec-value {
  font-size: 18px !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em !important;
}
.sbc-sr-spec-icon {
  width: 38px !important;
  height: 38px !important;
}
.sbc-sr-spec-cell {
  padding: 16px 20px !important;
}
.sbc-review-ready-card-logo--overlay {
  padding: 8px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.sbc-sr-meth-card {
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 14px;
  padding: 18px;
  margin-top: 14px;
}
.sbc-sr-meth-card-hd {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin-bottom: 10px;
}
.sbc-sr-meth-card-intro {
  font-size: 12px;
  line-height: 1.6;
  color: rgba(255,255,255,0.35);
  margin: 0 0 14px;
}
.sbc-sr-meth-criteria {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 14px;
}
.sbc-sr-meth-row {
  display: flex;
  align-items: center;
  gap: 7px;
}
.sbc-sr-meth-row-label {
  flex: 1;
  font-size: 12px;
  color: rgba(255,255,255,0.4);
}
.sbc-sr-meth-row-weight {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: rgba(255,255,255,0.2);
  letter-spacing: 0.05em;
}
.sbc-sr-meth-card-link {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 700;
  color: #10b981;
  text-decoration: none;
  transition: color 0.2s;
  border-top: 1px solid rgba(255,255,255,0.05);
  padding-top: 12px;
}
.sbc-sr-meth-card-link:hover { color: #34d399; }
html.light .sbc-sr-meth-card { background: #fff; border-color: rgba(0,0,0,0.08); box-shadow: 0 2px 8px rgba(0,0,0,0.04); }
html.light .sbc-sr-meth-card-hd { color: rgba(0,0,0,0.35); }
html.light .sbc-sr-meth-card-intro { color: rgba(0,0,0,0.4); }
html.light .sbc-sr-meth-row-label { color: rgba(0,0,0,0.45); }
html.light .sbc-sr-meth-row-weight { color: rgba(0,0,0,0.25); }
html.light .sbc-sr-meth-card-link { border-color: rgba(0,0,0,0.07); }
.sbc-sr-scoring-note {
  font-size: 13px;
  color: rgba(255,255,255,0.38);
  margin: 0 0 16px;
  line-height: 1.6;
}
html.light .sbc-sr-scoring-note { color: rgba(0,0,0,0.4); }
.sbc-ranked-card     { position: relative; }
.sbc-ranked-card     { position: relative; }
.sbc-ranked-card--closed {
  position: relative;
  opacity: 0.72;
}
.sbc-ranked-card--closed::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(220, 38, 38, 0.08);
  border: 1px solid rgba(220, 38, 38, 0.3);
  border-radius: inherit;
  pointer-events: none;
  z-index: 1;
}
.sbc-sr-closed-banner {
  background: linear-gradient(135deg, rgba(220,38,38,0.12), rgba(220,38,38,0.06));
  border: 1px solid rgba(220, 38, 38, 0.35);
  border-left: 4px solid #dc2626;
  border-radius: 12px;
  padding: 20px 24px;
  margin: 0 0 32px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.sbc-sr-closed-banner-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: rgba(220, 38, 38, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #dc2626;
  margin-top: 2px;
}
.sbc-sr-closed-banner-body {
  flex: 1;
  min-width: 0;
}
.sbc-sr-closed-banner-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: #dc2626;
  letter-spacing: -0.01em;
  margin-bottom: 6px;
}
.sbc-sr-closed-banner-text {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.6;
  margin-bottom: 12px;
}
.sbc-sr-closed-banner-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  background: #dc2626;
  padding: 8px 16px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s;
}
.sbc-sr-closed-banner-cta:hover {
  background: #b91c1c;
  color: #fff;
}
html.light .sbc-sr-closed-banner {
  background: linear-gradient(135deg, rgba(220,38,38,0.07), rgba(220,38,38,0.03));
  border-color: rgba(220, 38, 38, 0.25);
  border-left-color: #dc2626;
}
html.light .sbc-sr-closed-banner-text {
  color: rgba(0, 0, 0, 0.6);
}