.fuli-post-1-stream {
  --stream-x: 72%;
  --stream-y: 18%;
  position: relative;
  isolation: isolate;
  margin: 44px 0 24px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, .2);
  border-radius: 26px;
  background:
    radial-gradient(circle at var(--stream-x) var(--stream-y), rgba(99, 102, 241, .28), transparent 32%),
    radial-gradient(circle at 8% 82%, rgba(14, 165, 233, .16), transparent 34%),
    linear-gradient(145deg, #07111f 0%, #101b35 48%, #0a1020 100%);
  box-shadow:
    0 28px 70px rgba(15, 23, 42, .24),
    inset 0 1px 0 rgba(255, 255, 255, .1);
  color: #e2e8f0;
  transition: box-shadow 220ms ease, transform 220ms ease;
}

.fuli-post-1-stream::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(115deg, transparent 22%, rgba(255, 255, 255, .08) 45%, transparent 68%);
  content: "";
  opacity: .7;
  pointer-events: none;
  transform: translateX(-42%);
  transition: transform 700ms cubic-bezier(.22, 1, .36, 1);
}

.fuli-post-1-stream:hover {
  box-shadow:
    0 34px 86px rgba(15, 23, 42, .32),
    0 0 0 1px rgba(129, 140, 248, .16),
    inset 0 1px 0 rgba(255, 255, 255, .12);
}

.fuli-post-1-stream:hover::before {
  transform: translateX(42%);
}

.fuli-post-1-stream .fa-stream-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  margin: 14px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 18px;
  background: rgba(255, 255, 255, .075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
  backdrop-filter: blur(18px) saturate(135%);
}

.fuli-post-1-stream .fa-stream-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(99, 102, 241, .92), rgba(14, 165, 233, .72));
  box-shadow: 0 12px 28px rgba(37, 99, 235, .28);
}

.fuli-post-1-stream .fa-stream-icon span {
  color: #fff;
  font-size: 27px;
  line-height: 1;
  transition: transform 320ms cubic-bezier(.22, 1, .36, 1);
}

.fuli-post-1-stream:hover .fa-stream-icon span {
  transform: rotate(18deg) scale(1.08);
}

.fuli-post-1-stream .fa-stream-copy {
  min-width: 0;
}

.fuli-post-1-stream .fa-stream-kicker {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 5px;
  color: #93c5fd;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .12em;
}

.fuli-post-1-stream .fa-stream-kicker span,
.fuli-post-1-stream .fa-stream-live span {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 0 5px rgba(52, 211, 153, .12), 0 0 16px rgba(52, 211, 153, .65);
}

.fuli-post-1-stream .fa-stream-copy h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(21px, 2.8vw, 29px);
  font-weight: 800;
  letter-spacing: -.025em;
  line-height: 1.25;
}

.fuli-post-1-stream .fa-stream-copy > p:last-child {
  margin: 6px 0 0;
  color: #aebbd0;
  font-size: 13px;
  line-height: 1.55;
}

.fuli-post-1-stream .fa-stream-open {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 14px;
  background: linear-gradient(115deg, #2563eb, #7c3aed, #0ea5e9, #2563eb);
  background-size: 300% 100%;
  box-shadow:
    0 10px 28px rgba(37, 99, 235, .38),
    0 0 0 0 rgba(96, 165, 250, .35),
    inset 0 1px 0 rgba(255, 255, 255, .22);
  color: #fff !important;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .025em;
  text-shadow: 0 1px 8px rgba(15, 23, 42, .28);
  white-space: nowrap;
  animation:
    fa-stream-button-gradient 6s linear infinite,
    fa-stream-button-glow 2.2s ease-in-out infinite;
  transition: border-color 180ms ease, transform 180ms ease;
}

.fuli-post-1-stream .fa-stream-open::before {
  position: absolute;
  z-index: -1;
  top: -80%;
  bottom: -80%;
  left: -45%;
  width: 38%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .72), transparent);
  content: "";
  opacity: .72;
  pointer-events: none;
  transform: rotate(18deg);
  animation: fa-stream-button-shine 2.8s ease-in-out infinite;
}

.fuli-post-1-stream .fa-stream-open span {
  display: inline-grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 9px;
  background: rgba(255, 255, 255, .18);
  color: #fff !important;
  font-size: 18px;
  line-height: 1;
  animation: fa-stream-button-arrow 1.45s ease-in-out infinite;
}

.fuli-post-1-stream .fa-stream-open:hover {
  border-color: rgba(255, 255, 255, .68);
  color: #fff !important;
  transform: translateY(-3px) scale(1.025);
}

.fuli-post-1-stream .fa-stream-open:focus-visible {
  outline: 3px solid rgba(147, 197, 253, .52);
  outline-offset: 3px;
}

@keyframes fa-stream-button-gradient {
  to {
    background-position: 300% 50%;
  }
}

@keyframes fa-stream-button-glow {
  0%,
  100% {
    box-shadow:
      0 10px 28px rgba(37, 99, 235, .34),
      0 0 0 0 rgba(96, 165, 250, .34),
      inset 0 1px 0 rgba(255, 255, 255, .22);
  }

  50% {
    box-shadow:
      0 15px 36px rgba(124, 58, 237, .48),
      0 0 0 7px rgba(96, 165, 250, 0),
      inset 0 1px 0 rgba(255, 255, 255, .28);
  }
}

@keyframes fa-stream-button-shine {
  0%,
  22% {
    left: -45%;
  }

  68%,
  100% {
    left: 118%;
  }
}

@keyframes fa-stream-button-arrow {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(2px, -2px);
  }
}

.fuli-post-1-stream .fa-stream-frame {
  margin: 0 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 18px;
  background: #090f1c;
  box-shadow:
    0 20px 50px rgba(0, 0, 0, .3),
    inset 0 1px 0 rgba(255, 255, 255, .08);
}

.fuli-post-1-stream .fa-stream-frame iframe {
  display: block;
  width: 100%;
  height: 1400px;
  min-height: 1400px;
  border: 0;
  background: #090f1c;
  overflow: hidden;
}

.fuli-post-1-stream .fa-stream-live {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 0;
  padding: 13px 18px 15px;
  color: #94a3b8;
  font-size: 12px;
  text-align: center;
}

@media (max-width: 620px) {
  .fuli-post-1-stream {
    margin: 34px 0 18px;
    border-radius: 20px;
  }

  .fuli-post-1-stream .fa-stream-head {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 13px;
    margin: 10px;
    padding: 15px;
    border-radius: 15px;
  }

  .fuli-post-1-stream .fa-stream-icon {
    width: 48px;
    height: 48px;
    border-radius: 15px;
  }

  .fuli-post-1-stream .fa-stream-icon span {
    font-size: 23px;
  }

  .fuli-post-1-stream .fa-stream-open {
    grid-column: 1 / -1;
    justify-self: stretch;
    justify-content: center;
    min-width: 220px;
    max-width: 100%;
    padding: 14px 16px;
    font-size: 16px;
  }

  .fuli-post-1-stream .fa-stream-frame {
    margin: 0 10px;
    border-radius: 15px;
  }

  .fuli-post-1-stream .fa-stream-frame iframe {
    height: 1200px;
    min-height: 1200px;
  }

  .fuli-post-1-stream .fa-stream-live {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fuli-post-1-stream,
  .fuli-post-1-stream::before,
  .fuli-post-1-stream .fa-stream-icon span,
  .fuli-post-1-stream .fa-stream-open {
    animation: none;
    transition: none;
  }

  .fuli-post-1-stream .fa-stream-open::before,
  .fuli-post-1-stream .fa-stream-open span {
    animation: none;
  }
}
