:root {
  --OohPrettyIceBlueYesPlease: #a8c8e8;
  --TheAbsoluteVoidOfDarkness: #040810;
  --ColdAsIceFrostyWhiteWow: #ccdff0;
  --GlowingBlueLikeAJellyfish: #4a8fc0;
  --PaleAndIcyLikeMyExsHeart: #e4eef8;
  --BabyBlueBorderSoThin: rgba(74, 143, 192, 0.18);
  --BabyBlueBorderButHovering: rgba(74, 143, 192, 0.45);
  --ZippySnapTransition: 0.22s cubic-bezier(0.4, 0, 0.2, 1);
  --SmoothSlideTransitionOoooh: 0.42s cubic-bezier(0.16, 1, 0.3, 1);
  --RoundyCornerBigVersion: 28px;
  --RoundyCornerSmallVersion: 16px;
  --RoundyCornerPillShaped: 999px;
}

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  color: var(--ColdAsIceFrostyWhiteWow);
  cursor: crosshair;
  background: var(--TheAbsoluteVoidOfDarkness);
}

#SnowCanvas {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.5;
}

.TheBackgroundImageThatLooksReallyNice {
  position: fixed;
  inset: 0;
  background: url('Images/f98ef4058d7e94390b74732ebe30676a.jpg') center center / cover no-repeat;
  z-index: 0;
  filter: brightness(0.35) saturate(0.6);
}

.TheGradientLayerOnTopOfTheBgImageYouKnow {
  position: fixed;
  inset: 0;
  background: linear-gradient(180deg,
    rgba(6,12,20,0.5) 0%,
    rgba(6,10,16,0.25) 50%,
    rgba(6,12,20,0.65) 100%);
  z-index: 0;
}

.TheOuterShellThatHoldsEverythingTogether {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.TheFloatingPanelCardThingyInTheMiddle {
  width: min(520px, 94vw);
  background: rgba(5, 9, 18, 0.78);
  border: 1px solid rgba(74, 143, 192, 0.15);
  border-radius: var(--RoundyCornerBigVersion);
  backdrop-filter: blur(32px) saturate(1.4);
  -webkit-backdrop-filter: blur(32px) saturate(1.4);
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.04) inset,
    0 40px 80px rgba(0, 0, 0, 0.65),
    0 0 100px rgba(74, 143, 192, 0.07);
}

.TitleAndMascotSideBySideRow {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.45rem;
}

.TheLittleMascotImageNextToTheTitle {
  width: 52px;
  height: 52px;
  object-fit: contain;
  flex-shrink: 0;
  filter: drop-shadow(0 0 14px rgba(120, 160, 220, 0.6));
  animation: MascotBouncingUpAndDownForever 4s ease-in-out infinite;
}

@keyframes MascotBouncingUpAndDownForever {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-4px); }
}

.TheTabNavigationBarAtTheTop {
  display: flex;
  padding: 0.6rem 0.6rem 0;
  gap: 0.25rem;
  border-bottom: 1px solid var(--BabyBlueBorderSoThin);
  background: rgba(6, 10, 18, 0.4);
}

.OneOfTheThreeTabButtonsUpTop {
  flex: 1;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 0.65rem 0.5rem;
  background: transparent;
  border: none;
  border-radius: var(--RoundyCornerSmallVersion) var(--RoundyCornerSmallVersion) 0 0;
  color: rgba(168, 200, 232, 0.38);
  cursor: pointer;
  transition: all var(--ZippySnapTransition);
  position: relative;
}

.OneOfTheThreeTabButtonsUpTop:hover {
  color: rgba(168, 200, 232, 0.75);
  background: rgba(74, 143, 192, 0.05);
}

.OneOfTheThreeTabButtonsUpTop.ThisTabIsCurrentlyActiveRightNow {
  color: var(--PaleAndIcyLikeMyExsHeart);
  background: rgba(74, 143, 192, 0.1);
}

.OneOfTheThreeTabButtonsUpTop.ThisTabIsCurrentlyActiveRightNow::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--GlowingBlueLikeAJellyfish);
  border-radius: 2px 2px 0 0;
}

.TheBodyAreaWherePanelsLive {
  position: relative;
  min-height: 300px;
}

