/* About r28: a compact explanation of the product, isolated from dashboard UI. */
.about-r28 {
  display: grid;
  gap: 14px;
}

.about-r28 .back-link {
  justify-self: start;
  margin-bottom: 2px;
}

.about-r28 > section {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.024), transparent 56%),
    #111516;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.045),
    inset 0 -1px 0 rgba(0, 0, 0, 0.38),
    0 14px 30px rgba(0, 0, 0, 0.16);
}

.about-r28 .about-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.52fr) minmax(248px, 0.7fr);
  gap: clamp(28px, 5vw, 84px);
  padding: clamp(28px, 4vw, 58px);
}

.about-r28 .about-label {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 15px;
  color: var(--accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: -0.012em;
}

.about-r28 .about-label::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 4px rgba(241, 201, 40, 0.1);
  content: "";
}

.about-r28 .about-lead {
  max-width: 760px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(23px, 2.15vw, 31px);
  font-weight: 650;
  letter-spacing: -0.048em;
  line-height: 1.16;
}

.about-r28 .about-copy {
  max-width: 720px;
  margin-top: 22px;
  color: var(--muted-strong);
  font-size: 14px;
  line-height: 1.68;
}

.about-r28 .about-copy p {
  margin: 0 0 13px;
}

.about-r28 .about-copy p:last-child {
  margin-bottom: 0;
}

.about-r28 .about-cycle {
  align-self: stretch;
  display: grid;
  align-content: center;
  gap: 0;
  min-height: 236px;
  overflow: hidden;
  border: 1px solid rgba(241, 201, 40, 0.25);
  border-radius: 14px;
  background:
    radial-gradient(circle at 100% 0, rgba(241, 201, 40, 0.1), transparent 42%),
    #0d1112;
}

.about-r28 .about-cycle > header,
.about-r28 .about-cycle-row {
  padding: 17px 19px;
}

.about-r28 .about-cycle > header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.085);
}

.about-r28 .about-cycle > header span,
.about-r28 .about-cycle-row span {
  display: block;
  color: var(--muted);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.about-r28 .about-cycle > header b {
  display: block;
  margin-top: 5px;
  color: var(--ink);
  font-size: 16px;
  letter-spacing: -0.035em;
}

.about-r28 .about-cycle-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.about-r28 .about-cycle-row {
  min-height: 74px;
}

.about-r28 .about-cycle-row:nth-child(odd) {
  border-right: 1px solid rgba(255, 255, 255, 0.085);
}

.about-r28 .about-cycle-row b {
  display: block;
  margin-top: 5px;
  color: var(--accent-bright);
  font-size: 17px;
  letter-spacing: -0.04em;
}

.about-r28 .about-venue-marks {
  display: flex;
  gap: 9px;
  margin-top: 8px;
}

.about-r28 .about-venue-mark {
  display: grid;
  width: 37px;
  height: 37px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(47, 120, 238, 0.62);
  border-radius: 10px;
  background: linear-gradient(145deg, #0c3d82, #0f5bc4);
  box-shadow: 0 5px 14px rgba(47, 120, 238, 0.16);
}

.about-r28 .about-venue-mark img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.about-r28 .about-venue-mark.source-kalshi {
  border-color: rgba(9, 216, 150, 0.58);
  background: var(--kalshi);
  box-shadow: 0 5px 14px rgba(9, 216, 150, 0.13);
}

.about-r28 .about-venue-mark.source-kalshi img {
  width: 29px;
  height: 29px;
}

.about-r28 .about-workflow,
.about-r28 .about-event-explainer,
.about-r28 .about-connect {
  padding: clamp(25px, 3.6vw, 46px);
}

.about-r28 .about-workflow {
  display: grid;
  grid-template-columns: minmax(230px, 0.78fr) minmax(0, 1.42fr);
  gap: clamp(26px, 5vw, 76px);
}

.about-r28 .about-section-title h2 {
  max-width: 350px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(24px, 2.5vw, 31px);
  font-weight: 650;
  letter-spacing: -0.05em;
  line-height: 1.1;
}

.about-r28 .about-section-title > p:not(.about-label) {
  max-width: 350px;
  margin: 15px 0 0;
  color: var(--muted-strong);
  font-size: 13px;
  line-height: 1.58;
}

.about-r28 .about-steps {
  display: grid;
  gap: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.085);
  list-style: none;
}

.about-r28 .about-steps li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  padding: 17px 18px;
  background: #0c1011;
}

.about-r28 .about-step-number {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid rgba(241, 201, 40, 0.3);
  border-radius: 9px;
  color: var(--accent);
  background: rgba(241, 201, 40, 0.06);
  font-size: 10px;
  font-weight: 750;
}

.about-r28 .about-steps h3 {
  margin: 1px 0 4px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.about-r28 .about-steps p {
  margin: 0;
  color: var(--muted-strong);
  font-size: 12px;
  line-height: 1.5;
}

.about-r28 .about-event-explainer {
  display: grid;
  grid-template-columns: minmax(240px, 0.77fr) minmax(0, 1.42fr);
  gap: clamp(28px, 4.5vw, 68px);
  align-items: center;
}

.about-r28 .about-event-explainer .about-copy {
  margin-top: 17px;
}

.about-r28 .about-event-figure {
  margin: 0;
}

.about-r28 .about-event-figure picture,
.about-r28 .about-event-figure img {
  display: block;
}

.about-r28 .about-event-figure img {
  width: 100%;
  height: auto;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;
  background: #0a0e0f;
}

.about-r28 .about-event-figure figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
}

