/* SBC Tools/AGLC Pages CSS — split from sbc-refinements-v2.css — loaded conditionally */
.sbc-meth-main { background: #080b0f; min-height: 100vh; }
.sbc-meth-hero {
  position: relative;
  padding: 100px 0 72px;
  overflow: hidden;
}
.sbc-meth-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.sbc-meth-hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(16,185,129,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16,185,129,0.04) 1px, transparent 1px);
  background-size: 48px 48px;
}
.sbc-meth-hero-orb {
  position: absolute;
  width: 600px; height: 400px;
  right: -100px; top: -80px;
  background: radial-gradient(ellipse, rgba(16,185,129,0.05) 0%, transparent 70%);
  pointer-events: none;
}
.sbc-meth-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 900px;
}
.sbc-meth-hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #10b981;
  background: rgba(16,185,129,0.08);
  border: 1px solid rgba(16,185,129,0.18);
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.sbc-meth-hero-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(40px, 6vw, 70px);
  font-weight: 900;
  line-height: 1.0;
  color: #fff;
  letter-spacing: -0.02em;
  margin: 0 0 20px;
}
.sbc-meth-hero-deck {
  font-size: 17px;
  line-height: 1.72;
  color: rgba(255,255,255,0.5);
  max-width: 700px;
  margin: 0 0 36px;
}
.sbc-meth-hero-facts {
  display: flex;
  gap: 36px;
  flex-wrap: wrap;
}
.sbc-meth-hero-fact {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.sbc-meth-hero-fact-val {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 28px;
  font-weight: 900;
  color: #10b981;
  line-height: 1;
}
.sbc-meth-hero-fact-lbl {
  font-size: 12px;
  color: rgba(255,255,255,0.3);
  font-weight: 500;
}
.sbc-meth-body { padding: 0 0 100px; }
.sbc-meth-section-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.2);
  margin-bottom: 10px;
  display: block;
}
.sbc-meth-section-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(26px, 3.5vw, 36px);
  font-weight: 900;
  color: #fff;
  margin: 0 0 14px;
  letter-spacing: -0.01em;
}
.sbc-meth-section-intro {
  font-size: 15px;
  line-height: 1.72;
  color: rgba(255,255,255,0.5);
  max-width: 720px;
  margin: 0 0 36px;
}
.sbc-meth-honesty {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  background: rgba(16,185,129,0.04);
  border: 1px solid rgba(16,185,129,0.12);
  border-radius: 20px;
  padding: 36px;
  margin: 56px 0;
}
.sbc-meth-honesty-icon {
  width: 52px; height: 52px;
  background: rgba(16,185,129,0.08);
  border: 1px solid rgba(16,185,129,0.18);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #10b981;
  flex-shrink: 0;
}
.sbc-meth-weights-section {
  margin-bottom: 80px;
}
.sbc-meth-weight-bars {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 800px;
}
.sbc-meth-weight-bar-row {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 16px;
  align-items: center;
}
.sbc-meth-weight-bar-label {
  display: flex;
  align-items: center;
  gap: 12px;
}
.sbc-meth-weight-bar-icon {
  width: 36px; height: 36px;
  border-radius: 10px;
  border: 1px solid transparent;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.sbc-meth-weight-bar-name {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: rgba(255,255,255,0.8);
  line-height: 1.2;
}
.sbc-meth-weight-bar-pct {
  display: block;
  font-size: 11px;
  color: rgba(255,255,255,0.3);
}
.sbc-meth-weight-bar-track {
  height: 8px;
  background: rgba(255,255,255,0.05);
  border-radius: 99px;
  overflow: hidden;
}
.sbc-meth-weight-bar-fill {
  height: 100%;
  border-radius: 99px;
  transition: width 0.6s ease;
  opacity: 0.85;
}
.sbc-meth-criteria-section { margin-bottom: 80px; }
.sbc-meth-criterion {
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 20px;
  padding: 32px;
  margin-bottom: 20px;
  transition: border-color 0.2s;
}
.sbc-meth-criterion:hover { border-color: rgba(255,255,255,0.1); }
.sbc-meth-criterion-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.sbc-meth-criterion-icon {
  width: 48px; height: 48px;
  border-radius: 14px;
  border: 1px solid transparent;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.sbc-meth-criterion-hd {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.sbc-meth-criterion-weight {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 99px;
  border: 1px solid transparent;
}
.sbc-meth-criterion-intro {
  font-size: 14.5px;
  line-height: 1.72;
  color: rgba(255,255,255,0.5);
  margin: 0 0 24px;
  max-width: 800px;
}
.sbc-meth-criterion-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.sbc-meth-detail-label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.25);
  margin-bottom: 10px;
}
.sbc-meth-data-note {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 11px;
  color: rgba(255,255,255,0.3);
  line-height: 1.5;
}
.sbc-meth-sub-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.sbc-meth-sub-label {
  font-size: 12px;
  color: rgba(255,255,255,0.45);
  width: 200px;
  flex-shrink: 0;
}
.sbc-meth-sub-bar-track {
  flex: 1;
  height: 5px;
  background: rgba(255,255,255,0.05);
  border-radius: 99px;
  overflow: hidden;
}
.sbc-meth-sub-bar-fill {
  height: 100%;
  border-radius: 99px;
  opacity: 0.7;
}
.sbc-meth-sub-pct {
  font-size: 11px;
  color: rgba(255,255,255,0.25);
  width: 28px;
  text-align: right;
  flex-shrink: 0;
}
.sbc-meth-scorecard-section { margin-bottom: 80px; }
.sbc-meth-scorecard-wrap {
  overflow-x: auto;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 20px;
  background: rgba(255,255,255,0.02);
}
.sbc-meth-scorecard {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
}
.sbc-meth-th-weight {
  font-size: 9px !important;
  color: rgba(255,255,255,0.15) !important;
  font-weight: 600 !important;
  letter-spacing: 0.1em !important;
}
.sbc-meth-sc-name {
  font-weight: 700 !important;
  color: rgba(255,255,255,0.85) !important;
  white-space: nowrap;
}
.sbc-meth-sc-vig {
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px !important;
  font-weight: 700 !important;
}
.sbc-meth-val--green { color: #10b981 !important; }
.sbc-meth-val--amber { color: #f59e0b !important; }
.sbc-meth-val--red   { color: #f87171 !important; }
.sbc-meth-sc-score {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 80px;
}
.sbc-meth-sc-bar-track {
  flex: 1;
  height: 4px;
  background: rgba(255,255,255,0.06);
  border-radius: 99px;
  overflow: hidden;
}
.sbc-meth-sc-bar-fill {
  height: 100%;
  border-radius: 99px;
  opacity: 0.75;
}
.sbc-meth-sc-bar--green  { background: #10b981; }
.sbc-meth-sc-bar--blue   { background: #3b82f6; }
.sbc-meth-sc-bar--amber  { background: #f59e0b; }
.sbc-meth-sc-bar--purple { background: #a78bfa; }
.sbc-meth-sc-bar--gray   { background: #94a3b8; }
.sbc-meth-sc-overall { white-space: nowrap; }
.sbc-meth-sc-rating {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  font-weight: 900;
  color: #10b981;
}
.sbc-meth-sc-rating-max {
  font-size: 12px;
  color: rgba(255,255,255,0.2);
  margin-left: 1px;
}
.sbc-meth-scorecard-note {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 16px 20px;
  border-top: 1px solid rgba(255,255,255,0.05);
  font-size: 11.5px;
  color: rgba(255,255,255,0.25);
  line-height: 1.55;
}
.sbc-meth-nodo-section { margin-bottom: 80px; }
.sbc-meth-nodo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.sbc-meth-nodo-card {
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 16px;
  padding: 24px;
}
.sbc-meth-nodo-icon {
  width: 40px; height: 40px;
  background: rgba(248,113,113,0.08);
  border: 1px solid rgba(248,113,113,0.15);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  color: #f87171;
  margin-bottom: 14px;
}
.sbc-meth-update-section {
  background: rgba(16,185,129,0.04);
  border: 1px solid rgba(16,185,129,0.12);
  border-radius: 20px;
  padding: 48px;
}
.sbc-meth-update-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: start;
}
.sbc-meth-update-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 240px;
}
.sbc-meth-update-cta {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s;
  white-space: nowrap;
}
.sbc-meth-update-cta--primary {
  background: #10b981;
  color: #fff;
}
.sbc-meth-update-cta--primary:hover { background: #059669; transform: translateY(-1px); }
.sbc-meth-update-cta--secondary {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.65);
}
.sbc-meth-update-cta--secondary:hover { background: rgba(255,255,255,0.08); color: #fff; }
html.light .sbc-meth-main { background: #f4f6f9; }
html.light .sbc-meth-hero-grid {
  background-image:
    linear-gradient(rgba(16,185,129,0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16,185,129,0.09) 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: 1;
}
html.light .sbc-meth-hero-title { color: #0d1117; }
html.light .sbc-meth-hero-deck { color: rgba(0,0,0,0.55); }
html.light .sbc-meth-hero-fact-lbl { color: rgba(0,0,0,0.35); }
html.light .sbc-meth-th-weight { color: rgba(0,0,0,0.35) !important; }
html.light .sbc-meth-section-title { color: #0d1117; }
html.light .sbc-meth-section-intro { color: rgba(0,0,0,0.55); }
html.light .sbc-meth-section-label { color: rgba(0,0,0,0.25); }
html.light .sbc-meth-honesty { background: rgba(16,185,129,0.04); border-color: rgba(16,185,129,0.12); }
html.light .sbc-meth-weight-bar-name { color: rgba(0,0,0,0.7); }
html.light .sbc-meth-weight-bar-pct { color: rgba(0,0,0,0.3); }
html.light .sbc-meth-weight-bar-track { background: rgba(0,0,0,0.06); }
html.light .sbc-meth-criterion { background: #fff; border-color: rgba(0,0,0,0.08); box-shadow: 0 2px 12px rgba(0,0,0,0.04); }
html.light .sbc-meth-criterion-intro { color: rgba(0,0,0,0.55); }
html.light .sbc-meth-detail-label { color: rgba(0,0,0,0.25); }
html.light .sbc-meth-data-note { background: rgba(0,0,0,0.03); border-color: rgba(0,0,0,0.07); color: rgba(0,0,0,0.35); }
html.light .sbc-meth-sub-label { color: rgba(0,0,0,0.45); }
html.light .sbc-meth-sub-bar-track { background: rgba(0,0,0,0.06); }
html.light .sbc-meth-sub-pct { color: rgba(0,0,0,0.25); }
html.light .sbc-meth-scorecard-wrap { background: #fff; border-color: rgba(0,0,0,0.08); }
html.light .sbc-meth-sc-name { color: rgba(0,0,0,0.8) !important; }
html.light .sbc-meth-sc-bar-track { background: rgba(0,0,0,0.06); }
html.light .sbc-meth-scorecard-note { border-color: rgba(0,0,0,0.06); color: rgba(0,0,0,0.3); }
html.light .sbc-meth-nodo-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-meth-update-section { background: rgba(16,185,129,0.04); border-color: rgba(16,185,129,0.12); }
html.light .sbc-meth-update-cta--secondary { background: rgba(0,0,0,0.04); border-color: rgba(0,0,0,0.1); color: rgba(0,0,0,0.55); }
html.light .sbc-meth-update-cta--secondary:hover { color: #0d1117; }
.sbc-meth-th-review {
  text-align: center !important;
  white-space: nowrap;
}
.sbc-meth-sc-review-cell {
  text-align: center;
  white-space: nowrap;
}
.sbc-meth-sc-review-cta {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #10b981;
  background: rgba(16,185,129,0.08);
  border: 1px solid rgba(16,185,129,0.2);
  border-radius: 6px;
  padding: 4px 10px;
  text-decoration: none;
  transition: all 0.18s;
}
.sbc-meth-sc-review-cta:hover {
  background: rgba(16,185,129,0.15);
  border-color: rgba(16,185,129,0.4);
  color: #34d399;
  transform: translateX(2px);
}
.sbc-meth-sc-review-soon {
  font-size: 10px;
  color: rgba(255,255,255,0.15);
  font-style: italic;
}
.sbc-meth-sc-empty {
  text-align: center !important;
  padding: 40px 20px !important;
  color: rgba(255,255,255,0.25) !important;
  font-size: 14px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
html.light .sbc-meth-sc-review-cta { color: #059669; background: rgba(16,185,129,0.07); border-color: rgba(16,185,129,0.2); }
html.light .sbc-meth-sc-review-cta:hover { background: rgba(16,185,129,0.12); color: #047857; }
html.light .sbc-meth-sc-review-soon { color: rgba(0,0,0,0.2); }
html.light .sbc-meth-sc-empty { color: rgba(0,0,0,0.3) !important; }
.sbc-omr-quarter-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 10px;
  background: rgba(16,185,129,0.12);
  border: 1px solid rgba(16,185,129,0.25);
  border-radius: 20px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #10b981;
}
.sbc-omr-hero-stats {
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: nowrap;
  margin-top: 28px;
  padding: 20px 24px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 14px;
}
.sbc-omr-stat {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 0 16px 0 0;
  flex: 1;
  min-width: 0;
}
.sbc-omr-stat:first-child { padding-left: 0; }
.sbc-omr-stat-val {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 26px;
  font-weight: 800;
  color: #10b981;
  line-height: 1;
  letter-spacing: -0.01em;
}
.sbc-omr-stat-lbl {
  font-size: 11px;
  color: rgba(255,255,255,0.35);
  letter-spacing: 0.02em;
}
.sbc-omr-stat-div {
  width: 1px;
  height: 36px;
  background: rgba(255,255,255,0.08);
  margin: 0 16px 0 0;
  flex-shrink: 0;
}
html.light .sbc-omr-hero-stats { background: #fff; border-color: rgba(0,0,0,0.08); }
html.light .sbc-omr-stat-lbl   { color: rgba(0,0,0,0.4); }
html.light .sbc-omr-stat-div   { background: rgba(0,0,0,0.1); }
.sbc-omr-method-note {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 16px 18px;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 10px;
  font-size: 13px;
  color: rgba(255,255,255,0.45);
  line-height: 1.65;
  margin-bottom: 32px;
}
html.light .sbc-omr-method-note { background: #f8fafc; border-color: rgba(0,0,0,0.07); color: rgba(0,0,0,0.5); }
.sbc-omr-table-wrap {
  overflow-x: auto;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.07);
  margin: 24px 0 8px;
}
.sbc-omr-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.sbc-omr-th-rank   { width: 36px; text-align: center; }
.sbc-omr-th-vig    { width: 130px; }
.sbc-omr-th-acct   { width: 180px; }
.sbc-omr-th-tier   { width: 100px; }
.sbc-omr-th-review { width: 70px; }
.sbc-omr-row {
  border-bottom: 1px solid rgba(255,255,255,0.04);
  transition: background 0.15s;
}
.sbc-omr-row:last-child { border-bottom: none; }
.sbc-omr-row:hover { background: rgba(255,255,255,0.025); }
.sbc-omr-row--best { background: rgba(16,185,129,0.04); }
.sbc-omr-row--best:hover { background: rgba(16,185,129,0.07); }
.sbc-omr-td-rank { text-align: center; }
.sbc-omr-rank-best {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px; height: 22px;
  background: rgba(16,185,129,0.15);
  border-radius: 50%;
  color: #10b981;
}
.sbc-omr-rank-num {
  font-size: 12px;
  color: rgba(255,255,255,0.25);
  font-weight: 600;
}
.sbc-omr-td-name { white-space: nowrap; }
.sbc-omr-book-name {
  font-weight: 700;
  color: rgba(255,255,255,0.85);
  display: block;
  font-size: 13px;
}
.sbc-omr-book-badge {
  display: inline-block;
  margin-top: 3px;
  padding: 1px 7px;
  background: rgba(16,185,129,0.12);
  border: 1px solid rgba(16,185,129,0.2);
  border-radius: 20px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #10b981;
  text-transform: uppercase;
}
.sbc-omr-td-vig { white-space: nowrap; }
.sbc-omr-vig-val {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 16px;
  font-weight: 800;
  display: block;
  line-height: 1.2;
}
.sbc-omr-vig-val--sharp { color: #10b981; }
.sbc-omr-vig-val--mid   { color: #60a5fa; }
.sbc-omr-vig-val--rec   { color: #f59e0b; }
.sbc-omr-vig-bar-track {
  width: 80px;
  height: 3px;
  background: rgba(255,255,255,0.06);
  border-radius: 2px;
  margin-top: 5px;
  overflow: hidden;
}
.sbc-omr-vig-bar-fill {
  height: 100%;
  border-radius: 2px;
  transition: width 0.6s ease;
}
.sbc-omr-td-spreads,
.sbc-omr-td-ml {
  color: rgba(255,255,255,0.5);
  font-size: 12px;
}
.sbc-omr-acct {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 600;
}
.sbc-omr-acct--good { color: #10b981; }
.sbc-omr-acct--warn { color: rgba(255,255,255,0.35); }
.sbc-omr-tier-badge {
  display: inline-block;
  padding: 2px 9px;
  border-radius: 20px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.sbc-omr-tier-badge--green { background: rgba(16,185,129,0.12); color: #10b981; border: 1px solid rgba(16,185,129,0.2); }
.sbc-omr-tier-badge--blue  { background: rgba(96,165,250,0.12); color: #60a5fa; border: 1px solid rgba(96,165,250,0.2); }
.sbc-omr-tier-badge--amber { background: rgba(245,158,11,0.10); color: #f59e0b; border: 1px solid rgba(245,158,11,0.2); }
.sbc-omr-review-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  background: rgba(16,185,129,0.1);
  border: 1px solid rgba(16,185,129,0.2);
  border-radius: 6px;
  font-size: 11px;
  font-weight: 700;
  color: #10b981;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.15s, border-color 0.15s;
}
.sbc-omr-review-link:hover { background: rgba(16,185,129,0.18); border-color: rgba(16,185,129,0.35); }
.sbc-omr-review-soon { color: rgba(255,255,255,0.2); font-size: 12px; }
.sbc-omr-table-note {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: rgba(255,255,255,0.25);
  margin: 8px 0 32px;
  line-height: 1.5;
}
html.light .sbc-omr-row            { border-color: rgba(0,0,0,0.05); }
html.light .sbc-omr-row--best      { background: rgba(16,185,129,0.04); }
html.light .sbc-omr-table-wrap     { border-color: rgba(0,0,0,0.08); }
html.light .sbc-omr-book-name      { color: rgba(0,0,0,0.85); }
html.light .sbc-omr-rank-num       { color: rgba(0,0,0,0.25); }
html.light .sbc-omr-td-spreads,
html.light .sbc-omr-td-ml          { color: rgba(0,0,0,0.45); }
html.light .sbc-omr-acct--warn     { color: rgba(0,0,0,0.35); }
html.light .sbc-omr-vig-bar-track  { background: rgba(0,0,0,0.07); }
html.light .sbc-omr-table-note     { color: rgba(0,0,0,0.3); }
.sbc-omr-cost-table-wrap {
  overflow-x: auto;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.07);
  margin: 20px 0 24px;
}
.sbc-omr-cost-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.sbc-omr-cost-diff {
  color: #10b981 !important;
  font-weight: 700;
}
html.light .sbc-omr-cost-table-wrap { border-color: rgba(0,0,0,0.08); }
.sbc-omr-sport-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 14px;
  margin: 20px 0 32px;
}
.sbc-omr-sport-card {
  padding: 18px;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 12px;
}
.sbc-omr-sport-icon { color: #10b981; margin-bottom: 8px; }
.sbc-omr-sport-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: rgba(255,255,255,0.85);
  margin-bottom: 6px;
}
.sbc-omr-sport-note { font-size: 12px; color: rgba(255,255,255,0.4); line-height: 1.6; }
html.light .sbc-omr-sport-card { background: #fff; border-color: rgba(0,0,0,0.08); }
html.light .sbc-omr-sport-name { color: rgba(0,0,0,0.8); }
html.light .sbc-omr-sport-note { color: rgba(0,0,0,0.45); }
.sbc-omr-sources-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 12px;
  overflow: hidden;
  margin: 20px 0 24px;
}
.sbc-omr-source-row {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 16px;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  font-size: 13px;
  line-height: 1.6;
}
.sbc-omr-source-row:last-child { border-bottom: none; }
.sbc-omr-source-book {
  font-weight: 700;
  color: rgba(255,255,255,0.7);
  padding-top: 1px;
}
.sbc-omr-source-note { color: rgba(255,255,255,0.4); }
html.light .sbc-omr-sources-list   { border-color: rgba(0,0,0,0.08); }
html.light .sbc-omr-source-row     { border-color: rgba(0,0,0,0.05); }
html.light .sbc-omr-source-book    { color: rgba(0,0,0,0.75); }
html.light .sbc-omr-source-note    { color: rgba(0,0,0,0.45); }
.sbc-omr-nextsteps {
  margin-top: 40px;
  padding: 24px;
  background: rgba(16,185,129,0.04);
  border: 1px solid rgba(16,185,129,0.12);
  border-radius: 14px;
}
.sbc-omr-nextstep-hd {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.25);
  margin-bottom: 16px;
}
.sbc-omr-nextstep-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 12px;
}
.sbc-omr-nextstep-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 10px;
  text-decoration: none;
  transition: background 0.15s, border-color 0.15s;
}
.sbc-omr-nextstep-card:hover { background: rgba(255,255,255,0.06); border-color: rgba(16,185,129,0.2); }
html.light .sbc-omr-nextsteps          { background: rgba(16,185,129,0.03); border-color: rgba(16,185,129,0.1); }
html.light .sbc-omr-nextstep-hd        { color: rgba(0,0,0,0.25); }
html.light .sbc-omr-nextstep-card      { background: #fff; border-color: rgba(0,0,0,0.08); }
.sbc-omr-sidebar-snapshot { padding: 18px 16px; }
.sbc-omr-snap-row {
  display: grid;
  grid-template-columns: 80px 1fr 38px;
  align-items: center;
  gap: 8px;
  margin-bottom: 9px;
}
.sbc-omr-snap-row:last-of-type { margin-bottom: 0; }
.sbc-omr-snap-name {
  font-size: 11px;
  color: rgba(255,255,255,0.45);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sbc-omr-snap-bar-track {
  height: 4px;
  background: rgba(255,255,255,0.06);
  border-radius: 2px;
  overflow: hidden;
}
.sbc-omr-snap-bar-fill { height: 100%; border-radius: 2px; }
.sbc-omr-snap-val {
  font-size: 10px;
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
}
.sbc-omr-snap-note {
  font-size: 10px;
  color: rgba(255,255,255,0.2);
  margin-top: 12px;
  line-height: 1.5;
}
html.light .sbc-omr-snap-name  { color: rgba(0,0,0,0.45); }
html.light .sbc-omr-snap-bar-track { background: rgba(0,0,0,0.07); }
html.light .sbc-omr-snap-note  { color: rgba(0,0,0,0.25); }
.sbc-omr-hero--split { padding: 72px 0 64px; }
.sbc-omr-hero-split-inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 56px;
  align-items: center;
}
.sbc-omr-hero-left {
  max-width: 640px;
}
.sbc-omr-hero-right {
  display: flex;
  align-items: stretch;
}
.sbc-omr-live-card {
  width: 100%;
  background: #0d1117;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 20px 22px 16px;
  display: flex;
  flex-direction: column;
  gap: 0;
  box-shadow: 0 8px 48px rgba(0,0,0,0.45), 0 0 0 1px rgba(16,185,129,0.06);
}
.sbc-omr-live-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.sbc-omr-live-card-title {
  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.35);
}
.sbc-omr-live-pulse {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #10b981;
}
.sbc-omr-pulse-dot {
  width: 6px;
  height: 6px;
  background: #10b981;
  border-radius: 50%;
  animation: sbc-pulse-blink 1.6s ease-in-out infinite;
}
.sbc-omr-live-rows {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.sbc-omr-live-row {
  display: grid;
  grid-template-columns: 96px 1fr 46px;
  align-items: center;
  gap: 10px;
  opacity: 1;
  transform: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.sbc-omr-live-row.sbc-live-visible {
  opacity: 1;
  transform: none;
}
.sbc-omr-live-name {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255,255,255,0.75);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sbc-omr-live-bar-track {
  height: 5px;
  background: rgba(255,255,255,0.06);
  border-radius: 99px;
  overflow: hidden;
}
.sbc-omr-live-bar-fill {
  height: 100%;
  width: 0%;
  border-radius: 99px;
  transition: width 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.sbc-omr-live-val {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  font-weight: 800;
  text-align: right;
  letter-spacing: 0.01em;
}
.sbc-omr-live-foot {
  margin-top: 14px;
  font-size: 10px;
  color: rgba(255,255,255,0.2);
  border-top: 1px solid rgba(255,255,255,0.05);
  padding-top: 10px;
}
html.light .sbc-omr-live-card {
  background: #ffffff;
  border-color: rgba(0,0,0,0.08);
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
}
html.light .sbc-omr-live-name    { color: rgba(0,0,0,0.65); }
html.light .sbc-omr-live-bar-track { background: rgba(0,0,0,0.06); }
html.light .sbc-omr-live-foot    { color: rgba(0,0,0,0.3); border-color: rgba(0,0,0,0.07); }
.sbc-aglc-hero {
  position: relative; overflow: hidden;
  padding: clamp(60px,8vh,90px) 0 clamp(48px,6vh,72px);
}
.sbc-aglc-hero-bg {
  position: absolute; inset: 0; pointer-events: none; z-index: 0;
}
.sbc-aglc-hero-grid {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(245,158,11,0.03) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(245,158,11,0.03) 1px, transparent 1px);
  background-size: 52px 52px;
}
.sbc-aglc-hero-glow {
  position: absolute; top: -100px; left: 50%;
  width: 800px; height: 400px; border-radius: 50%;
  transform: translateX(-50%);
  background: radial-gradient(ellipse, rgba(245,158,11,0.09) 0%, transparent 70%);
}
.sbc-aglc-shield-deco {
  position: absolute; right: -40px; top: -20px; bottom: -20px;
  width: 40%; color: #f59e0b; pointer-events: none;
}
.sbc-aglc-hero-inner {
  position: relative; z-index: 1;
  max-width: 1280px; margin: 0 auto; padding: 0 40px;
}
.sbc-aglc-status-strip {
  display: flex; align-items: center; gap: 10px; margin-bottom: 20px;
  font-size: 11px; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; color: rgba(245,158,11,0.8);
}
.sbc-aglc-status-dot {
  width: 7px; height: 7px; border-radius: 50%; background: #f59e0b; flex-shrink: 0;
  animation: sbc-hub-pulse 2.2s ease-in-out infinite;
}
.sbc-aglc-status-updated {
  color: rgba(255,255,255,0.25); font-weight: 600; margin-left: auto;
}
.sbc-aglc-hero-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(34px,5vw,58px); font-weight: 900; line-height: 1.0;
  color: #fff; letter-spacing: -0.02em; margin: 0 0 20px;
}
.sbc-aglc-hero-deck {
  font-size: 16px; line-height: 1.7; color: rgba(255,255,255,0.55);
  max-width: 680px; margin: 0 0 28px;
}
.sbc-aglc-hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 36px; }
.sbc-aglc-body {
  max-width: 1280px; margin: 0 auto; padding: 56px 40px 80px;
}
.sbc-aglc-section { margin-bottom: 64px; }
.sbc-aglc-section-hd { margin-bottom: 28px; }
.sbc-aglc-section-tag {
  display: inline-flex; align-items: center; gap: 6px; margin-bottom: 10px;
  font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  color: #f59e0b;
}
.sbc-aglc-section-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(22px,3vw,32px); font-weight: 700; color: #fff;
  letter-spacing: -0.02em; line-height: 1.1; margin: 0;
}
.sbc-aglc-prose-grid {
  display: grid; grid-template-columns: 1fr 340px; gap: 32px; align-items: start;
}
.sbc-aglc-facts-card {
  background: #0d1117; border: 1px solid rgba(245,158,11,0.2); border-radius: 16px;
  overflow: hidden; position: relative;
}
.sbc-aglc-facts-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, #f59e0b, #d97706);
}
.sbc-aglc-facts-title {
  display: flex; align-items: center; gap: 7px;
  font-size: 10px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase;
  color: #f59e0b; padding: 16px 18px 10px;
}
.sbc-aglc-fact-row {
  display: flex; justify-content: space-between; align-items: baseline;
  gap: 12px; padding: 9px 18px;
  border-top: 1px solid rgba(255,255,255,0.04);
}
.sbc-aglc-fact-label { font-size: 11px; color: rgba(255,255,255,0.3); white-space: nowrap; }
.sbc-aglc-fact-value { font-size: 12px; font-weight: 700; color: rgba(255,255,255,0.7); text-align: right; }
.sbc-aglc-compare-table {
  background: #0d1117; border: 1px solid rgba(255,255,255,0.07); border-radius: 16px;
  overflow: hidden;
}
.sbc-aglc-compare-hd {
  display: grid; grid-template-columns: 1fr 1fr 1fr;
  background: rgba(255,255,255,0.03); border-bottom: 1px solid rgba(255,255,255,0.07);
}
.sbc-aglc-compare-col-hd {
  display: flex; align-items: center; gap: 7px; padding: 14px 18px;
  font-size: 11px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase;
}
.sbc-aglc-compare-col-hd--ontario { color: #10b981; border-left: 1px solid rgba(255,255,255,0.06); }
.sbc-aglc-compare-col-hd--alberta { color: #f59e0b; border-left: 1px solid rgba(255,255,255,0.06); }
.sbc-aglc-compare-row {
  display: grid; grid-template-columns: 1fr 1fr 1fr;
  border-bottom: 1px solid rgba(255,255,255,0.04);
}
.sbc-aglc-compare-row:last-child { border-bottom: none; }
.sbc-aglc-compare-row--even { background: rgba(255,255,255,0.015); }
.sbc-aglc-compare-label { padding: 12px 18px; font-size: 12px; font-weight: 700; color: rgba(255,255,255,0.55); }
.sbc-aglc-compare-ont { padding: 12px 18px; font-size: 12px; color: rgba(255,255,255,0.45); border-left: 1px solid rgba(255,255,255,0.04); }
.sbc-aglc-compare-ab  { padding: 12px 18px; font-size: 12px; color: rgba(245,158,11,0.7); border-left: 1px solid rgba(255,255,255,0.04); }
.sbc-aglc-callout {
  display: flex; align-items: flex-start; gap: 16px;
  background: rgba(245,158,11,0.06); border: 1px solid rgba(245,158,11,0.18);
  border-radius: 14px; padding: 20px 24px; margin-top: 24px;
}
.sbc-aglc-timeline { display: flex; flex-direction: column; gap: 0; }
.sbc-aglc-timeline-item {
  display: grid; grid-template-columns: 40px 1fr; gap: 0; min-height: 60px;
}
.sbc-aglc-tl-connector {
  display: flex; flex-direction: column; align-items: center; padding-top: 4px;
}
.sbc-aglc-tl-dot {
  width: 14px; height: 14px; border-radius: 50%; flex-shrink: 0;
  border: 2px solid rgba(255,255,255,0.15); background: #07090d;
  transition: all 0.2s;
}
.sbc-aglc-tl-line {
  flex: 1; width: 2px; background: rgba(255,255,255,0.08); margin: 4px 0;
}
.sbc-aglc-tl-content { padding: 0 0 32px 20px; }
.sbc-aglc-tl-date {
  font-size: 10px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(255,255,255,0.3); margin-bottom: 4px;
}
.sbc-aglc-tl-event {
  font-family: 'Barlow Condensed', sans-serif; font-size: 17px; font-weight: 700;
  color: rgba(255,255,255,0.8); margin-bottom: 6px;
}
.sbc-aglc-tl-desc { font-size: 13px; line-height: 1.65; color: rgba(255,255,255,0.4); }
.sbc-aglc-protection-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
}
.sbc-aglc-protection-card {
  background: #0d1117; border: 1px solid rgba(255,255,255,0.07); border-radius: 14px;
  padding: 22px; transition: border-color 0.2s;
}
.sbc-aglc-protection-card:hover { border-color: rgba(245,158,11,0.25); }
.sbc-aglc-protection-icon {
  width: 40px; height: 40px; border-radius: 10px; margin-bottom: 14px;
  background: rgba(245,158,11,0.1); color: #f59e0b;
  display: flex; align-items: center; justify-content: center;
}
.sbc-aglc-protection-title { font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 8px; }
.sbc-aglc-protection-desc { font-size: 13px; line-height: 1.65; color: rgba(255,255,255,0.45); }
.sbc-aglc-operator-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
}
.sbc-aglc-op-card {
  background: #0d1117; border: 1px solid rgba(255,255,255,0.08); border-radius: 14px;
  padding: 20px; text-decoration: none; display: flex; flex-direction: column; gap: 10px;
  transition: border-color 0.2s, transform 0.2s;
}
.sbc-aglc-op-card:hover { border-color: rgba(245,158,11,0.3); transform: translateY(-2px); }
.sbc-aglc-op-status {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 10px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase;
  padding: 4px 10px; border-radius: 100px; width: fit-content;
}
.sbc-aglc-op-status--expected {
  background: rgba(245,158,11,0.1); border: 1px solid rgba(245,158,11,0.25); color: #f59e0b;
}
.sbc-aglc-op-status--confirmed {
  background: rgba(16,185,129,0.1); border: 1px solid rgba(16,185,129,0.3); color: #10b981;
}
.sbc-aglc-op-name {
  font-family: 'Barlow Condensed', sans-serif; font-size: 20px; font-weight: 800; color: #fff;
}
.sbc-aglc-op-reason { font-size: 12px; line-height: 1.6; color: rgba(255,255,255,0.45); flex: 1; }
.sbc-aglc-op-link { font-size: 11px; font-weight: 700; color: #f59e0b; margin-top: auto; }
html.light .sbc-aglc-fact-label { color: rgba(0,0,0,0.4); }
html.light .sbc-aglc-fact-value { color: rgba(0,0,0,0.7); }
html.light .sbc-aglc-compare-label { color: rgba(0,0,0,0.6); }
html.light .sbc-aglc-compare-ont  { color: rgba(0,0,0,0.5); }
html.light .sbc-aglc-compare-ab   { color: #b45309; }
html.light .sbc-aglc-compare-row--even { background: rgba(0,0,0,0.02); }
html.light .sbc-aglc-compare-hd   { background: rgba(0,0,0,0.03); }
html.light .sbc-aglc-tl-desc { color: rgba(0,0,0,0.45); }
html.light .sbc-aglc-tl-event { color: rgba(0,0,0,0.7); }
html.light .sbc-aglc-callout { background: rgba(245,158,11,0.05); border-color: rgba(245,158,11,0.2); }
html.light .sbc-aglc-section-title { color: #0d1117; }
.sbc-aglc-explorer-promo {
  display: grid; grid-template-columns: 1fr 280px; gap: 32px;
  align-items: center; padding: 28px; border-radius: 16px;
  background: rgba(245,158,11,0.05);
  border: 1px solid rgba(245,158,11,0.2);
  position: relative; overflow: hidden;
}
.sbc-aglc-explorer-promo::before {
  content: ''; position: absolute; top: -60px; right: -60px;
  width: 200px; height: 200px; border-radius: 50%;
  background: radial-gradient(circle, rgba(245,158,11,0.08) 0%, transparent 70%);
  pointer-events: none;
}
.sbc-aglc-explorer-promo-label {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 10px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase;
  color: #f59e0b; margin-bottom: 10px;
}
.sbc-aglc-explorer-promo-title { font-family: 'Barlow Condensed', sans-serif; font-size: 26px; font-weight: 900; color: #fff; margin: 0 0 8px; }
.sbc-aglc-explorer-promo-desc { font-size: 13px; color: rgba(255,255,255,0.5); line-height: 1.6; margin: 0 0 14px; }
.sbc-aglc-explorer-promo-stats { display: flex; gap: 20px; }
.sbc-aglc-explorer-promo-right { display: flex; flex-direction: column; gap: 12px; }
.sbc-aglc-explorer-promo-btn {
  display: flex; align-items: center; gap: 10px; justify-content: center;
  padding: 14px 20px; border-radius: 10px;
  background: #f59e0b; color: #000; font-weight: 800; font-size: 14px;
  text-decoration: none; letter-spacing: 0.02em; transition: background 0.15s;
}
.sbc-aglc-explorer-promo-btn:hover { background: #fbbf24; }
html.light .sbc-aglc-explorer-promo {
  background: rgba(245,158,11,0.04); border-color: rgba(245,158,11,0.2);
}
html.light .sbc-aglc-explorer-promo-desc { color: rgba(0,0,0,0.5); }
html.light .sbc-aglc-explorer-promo-title { color: #0d1117; }
html.light .sbc-omr-vig-statsbar {
  background: rgba(15,23,42,0.03) !important;
  border-color: rgba(15,23,42,0.09) !important;
}