.AGenericContentPanelThatMayOrMayNotBeVisible {
  padding: 2.2rem 2.2rem 2.4rem;
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px);
  transition: opacity var(--SmoothSlideTransitionOoooh), transform var(--SmoothSlideTransitionOoooh);
  position: absolute;
  inset: 0;
}

.AGenericContentPanelThatMayOrMayNotBeVisible.YesThisPanelIsCurrentlyVisible {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
  position: relative;
}

.TinyUppercaseLabelAboveThings {
  font-size: 0.62rem;
  letter-spacing: 0.45em;
  text-transform: uppercase;
  color: var(--GlowingBlueLikeAJellyfish);
  margin-bottom: 0.65rem;
  opacity: 0.9;
}

.TheBigHeroTitleTextOnTheOverviewPage {
  font-family: 'Balance', 'Syne', sans-serif;
  font-size: clamp(2.6rem, 6vw, 3.8rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 0;
  text-shadow: 0 0 60px rgba(74, 143, 192, 0.25);
}

.TheSubtitleUnderneathTheBigTitle {
  font-size: 0.8rem;
  color: rgba(168, 200, 232, 0.42);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 1.4rem;
}

.TheLittleAccentLineUnderTheSubtitle {
  width: 48px;
  height: 1px;
  background: linear-gradient(90deg, var(--GlowingBlueLikeAJellyfish), transparent);
  margin-bottom: 1.4rem;
  border-radius: 1px;
}

.TheRowOfStatsWithNumbersAndLabels {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 1.8rem;
}

.OneIndividualStatBlockWithNumAndLabel {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.TheBigNumberInsideAStatBlock {
  font-family: 'Balance', 'Syne', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--PaleAndIcyLikeMyExsHeart);
  line-height: 1;
}

.TheSmallLabelUnderAStatNumber {
  font-size: 0.6rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(168, 200, 232, 0.38);
}

.TheVerticalDividerLineBetweenStats {
  width: 1px;
  height: 30px;
  background: var(--BabyBlueBorderSoThin);
  flex-shrink: 0;
}

.TheRowOfActionButtonsAtTheBottomOfOverview {
  display: flex;
  gap: 0.6rem;
}

.AFilledInPrimaryStyleButton {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.73rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.85rem 1.8rem;
  background: rgba(74, 143, 192, 0.12);
  border: 1px solid rgba(168, 200, 232, 0.4);
  color: var(--ColdAsIceFrostyWhiteWow);
  cursor: pointer;
  border-radius: var(--RoundyCornerPillShaped);
  transition: all var(--ZippySnapTransition);
}

.AFilledInPrimaryStyleButton:hover {
  background: rgba(74, 143, 192, 0.2);
  border-color: rgba(168, 200, 232, 0.8);
  color: #fff;
  box-shadow: 0 0 24px rgba(74, 143, 192, 0.18);
}

.AGhostOutlineSecondaryStyleButton {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.73rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0.85rem 1.6rem;
  background: transparent;
  border: 1px solid rgba(168, 200, 232, 0.15);
  color: rgba(168, 200, 232, 0.42);
  cursor: pointer;
  border-radius: var(--RoundyCornerPillShaped);
  transition: all var(--ZippySnapTransition);
}

.AGhostOutlineSecondaryStyleButton:hover {
  border-color: rgba(168, 200, 232, 0.45);
  color: var(--ColdAsIceFrostyWhiteWow);
}

.MakeThisButtonFullWidthPlease {
  width: 100%;
  margin-top: 1.2rem;
}

.TheGalleryOuterWrapperContainer {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.TheOverflowHiddenBoxAroundTheSlideTrack {
  width: 100%;
  overflow: hidden;
  border-radius: var(--RoundyCornerSmallVersion);
  border: 1px solid var(--BabyBlueBorderSoThin);
  background: rgba(6, 10, 18, 0.5);
}

.TheSlideyTrackThatMovesLeftAndRight {
  display: flex;
  transition: transform var(--SmoothSlideTransitionOoooh);
  will-change: transform;
}

.OneIndividualGallerySlideCard {
  min-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.OneIndividualGallerySlideCard img {
  width: 100%;
  max-height: 55vh;
  object-fit: contain;
  display: block;
}

.TheArrowButtonsAndCounterRowForGallery {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
}

.ARoundArrowButtonForGalleryNavigation {
  font-size: 0.9rem;
  background: rgba(74, 143, 192, 0.06);
  border: 1px solid var(--BabyBlueBorderSoThin);
  color: rgba(168, 200, 232, 0.55);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  transition: all var(--ZippySnapTransition);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ARoundArrowButtonForGalleryNavigation:hover {
  border-color: var(--BabyBlueBorderButHovering);
  color: var(--ColdAsIceFrostyWhiteWow);
  background: rgba(74, 143, 192, 0.14);
}

.TheSlideNumberCounterTextInTheMiddle {
  font-family: 'Balance', 'Syne', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: rgba(168, 200, 232, 0.45);
  min-width: 48px;
  text-align: center;
}

.TheRowOfTinyDotIndicatorsAtBottom {
  display: flex;
  gap: 6px;
  justify-content: center;
}

.OneTinyDotIndicatorForGallery {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(74, 143, 192, 0.22);
  cursor: pointer;
  transition: all var(--ZippySnapTransition);
  border: none;
}

.OneTinyDotIndicatorForGallery.ThisDotIsTheActiveOnePleaseHighlightIt {
  background: var(--GlowingBlueLikeAJellyfish);
  transform: scale(1.5);
}

.ThePurchasePanelTitleText {
  font-family: 'Balance', 'Syne', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--PaleAndIcyLikeMyExsHeart);
  margin-bottom: 1.2rem;
  letter-spacing: -0.01em;
}

.TheBigPriceDisplayRow {
  display: flex;
  align-items: baseline;
  gap: 0.3rem;
  margin-bottom: 0.4rem;
}

.TheDollarSignNextToThePrice {
  font-family: 'Balance', 'Syne', sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--GlowingBlueLikeAJellyfish);
}

.TheActualNumberAmountOfMoney {
  font-family: 'Balance', 'Syne', sans-serif;
  font-size: 3.2rem;
  font-weight: 800;
  color: #fff;
  text-shadow: 0 0 40px rgba(74, 143, 192, 0.22);
  line-height: 1;
  letter-spacing: -0.02em;
}

.TheSmallEthPriceNoteUnderTheBigPrice {
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(168, 200, 232, 0.38);
  margin-bottom: 0.3rem;
}

.TheFootnoteAboutDiscordingAfterPayment {
  font-size: 0.68rem;
  color: rgba(168, 200, 232, 0.25);
  line-height: 1.8;
  margin-top: 0.9rem;
  letter-spacing: 0.04em;
}

.TheModalBackdropDimOverlayThing {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(4, 8, 14, 0.85);
  z-index: 50;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.TheModalBackdropDimOverlayThing.TheModalIsCurrentlyOpenAndVisible {
  display: flex;
  animation: ModalFadeInPleaseAndThankYou 0.25s ease;
}

@keyframes ModalFadeInPleaseAndThankYou {
  from { opacity: 0; }
  to   { opacity: 1; }
}

.TheActualModalBoxInsideTheBackdrop {
  background: rgba(5, 9, 18, 0.96);
  border: 1px solid var(--BabyBlueBorderSoThin);
  border-radius: var(--RoundyCornerBigVersion);
  padding: 2.4rem;
  max-width: 440px;
  width: 92%;
  position: relative;
  animation: ModalSlideUpFromBelow 0.35s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.04) inset,
    0 40px 80px rgba(0, 0, 0, 0.65),
    0 0 60px rgba(74, 143, 192, 0.07);
  overflow: hidden;
}

.TheActualModalBoxInsideTheBackdrop::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--GlowingBlueLikeAJellyfish), transparent);
  border-radius: var(--RoundyCornerBigVersion) var(--RoundyCornerBigVersion) 0 0;
}

