.bnk-page {
  --bnk-bg: #05070a;
  --bnk-bg-2: #070a0f;
  --bnk-panel: #0e1218;
  --bnk-panel-2: #10151c;
  --bnk-panel-hover: #141a23;
  --bnk-border: rgba(255,255,255,.08);
  --bnk-border-strong: rgba(255,255,255,.12);
  --bnk-text: #f3f4f6;
  --bnk-text-2: #9ca3af;
  --bnk-muted: #6b7280;
  --bnk-faint: #3f4652;
  --bnk-gold: #f5c84b;
  --bnk-silver: #cbd5e1;
  --bnk-bronze: #d69b63;
  --bnk-green: #34d399;
  --bnk-teal: #2dd4bf;
  background: linear-gradient(180deg, #05070a 0%, #070a0f 42%, #05070a 100%);
  color: var(--bnk-text);
  font-family: 'Geist', Inter, system-ui, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 calc(50% - 50vw);
  min-height: calc(100vh - 48px);
  overflow-x: hidden;
  padding: 0 clamp(24px, 4vw, 72px) 56px;
  width: 100vw;
}

.bnk-page a {
  color: inherit;
  text-decoration: none;
}

.bnk-wrap,
.bnk-hero-grid,
.bnk-podium-wrap {
  max-width: 1380px;
  margin: 0 auto;
}

.bnk-page strong,
.bnk-page small,
.bnk-kicker,
.bnk-kpi,
.bnk-section-label,
.bnk-section-head,
.bnk-legend,
.bnk-day-chip,
.bnk-table,
.bnk-podium-metrics,
.bnk-mark-card {
  font-family: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
  font-feature-settings: 'tnum', 'zero';
}

.bnk-hero {
  padding: 14px 0 10px;
}

.bnk-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
  gap: 28px;
  align-items: end;
}

.bnk-kicker {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 11px;
  margin-bottom: 14px;
  color: var(--bnk-muted);
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.bnk-kicker-badge {
  padding: 5px 12px;
  border: 1px solid var(--bnk-border-strong);
  border-radius: 6px;
  background: rgba(255,255,255,.02);
  color: var(--bnk-text);
}

.bnk-live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--bnk-green);
  box-shadow: 0 0 16px rgba(52,211,153,.42);
}

.bnk-title {
  max-width: 780px;
  margin: 0;
  color: var(--bnk-text);
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: clamp(54px, 5.2vw, 76px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: .94;
}

.bnk-title em {
  color: var(--bnk-gold);
  font-style: italic;
}

.bnk-deck {
  max-width: 660px;
  margin: 16px 0 0;
  color: var(--bnk-text-2);
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.5;
}

.bnk-kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.bnk-kpi,
.bnk-mark-card,
.bnk-panel,
.bnk-podium-card {
  border: 1px solid var(--bnk-border);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.015));
}

.bnk-kpi {
  min-height: 116px;
  padding: 18px;
}

.bnk-kpi span,
.bnk-mark-card span,
.bnk-podium-metrics span,
.bnk-day-chip span,
.bnk-section-head p,
.bnk-method,
.bnk-author-cell small {
  color: var(--bnk-muted);
}

.bnk-kpi span,
.bnk-mark-card span {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.bnk-kpi strong {
  display: block;
  margin: 8px 0 2px;
  color: var(--bnk-text);
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1;
}

.bnk-kpi small,
.bnk-mark-card small {
  color: var(--bnk-muted);
  font-size: 12px;
}

.bnk-hero-side {
  display: flex;
  justify-content: flex-end;
}

.bnk-mark-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  width: min(100%, 420px);
  padding: 20px;
}

.bnk-mark-card img {
  width: 118px;
  height: auto;
}

.bnk-mark-card strong {
  display: block;
  margin: 6px 0 4px;
  color: var(--bnk-gold);
  font-size: 44px;
  line-height: 1;
}

.bnk-podium-wrap {
  padding: 22px 0 14px;
}

