/* ============================================================
   Block Gemini — Blockchain Suite widget
   ============================================================ */
.bcs-suite {
  position: relative;
  padding: 96px 32px 110px;
  background: linear-gradient(180deg, #02060d 0%, #060c1c 50%, #02060d 100%);
  color: rgba(234, 242, 255, 0.92);
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.bcs-suite-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 18% 20%, rgba(79, 200, 255, 0.18) 0%, transparent 45%),
    radial-gradient(circle at 82% 80%, rgba(94, 255, 164, 0.12) 0%, transparent 55%),
    linear-gradient(transparent 0, transparent 39px, rgba(255,255,255,0.025) 39px, rgba(255,255,255,0.025) 40px),
    linear-gradient(90deg, transparent 0, transparent 39px, rgba(255,255,255,0.025) 39px, rgba(255,255,255,0.025) 40px);
  background-size: auto, auto, 40px 40px, 40px 40px;
  pointer-events: none;
}
.bcs-suite-wrap {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
}

/* ---------- Header row ---------- */
.bcs-suite-head {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 56px;
  align-items: end;
  margin-bottom: 48px;
}
@media (max-width: 980px) { .bcs-suite-head { grid-template-columns: 1fr; gap: 32px; } }

.bcs-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px; letter-spacing: 0.18em;
  color: #4FC8FF; text-transform: uppercase;
  padding: 6px 12px;
  border: 1px solid rgba(79, 200, 255, 0.32);
  border-radius: 100px;
  background: rgba(79, 200, 255, 0.08);
  margin-bottom: 22px;
}
.bcs-eyebrow .dot {
  width: 6px; height: 6px; border-radius: 50%; background: #5EFFA4;
  box-shadow: 0 0 8px #5EFFA4;
  animation: bcsPulse 1.6s infinite;
}
@keyframes bcsPulse { 0%, 100% {opacity: 1;} 50% {opacity: 0.4;} }

