.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;
}

/* Order summary bar — Figma "Earn" section.
   Three states of one component:
     pending    → 2094:3952  purple linear sweep, upward shadow (bottom-pinned)
     successful → 2094:4831  gold linear sweep over #3f2b06
     failed/idle→ 2094:5899  flat, no sweep
   The sweeping bar IS the loader (designer note on 2094:4831:
   "This is the loader by default, We get verify and catch scammers in this
   phase."). */

.styles_bar__wZUG4 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 16px 24px 16px 14px;
  border-radius: 12px;
  border: 1px solid rgba(122, 73, 255, 0.12);
  overflow: hidden;
  isolation: isolate;
  background-color: #0f0f14;
}

/* Fills the whole card left-to-right with a straight edge; clipped by
   .bar's overflow. clip-path (not width) drives the reveal. */
.styles_sweep__e2A2e {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  transition: opacity 420ms ease-out;
}

.styles_loading__iTHFN .styles_sweep__e2A2e {
  opacity: 1;
}

/* Default: loops forever (no known end time). */
.styles_loading__iTHFN .styles_sweep__e2A2e.styles_indeterminate__7V18u {
  animation: styles_linearFill__vv0TI 1800ms ease-in-out infinite;
  will-change: clip-path, opacity;
}

/* Progressive: clip-path is driven frame-by-frame from JS (asymptotic
   crawl while waiting, fast catch-up to 100% on completion) — no CSS
   animation/transition here, that would fight the per-frame inline style. */
.styles_loading__iTHFN .styles_sweep__e2A2e.styles_progressive__DOSAP {
  will-change: clip-path;
}

/* Pending — purple (2094:3952) */
.styles_pending__bJ5ZB .styles_sweep__e2A2e {
  background-image: linear-gradient(
    90deg,
    rgba(122, 73, 255, 0.6) 0%,
    rgba(98, 58, 204, 0.4) 100%
  );
}

/* Success — gold (2094:4831) */
.styles_success__eQRRo {
  background-color: #3f2b06;
}

.styles_success__eQRRo .styles_sweep__e2A2e {
  background-image: linear-gradient(
    90deg,
    var(--gold-700, #8a5e0c) 0%,
    rgba(122, 81, 47, 0.55) 100%
  );
}

/* Gold fill regardless of pending/success state — used for the coin-earn
   poll, which is always shown as a golden progress bar. Declared after
   .pending/.success so it wins at equal specificity. */
.styles_sweep__e2A2e.styles_goldFill__BQwHh {
  background-image: linear-gradient(
    90deg,
    var(--gold-700, #8a5e0c) 0%,
    rgba(122, 81, 47, 0.55) 100%
  );
}

/* Settled — flat (2094:5899) */
.styles_settled__4_1uM {
  background-image: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.2) 100%
    ),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
}

@keyframes styles_linearFill__vv0TI {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 1;
  }
  75% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 0;
  }
}

/* ---- content ---- */

.styles_thumb__DU_Lc {
  position: relative;
  z-index: 1;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 10px;
  object-fit: cover;
  background: rgba(255, 255, 255, 0.08);
}

.styles_body__CPLpK {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  word-break: break-word;
}

.styles_title__c0q7K {
  margin: 0;
  min-width: 100%;
  width: min-content;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  color: #ffffff;
}

.styles_orderId__6ewyG {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  color: rgba(255, 255, 255, 0.55);
}

.styles_amount__oA1Dm {
  position: relative;
  z-index: 1;
  margin: 0;
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.4px;
  color: #ffffff;
}

/* ---- skeleton (pending with no settled data yet) ---- */

.styles_skeleton__LICJ_ {
  border-radius: 6px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.06) 0%,
    rgba(255, 255, 255, 0.16) 50%,
    rgba(255, 255, 255, 0.06) 100%
  );
  background-size: 200% 100%;
  animation: styles_shimmer__jgjM3 1400ms ease-in-out infinite;
}

.styles_skelTitle__Lhx3r {
  height: 14px;
  width: 62%;
}

.styles_skelOrder__c4MyP {
  height: 12px;
  width: 38%;
}

.styles_skelAmount__Y807S {
  height: 28px;
  width: 64px;
}

@keyframes styles_shimmer__jgjM3 {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

/* ---- sticky placement ---- */

.styles_stickyHost__xc_ap {
  width: 100%;
}

.styles_stickyHost__xc_ap.styles_isSticky__HRYwd {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 1200;
}

/* Plain in-flow block centering — max-width + margin:0 auto on a normal
   (non-fixed) element is the one centering technique with zero cross-browser
   ambiguity, unlike centering the fixed-position host itself (which we tried
   twice: left/right+margin:auto is an over-constrained case some browsers
   resolve by pinning left instead of centering, and translateX(-50%) should
   work but wasn't reliably landing in testing either). Padding lives here
   too now, not on .stickyHost, so it's included inside the max-width cap. */
.styles_stickyInner__B4uvb {
  width: 100%;
  margin: 0 auto;
  padding: 0 12px calc(12px + env(safe-area-inset-bottom, 0px));
}

/* Same centering technique as .stickyInner, minus the sticky-specific
   bottom safe-area padding — used for non-sticky usages (e.g. the static
   "successful" summary inside CoinEarnAnimation) that still want the width
   capped to match surrounding content. */
.styles_widthCap__SO_XC {
  width: 100%;
  margin: 0 auto;
}

.styles_stickyHost__xc_ap.styles_isSticky__HRYwd .styles_bar__wZUG4 {
  /* Figma 2094:3952 — upward shadow, i.e. pinned to the bottom edge. */
  box-shadow: 0px -6px 24px -1px rgba(0, 0, 0, 0.6);
}

/* Reserves flow space so page content can scroll clear of the fixed bar. */
.styles_spacer__485AF {
  display: none;
}

.styles_spacer__485AF.styles_isSticky__HRYwd {
  display: block;
  height: calc(88px + env(safe-area-inset-bottom, 0px));
}

@media (prefers-reduced-motion: reduce) {
  .styles_loading__iTHFN .styles_sweep__e2A2e {
    animation: none;
  }
  .styles_skeleton__LICJ_ {
    animation: none;
  }
}

