/* ============================================================
   MEDvidi Sport Month — "Stadium Night"
   Dark broadcast leaderboard · flame + volt · Anton/Hanken
   ============================================================ */
:root {
  --bg: #0a0b0e;
  --bg-2: #0f1115;
  --surface: #15181f;
  --surface-2: #1b1f28;
  --line: #262b36;
  --line-soft: #1e222b;
  --ink: #f4f6fb;
  --ink-dim: #aab2c2;
  --ink-faint: #6b7385;
  --flame-1: #ff7a00;
  --flame-2: #ff2d55;
  --flame-3: #ff0080;
  --volt: #d8ff3e;
  --volt-dim: #aacd24;
  --gold: #ffd24a;
  --silver: #cdd6e4;
  --bronze: #e0894e;
  --flame: linear-gradient(
    100deg,
    var(--flame-1),
    var(--flame-2) 55%,
    var(--flame-3)
  );
  --radius: 18px;
  --radius-sm: 12px;
  --shadow: 0 24px 60px -20px rgba(0, 0, 0, 0.7);
  --maxw: 1180px;
  --mono: "Spline Sans Mono", ui-monospace, monospace;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  background:
    radial-gradient(
      1200px 700px at 78% -8%,
      rgba(255, 45, 85, 0.1),
      transparent 60%
    ),
    radial-gradient(
      900px 600px at 8% 4%,
      rgba(216, 255, 62, 0.05),
      transparent 55%
    ),
    var(--bg);
  color: var(--ink);
  font-family: "Hanken Grotesk", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
.grain {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.05;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
main {
  position: relative;
  z-index: 2;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 22px 80px;
}
.muted {
  color: var(--ink-faint);
  font-weight: 500;
  font-size: 0.7em;
  letter-spacing: 0.02em;
}

/* ---- HERO ---- */
.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line-soft);
}
.hero-glow {
  position: absolute;
  inset: -40% -20% auto -20%;
  height: 120%;
  z-index: 0;
  background:
    radial-gradient(
      60% 80% at 70% 0%,
      rgba(255, 45, 85, 0.32),
      transparent 60%
    ),
    radial-gradient(50% 70% at 20% 10%, rgba(255, 122, 0, 0.2), transparent 60%);
  filter: blur(8px);
  animation: breathe 9s ease-in-out infinite;
}
@keyframes breathe {
  0%,
  100% {
    opacity: 0.75;
    transform: translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateY(-12px);
  }
}
.hero-inner {
  position: relative;
  z-index: 2;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 54px 22px 40px;
}
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--mono);
  font-size: 12.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-dim);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.02);
  padding: 7px 13px;
  border-radius: 100px;
}
.kicker .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--volt);
  box-shadow: 0 0 12px var(--volt);
  animation: pulse 1.8s infinite;
}
@keyframes pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.35;
  }
}
.title {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  line-height: 0.86;
  letter-spacing: -0.01em;
  font-size: clamp(56px, 12vw, 148px);
  margin: 20px 0 6px;
  text-transform: uppercase;
}
.title-flame {
  background: var(--flame);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 6px 30px rgba(255, 45, 85, 0.35));
}
.dates {
  font-family: var(--mono);
  color: var(--ink-dim);
  letter-spacing: 0.04em;
  font-size: 15px;
  margin-bottom: 30px;
}
.hero-stats {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
.hstat {
  background: linear-gradient(180deg, var(--surface), var(--bg-2));
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 16px 16px 14px;
  position: relative;
  overflow: hidden;
}
.hstat::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 3px;
  width: 100%;
  background: var(--flame);
  opacity: 0.9;
}
.hstat .v {
  font-family: "Anton", sans-serif;
  font-size: clamp(26px, 3.4vw, 42px);
  line-height: 1;
  letter-spacing: 0.01em;
  display: block;
  font-variant-numeric: tabular-nums;
}
.hstat .l {
  font-size: 11.5px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--ink-faint);
  margin-top: 7px;
  font-weight: 600;
}

