.TrendingSearchesRow_option__rk274[data-combobox-selected] {
  background: linear-gradient(180deg, #5b7fec 0%, #4b5cf4 100%) !important;
}

.TrendingSearchesRow_option__rk274[data-combobox-selected],
.TrendingSearchesRow_option__rk274[data-combobox-selected] * {
  color: #ffffff !important;
  stroke: #ffffff !important;
}

.styles_root__r3AQc {
  position: fixed;
  inset: 0;
  z-index: 1300;
  pointer-events: none;
}

.styles_dim__k2R87 {
  position: fixed;
  inset: 0;
  pointer-events: auto;
  opacity: 0;
  animation: styles_fkDimIn__zDI2Z 280ms ease-out forwards;
}

.styles_coinHighlight__iUw6t {
  position: fixed;
  pointer-events: none;
  border: 1.5px solid #a393e6;
  box-shadow:
    0 0 0 2px rgba(163, 147, 230, 0.35),
    0 0 18px rgba(163, 147, 230, 0.6),
    0 0 32px rgba(80, 46, 219, 0.45);
  opacity: 0;
  animation:
    styles_fkDimIn__zDI2Z 280ms 80ms ease-out forwards,
    styles_fkHighlightPulse__tJf01 1.8s 800ms ease-in-out infinite;
}

@keyframes styles_fkHighlightPulse__tJf01 {
  0%, 100% {
    box-shadow:
      0 0 0 2px rgba(163, 147, 230, 0.35),
      0 0 18px rgba(163, 147, 230, 0.6),
      0 0 32px rgba(80, 46, 219, 0.45);
  }
  50% {
    box-shadow:
      0 0 0 3px rgba(163, 147, 230, 0.5),
      0 0 24px rgba(163, 147, 230, 0.75),
      0 0 44px rgba(80, 46, 219, 0.6);
  }
}

.styles_caption__qtwQj {
  position: fixed;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  text-align: right;
  color: #fff;
  opacity: 0;
  animation: styles_fkCaptionIn__dCP5s 280ms 360ms ease-out forwards;
}

.styles_captionHeadline__M16nt {
  width: 200px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.2px;
  text-shadow:
    0 1px 4px rgba(0, 0, 0, 0.85),
    0 0 10px rgba(15, 10, 50, 0.95);
}

.styles_captionDismiss__9k2DP {
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 14px;
  text-shadow:
    0 1px 4px rgba(0, 0, 0, 0.85),
    0 0 10px rgba(15, 10, 50, 0.95);
}

.styles_lines__gRupr {
  position: fixed;
  transform: translateX(-50%);
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  opacity: 0;
  animation:
    styles_fkLinesIn__5cy4s 280ms 280ms ease-out forwards,
    styles_fkLinesBob___7NWV 1.8s 800ms ease-in-out infinite;
}

.styles_line__uxKCe {
  height: 3px;
  border-radius: 999px;
}

.styles_lineTop__ZqUp0 {
  width: 120px;
  background: linear-gradient(90deg, #502edb 0%, #a393e6 100%);
}

.styles_lineBottom__br_M_ {
  width: 96px;
  background: linear-gradient(90deg, #a393e6 0%, #502edb 86.06%);
}

.styles_fullWidthGradient__l_Zy3 {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 150px);
  animation: styles_fkDimIn__zDI2Z 280ms ease-out forwards;
}

.styles_headerMask__W3wPY {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.85) 100%);
  backdrop-filter: blur(0.2px);
  -webkit-backdrop-filter: blur(0.2px);
  opacity: 0;
  animation: styles_fkDimIn__zDI2Z 280ms ease-out forwards;
}

@media (max-width: 768px) {
  .styles_lineTop__ZqUp0 {
    width: 64px;
  }
  .styles_lineBottom__br_M_ {
    width: 48px;
  }
}

.styles_exiting__pGrHv .styles_dim__k2R87,
.styles_exiting__pGrHv .styles_caption__qtwQj,
.styles_exiting__pGrHv .styles_lines__gRupr,
.styles_exiting__pGrHv .styles_fullWidthGradient__l_Zy3,
.styles_exiting__pGrHv .styles_headerMask__W3wPY {
  animation: styles_fkExit__B6COk 220ms ease-in forwards;
}

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

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

@keyframes styles_fkLinesIn__5cy4s {
  from { opacity: 0; transform: translate(-50%, -4px); }
  to   { opacity: 1; transform: translate(-50%, 0); }
}

