.stream-page {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.topbar {
  z-index: 20;
  backdrop-filter: blur(20px);
  background-color: rgba(242, 242, 246, 0.7);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 55px;
  min-height: 55px;
  margin-top: 20px;
  margin-bottom: 34px;
  display: flex;
  position: sticky;
  top: 0;
}

.topbar__logo {
  display: inline-flex;
}

.topbar__logo img {
  width: 35px;
  height: 35px;
  border-radius: 10px;
}

.stream-hero {
  width: min(700px, 90vw);
  min-width: 200px;
  margin-bottom: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.stream-title {
  color: var(--text);
  text-align: center;
  margin: 0 0 44px;
  font-size: 50px;
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.video-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.video-card__embed {
  position: relative;
  width: 100%;
  padding-top: 56.17021276595745%;
  overflow: hidden;
  border-radius: 15px;
  background: #d9d9dd center / cover no-repeat
    url("./page-stream-on-mac/hero-thumbnail.jpg");
  box-shadow: var(--card-shadow);
}

.video-card__embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 15px;
}

.video-card__caption {
  width: 100%;
  max-width: 650px;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.01em;
}

.stream-content {
  width: min(600px, 90vw);
  margin-bottom: 50px;
  position: relative;
  padding-top: 1px;
}

.panel-stack {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  pointer-events: none;
  overflow: hidden;
}

.panel-stack__layer {
  width: 100%;
  border-radius: 10px;
}

.panel-stack__layer--top {
  min-height: 80px;
  margin-bottom: -60px;
  background: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.panel-stack__layer--fade {
  min-height: 80px;
  margin-bottom: -1px;
  background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(3, 3, 3, 0.01) 53%, transparent);
}

.panel {
  position: relative;
  z-index: 6;
  padding: 14px 20px 20px;
  border-radius: 10px;
  background: var(--card);
  box-shadow: var(--card-shadow);
}

.stream-section {
  width: 100%;
  padding-top: 6px;
}

.section-title {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.resource-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 370px;
  min-height: 40px;
  margin: 10px auto;
  border-radius: 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}

.resource-link--outline {
  width: auto;
  max-width: 250px;
  padding: 10px 15px;
  color: #000;
  background: #fff;
  border: 2px solid #000;
}

.resource-link--outline:hover {
  color: #fff;
  background: #000;
  border-color: #000;
}

.resource-link--download {
  color: #fff;
  background: #000;
  justify-content: center;
  gap: 10px;
  height: 45px;
  margin-bottom: 30px;
}

.resource-link--download:hover {
  background: #303030;
}

.resource-link__icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  background: center / contain no-repeat url("./icons/download-button.svg");
}

.done {
  min-height: 200px;
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  text-align: center;
}

.done img {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}

.done__title {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
}

.done__copy {
  margin: 0 0 20px;
  font-family: "Sf pro rounded", sans-serif;
  font-size: 18px;
  line-height: 1.35;
}

.socials {
  width: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.socials a {
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.socials__ig {
  background-image: url("./icons/instagram-dark.svg");
}

.socials__yt {
  background-image: url("./icons/youtube-dark.svg");
}

@media (max-width: 767px) {
  .stream-title {
    margin-bottom: 30px;
    font-size: 38px;
  }
}

@media (max-width: 479px) {
  .topbar {
    margin-bottom: 24px;
  }

  .stream-title {
    font-size: 31px;
    line-height: 0.98;
    margin-bottom: 26px;
  }

  .stream-hero {
    margin-bottom: 18px;
  }

  .video-card__caption {
    max-width: 100%;
  }

  .panel {
    padding: 12px 15px 15px;
  }

  .panel-stack__layer--top,
  .panel-stack__layer--fade {
    min-height: 64px;
  }

  .panel-stack__layer--top {
    margin-bottom: -48px;
  }

  .resource-link--outline {
    max-width: 100%;
  }

  .resource-link--download {
    margin-bottom: 20px;
  }

  .done__copy {
    font-size: 15px;
    max-width: 80%;
  }
}