/* ---- SECTION ---- */
.section {
  padding-top: 58px;
}
.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 22px;
  border-bottom: 1px solid var(--line-soft);
  padding-bottom: 14px;
}
.section-title {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: clamp(26px, 4vw, 38px);
  letter-spacing: 0.005em;
  line-height: 1;
}
.section-sub {
  color: var(--ink-dim);
  font-size: 14.5px;
  max-width: 50ch;
}

/* ---- PODIUM ---- */
.podium {
  display: grid;
  grid-template-columns: 1fr 1.15fr 1fr;
  gap: 16px;
  align-items: end;
}
.pod {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: linear-gradient(180deg, var(--surface-2), var(--surface));
  cursor: pointer;
  transition:
    transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 0.4s,
    border-color 0.3s;
}
.pod:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  border-color: var(--line);
}
.pod-rank {
  font-family: "Anton", sans-serif;
  font-size: 96px;
  line-height: 0.8;
  opacity: 0.14;
  position: absolute;
  right: 14px;
  top: 6px;
  font-variant-numeric: tabular-nums;
}
.pod-medal {
  position: absolute;
  left: 18px;
  top: 16px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 11px;
  border-radius: 100px;
  z-index: 3;
}
.pod.p1 {
  padding-top: 30px;
}
.pod.p1 .pod-medal {
  background: rgba(255, 210, 74, 0.16);
  color: var(--gold);
  border: 1px solid rgba(255, 210, 74, 0.4);
}
.pod.p2 .pod-medal {
  background: rgba(205, 214, 228, 0.13);
  color: var(--silver);
  border: 1px solid rgba(205, 214, 228, 0.35);
}
.pod.p3 .pod-medal {
  background: rgba(224, 137, 78, 0.14);
  color: var(--bronze);
  border: 1px solid rgba(224, 137, 78, 0.4);
}
.pod-top {
  height: 5px;
  width: 100%;
}
.pod.p1 .pod-top {
  background: linear-gradient(90deg, var(--gold), #fff3c4, var(--gold));
}
.pod.p2 .pod-top {
  background: linear-gradient(90deg, var(--silver), #fff, var(--silver));
}
.pod.p3 .pod-top {
  background: linear-gradient(90deg, var(--bronze), #ffcaa0, var(--bronze));
}
.pod-body {
  padding: 26px 22px 22px;
}
.avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: "Anton", sans-serif;
  font-size: 24px;
  color: #0a0b0e;
  margin-bottom: 14px;
  position: relative;
  z-index: 2;
}
.pod.p1 .avatar {
  width: 78px;
  height: 78px;
  font-size: 30px;
  box-shadow:
    0 0 0 3px rgba(255, 210, 74, 0.35),
    0 10px 30px -8px rgba(255, 210, 74, 0.5);
}
.pod-name {
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.1;
}
.pod-score {
  font-family: "Anton", sans-serif;
  font-size: 40px;
  margin-top: 10px;
  line-height: 1;
  background: var(--flame);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-variant-numeric: tabular-nums;
}
.pod-score small {
  font-family: "Hanken Grotesk";
  font-size: 12px;
  color: var(--ink-faint);
  letter-spacing: 0.1em;
  -webkit-text-fill-color: var(--ink-faint);
  text-transform: uppercase;
  font-weight: 700;
  margin-left: 6px;
}
.pod-stats {
  display: flex;
  gap: 16px;
  margin-top: 16px;
  flex-wrap: wrap;
}
.pod-stats div {
  font-size: 12.5px;
  color: var(--ink-dim);
}
.pod-stats b {
  display: block;
  font-family: var(--mono);
  font-size: 16px;
  color: var(--ink);
  font-weight: 600;
}

/* ---- PRESETS + WEIGHTS ---- */
.presets {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}
.preset {
  font-family: var(--mono);
  font-size: 12.5px;
  letter-spacing: 0.02em;
  color: var(--ink-dim);
  background: var(--surface);
  border: 1px solid var(--line);
  padding: 9px 14px;
  border-radius: 100px;
  cursor: pointer;
  transition: 0.2s;
  white-space: nowrap;
}
.preset:hover {
  color: var(--ink);
  border-color: #3a4150;
}
.preset.active {
  background: var(--volt);
  color: #0a0b0e;
  border-color: var(--volt);
  font-weight: 600;
}
.weights {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.weight {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 15px 16px 17px;
}
.weight-top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 3px;
}
.weight-label {
  font-weight: 800;
  font-size: 15px;
}
.weight-val {
  font-family: "Anton", sans-serif;
  font-size: 22px;
  color: var(--volt);
  font-variant-numeric: tabular-nums;
  min-width: 34px;
  text-align: right;
}
.weight-desc {
  font-size: 11.5px;
  color: var(--ink-faint);
  margin-bottom: 12px;
  min-height: 28px;
}
input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 5px;
  border-radius: 5px;
  background: linear-gradient(90deg, var(--flame-2), var(--flame-1));
  outline: none;
  cursor: pointer;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--ink);
  border: 3px solid var(--flame-2);
  cursor: grab;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  transition: transform 0.15s;
}
input[type="range"]::-webkit-slider-thumb:active {
  transform: scale(1.25);
  cursor: grabbing;
}
input[type="range"]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--ink);
  border: 3px solid var(--flame-2);
}