@keyframes ModalSlideUpFromBelow {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

.TheXButtonToCloseTheModalInTheCorner {
  position: absolute;
  top: 1rem;
  right: 1.1rem;
  background: rgba(74, 143, 192, 0.06);
  border: 1px solid var(--BabyBlueBorderSoThin);
  color: rgba(168, 200, 232, 0.35);
  font-size: 0.8rem;
  cursor: pointer;
  transition: all var(--ZippySnapTransition);
  line-height: 1;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.TheXButtonToCloseTheModalInTheCorner:hover {
  color: var(--ColdAsIceFrostyWhiteWow);
  border-color: var(--BabyBlueBorderButHovering);
  background: rgba(74, 143, 192, 0.12);
}

.TheModalBigTitleText {
  font-family: 'Balance', 'Syne', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--PaleAndIcyLikeMyExsHeart);
  margin-bottom: 0.4rem;
}

.TheModalSubtitleExplainingWhatToDo {
  font-size: 0.76rem;
  color: rgba(168, 200, 232, 0.38);
  line-height: 1.8;
  margin-bottom: 1.3rem;
}

.TheBoxContainingTheEthAddress {
  background: rgba(74, 143, 192, 0.05);
  border: 1px solid var(--BabyBlueBorderSoThin);
  border-radius: var(--RoundyCornerSmallVersion);
  padding: 0.9rem 1rem;
  margin-bottom: 1rem;
  position: relative;
}

.TheLittleChainLabelAboveTheAddress {
  display: block;
  font-size: 0.58rem;
  letter-spacing: 0.35em;
  color: var(--GlowingBlueLikeAJellyfish);
  text-transform: uppercase;
  margin-bottom: 0.4rem;
}

.TheActualEthAddressStringText {
  display: block;
  font-family: 'Courier New', monospace;
  font-size: 0.72rem;
  color: var(--ColdAsIceFrostyWhiteWow);
  word-break: break-all;
  line-height: 1.6;
  padding-right: 3.8rem;
}

.TheCopyAddressButtonInsideTheBox {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  background: rgba(74, 143, 192, 0.1);
  border: 1px solid var(--BabyBlueBorderSoThin);
  color: var(--GlowingBlueLikeAJellyfish);
  font-size: 0.6rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.28rem 0.65rem;
  cursor: pointer;
  font-family: 'DM Sans', sans-serif;
  border-radius: var(--RoundyCornerPillShaped);
  transition: all var(--ZippySnapTransition);
}

.TheCopyAddressButtonInsideTheBox:hover {
  background: rgba(74, 143, 192, 0.2);
  color: var(--ColdAsIceFrostyWhiteWow);
}

.TheLineShowingExactEthAmountToSend {
  font-size: 0.73rem;
  color: rgba(168, 200, 232, 0.55);
  letter-spacing: 0.06em;
  margin-bottom: 0.75rem;
  font-family: 'Balance', 'Syne', sans-serif;
  font-weight: 600;
}

.TheSmallWarningNoteAtTheBottomOfModal {
  font-size: 0.68rem;
  color: rgba(168, 200, 232, 0.28);
  line-height: 1.9;
}

.TheBigSplashEnterScreenOverlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(4, 8, 16, 0.92);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.8s;
}