@keyframes styles_fkLinesBob___7NWV {
  0%, 100% { transform: translate(-50%, 0); }
  50%      { transform: translate(-50%, -2px); }
}

@keyframes styles_fkExit__B6COk {
  to { opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .styles_dim__k2R87, .styles_caption__qtwQj, .styles_lines__gRupr {
    animation-duration: 150ms;
    animation-delay: 0ms;
  }
}

.button_shimmerButton___azcX {
  position: relative;
  overflow: hidden;
  background-color: var(--wl-primary, #6828f8);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
}

.button_shimmerOverlay__J_VE2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent 30%,
    rgba(255, 255, 255, 0.35) 50%,
    transparent 70%
  );
  animation: button_shimmerMove__RZQ_q 3s infinite;
  pointer-events: none;
}

@keyframes button_shimmerMove__RZQ_q {
  0% {
    transform: translateX(-150%);
  }
  100% {
    transform: translateX(150%);
  }
}

.carousal_root__4n6PP {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.carousal_slide__5tbA0 {
  width: 100% !important;
}
.carousal_control__An2ZS {
  color: white !important;
  background-color: black !important;
}

.carousal_carouselWrapper__pWYzo {
  position: relative;
}

.carousal_carouselWrapper__pWYzo .mantine-Carousel-controls {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.carousal_carouselWrapper__pWYzo:hover .mantine-Carousel-controls {
  opacity: 1;
}
/* existing styles stay above — add these at the bottom */

.carousal_heroRow__eWIk7 {
  display: flex;
  gap: 18px;
  align-items: stretch;
}

.carousal_heroMain__eq_hu {
  flex: 1;
  min-width: 0;
}

.carousal_heroSide__QuSLH {
  width: 320px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.carousal_heroSideCard__Le2RC {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 18px;
  border-radius: 16px;
  background: linear-gradient(180deg, color-mix(in srgb, var(--wl-surface) 55%, transparent) 0%, color-mix(in srgb, var(--wl-bg) 80%, transparent) 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  cursor: pointer;
  user-select: none;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.carousal_heroSideCard__Le2RC:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.18);
  background: linear-gradient(180deg, color-mix(in srgb, var(--wl-surface) 60%, transparent) 0%, color-mix(in srgb, var(--wl-bg) 85%, transparent) 100%);
}

.carousal_heroSideIconWrap__kPF0Q {
  width: 54px;
  height: 54px;
  position: relative;
  flex: 0 0 auto;
}

.carousal_heroSideText__6RNHk {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.carousal_heroSideTitle__VMIGH {
  font-size: 16px;
  font-weight: 600;
  color: var(--wl-text-primary);
  opacity: 0.92;
}

.carousal_heroSideSubtitle__MO_P_ {
  font-size: 22px;
  font-weight: 800;
  color: var(--wl-text-primary);
  margin-top: 6px;
}

@media (max-width: 1100px) {
  .carousal_heroSide__QuSLH {
    width: 280px;
  }

  .carousal_heroSideSubtitle__MO_P_ {
    font-size: 20px;
  }
}

@media (max-width: 900px) {
  .carousal_heroRow__eWIk7 {
    flex-direction: column;
  }

  .carousal_heroSide__QuSLH {
    width: 100%;
    flex-direction: row;
  }

  .carousal_heroSideCard__Le2RC {
    flex: 1;
  }

  .carousal_heroSideSubtitle__MO_P_ {
    font-size: 18px;
  }
}

.carousal_indicators___L89g {
  position: static !important;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  gap: 5px;
}

.carousal_indicator__d4YPP {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  transform: rotate(0deg);
  opacity: 0.35;
  background-color: var(--wl-text-primary);
  border: none;
  padding: 0;
  cursor: pointer;
  appearance: none;
  transition: background-color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.carousal_indicator__d4YPP[data-active] {
  width: 6px;
  height: 6px;
  background-color: var(--wl-text-primary);
  opacity: 1;
  transform: rotate(0deg) scale(1.2);
}
.carousal_carouselWrapper__pWYzo .mantine-Carousel-container {
  display: flex !important;
  flex-direction: row !important;
}

.carousal_carouselWrapper__pWYzo .mantine-Carousel-root {
  overflow: hidden !important;
}
.carousal_carouselWrapper__pWYzo:hover .swiper-button-prev-custom {
  opacity: 1 !important;
  visibility: visible !important;
}

.carousal_carouselWrapper__pWYzo:hover .swiper-button-next-custom {
  opacity: 1 !important;
  visibility: visible !important;
}

