:root {
  --hs-ink: #07090d;
  --hs-panel: #11161d;
  --hs-text: #f4f7fb;
  --hs-muted: #9ca8b6;
  --hs-line: rgba(244, 247, 251, 0.16);
  --hs-blue: #57a8ff;
  --hs-green: #7ff0c2;
  --hs-paper: #f6f8fb;
  --hs-paper-text: #10151d;
}

html,
body {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--hs-ink);
  color: var(--hs-text);
}

#webslides .hypesafe {
  background: var(--hs-ink);
  color: var(--hs-text);
}

#webslides .hypesafe.paper {
  background: var(--hs-paper);
  color: var(--hs-paper-text);
}

#webslides .hypesafe .wrap {
  width: min(1120px, 86vw);
  padding: 0;
}

#webslides .hypesafe h1,
#webslides .hypesafe h2,
#webslides .hypesafe h3,
#webslides .hypesafe p,
#webslides .hypesafe li {
  letter-spacing: 0;
}

#webslides .hypesafe h1 {
  max-width: 1020px;
  margin: 0;
  color: inherit;
  font-weight: 760;
  line-height: 0.94;
  font-size: clamp(64px, 8.5vw, 124px);
}

#webslides .hypesafe h2 {
  max-width: 980px;
  margin: 0;
  color: inherit;
  font-weight: 720;
  line-height: 1.02;
  font-size: clamp(46px, 6vw, 86px);
}

#webslides .hypesafe p {
  max-width: 780px;
  color: var(--hs-muted);
  font-size: clamp(22px, 2.2vw, 32px);
  line-height: 1.34;
}

#webslides .hypesafe.paper p {
  color: #4b5563;
}

#webslides .hypesafe strong {
  color: var(--hs-text);
  font-weight: 700;
}

#webslides .hypesafe.paper strong {
  color: var(--hs-paper-text);
}

.hs-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin: 0 0 28px;
  color: var(--hs-green);
  font-size: 15px;
  font-weight: 680;
  line-height: 1;
  text-transform: uppercase;
}

.paper .hs-kicker {
  color: #0e7562;
}

.hs-subtitle {
  margin-top: 28px;
  color: var(--hs-text);
  font-weight: 620;
}

.hs-cn {
  margin-top: 18px;
  color: var(--hs-muted);
  font-size: clamp(20px, 1.8vw, 26px);
}

.hs-domain {
  display: inline-block;
  margin-top: 44px;
  color: var(--hs-green);
  font-size: 22px;
  font-weight: 680;
  text-decoration: none;
}

.hs-lede {
  margin-top: 34px;
}

.hs-statement {
  margin-top: 38px;
  color: var(--hs-text);
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.18;
}

.paper .hs-statement {
  color: var(--hs-paper-text);
}

.hs-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 46px;
  max-width: 940px;
}

.hs-tile {
  min-height: 148px;
  padding: 24px;
  border: 1px solid var(--hs-line);
  background: rgba(255, 255, 255, 0.035);
}

.paper .hs-tile {
  border-color: rgba(16, 21, 29, 0.12);
  background: rgba(255, 255, 255, 0.68);
}

.hs-tile b {
  display: block;
  color: inherit;
  font-size: 26px;
  line-height: 1.08;
}

.hs-tile span {
  display: block;
  margin-top: 14px;
  color: var(--hs-muted);
  font-size: 17px;
  line-height: 1.32;
}

.paper .hs-tile span {
  color: #5d6673;
}

.hs-list {
  display: grid;
  gap: 18px;
  max-width: 900px;
  margin-top: 42px;
  padding: 0;
  list-style: none;
}

.hs-list li {
  padding-left: 28px;
  border-left: 3px solid var(--hs-blue);
  color: var(--hs-text);
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.18;
}

.paper .hs-list li {
  color: var(--hs-paper-text);
}

.hs-line {
  width: min(580px, 76vw);
  height: 1px;
  margin: 36px 0;
  background: var(--hs-line);
}

.paper .hs-line {
  background: rgba(16, 21, 29, 0.14);
}

.hs-two {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: end;
}

.hs-side-note {
  max-width: 440px;
  padding-top: 28px;
  border-top: 1px solid var(--hs-line);
  color: var(--hs-muted);
  font-size: 20px;
  line-height: 1.42;
}

.paper .hs-side-note {
  border-top-color: rgba(16, 21, 29, 0.14);
  color: #5d6673;
}

.hs-final {
  color: var(--hs-text);
  font-size: clamp(42px, 5.8vw, 84px);
  font-weight: 760;
  line-height: 1.02;
}

@media (max-width: 800px) {
  #webslides .hypesafe .wrap {
    width: 86vw;
  }

  #webslides .hypesafe h1 {
    font-size: 56px;
  }

  #webslides .hypesafe h2 {
    font-size: 40px;
  }

  #webslides .hypesafe p,
  .hs-statement {
    font-size: 22px;
  }

  .hs-grid,
  .hs-two {
    grid-template-columns: 1fr;
  }

  .hs-tile {
    min-height: auto;
  }
}