.bnk-section-label {
  margin-bottom: 10px;
  color: var(--bnk-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.bnk-podium-stage {
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(0, 1.12fr) minmax(0, .96fr);
  gap: 16px;
  align-items: end;
  position: relative;
  padding-top: 18px;
}

.bnk-podium-stage::after {
  content: "";
  position: absolute;
  left: 3%;
  right: 3%;
  bottom: -7px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(245,200,75,.22), transparent);
  filter: blur(.2px);
}

.bnk-podium-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-width: 0;
  overflow: hidden;
  border-radius: 16px 16px 10px 10px;
}

.bnk-podium-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
}

.bnk-podium-card.is-rank-1 {
  min-height: 410px;
  border-color: rgba(245,200,75,.66);
  box-shadow: inset 0 0 0 1px rgba(245,200,75,.18), 0 22px 54px rgba(0,0,0,.36);
}

.bnk-podium-card.is-rank-2 {
  min-height: 348px;
  border-color: rgba(203,213,225,.46);
}

.bnk-podium-card.is-rank-3 {
  min-height: 308px;
  border-color: rgba(214,155,99,.5);
}

.bnk-podium-card.is-rank-1::before {
  background: linear-gradient(180deg, rgba(245,200,75,.13), transparent 62%);
}

.bnk-podium-card.is-rank-2::before {
  background: linear-gradient(180deg, rgba(203,213,225,.1), transparent 62%);
}

.bnk-podium-card.is-rank-3::before {
  background: linear-gradient(180deg, rgba(214,155,99,.1), transparent 62%);
}

.bnk-podium-person {
  position: relative;
  z-index: 1;
  padding: 20px 20px 18px;
  text-align: left;
}

.bnk-avatar {
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(255,255,255,.16);
  background: #161b22;
  flex: 0 0 auto;
}

.bnk-podium-avatar {
  position: relative;
  z-index: 1;
  width: 76px;
  height: 76px;
  margin-bottom: 14px;
}

.bnk-podium-avatar-row {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.bnk-podium-avatar-row .bnk-podium-avatar {
  margin-bottom: 0;
}

.bnk-crowned-avatar {
  position: relative;
  flex: 0 0 auto;
  padding-top: 18px;
}

.bnk-crown {
  position: absolute;
  top: -2px;
  right: -8px;
  display: grid;
  place-items: center;
  width: 48px;
  height: 36px;
  color: var(--bnk-gold);
  filter: drop-shadow(0 0 10px rgba(245,200,75,.24)) drop-shadow(0 6px 10px rgba(0,0,0,.38));
  transform: rotate(10deg);
  z-index: 3;
}

.bnk-crown svg {
  width: 48px;
  height: 36px;
}

.is-rank-1 .bnk-podium-avatar {
  width: 90px;
  height: 90px;
  box-shadow: 0 0 0 3px rgba(245,200,75,.18);
}

.bnk-cup {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 4;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-width: 0;
  width: min(210px, calc(100% - 150px));
  padding: 9px 11px 9px 8px;
  border: 1px solid rgba(245,200,75,.42);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(245,200,75,.16), rgba(245,200,75,.05)),
    rgba(255,255,255,.025);
  color: var(--bnk-gold);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.04), 0 10px 30px rgba(0,0,0,.22);
}

.bnk-cup svg {
  width: 54px;
  height: 54px;
  filter: drop-shadow(0 0 12px rgba(245,200,75,.2));
}

.bnk-cup span {
  color: var(--bnk-text);
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.bnk-podium-name {
  position: relative;
  z-index: 1;
}

.bnk-podium-name a,
.bnk-podium-name span {
  display: block;
  color: var(--bnk-text);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.15;
  word-break: break-word;
}

.bnk-podium-name small {
  display: block;
  margin-top: 4px;
  color: var(--bnk-text-2);
  font-size: 13px;
}

.bnk-podium-metrics {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.08);
}

.bnk-podium-metrics strong {
  display: block;
  color: var(--bnk-text);
  font-size: 22px;
  line-height: 1.1;
}

.bnk-podium-metrics span {
  display: block;
  margin-top: 2px;
  font-size: 11px;
}

