.intro-animated-gradient__root {
    padding-top: clamp(4rem, 12vw, 10rem);
    padding-bottom: clamp(4rem, 12vw, 10rem);
    min-height: min(32rem, 85vh);
}

@keyframes intro-animated-gradient-spin {
    to {
        transform: rotate(360deg);
    }
}

.intro-animated-gradient__spin--left,
.intro-animated-gradient__spin--right {
    width: 85%;
    height: 85%;
    top: 7.5%;
    animation-name: intro-animated-gradient-spin;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
}

.intro-animated-gradient__spin--left {
    left: -18%;
    animation-duration: 48s;
}

.intro-animated-gradient__spin--right {
    right: -18%;
    animation-duration: 60s;
    animation-direction: reverse;
}

.intro-animated-gradient__area {
    max-width: 48rem;
}

.content-margin-notes__aside {
    align-self: start;
}

@media (min-width: 992px) {
    .content-margin-notes__aside {
        position: sticky;
        top: 2rem;
    }
}

.tips-compact__thumb {
    width: 3rem;
    height: 3rem;
}

.tips-compact__thumb--xs {
    width: 1.5rem;
    height: 1.5rem;
}

.tips-compact__min-shrink {
    min-width: 0;
}

/* glossary steps — oversized counter ring (layout only) */
.glossary-steps__num {
    width: 3.75rem;
    height: 3.75rem;
    min-width: 3.75rem;
}

.reel-carousel-marquee__track {
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  min-height: 390px;
}

.reel-carousel-marquee__track::-webkit-scrollbar {
  display: none;
}

button.reel-carousel-marquee__control {
  width: 2.75rem;
  height: 2.75rem;
  min-width: 2.75rem;
  min-height: 2.75rem;
  max-width: 2.75rem;
  max-height: 2.75rem;
  padding: 0;
  line-height: 1;
  aspect-ratio: 1;
  flex-shrink: 0;
  align-self: center;
  box-sizing: border-box;
}

.reel-carousel-marquee__list {
  width: max-content;
  padding-bottom: 4px;
}

.reel-carousel-marquee__slide {
  width: 270px;
}

.reel-carousel-marquee__card {
  height: 390px;
  min-height: 390px;
  flex: 0 0 auto;
}

.reel-carousel-marquee__pager {
  width: 8px;
  height: 8px;
  opacity: 0.4;
  padding: 0;
}

.reel-carousel-marquee__cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