/* ---- LEADERBOARD ---- */
.board-tools {
  display: flex;
  align-items: center;
  gap: 16px;
}
#search {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 100px;
  color: var(--ink);
  padding: 9px 16px;
  font-family: "Hanken Grotesk";
  font-size: 14px;
  width: 220px;
  outline: none;
  transition: 0.2s;
}
#search:focus {
  border-color: var(--volt-dim);
  width: 250px;
}
.sort-note {
  font-family: var(--mono);
  font-size: 11.5px;
  color: var(--ink-faint);
  letter-spacing: 0.03em;
}
.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--bg-2);
}
table.board {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
}
.board thead th {
  position: sticky;
  top: 0;
  background: var(--surface);
  z-index: 3;
  text-align: right;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ink-faint);
  font-weight: 700;
  padding: 13px 14px;
  cursor: pointer;
  white-space: nowrap;
  user-select: none;
  border-bottom: 1px solid var(--line);
}
.board thead th.lft {
  text-align: left;
}
.board thead th:hover {
  color: var(--ink);
}
.board thead th.sorted {
  color: var(--volt);
}
.board thead th .arr {
  opacity: 0.5;
  font-size: 9px;
  margin-left: 3px;
}
.board tbody td {
  padding: 13px 14px;
  text-align: right;
  border-bottom: 1px solid var(--line-soft);
  font-variant-numeric: tabular-nums;
  font-family: var(--mono);
  font-size: 13.5px;
  color: var(--ink-dim);
}
.board tbody tr {
  transition: background 0.2s;
  cursor: pointer;
}
.board tbody tr:hover {
  background: rgba(255, 255, 255, 0.025);
}
.board tbody tr:last-child td {
  border-bottom: none;
}
.c-rank {
  font-family: "Anton", sans-serif !important;
  font-size: 18px !important;
  color: var(--ink) !important;
  width: 54px;
  text-align: center !important;
}
.c-rank .delta {
  font-family: "Hanken Grotesk";
  font-size: 10px;
  display: block;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.delta.up {
  color: var(--volt);
}
.delta.down {
  color: var(--flame-2);
}
.delta.flat {
  color: var(--ink-faint);
}
.c-name {
  text-align: left !important;
  font-family: "Hanken Grotesk" !important;
  font-size: 15px !important;
  color: var(--ink) !important;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 11px;
}
.c-name .av {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: "Anton";
  font-size: 12px;
  color: #0a0b0e;
  flex: none;
}
.c-score {
  color: var(--ink) !important;
  font-weight: 600;
}
.c-score .bar {
  display: inline-block;
  height: 6px;
  border-radius: 4px;
  background: var(--flame);
  vertical-align: middle;
  margin-right: 8px;
  min-width: 3px;
  box-shadow: 0 0 10px rgba(255, 45, 85, 0.3);
}
.top3 .c-rank {
  color: var(--gold) !important;
}

/* ---- AWARDS ---- */
.awards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.award {
  background: linear-gradient(180deg, var(--surface), var(--bg-2));
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 18px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: 0.25s;
}
.award:hover {
  border-color: #3a4150;
  transform: translateY(-3px);
}
.award .ico {
  font-size: 22px;
  margin-bottom: 10px;
}
.award .at {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ink-faint);
  font-weight: 700;
}
.award .aw {
  font-size: 18px;
  font-weight: 800;
  margin-top: 9px;
  line-height: 1.15;
  display: flex;
  align-items: center;
  gap: 9px;
}
.award .aw .av {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: "Anton";
  font-size: 11px;
  color: #0a0b0e;
  flex: none;
}
.award .av2 {
  font-family: "Anton", sans-serif;
  font-size: 26px;
  color: var(--volt);
  margin-top: 8px;
  font-variant-numeric: tabular-nums;
}
.award .av2 small {
  font-family: "Hanken Grotesk";
  font-size: 12px;
  color: var(--ink-faint);
  font-weight: 600;
  letter-spacing: 0.04em;
}