.TheBigSplashEnterScreenOverlay.TheEnterScreenHasBeenDismissedByUser {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.TheContentInsideTheSplashScreenCentered {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  animation: SplashContentFadingUpFromBelow 0.9s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes SplashContentFadingUpFromBelow {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

.TheBigMascotImageOnTheSplashScreen {
  width: 120px;
  height: 120px;
  object-fit: contain;
  filter: drop-shadow(0 0 36px rgba(120, 160, 220, 0.7));
  animation: MascotBouncingUpAndDownForever 4s ease-in-out infinite;
  margin-bottom: 0.4rem;
}

.TheBigBunariTitleOnTheSplashScreen {
  font-family: 'Balance', 'Syne', sans-serif;
  font-size: clamp(3rem, 8vw, 5rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1;
  text-shadow: 0 0 60px rgba(74, 143, 192, 0.35);
}

.TheSubtitleUnderTheSplashTitle {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: rgba(168, 200, 232, 0.42);
  margin-bottom: 0.8rem;
}

.TheEnterSiteButtonOnTheSplashScreen {
  font-family: 'Balance', 'DM Sans', sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  padding: 1rem 2.8rem;
  background: rgba(74, 143, 192, 0.1);
  border: 1px solid rgba(168, 200, 232, 0.4);
  color: var(--ColdAsIceFrostyWhiteWow);
  cursor: pointer;
  border-radius: var(--RoundyCornerPillShaped);
  transition: all var(--ZippySnapTransition);
}

.TheEnterSiteButtonOnTheSplashScreen:hover {
  background: rgba(74, 143, 192, 0.22);
  border-color: rgba(168, 200, 232, 0.8);
  color: #fff;
  box-shadow: 0 0 32px rgba(74, 143, 192, 0.22);
  transform: translateY(-2px);
}

.TheMusicPlayerWidgetInTheCorner {
  position: fixed;
  bottom: 1.4rem;
  left: 1.4rem;
  z-index: 10;
  width: 280px;
  background: rgba(5, 9, 18, 0.82);
  border: 1px solid var(--BabyBlueBorderSoThin);
  border-radius: 20px;
  backdrop-filter: blur(28px) saturate(1.4);
  -webkit-backdrop-filter: blur(28px) saturate(1.4);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.04) inset,
    0 24px 48px rgba(0,0,0,0.5),
    0 0 60px rgba(74, 143, 192, 0.06);
  overflow: hidden;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.6s var(--SmoothSlideTransitionOoooh), transform 0.6s var(--SmoothSlideTransitionOoooh);
}

.TheMusicPlayerWidgetInTheCorner.TheMusicPlayerIsNowVisibleAfterEntering {
  opacity: 1;
  transform: translateY(0);
}

.TheTopPartOfMusicPlayerWithControls {
  padding: 1rem 1rem 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.TheAreaShowingCurrentTrackNameAndNumber {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.TheCurrentlyPlayingTrackNameText {
  font-family: 'Balance', 'DM Sans', sans-serif;
  font-size: 0.82rem;
  color: var(--PaleAndIcyLikeMyExsHeart);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 240px;
}

.TheTrackNumberSubtitleUnderTrackName {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(168, 200, 232, 0.32);
}

.TheRowOfPrevPlayNextButtons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
}

.ASmallRoundMusicControlButton {
  background: rgba(74, 143, 192, 0.07);
  border: 1px solid var(--BabyBlueBorderSoThin);
  color: rgba(168, 200, 232, 0.55);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 0.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--ZippySnapTransition);
}

.ASmallRoundMusicControlButton:hover {
  border-color: var(--BabyBlueBorderButHovering);
  color: var(--ColdAsIceFrostyWhiteWow);
  background: rgba(74, 143, 192, 0.16);
}

.TheMainBiggerPlayPauseButton {
  width: 42px;
  height: 42px;
  font-size: 0.8rem;
  background: rgba(74, 143, 192, 0.14);
  border-color: rgba(168, 200, 232, 0.35);
  color: var(--ColdAsIceFrostyWhiteWow);
}

.TheVolumeSliderRowWithMusicNote {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0 0.1rem;
}

.TheMusicNoteIconNextToVolumeSlider {
  font-size: 0.75rem;
  color: rgba(168, 200, 232, 0.35);
  flex-shrink: 0;
}

.TheVolumeRangeSliderInput {
  flex: 1;
  -webkit-appearance: none;
  appearance: none;
  height: 3px;
  background: var(--BabyBlueBorderSoThin);
  border-radius: 2px;
  outline: none;
  cursor: pointer;
}

.TheVolumeRangeSliderInput::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--GlowingBlueLikeAJellyfish);
  cursor: pointer;
}

.TheProgressBarRowWithTimeStamps {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.3rem 1rem 0.6rem;
}

.ATimestampTextNextToTheProgressBar {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.6rem;
  color: rgba(168, 200, 232, 0.32);
  min-width: 26px;
}

.TheClickableProgressBarTrack {
  flex: 1;
  height: 3px;
  background: var(--BabyBlueBorderSoThin);
  border-radius: 2px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.TheFilledPortionOfTheProgressBar {
  height: 100%;
  width: 0%;
  background: var(--GlowingBlueLikeAJellyfish);
  border-radius: 2px;
  transition: width 0.25s linear;
}

.TheScrollablePlaylistOfSongsBelow {
  max-height: 150px;
  overflow-y: auto;
  border-top: 1px solid var(--BabyBlueBorderSoThin);
  scrollbar-width: thin;
  scrollbar-color: var(--BabyBlueBorderSoThin) transparent;
}

.TheScrollablePlaylistOfSongsBelow::-webkit-scrollbar { width: 4px; }
.TheScrollablePlaylistOfSongsBelow::-webkit-scrollbar-thumb { background: var(--BabyBlueBorderSoThin); border-radius: 2px; }

.TheEmptyPlaylistMessageWhenNoSongs {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.66rem;
  color: rgba(168, 200, 232, 0.22);
  text-align: center;
  padding: 1rem;
  letter-spacing: 0.06em;
}

.OneClickableSongRowInThePlaylist {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.7rem;
  color: rgba(168, 200, 232, 0.5);
  padding: 0.55rem 1rem;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all var(--ZippySnapTransition);
  border-bottom: 1px solid rgba(74, 143, 192, 0.06);
}

.OneClickableSongRowInThePlaylist:hover {
  background: rgba(74, 143, 192, 0.07);
  color: var(--ColdAsIceFrostyWhiteWow);
}

.OneClickableSongRowInThePlaylist.ThisSongIsCurrentlyPlayingHighlightIt {
  color: var(--GlowingBlueLikeAJellyfish);
  background: rgba(74, 143, 192, 0.1);
}

/* =====================
   MOBILE STYLES
   ===================== */
@media (max-width: 600px) {

  html, body {
    overflow-y: auto;
    height: auto;
    cursor: default;
  }

  .TheOuterShellThatHoldsEverythingTogether {
    height: auto;
    min-height: 100dvh;
    align-items: flex-start;
    padding: 1rem 0 12rem;
  }

  .TheFloatingPanelCardThingyInTheMiddle {
    width: 96vw;
    border-radius: var(--RoundyCornerSmallVersion);
    margin: 0 auto;
  }

  .AGenericContentPanelThatMayOrMayNotBeVisible {
    padding: 1.4rem 1.2rem 1.6rem;
  }

  .TheBigHeroTitleTextOnTheOverviewPage {
    font-size: clamp(2.2rem, 12vw, 3rem);
  }

  .TheLittleMascotImageNextToTheTitle {
    width: 40px;
    height: 40px;
  }

  .TheRowOfStatsWithNumbersAndLabels {
    gap: 0.8rem;
    margin-bottom: 1.4rem;
  }

  .TheRowOfActionButtonsAtTheBottomOfOverview {
    flex-direction: column;
  }

  .AFilledInPrimaryStyleButton,
  .AGhostOutlineSecondaryStyleButton {
    width: 100%;
    text-align: center;
    padding: 0.9rem 1rem;
  }

  .OneIndividualGallerySlideCard img {
    max-height: 38vh;
  }

  .ThePurchasePanelTitleText {
    font-size: 1.3rem;
  }

  .TheActualNumberAmountOfMoney {
    font-size: 2.6rem;
  }

  .TheActualModalBoxInsideTheBackdrop {
    padding: 1.6rem 1.2rem;
    border-radius: var(--RoundyCornerSmallVersion);
    max-height: 90dvh;
    overflow-y: auto;
  }

  .TheActualEthAddressStringText {
    font-size: 0.62rem;
    padding-right: 0;
    padding-bottom: 2.2rem;
  }

  .TheCopyAddressButtonInsideTheBox {
    top: auto;
    bottom: 0.6rem;
    right: 0.6rem;
  }

  .TheBigMascotImageOnTheSplashScreen {
    width: 90px;
    height: 90px;
  }

  .TheBigBunariTitleOnTheSplashScreen {
    font-size: clamp(2.8rem, 14vw, 4rem);
  }

  .TheMusicPlayerWidgetInTheCorner {
    width: calc(100vw - 2rem);
    left: 1rem;
    bottom: 0.8rem;
    border-radius: 16px;
  }

  .TheCurrentlyPlayingTrackNameText {
    max-width: 100%;
  }

  .TheScrollablePlaylistOfSongsBelow {
    max-height: 110px;
  }
}