.bnk-podium-step {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 20px;
  border-top: 1px solid rgba(255,255,255,.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}

.is-rank-1 .bnk-podium-step {
  min-height: 106px;
  background:
    linear-gradient(180deg, rgba(245,200,75,.2), rgba(245,200,75,.08)),
    linear-gradient(90deg, rgba(245,200,75,.06), rgba(245,200,75,.18), rgba(245,200,75,.06));
}

.is-rank-2 .bnk-podium-step {
  min-height: 82px;
  background:
    linear-gradient(180deg, rgba(203,213,225,.16), rgba(203,213,225,.06)),
    linear-gradient(90deg, rgba(203,213,225,.04), rgba(203,213,225,.13), rgba(203,213,225,.04));
}

.is-rank-3 .bnk-podium-step {
  min-height: 66px;
  background:
    linear-gradient(180deg, rgba(214,155,99,.16), rgba(214,155,99,.06)),
    linear-gradient(90deg, rgba(214,155,99,.04), rgba(214,155,99,.13), rgba(214,155,99,.04));
}

.bnk-podium-step span {
  color: var(--bnk-text);
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: 54px;
  line-height: .8;
}

.is-rank-1 .bnk-podium-step span {
  color: var(--bnk-gold);
  font-size: 72px;
}

.is-rank-2 .bnk-podium-step span {
  color: var(--bnk-silver);
}

.is-rank-3 .bnk-podium-step span {
  color: var(--bnk-bronze);
}

.bnk-podium-step small {
  color: var(--bnk-text-2);
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.bnk-chart-section,
.bnk-table-panel,
.bnk-method {
  margin-top: 14px;
}

.bnk-panel {
  background-color: var(--bnk-panel);
}

.bnk-chart-panel,
.bnk-table-panel {
  padding: 18px;
}

.bnk-section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}

.bnk-section-head h2 {
  margin: 0;
  color: var(--bnk-text);
  font-family: 'Geist', Inter, system-ui, sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
}

.bnk-section-head p {
  margin: 5px 0 0;
  font-family: 'Geist', Inter, system-ui, sans-serif;
  font-size: 14px;
}

.bnk-peak {
  min-width: 120px;
  text-align: right;
}

.bnk-peak span,
.bnk-peak small {
  display: block;
  color: var(--bnk-muted);
  font-size: 11px;
}

.bnk-peak strong {
  display: block;
  color: var(--bnk-gold);
  font-size: 20px;
  line-height: 1.25;
}

.bnk-chart-wrap {
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 12px;
  background: #080c12;
}

.bnk-chart {
  display: block;
  width: 100%;
  height: auto;
}

.bnk-grid-line {
  stroke: rgba(255,255,255,.08);
  stroke-width: 1;
}

.bnk-axis-label {
  fill: #7c8491;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px;
}

.bnk-x-label {
  text-anchor: middle;
}

.bnk-area {
  fill: url(#bnkArea);
}

.bnk-line {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.bnk-line-mentions {
  stroke: var(--bnk-gold);
  stroke-width: 3;
}

.bnk-line-posts {
  stroke: var(--bnk-teal);
  stroke-width: 2;
}

.bnk-legend {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 12px;
  color: var(--bnk-text-2);
  font-size: 12px;
  font-weight: 700;
}

.bnk-legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.bnk-swatch {
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 2px;
}

.bnk-swatch-mentions {
  background: var(--bnk-gold);
}

.bnk-swatch-posts {
  background: var(--bnk-teal);
}

.bnk-day-strip {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px;
}

.bnk-day-chip {
  min-width: 0;
  min-height: 62px;
  padding: 9px;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 10px;
  background: rgba(255,255,255,.025);
}

.bnk-day-chip span {
  display: block;
  color: var(--bnk-text-2);
  font-size: 11px;
  font-weight: 700;
}

.bnk-day-chip strong {
  display: block;
  margin-top: 4px;
  color: var(--bnk-text);
  font-size: 20px;
  line-height: 1;
}

.bnk-day-chip small {
  display: block;
  margin-top: 4px;
  color: var(--bnk-muted);
  font-size: 11px;
  white-space: nowrap;
}

.bnk-table-panel {
  margin-bottom: 12px;
}

.bnk-table-note {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 10px;
  border: 1px solid var(--bnk-border-strong);
  border-radius: 7px;
  color: var(--bnk-text-2);
  font-size: 12px;
  font-weight: 700;
}

.bnk-table-scroll {
  overflow-x: auto;
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 12px;
}

.bnk-table {
  width: 100%;
  min-width: 1080px;
  border-collapse: collapse;
}

.bnk-table th,
.bnk-table td {
  padding: 13px 14px;
  border-bottom: 1px solid rgba(255,255,255,.06);
  vertical-align: middle;
}

.bnk-table th {
  color: var(--bnk-muted);
  background: #0a0f16;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.bnk-sort {
  display: inline-flex;
  align-items: center;
  justify-content: inherit;
  gap: 6px;
  width: 100%;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  letter-spacing: inherit;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
}

.bnk-sort::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  opacity: .38;
}

.bnk-sort.is-desc::after {
  border-top: 5px solid currentColor;
  opacity: .95;
}

.bnk-sort.is-asc::after {
  border-bottom: 5px solid currentColor;
  opacity: .95;
}

.bnk-sort:hover,
.bnk-sort.is-active {
  color: var(--bnk-gold);
}

.bnk-table td {
  color: #dce3ec;
  font-size: 13px;
  font-weight: 600;
}

.bnk-table tbody tr:hover {
  background: var(--bnk-panel-hover);
}

.bnk-table tbody tr:last-child td {
  border-bottom: 0;
}

.bnk-table tbody tr:first-child td:first-child {
  border-left: 3px solid var(--bnk-gold);
}

.bnk-num {
  text-align: right;
  white-space: nowrap;
}

.bnk-rank-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 7px;
  background: rgba(255,255,255,.07);
  color: var(--bnk-text);
  font-weight: 800;
}

.bnk-author-cell {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 10px;
}

.bnk-avatar-sm {
  width: 36px;
  height: 36px;
}

.bnk-author-cell a,
.bnk-author-cell span {
  display: block;
  color: var(--bnk-text);
  font-family: 'Geist', Inter, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.bnk-author-cell small {
  display: block;
  max-width: 240px;
  margin-top: 2px;
  overflow: hidden;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bnk-method {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 44px;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 12px;
  background: rgba(255,255,255,.02);
  font-size: 12px;
  line-height: 1.55;
}

.bnk-method strong {
  color: var(--bnk-text);
  flex: 0 0 auto;
}

@media (max-width: 1100px) {
  .bnk-hero-grid {
    grid-template-columns: 1fr;
  }

  .bnk-hero-side {
    justify-content: flex-start;
  }

  .bnk-podium-stage {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .bnk-podium-stage::after {
    display: none;
  }

  .bnk-podium-card,
  .bnk-podium-card.is-rank-1,
  .bnk-podium-card.is-rank-2,
  .bnk-podium-card.is-rank-3 {
    min-height: 0;
  }

  .bnk-podium-card {
    border-radius: 16px;
  }

  .is-rank-1 .bnk-podium-step,
  .is-rank-2 .bnk-podium-step,
  .is-rank-3 .bnk-podium-step {
    min-height: 74px;
  }

  .bnk-day-strip {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .bnk-page {
    padding: 0 14px 42px;
  }

  .bnk-title {
    font-size: 44px;
  }

  .bnk-kpis,
  .bnk-podium-metrics {
    grid-template-columns: 1fr;
  }

  .bnk-mark-card {
    grid-template-columns: 1fr;
  }

  .bnk-mark-card img {
    width: 110px;
  }

  .bnk-section-head {
    display: block;
  }

  .bnk-podium-avatar-row {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .bnk-cup {
    position: static;
    order: 2;
    width: 100%;
    max-width: 100%;
  }

  .bnk-peak {
    margin-top: 10px;
    text-align: left;
  }

  .bnk-day-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bnk-method {
    display: block;
  }

  .bnk-method strong {
    display: block;
    margin-bottom: 5px;
  }
}