/* ---- CHARTS ---- */
.charts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.card {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px 22px;
}
.card-title {
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 18px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.barchart {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.bar-row {
  display: grid;
  grid-template-columns: 104px 1fr 44px;
  align-items: center;
  gap: 10px;
  font-size: 13px;
}
.bar-row .bl {
  color: var(--ink-dim);
  text-transform: capitalize;
  text-align: right;
  font-size: 12.5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bar-row .bt {
  height: 18px;
  border-radius: 5px;
  background: var(--flame);
  min-width: 2px;
  transition: width 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.bar-row .bv {
  font-family: var(--mono);
  font-size: 12.5px;
  color: var(--ink);
  text-align: right;
}
.timeline {
  display: flex;
  align-items: flex-end;
  gap: 3px;
  height: 170px;
  padding-top: 10px;
}
.tl-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  position: relative;
}
.tl-col .tb {
  width: 100%;
  max-width: 16px;
  background: linear-gradient(180deg, var(--flame-1), var(--flame-2));
  border-radius: 3px 3px 0 0;
  min-height: 2px;
  transition: height 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.tl-col:hover .tb {
  background: var(--volt);
}
.tl-col .tt {
  position: absolute;
  bottom: 100%;
  background: var(--surface-2);
  border: 1px solid var(--line);
  font-family: var(--mono);
  font-size: 11px;
  padding: 3px 7px;
  border-radius: 6px;
  white-space: nowrap;
  opacity: 0;
  transition: 0.15s;
  pointer-events: none;
  margin-bottom: 5px;
  z-index: 5;
}
.tl-col:hover .tt {
  opacity: 1;
}
.tl-axis {
  display: flex;
  justify-content: space-between;
  font-family: var(--mono);
  font-size: 10.5px;
  color: var(--ink-faint);
  margin-top: 8px;
  border-top: 1px solid var(--line-soft);
  padding-top: 6px;
}

/* ---- FOOTER ---- */
.foot {
  margin-top: 60px;
  padding-top: 22px;
  border-top: 1px solid var(--line-soft);
  font-family: var(--mono);
  font-size: 12px;
  color: var(--ink-faint);
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.foot-sep {
  opacity: 0.4;
}

/* ---- MODAL ---- */
.modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 20px;
}
.modal[hidden] {
  display: none;
}
.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 5, 8, 0.78);
  backdrop-filter: blur(6px);
}
.modal-panel {
  position: relative;
  z-index: 2;
  width: min(760px, 100%);
  max-height: 88vh;
  overflow-y: auto;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  animation: rise 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
}
@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(24px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.mp-head {
  padding: 24px 26px;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 16px;
  align-items: center;
  position: relative;
}
.mp-head .av {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: "Anton";
  font-size: 21px;
  color: #0a0b0e;
  flex: none;
}
.mp-head h3 {
  font-size: 24px;
  font-weight: 800;
}
.mp-head .sub {
  color: var(--ink-faint);
  font-family: var(--mono);
  font-size: 12.5px;
  margin-top: 3px;
}
.mp-close {
  position: absolute;
  right: 20px;
  top: 20px;
  background: var(--surface-2);
  border: 1px solid var(--line);
  color: var(--ink-dim);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 17px;
  transition: 0.2s;
}
.mp-close:hover {
  color: var(--ink);
  border-color: #3a4150;
}
.mp-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding: 22px 26px;
}
.mp-metric {
  background: var(--bg-2);
  border: 1px solid var(--line-soft);
  border-radius: 10px;
  padding: 12px 13px;
}
.mp-metric .v {
  font-family: "Anton", sans-serif;
  font-size: 24px;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.mp-metric .l {
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ink-faint);
  margin-top: 6px;
  font-weight: 700;
}
.mp-sec-title {
  padding: 6px 26px 12px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ink-faint);
  font-weight: 700;
}
.mp-posts {
  padding: 0 26px 26px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mp-post {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 13px;
  background: var(--bg-2);
  border: 1px solid var(--line-soft);
  border-radius: 12px;
  padding: 11px;
  align-items: start;
  text-decoration: none;
  color: inherit;
  transition: 0.2s;
}
.mp-post:hover {
  border-color: #3a4150;
  background: var(--surface-2);
}
.mp-thumbs {
  display: flex;
  gap: 5px;
}
.mp-thumbs img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 8px;
  background: var(--surface-2);
  flex: none;
}
.mp-thumbs .more {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  background: var(--surface-2);
  display: grid;
  place-items: center;
  font-family: var(--mono);
  font-size: 12px;
  color: var(--ink-faint);
}
.mp-post .meta {
  min-width: 0;
}
.mp-post .pdate {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--ink-faint);
}
.mp-post .pact {
  font-weight: 800;
  font-size: 14px;
  text-transform: capitalize;
  margin-top: 2px;
}
.mp-post .ptxt {
  font-size: 13px;
  color: var(--ink-dim);
  margin-top: 3px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.mp-post .ptags {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  margin-top: 7px;
  font-family: var(--mono);
  font-size: 11px;
  color: var(--ink-faint);
}
.mp-post .ptags span {
  background: var(--surface);
  border: 1px solid var(--line-soft);
  padding: 2px 8px;
  border-radius: 6px;
}
.mp-post .ptags .fire {
  color: var(--flame-1);
}

/* ---- entrance ---- */
.reveal {
  opacity: 0;
  transform: translateY(16px);
  animation: reveal 0.6s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}
@keyframes reveal {
  to {
    opacity: 1;
    transform: none;
  }
}

/* ---- RESPONSIVE ---- */
@media (max-width: 900px) {
  .hero-stats {
    grid-template-columns: repeat(2, 1fr);
  }
  .weights {
    grid-template-columns: repeat(2, 1fr);
  }
  .awards {
    grid-template-columns: repeat(2, 1fr);
  }
  .charts {
    grid-template-columns: 1fr;
  }
  .podium {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .pod.p1 {
    order: -1;
  }
}
@media (max-width: 560px) {
  .hero-stats {
    grid-template-columns: repeat(2, 1fr);
  }
  .weights,
  .awards {
    grid-template-columns: 1fr;
  }
  .mp-metrics {
    grid-template-columns: repeat(2, 1fr);
  }
  .section-head {
    align-items: flex-start;
    flex-direction: column;
  }
}