/* The example is DOM-built so it uses the exact same loaded typeface as cards. */
.about-r28 .about-event-map {
  margin: 0;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;
  background: #0a0e0f;
}

.about-r28 .event-map-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(270px, 1fr);
  gap: 86px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.about-r28 .event-map-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 74px minmax(270px, 1fr);
  gap: 14px;
  align-items: center;
  margin-top: 15px;
}

.about-r28 .event-map-inputs {
  display: grid;
  gap: 12px;
}

.about-r28 .event-input {
  min-height: 78px;
  padding: 14px 17px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 13px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.045), transparent 60%), #0d1112;
}

.about-r28 .event-input.is-down {
  border-color: rgba(227, 107, 103, 0.32);
}

.about-r28 .event-input.is-up {
  border-color: rgba(241, 201, 40, 0.32);
}

.about-r28 .event-input > span {
  display: block;
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-r28 .event-input > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-top: 7px;
}

.about-r28 .event-input strong {
  min-width: 0;
  color: var(--ink);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.about-r28 .event-input b {
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 700;
}

.about-r28 .event-input.is-down b { color: #e36b67; }
.about-r28 .event-input.is-up b { color: #65cb96; }

.about-r28 .event-map-connector {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 260px;
  color: var(--accent);
}

.about-r28 .event-map-connector span {
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.about-r28 .event-map-connector b::before {
  content: "→";
  display: block;
  color: var(--accent);
  font-size: 35px;
  font-weight: 400;
  line-height: 1;
}

.about-r28 .event-output {
  min-height: 260px;
  padding: 20px 22px;
  border: 1px solid rgba(241, 201, 40, 0.42);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(241, 201, 40, 0.08), transparent 56%), #0d1110;
}

.about-r28 .event-output-kicker {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  color: var(--accent);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.about-r28 .event-output-kicker i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
}

.about-r28 .event-output h3 {
  margin: 19px 0 18px;
  color: var(--ink);
  font-size: clamp(19px, 1.65vw, 24px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.22;
}

.about-r28 .event-output-key {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 11px;
  row-gap: 3px;
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.about-r28 .event-output-key > span {
  grid-column: 1 / -1;
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-r28 .event-output-key strong {
  color: #65cb96;
  font-size: 19px;
  line-height: 1.1;
}

.about-r28 .event-output-key small {
  align-self: end;
  min-width: 0;
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.25;
}

.about-r28 .event-output-related {
  margin: 13px 0 0;
  color: var(--muted-strong);
  font-size: 11px;
  line-height: 1.45;
}

.about-r28 .about-connect {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: end;
}

.about-r28 .about-connect h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(21px, 2.1vw, 28px);
  font-weight: 650;
  letter-spacing: -0.048em;
}

.about-r28 .about-connect p {
  max-width: 590px;
  margin: 10px 0 0;
  color: var(--muted-strong);
  font-size: 13px;
  line-height: 1.55;
}

.about-r28 .about-social-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.about-r28 .about-social-links a {
  display: inline-flex;
  min-height: 39px;
  align-items: center;
  gap: 8px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  color: var(--ink-soft);
  background: #0c1011;
  font-size: 11px;
  font-weight: 650;
  transition: transform 140ms ease, border-color 140ms ease, color 140ms ease;
}

.about-r28 .about-social-links a:hover {
  transform: translateY(-1px);
  border-color: rgba(241, 201, 40, 0.55);
  color: var(--accent-bright);
}

.about-r28 .about-social-links a:last-child {
  border-color: rgba(241, 201, 40, 0.35);
  color: var(--accent);
}

@media (max-width: 900px) {
  .about-r28 .about-intro,
  .about-r28 .about-workflow,
  .about-r28 .about-event-explainer,
  .about-r28 .about-connect {
    grid-template-columns: 1fr;
  }

  .about-r28 .about-cycle {
    min-height: 0;
  }

  .about-r28 .about-social-links {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .about-r28 {
    gap: 11px;
  }

  .about-r28 > section {
    border-radius: 15px;
  }

  .about-r28 .about-intro,
  .about-r28 .about-workflow,
  .about-r28 .about-event-explainer,
  .about-r28 .about-connect {
    padding: 22px;
  }

  .about-r28 .about-lead {
    font-size: 24px;
    line-height: 1.18;
  }

  .about-r28 .about-copy {
    font-size: 13px;
  }

  .about-r28 .about-cycle > header,
  .about-r28 .about-cycle-row {
    padding: 14px 15px;
  }

  .about-r28 .about-event-map {
    padding: 18px;
  }

  .about-r28 .event-map-heading {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .about-r28 .event-map-heading span:nth-child(2) {
    display: none;
  }

  .about-r28 .event-map-flow {
    grid-template-columns: 1fr;
    gap: 11px;
  }

  .about-r28 .event-map-connector {
    flex-direction: row;
    min-height: 34px;
  }

  .about-r28 .event-map-connector b::before {
    content: "↓";
  }

  .about-r28 .event-output {
    min-height: 0;
    padding: 18px;
  }

  .about-r28 .event-output h3 {
    margin: 16px 0;
    font-size: 20px;
  }

  .about-r28 .about-social-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .about-r28 .about-social-links a {
    justify-content: center;
  }
}

@media (max-width: 380px) {
  .about-r28 .about-cycle-grid {
    grid-template-columns: 1fr;
  }

  .about-r28 .about-cycle-row:nth-child(odd) {
    border-right: 0;
  }

  .about-r28 .about-social-links {
    grid-template-columns: 1fr;
  }
}