.bcs-h {
  font-size: clamp(36px, 4.4vw, 60px);
  line-height: 1.05;
  letter-spacing: -0.025em;
  font-weight: 600;
  margin: 0 0 18px;
  color: #fff;
  text-wrap: balance;
}
.bcs-h .ac {
  background: linear-gradient(120deg, #4FC8FF 0%, #5EFFA4 80%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bcs-sub {
  font-size: 16px;
  line-height: 1.65;
  color: rgba(234, 242, 255, 0.66);
  max-width: 560px;
  margin: 0 0 24px;
}
.bcs-cta-row { display: flex; gap: 12px; flex-wrap: wrap; }
.bcs-cta {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 20px;
  font-size: 13.5px; font-weight: 500;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.bcs-cta.primary {
  background: linear-gradient(120deg, #4FC8FF, #5EFFA4);
  color: #02060d;
}
.bcs-cta.primary:hover { transform: translateY(-1px); box-shadow: 0 10px 32px rgba(94, 255, 164, 0.32); }
.bcs-cta.ghost {
  background: rgba(255,255,255,0.04);
  color: rgba(234,242,255,0.92);
  border: 1px solid rgba(255,255,255,0.14);
}
.bcs-cta.ghost:hover { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.28); }

/* ---------- Live tape card ---------- */
.bcs-tape {
  background: rgba(8, 14, 28, 0.7);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  padding: 18px 20px;
  backdrop-filter: blur(12px);
  font-family: 'JetBrains Mono', ui-monospace, monospace;
}
.bcs-tape-h {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(234,242,255,0.5);
  padding-bottom: 12px; margin-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.bcs-tape-h .dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #5EFFA4; margin-right: 6px; box-shadow: 0 0 8px #5EFFA4; animation: bcsPulse 1.6s infinite; }
.bcs-tape-live { color: #5EFFA4; }
.bcs-tape-rows { display: flex; flex-direction: column; gap: 4px; }
.bcs-tape-row {
  display: grid;
  grid-template-columns: 90px 1fr 90px;
  gap: 12px;
  align-items: center;
  padding: 7px 10px;
  border-radius: 6px;
  font-size: 12.5px;
  transition: background 0.3s;
}
.bcs-tape-row.is-live { background: rgba(79, 200, 255, 0.1); }
.bcs-tape-row .sym { color: #4FC8FF; font-weight: 600; }
.bcs-tape-row .nm { color: rgba(234,242,255,0.78); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.bcs-tape-row .val { text-align: right; color: #5EFFA4; }

.bcs-tape-foot {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;
  margin-top: 14px; padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.bcs-tape-foot .l {
  font-size: 9.5px; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(234,242,255,0.4); margin-bottom: 4px;
}
.bcs-tape-foot .v { font-size: 22px; font-weight: 600; color: #fff; letter-spacing: -0.02em; font-family: ui-sans-serif, system-ui, sans-serif; }

/* ---------- Tabs ---------- */
.bcs-tabs {
  display: flex; flex-wrap: wrap; gap: 8px;
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.bcs-tab {
  --ac: #4FC8FF;
  display: inline-flex; align-items: center; gap: 10px;
  padding: 10px 16px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  color: rgba(234,242,255,0.7);
  font-size: 13px; font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}
.bcs-tab .ct {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 22px; height: 22px;
  font-size: 10.5px; font-weight: 600;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  background: rgba(255,255,255,0.08);
  color: rgba(234,242,255,0.7);
  border-radius: 4px;
  padding: 0 6px;
}
.bcs-tab:hover { color: #fff; border-color: rgba(255,255,255,0.18); }
.bcs-tab.is-active {
  background: color-mix(in oklab, var(--ac) 14%, transparent);
  border-color: color-mix(in oklab, var(--ac) 45%, transparent);
  color: #fff;
  box-shadow: 0 0 0 1px color-mix(in oklab, var(--ac) 28%, transparent), 0 8px 24px color-mix(in oklab, var(--ac) 16%, transparent);
}
.bcs-tab.is-active .ct {
  background: color-mix(in oklab, var(--ac) 30%, transparent);
  color: var(--ac);
}

/* ---------- Stage ---------- */
.bcs-stage {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 32px;
  margin-bottom: 56px;
}
@media (max-width: 980px) { .bcs-stage { grid-template-columns: 1fr; } }

.bcs-stage-side { padding-top: 8px; }
.bcs-stage-eyebrow {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px; letter-spacing: 0.16em;
  margin-bottom: 14px;
}
.bcs-stage-h {
  font-size: 19px;
  line-height: 1.4;
  color: rgba(234,242,255,0.78);
  margin-bottom: 18px;
  text-wrap: balance;
}
.bcs-stage-meta {
  display: flex; gap: 8px;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(234,242,255,0.45);
}

.bcs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 12px;
}
.bcs-card {
  --ac: #4FC8FF;
  position: relative;
  display: block;
  padding: 22px 22px 24px;
  background: rgba(8, 14, 28, 0.6);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  transition: all 0.25s ease;
}
.bcs-card::before {
  content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 2px;
  background: var(--ac); opacity: 0;
  transition: opacity 0.2s ease;
}
.bcs-card:hover {
  border-color: color-mix(in oklab, var(--ac) 40%, rgba(255,255,255,0.14));
  background: rgba(12, 20, 38, 0.85);
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(0,0,0,0.4), 0 0 0 1px color-mix(in oklab, var(--ac) 22%, transparent);
}
.bcs-card:hover::before { opacity: 1; }

.bcs-card-num {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 10.5px; letter-spacing: 0.16em;
  color: var(--ac);
  margin-bottom: 12px;
  opacity: 0.7;
}
.bcs-card-h { font-size: 16.5px; font-weight: 600; color: #fff; margin-bottom: 8px; letter-spacing: -0.01em; }
.bcs-card-d { font-size: 13px; line-height: 1.55; color: rgba(234,242,255,0.6); margin-bottom: 16px; }
.bcs-card-cta {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(234,242,255,0.5);
  display: inline-flex; align-items: center; gap: 6px;
  transition: color 0.2s ease;
}
.bcs-card:hover .bcs-card-cta { color: var(--ac); }
.bcs-card-cta span { transition: transform 0.2s ease; }
.bcs-card:hover .bcs-card-cta span { transform: translateX(3px); }

/* ---------- A–Z strip ---------- */
.bcs-strip {
  padding: 28px 28px 30px;
  background: rgba(8, 14, 28, 0.5);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 14px;
}
.bcs-strip-h {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(234,242,255,0.45);
  margin-bottom: 14px;
}
.bcs-strip-list {
  display: flex; flex-wrap: wrap; gap: 8px;
}
.bcs-strip-item {
  padding: 7px 12px;
  font-size: 12.5px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 6px;
  color: rgba(234,242,255,0.78);
  text-decoration: none;
  transition: all 0.18s ease;
}
.bcs-strip-item:hover {
  background: rgba(79, 200, 255, 0.1);
  border-color: rgba(79, 200, 255, 0.32);
  color: #fff;
}
