@charset "UTF-8";
@keyframes strobeText {
  0% {
    color: #ffffff;
  }
  10% {
    color: #00c3ef;
  }
  20% {
    color: #0070f6;
  }
  30% {
    color: #1ad688;
  }
  40% {
    color: #ed131e;
  }
  50% {
    color: #ffc600;
  }
  60% {
    color: #ff7500;
  }
  70% {
    color: #990fff;
  }
  80% {
    color: #ff76d5;
  }
  90% {
    color: #c40172;
  }
  100% {
    color: #ffffff;
  }
}
@keyframes blinkingText {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  41% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  71% {
    opacity: 1;
  }
}
@keyframes carouselFade {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes foit {
  0%, 80% {
    opacity: 0;
  }
  81%, 100% {
    opacity: 1;
  }
}
* {
  box-sizing: border-box;
}

:root {
  --r-heading-font: "Poppins", sans-serif;
  --r-main-font: "Poppins", sans-serif;
}

.reveal .purple {
  color: #bd93f9;
}
.reveal .talk-title {
  line-height: 0.875em;
  opacity: 0.65;
}
.reveal .talk-title .first-line {
  font-weight: 725;
  font-size: 111%;
  color: white;
}
.reveal .talk-title .second-line {
  font-weight: 725;
  font-size: 100%;
}
.reveal .a-talk-by {
  opacity: 0.75;
  margin-top: 36.25dvh;
  color: #f1fa8c;
  font-weight: 600;
}
.reveal blockquote {
  margin: unset;
  width: 100%;
  max-width: 100%;
  border-left: 0.1em solid #f1fa8c;
  padding-left: 1.15em;
  padding-right: 0.35em;
  overflow: hidden;
}
.reveal blockquote:before {
  content: "“";
  font-size: 200%;
  line-height: 30%;
  position: absolute;
  top: 0.4em;
  left: 0;
  font-family: sans-serif;
}
.reveal .grid {
  display: grid;
  grid-gap: 4vh;
}
.reveal .grid img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.reveal .grid[columns="2"] {
  grid-template-columns: repeat(2, 1fr);
}
.reveal .grid[columns="3"] {
  grid-template-columns: repeat(3, 1fr);
}
.reveal .grid[columns="4"] {
  grid-template-columns: repeat(4, 1fr);
}
.reveal .grid .box {
  display: flex;
  align-items: center;
}
.reveal ol.timeline {
  display: grid;
  row-gap: 40px;
}
.reveal ol.timeline dt {
  color: #ffb86c;
}
.reveal .carousel-chant {
  color: #f8f8f2;
  font-size: 11.5dvw;
  font-weight: 725;
  line-height: 116%;
  letter-spacing: 0.1em;
}
.reveal table.hmu td {
  vertical-align: center;
}
.reveal table.hmu svg {
  aspect-ratio: 1/1;
  width: 42px;
  fill: currentColor;
}
.reveal .strobe {
  animation: strobeText 0.75s linear infinite;
}
.reveal .failure-val {
  color: #ff5555;
}
.reveal .cls-trap {
  cursor: pointer;
  padding: 0.4em 1.4em;
  background: #f1fa8c;
  color: #1a1a1a;
  border: none;
  font-family: inherit;
  font-size: 1.4em;
  font-weight: 700;
  border-radius: 0.2em;
  transition: transform 0.12s ease;
  margin-top: 1em;
  display: inline-block;
}
.reveal .cls-trap:hover {
  transform: translateY(-110px) translateX(100px);
}
.reveal pre code {
  max-height: 90dvh;
}

@media (prefers-reduced-motion: reduce) {
  .strobe,
  .failure-val {
    animation: none;
  }
}
ul.bm-bullets {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25em;
  color: #212121;
}
ul.bm-bullets li {
  display: grid;
  grid-template-columns: 1.25em 1fr;
  gap: 1em;
}
ul.bm-bullets li:before {
  content: "";
  background-image: url(../svg/_m/horns_magenta.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

dl.performance-threshold dt {
  display: flex;
  gap: 1.25em;
  font-size: 125%;
  align-items: baseline;
}
dl.performance-threshold dt strong {
  font-size: 125%;
}

cite.bottom-cite {
  position: fixed;
  bottom: 0;
  left: 0;
  padding-top: 3em;
  display: block;
  font-size: 1rem;
  opacity: 0;
}
@starting-style {
  cite.bottom-cite {
    opacity: 0;
  }
}

section.present cite.bottom-cite {
  transition: opacity 1s linear;
  transition-delay: 2s;
  opacity: 1;
}

section.future cite.bottom-cite {
  opacity: 0;
}

dl.metric h1 {
  line-height: 105%;
  margin: 0;
  font-size: 450%;
  font-weight: 850;
}
dl.metric h2 {
  color: var(--r-bold-color);
  font-weight: 500;
}

.q-and-a {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2em;
}
.q-and-a dl {
  width: 100%;
}
.q-and-a dt {
  font-size: 135%;
}

.reveal .yellow {
  color: #f1fa8c;
}

.crux-user-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6em;
  justify-content: center;
  margin-top: 0.75em;
}

.crux-chip {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 2em;
  padding: 0.35em 1.1em;
  font-size: 72%;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #f8f8f2;
}

.metrics-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.25dvw;
  width: 100%;
  padding: 0.5em 0;
}

.metric-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.4em;
  padding: 1.25em 0.75em;
  border-radius: 0.5em;
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(255, 255, 255, 0.1);
}
.metric-card .card-acronym {
  font-size: 230%;
  font-weight: 800;
  line-height: 1;
}
.metric-card .card-fullname {
  font-size: 52%;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
  color: rgba(248, 248, 242, 0.7);
}
