.buttons-e93385a {
  display: flex;
  flex-direction: row;
  gap: 8px;
  padding: 0 16px 16px;
}

.btn_withdraw-e93385a {
  background: rgba(255, 255, 255, 0.13);
  color: #FFFFFF;
  border: none;
  border-radius: 25px;
  height: 52px;
  padding: 0 24px;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.btn_deposit-e93385a {
  background: #FFFFFF;
  color: #030303;
  border: none;
  border-radius: 25px;
  height: 52px;
  padding: 0 24px;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}


.balance-c9149eb {
  display: inline-flex;
  align-items: center;
  height: 34px;
  gap: 0;
  background: rgba(20, 20, 20, 0.65);
  backdrop-filter: blur(24px) saturate(1.8);
  -webkit-backdrop-filter: blur(24px) saturate(1.8);
  border: 0.5px solid rgba(255, 255, 255, 0.12);
  border-radius: 25px;
  padding: 4px 4px 4px 4px;
  box-shadow:
    0 2px 12px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
  overflow: hidden;
}

.balance__amount-c9149eb {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  padding: 0 8px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 590;
  letter-spacing: -0.23px;
  color: #ffffff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.balance__plus-c9149eb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  background: rgba(44, 44, 44, 0.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 0.5px solid rgba(255, 255, 255, 0.1);
  border-radius: 25px;
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  line-height: 18px;
  font-variation-settings: 'wdth' 100;
  flex-shrink: 0;
}


.carousel-412c172 {
  padding: 0 16px 16px;
}

.banner-412c172 {
  width: 100%;
  height: 141px;
  border-radius: 25px;
  background: repeating-conic-gradient(#3D3D3F 0% 25%, #252525 0% 50%) 50% / 20px 20px;
  overflow: hidden;
}

.banner__img-412c172 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
}

.dots-412c172 {
  display: flex;
  justify-content: center;
  gap: 6px;
  padding-top: 10px;
}

.dot-412c172 {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #323232;
}

.dot__active-412c172 {
  background: #D9D9D9;
}


.card-7a1feb2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px 16px;
  background: #131313;
  border-radius: 25px;
}

/* Header: status left, time right */
.header-7a1feb2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 6px 0;
  width: 100%;
}

.header_left-7a1feb2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}

.icon__won-7a1feb2 {
  color: #55FF06;
  flex-shrink: 0;
}

.icon__lost-7a1feb2 {
  color: #F73F23;
  flex-shrink: 0;
}

.icon__pending-7a1feb2 {
  color: #5D5D5D;
  flex-shrink: 0;
}

.status_text-7a1feb2 {
  font-size: 17px;
  font-weight: 590;
  line-height: 21px;
  letter-spacing: -0.31px;
  color: #F8F6F4;
}

.time-7a1feb2 {
  font-size: 13px;
  font-weight: 510;
  line-height: 18px;
  text-align: center;
  color: #878787;
}

/* Separator */
.separator-7a1feb2 {
  width: 100%;
  height: 1px;
  background: #282828;
  margin: 5px 0;
}

/* Body: event details + bar */
.body-7a1feb2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.details-7a1feb2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px 0;
  gap: 2px;
  flex: 1;
  min-width: 0;
}

.label-7a1feb2 {
  font-size: 15px;
  font-weight: 590;
  line-height: 18px;
  letter-spacing: 0.2px;
  color: #FFFFFF;
}

.subtitle-7a1feb2 {
  font-size: 13px;
  font-weight: 510;
  line-height: 18px;
  letter-spacing: -0.08px;
  color: #A8A8A8;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Colored bar */
.bar-7a1feb2 {
  width: 4px;
  height: 36px;
  border-radius: 10px;
  flex-shrink: 0;
}

.bar__won-7a1feb2 {
  background: #24FF00;
}

.bar__lost-7a1feb2 {
  background: #F73F23;
}

.bar__pending-7a1feb2 {
  background: #5D5D5D;
}

/* Amount row */
.amount_row-7a1feb2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 6px 0;
}

.amount-7a1feb2 {
  font-size: 17px;
  font-weight: 590;
  line-height: 21px;
  letter-spacing: -0.31px;
  color: #F8F6F4;
}

.amount_arrow-7a1feb2 {
  font-size: 17px;
  font-weight: 590;
  line-height: 21px;
  color: #F8F6F4;
  margin: 0 2px;
}

.amount_payout-7a1feb2 {
  font-size: 17px;
  font-weight: 590;
  line-height: 21px;
  letter-spacing: -0.31px;
  color: #55FF06;
}


/* ── Backdrop ──────────────────────────────────────────────────────── */
.backdrop-54c0f2f {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.backdrop__visible-54c0f2f {
  opacity: 1;
  pointer-events: auto;
}

/* ── Sheet ─────────────────────────────────────────────────────────── */
.sheet-54c0f2f {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9001;
  background: #0e0e10;
  border-top: 1px solid #525252;
  border-radius: 60px 60px 0 0;
  overflow: hidden;
  transform: translateY(100%);
  transition: transform 0.3s ease-out;
  touch-action: none;
}

.sheet__visible-54c0f2f {
  transform: translateY(0);
}

/* ── Inner layout — 3 sections with 35px gap ───────────────────────── */
.sheet_inner-54c0f2f {
  display: flex;
  flex-direction: column;
  gap: 35px;
  align-items: center;
  width: 100%;
}

/* ═══════════════════════════════════════════════════════════════════
   SECTION 1 — drag handle + balance header + title/badge
═══════════════════════════════════════════════════════════════════ */
.section_top-54c0f2f {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

/* Drag handle */
.drag_handle-54c0f2f {
  width: 100%;
  height: 25px;
  position: relative;
  cursor: grab;
  flex-shrink: 0;
}

.drag_handle__bar-54c0f2f {
  position: absolute;
  width: 60px;
  height: 5px;
  background: #333333;
  border-radius: 2.5px;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}

/* Header row: spacer + balance pill */
.header-54c0f2f {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.header_spacer-54c0f2f {
  width: 89px;
  height: 66px;
  padding: 16px;
  flex-shrink: 0;
}

.header_balance-54c0f2f {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  padding: 10px 16px;
  flex-shrink: 0;
  align-self: stretch;
}

/* Title + outcome badge */
.title_section-54c0f2f {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 25px;
  width: 100%;
}

.title-54c0f2f {
  font-size: 20px;
  font-weight: 590;
  line-height: 22px;
  letter-spacing: -0.5px;
  color: #ffffff;
  font-variation-settings: 'wdth' 100;
}

.outcome_badge-54c0f2f {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f5009b;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 590;
  letter-spacing: -0.43px;
  font-variation-settings: 'wdth' 100;
  white-space: nowrap;
}

/* ═══════════════════════════════════════════════════════════════════
   SECTION 2 — amount selector + hint
═══════════════════════════════════════════════════════════════════ */
.section_amount-54c0f2f {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  padding: 0 25px;
  width: 100%;
}

.amount_selector-54c0f2f {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.amount_btn-54c0f2f {
  width: 36px;
  height: 36px;
  background: #2f2f2f;
  border: none;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro', sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: -0.43px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  flex-shrink: 0;
}

.amount_btn__disabled-54c0f2f {
  opacity: 0.3;
  cursor: default;
}

.amount_display-54c0f2f::-webkit-inner-spin-button,
.amount_display-54c0f2f::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.amount_display-54c0f2f {
  flex: 1;
  min-width: 0;
  height: 60px;
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro', sans-serif;
  font-style: normal;
  font-weight: 590;
  font-size: 50px;
  line-height: 60px;
  color: #ffffff;
  text-align: center;
  background: transparent;
  border: none;
  outline: none;
  caret-color: #ffffff;
}

.hint-54c0f2f {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #6b6b6b;
  text-align: center;
  width: 100%;
  font-variation-settings: 'wdth' 100;
}

.hint__error-54c0f2f {
  color: #ff4444;
}

/* ═══════════════════════════════════════════════════════════════════
   SECTION 3 — quick-add chips + bet button
═══════════════════════════════════════════════════════════════════ */
.section_controls-54c0f2f {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.chips-54c0f2f {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  padding: 10px 25px;
  gap: 5px;
  width: 100%;
  box-sizing: border-box;
}

.chip-54c0f2f {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(39, 39, 39, 0.8);
  border: none;
  padding: 6px 10px;
  border-radius: 1000px;
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro', sans-serif;
  font-style: normal;
  font-weight: 510;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  align-self: stretch;
  white-space: nowrap;
  flex: none;
  flex-grow: 0;
}

.action_btn_wrapper-54c0f2f {
  padding: 10px 25px 25px;
  width: 100%;
  box-sizing: border-box;
}

.action_btn-54c0f2f {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
  height: 52px;
  border: none;
  border-radius: 25px;
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro', sans-serif;
  font-style: normal;
  font-weight: 590;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.31px;
  text-align: center;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 0.15s;
  flex: none;
  align-self: stretch;
  flex-grow: 0;
  width: 100%;
}

.action_btn__bet-54c0f2f {
  background: #ff7e06;
  color: #ffffff;
}

.action_btn__deposit-54c0f2f {
  background: #ffffff;
  color: #000000;
}

.action_btn__disabled-54c0f2f {
  opacity: 0.5;
  cursor: default;
}


.toast-6752af8 {
    position: fixed;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10000;
    display: flex;
    align-items: center;
    gap: 8px;
    background: #1a1a1a;
    border: 1px solid #333;
    border-radius: 25px;
    padding: 8px 18px 8px 12px;
    font-size: 14px;
    font-weight: 500;
    color: #F8F6F4;
    transition: top 0.3s ease-out;
    pointer-events: none;
}

.toast__visible-6752af8 {
    top: 16px;
}

.toast__icon-6752af8 {
    width: 24px;
    height: 24px;
    background: #00C853;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: white;
    flex-shrink: 0;
}


.bottom_nav-f652f76 {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
  padding: 0 21px max(21px, env(safe-area-inset-bottom));
  background: transparent;
  z-index: 20;
  pointer-events: none;
}

/* Gradient mask above the bar */
.bottom_nav__mask-f652f76 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 106px;
  pointer-events: none;
  z-index: -1;
  background: linear-gradient(
    to bottom,
    rgba(3, 3, 3, 0) 0%,
    rgba(3, 3, 3, 0.85) 100%
  );
  mask-image: url("data:image/svg+xml,%3Csvg width='400' height='106' viewBox='0 0 400 106' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cmask id='m' maskUnits='userSpaceOnUse'%3E%3Crect width='400' height='106' fill='white'/%3E%3Crect x='21' y='21' width='358' height='64' rx='100' ry='100' fill='black'/%3E%3C/mask%3E%3C/defs%3E%3Crect width='400' height='106' fill='white' mask='url(%23m)'/%3E%3C/svg%3E");
  mask-size: 100% 100%;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='400' height='106' viewBox='0 0 400 106' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cmask id='m' maskUnits='userSpaceOnUse'%3E%3Crect width='400' height='106' fill='white'/%3E%3Crect x='21' y='21' width='358' height='64' rx='100' ry='100' fill='black'/%3E%3C/mask%3E%3C/defs%3E%3Crect width='400' height='106' fill='white' mask='url(%23m)'/%3E%3C/svg%3E");
  -webkit-mask-size: 100% 100%;
}

.bottom_nav__bar-f652f76 {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
  padding: 4px;
  background: rgba(20, 20, 20, 0.65);
  backdrop-filter: blur(24px) saturate(1.8);
  -webkit-backdrop-filter: blur(24px) saturate(1.8);
  border-radius: 100px;
  pointer-events: auto;
}

/* ── Inactive tab items ── */
.bottom_nav__item-f652f76 {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
  flex: 1;
  padding: 6px 8px 5px;
  background: none;
  border: none;
  color: #6E6E6E;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: -0.1px;
  cursor: pointer;
  border-radius: 100px;
  text-decoration: none;
  text-align: center;
  transition: color 280ms ease;
}

.bottom_nav__item__active-f652f76 {
  color: #FFFFFF;
  font-weight: 590;
}

.bottom_nav__icon-f652f76 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 28px;
}

.bottom_nav__soon-f652f76 {
  position: absolute;
  top: 0;
  right: 12px;
  font-size: 8px;
  font-weight: 510;
  color: #FF7E06;
  letter-spacing: 0;
  white-space: nowrap;
  line-height: 12px;
}

/* ── Overlay layer — clip-path reveals only the active tab area ── */
.bottom_nav__overlay-f652f76 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  padding: 4px;
  border-radius: 100px;
  pointer-events: none;
  z-index: 2;
  will-change: clip-path;
  transition: clip-path 380ms cubic-bezier(0.34, 1.56, 0.64, 1);
}

.bottom_nav__overlay-f652f76 .bottom_nav__item-f652f76 {
  color: #FFFFFF;
  font-weight: 590;
  pointer-events: none;
}

.bottom_nav__overlay-f652f76 .bottom_nav__icon-f652f76 {
  color: #FFFFFF;
}

/* ── Active indicator background (behind the overlay) ── */
.bottom_nav__indicator-f652f76 {
  position: absolute;
  top: 4px;
  bottom: 4px;
  background: #343334;
  border-radius: 100px;
  pointer-events: none;
  z-index: 0;
  will-change: left, width;
  transition:
    left  380ms cubic-bezier(0.34, 1.56, 0.64, 1),
    width 380ms cubic-bezier(0.34, 1.56, 0.64, 1);
}

.bottom_nav__indicator__a-f652f76 {
  animation: :global(nav-stretch-a) 380ms cubic-bezier(0.34, 1.56, 0.64, 1);
}

.bottom_nav__indicator__b-f652f76 {
  animation: :global(nav-stretch-b) 380ms cubic-bezier(0.34, 1.56, 0.64, 1);
}


.category_bar-ca4b95f {
  display: flex;
  gap: 0;
  padding: 0 16px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-bottom: 1px solid #333333;
}

.category_bar-ca4b95f::-webkit-scrollbar {
  display: none;
}

.category_chip-ca4b95f {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 4px 8px 10px;
  background: transparent;
  color: #636363;
  font-size: 14px;
  font-weight: 510;
  letter-spacing: -0.15px;
  white-space: nowrap;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
  min-width: 60px;
}

.category_chip__active-ca4b95f {
  color: #FFFFFF;
}

.category_chip__icon-ca4b95f {
  line-height: 1;
}

.category_chip__icon_img-ca4b95f {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  object-fit: cover;
  display: block;
  opacity: 0.4;
}

.category_chip__active-ca4b95f .category_chip__icon_img-ca4b95f {
  opacity: 1;
}

.category_chip__label-ca4b95f {
  line-height: 1;
  font-size: 14px;
}


.backdrop-fc90366 {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.backdrop__visible-fc90366 {
    opacity: 1;
    pointer-events: auto;
}

.sheet-fc90366 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9001;
    background: #0E0E10;
    border-top: 1px solid #525252;
    border-radius: 60px 60px 0 0;
    transform: translateY(100%);
    transition: transform 0.3s ease-out;
    touch-action: none;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 35px;
    padding-bottom: 25px;
}

.sheet__visible-fc90366 {
    transform: translateY(0);
}

.drag_handle-fc90366 {
    display: flex;
    justify-content: center;
    padding: 10px 0 0;
    cursor: grab;
}

.drag_handle__bar-fc90366 {
    width: 60px;
    height: 5px;
    background: #333333;
    border-radius: 2.5px;
}

.header-fc90366 {
    padding: 10px 25px 0;
}

.title-fc90366 {
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: -0.5px;
    color: #FFFFFF;
}

.amount_section-fc90366 {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 0 25px;
    gap: 4px;
}

.amount_row-fc90366 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.amount_btn-fc90366 {
    width: 36px;
    height: 36px;
    background: #2F2F2F;
    border: none;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    flex-shrink: 0;
}

.amount_btn__disabled-fc90366 {
    opacity: 0.3;
    cursor: default;
}

.amount_display-fc90366 {
    font-size: 50px;
    font-weight: 590;
    line-height: 60px;
    color: #FFFFFF;
    text-align: center;
    background: transparent;
    border: none;
    outline: none;
    width: 100%;
    min-width: 0;
    flex: 1;
    caret-color: #FFFFFF;
    -moz-appearance: textfield;
}

.amount_display-fc90366::-webkit-outer-spin-button,
.amount_display-fc90366::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.hint-fc90366 {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: #6B6B6B;
}

.container-fc90366 {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.chips-fc90366 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 25px;
    gap: 5px;
}

.chip-fc90366 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 10px;
    background: rgba(39, 39, 39, 0.8);
    border: none;
    border-radius: 1000px;
    font-size: 15px;
    font-weight: 510;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.methods-fc90366 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 25px;
    gap: 4px;
}

.method_tab-fc90366 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 12px;
    gap: 4px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.method_tab__active-fc90366 {
    background: #414141;
}

.method_tab__inactive-fc90366 {
    background: rgba(20, 20, 20, 0.8);
    cursor: default;
}

.method_icon-fc90366 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
}

.method_label-fc90366 {
    font-size: 15px;
    font-weight: 510;
    line-height: 20px;
    letter-spacing: -0.23px;
    text-align: center;
}

.method_label__active-fc90366 {
    color: #FFFFFF;
}

.method_label__inactive-fc90366 {
    color: #929294;
}

.method_icon__inactive-fc90366 {
    opacity: 0.5;
}

.soon_badge-fc90366 {
    font-size: 9.89px;
    font-weight: 510;
    line-height: 13px;
    letter-spacing: -0.15px;
    color: #808081;
}

.button_container-fc90366 {
    padding: 10px 25px 0;
}

.action_btn-fc90366 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 52px;
    padding: 10px;
    border: none;
    border-radius: 25px;
    background: #FFFFFF;
    font-size: 16px;
    font-weight: 590;
    line-height: 21px;
    letter-spacing: -0.31px;
    text-align: center;
    color: #030303;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: opacity 0.15s;
}


.empty_state-cec98ce {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding-top: 120px;
}

.empty_state__icon-cec98ce {
  width: 182px;
  height: 120px;
}

.empty_state__label-cec98ce {
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro', sans-serif;
  font-style: normal;
  font-weight: 590;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.23px;
  color: #929292;
  flex: none;
  flex-grow: 0;
}


.event_card-319465d {
  position: relative;
  padding-top: 10px;
  cursor: pointer;
}

.event_card__countdown-319465d {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  background: #2D2D2D;
  border: 0.6px solid #1A1A1A;
  color: #A8A8A8;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 6px;
  border-radius: 22px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 1;
  margin-top: 0;
}

.event_card__countdown_highlight-319465d {
  color: #FFFFFF;
  font-weight: 700;
}

.event_card__body-319465d {
  background: #131313;
  border-radius: 26px;
  padding: 24px 14px 14px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  isolation: isolate;
}

.event_card__logo_placeholder-319465d {
  background: #2D2D2D;
}

.event_card__header-319465d {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.event_card__logo-319465d {
  position: relative;
  width: 45px;
  height: 45px;
  flex-shrink: 0;
}

.event_card__logo_img-319465d {
  width: 45px;
  height: 45px;
  border-radius: 50px;
  object-fit: cover;
  display: block;
}

.event_card__live_badge-319465d {
  position: absolute;
  bottom: -2px;
  left: 8px;
  background: #EB0200;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  padding: 1px 4px;
  border-radius: 3px;
  letter-spacing: 0.02em;
  line-height: 12px;
}

.event_card__info-319465d {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1px;
}

.event_card__source-319465d {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  line-height: 16px;
}

.event_card__question-319465d {
  font-size: 16px;
  font-weight: 590;
  color: #F8F6F4;
  letter-spacing: -0.31px;
  line-height: 21px;
}

.event_card__share-319465d {
  background: none;
  border: none;
  color: #FF7E06;
  font-size: 15px;
  font-weight: 590;
  cursor: pointer;
  padding: 0;
  line-height: 18px;
  flex-shrink: 0;
}

.event_card__bets-319465d {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.event_card__bets_row-319465d {
  display: flex;
  gap: 8px;
}

.bet_btn-319465d {
  flex: 1;
  padding: 10px;
  border: none;
  border-radius: 25px;
  height: 42px;
  font-size: 15px;
  font-weight: 590;
  letter-spacing: -0.23px;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.15s;
  line-height: 20px;
}

.bet_btn-319465d:active {
  opacity: 0.75;
}

.bet_btn__win-319465d {
  background: #18202F;
  color: #4789FF;
}

.bet_btn__lose-319465d {
  background: #3B152D;
  color: #F5009B;
}

.event_card__volume-319465d {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  color: #A5A5A5;
  line-height: 19px;
}


/* ── Page shell — takes over the full viewport ─────────────────────── */
.event_detail_page-4f39d82 {
  position: fixed;
  inset: 0;
  z-index: 10;
  background: #030303;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/* ── Inner layout — fills the page shell ──────────────────────────── */
.event_detail-4f39d82 {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  overflow: hidden;
}

/* ── Error ── */
.error_state-4f39d82 {
  padding: 16px;
  color: #A8A8A8;
  font-size: 0.9rem;
}

/* ═══════════════════════════════════════════════════════════════════
   TOP — video + action bar (shrink-0, never scrolls)
═══════════════════════════════════════════════════════════════════ */
.event_detail__top-4f39d82 {
  flex-shrink: 0;
}

/* ── Action bar ── */
.action_bar-4f39d82 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 16px;
  gap: 10px;
  border-bottom: 1px solid #333333;
}

.action_bar__btn-4f39d82 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 6px 10px;
  gap: 4px;
  height: 34px;
  background: rgba(39, 39, 39, 0.8);
  border-radius: 1000px;
  border: none;
  color: #ffffff;
  cursor: pointer;
  flex-shrink: 0;
  white-space: nowrap;
}

.action_bar__btn-4f39d82:active {
  opacity: 0.7;
}

.action_bar__btn__icon-4f39d82 {
  display: block;
  flex-shrink: 0;
}

.action_bar__btn__label-4f39d82 {
  font-size: 15px;
  font-weight: 590;
  font-variation-settings: 'wdth' 100;
  font-feature-settings: 'ss16' 1;
  line-height: 18px;
  color: #ffffff;
  white-space: nowrap;
}

.action_bar__creator-4f39d82 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #F8F6F4;
  color: #030303;
  border-radius: 20px;
  padding: 6px 14px 6px 6px;
  max-width: calc(100% - 160px);
  pointer-events: auto;
}

.action_bar__creator_avatar-4f39d82 {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.action_bar__creator_avatar_placeholder-4f39d82 {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #2D2D2D;
  flex-shrink: 0;
}

.action_bar__creator_name-4f39d82 {
  font-size: 14px;
  font-weight: 590;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ═══════════════════════════════════════════════════════════════════
   MIDDLE — scrollable content
═══════════════════════════════════════════════════════════════════ */
.event_detail__scroll-4f39d82 {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  min-height: 0;
}

/* ── Title + countdown ── */
.betting_section-4f39d82 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 20px 10px;
  gap: 6px;
  text-align: center;
}

.betting_section__title-4f39d82 {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  line-height: 24px;
  letter-spacing: -0.5px;
}

.betting_section__subtitle-4f39d82 {
  font-size: 14px;
  font-weight: 590;
  color: #5e5e5e;
}

.betting_section__countdown-4f39d82 {
  color: #ffffff;
  font-weight: 590;
}

/* ── Two-column stats container ── */
.stats_row-4f39d82 {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 10px 20px 20px;
}

/* ── Column base ── */
.stats_col__left-4f39d82,
.stats_col__right-4f39d82 {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 26px;
  min-width: 0;
}

.stats_col__left-4f39d82 { align-items: flex-end; }
.stats_col__right-4f39d82 { align-items: flex-start; }

/* ── Column label (Win / Lose) ── */
.col_label-4f39d82 {
  font-size: 21px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -0.5px;
}

.col_label__blue-4f39d82 { color: #4789ff; }
.col_label__pink-4f39d82 { color: #f5009b; }

/* ── Column body (everything below the label) ── */
.col_body-4f39d82 {
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: 100%;
}

/* ── Inner group: pct+bar + stats ── */
.col_main-4f39d82 {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 100%;
}

/* ── % + bar block (right-aligned for left col, left-aligned for right col) ── */
.col_pct_block__right-4f39d82 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}

.col_pct_block__left-4f39d82 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

/* ── Big percentage ── */
.col_pct-4f39d82 {
  font-size: 44px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1;
  white-space: nowrap;
}

.col_pct__blue-4f39d82 { color: #4789ff; }
.col_pct__pink-4f39d82 { color: #f5009b; }

/* ── Progress bar ── */
.col_bar-4f39d82 {
  height: 9px;
  border-radius: 10px;
  max-width: 100%;
  min-width: 4px;
}

.col_bar__blue-4f39d82 { background: #4789ff; }
.col_bar__pink-4f39d82 { background: #f5009b; }

/* ── Stats rows container ── */
.col_stats-4f39d82 {
  display: flex;
  flex-direction: column;
  gap: 7px;
  width: 100%;
}

/* ── Individual stat row ── */
.stat_row__right-4f39d82 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
}

.stat_row__left-4f39d82 {
  display: flex;
  align-items: center;
  gap: 4px;
}

/* ── Stat value text ── */
.stat_value-4f39d82 {
  font-size: 15px;
  font-weight: 510;
  color: #ffffff;
  white-space: nowrap;
  line-height: normal;
}

/* ── SF Symbol icon ── */
.stat_icon-4f39d82 {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-shrink: 0;
  font-weight: 510;
  font-variation-settings: 'wdth' 100;
  line-height: 1;
}

.stat_icon__blue-4f39d82 { color: #4789ff; }
.stat_icon__pink-4f39d82 { color: #f5009b; }

/* ── Spent row ── */
.spent_row__right-4f39d82 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 3px;
}

.spent_row__left-4f39d82 {
  display: flex;
  align-items: center;
  gap: 3px;
}

/* ── Center divider ── */
.stats_divider-4f39d82 {
  width: 1px;
  background: rgba(255, 255, 255, 0.14);
  align-self: stretch;
  flex-shrink: 0;
}

/* ═══════════════════════════════════════════════════════════════════
   BOTTOM — dark bar, bet buttons only (balance is above, outside)
═══════════════════════════════════════════════════════════════════ */
.event_detail__bottom-4f39d82 {
  flex-shrink: 0;
  background: #0d0c0d;
  border-top: 1px solid #333333;
}

/* ── Balance row — transparent, sits above the dark bar ── */
.balance_row-4f39d82 {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  padding: 10px 16px;
  background: transparent;
}

/* ── Action buttons ── */
.bet_buttons-4f39d82 {
  display: flex;
  gap: 8px;
  padding: 10px 16px max(25px, env(safe-area-inset-bottom));
}

.bet_btn__yes-4f39d82 {
  flex: 1;
  min-width: 0;
  background: #4789ff;
  color: #ffffff;
  border: none;
  border-radius: 100px;
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro', sans-serif;
  font-style: normal;
  font-weight: 510;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: -0.43px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 16px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 0.15s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bet_btn__yes-4f39d82:active {
  opacity: 0.8;
}

.bet_btn__no-4f39d82 {
  flex: 1;
  min-width: 0;
  background: #f5009b;
  color: #ffffff;
  border: none;
  border-radius: 100px;
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro', sans-serif;
  font-style: normal;
  font-weight: 510;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: -0.43px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 16px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 0.15s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bet_btn__no-4f39d82:active {
  opacity: 0.8;
}

.bet_btn__label-4f39d82 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}


.events-d958126 {
  display: flex;
  flex-direction: column;
  gap: 13px;
  padding: 20px 16px 20px;
}

.error_state-d958126 {
  margin: 16px;
  color: #A8A8A8;
  font-size: 0.9rem;
}

.filter_tabs_container-d958126 {
  position: fixed;
  bottom: calc(95px + max(0px, env(safe-area-inset-bottom)));
  left: 25px;
  z-index: 10;
}

.toggle_tabs-d958126 {
  position: relative;
  display: flex;
  align-items: center;
  background: rgba(20, 20, 20, 0.5);
  border-radius: 30px;
  padding: 4px;
  gap: 0;
}

.toggle_tabs__indicator-d958126 {
  position: absolute;
  top: 4px;
  bottom: 4px;
  background: #343334;
  border-radius: 20px;
  pointer-events: none;
  z-index: 0;
  will-change: left, width;
  transition:
    left 380ms cubic-bezier(0.34, 1.56, 0.64, 1),
    width 380ms cubic-bezier(0.34, 1.56, 0.64, 1);
}

.toggle_tabs__indicator__a-d958126 {
  animation: :global(toggle-stretch-a) 380ms cubic-bezier(0.34, 1.56, 0.64, 1);
}

.toggle_tabs__indicator__b-d958126 {
  animation: :global(toggle-stretch-b) 380ms cubic-bezier(0.34, 1.56, 0.64, 1);
}

.toggle_tabs__tab-d958126 {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  font-size: 13.333px;
  font-weight: 510;
  color: #6E6E6E;
  cursor: pointer;
  border: none;
  background: transparent;
  border-radius: 20px;
  white-space: nowrap;
  letter-spacing: -0.08px;
}

.toggle_tabs__tab__active-d958126 {
  color: #FFFFFF;
  font-weight: 590;
}

.toggle_tabs__live_icon-d958126 {
  flex-shrink: 0;
}


.page__forbidden-df76302 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100dvh;
  gap: 0.5rem;
  color: #A8A8A8;
}

.page__forbidden-df76302 h1 {
  font-size: 1.5rem;
  color: #F8F6F4;
}


.card-28b704e {
  margin: 0 16px 16px;
  padding: 16px;
  background: rgba(20, 20, 20, 0.8);
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.title-28b704e {
  font-size: 17px;
  font-weight: 600;
  color: #F8F6F4;
  line-height: 22px;
}

.stats-28b704e {
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.stat_pill-28b704e {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 10px 14px;
  background: #252525;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 510;
  color: #878787;
  white-space: nowrap;
  text-align: center;
}

.stat_value-28b704e {
  font-size: 15px;
  font-weight: 600;
  color: #F8F6F4;
}

.actions-28b704e {
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.invite_btn-28b704e {
  flex: 1;
  height: 44px;
  background: #FF7E06;
  color: #FFFFFF;
  border: none;
  border-radius: 25px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.copy_btn-28b704e {
  width: 44px;
  height: 44px;
  background: #464646;
  border: none;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #FFFFFF;
  font-size: 18px;
}


.switcher-9d09c85 {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 2px;
  gap: 0;
}

.switcher__option-9d09c85 {
  padding: 4px 12px;
  border-radius: 18px;
  border: none;
  background: transparent;
  color: #878787;
  font-size: 13px;
  font-weight: 590;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.switcher__option__active-9d09c85 {
  background: rgba(255, 255, 255, 0.2);
  color: #F8F6F4;
}


.bets_list-e021db4 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px 16px;
}

.empty_state-e021db4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: calc(100dvh - 120px);
  gap: 20px;
}

.empty_state__icon-e021db4 {
  width: 182px;
  height: 120px;
}

.empty_state__text-e021db4 {
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro', sans-serif;
  font-style: normal;
  font-weight: 590;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.23px;
  color: #929292;
  flex: none;
  flex-grow: 0;
}

.error_state-e021db4 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 16px;
  color: #F73F23;
  font-size: 0.9rem;
}


.header-17413e8 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: max(20px, calc(env(safe-area-inset-top) + var(--tg-content-safe-area-inset-top, 0px) + 8px)) 16px 10px;
}

.header__title-17413e8 {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.4px;
  color: #FFFFFF;
}


.page-a10e896 {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  position: relative;
}

.gradient_bg-a10e896 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 310px;
  background: linear-gradient(180deg, #8B4513 0%, #5C2D00 45%, #030303 100%);
  pointer-events: none;
  z-index: 0;
  transition: opacity 0.3s ease;
  opacity: 1;
}

.gradient_bg__hidden-a10e896 {
  opacity: 0;
}

.top_bar_fixed-a10e896 {
  position: relative;
  z-index: 10;
  background: transparent;
  flex-shrink: 0;
  padding-top: max(20px, calc(env(safe-area-inset-top) + var(--tg-content-safe-area-inset-top, 0px) + 8px));
}

.content-a10e896 {
  position: relative;
  z-index: 1;
  flex: 1;
}

.header-a10e896 {
  max-height: 200px;
  overflow: hidden;
  opacity: 1;
  transition: max-height 0.3s ease, opacity 0.25s ease;
}

.header__collapsed-a10e896 {
  max-height: 0;
  opacity: 0;
}

.sheet-a10e896 {
  background: #030303;
  border-radius: 60px 60px 0 0;
  transition: border-radius 0.3s ease;
}

.sheet__scrolled-a10e896 {
  border-radius: 0;
}


.balance-5cbad33 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 16px 16px;
  gap: 4px;
}

.balance__label-5cbad33 {
  font-size: 17px;
  font-weight: 600;
  color: #F8F6F4;
}

.balance__row-5cbad33 {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.balance__amount-5cbad33 {
  font-size: 40px;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: -0.5px;
  font-variant-numeric: tabular-nums;
}

.balance__currency-5cbad33 {
  font-size: 28px;
  font-weight: 600;
  color: #CBBFB4;
}


.top_bar-4e9cd61 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
}

.top_bar__left-4e9cd61 {
  flex-shrink: 0;
}

.top_bar__avatar-4e9cd61 {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.top_bar__avatar_placeholder-4e9cd61 {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: repeating-conic-gradient(#3D3D3F 0% 25%, #252525 0% 50%) 50% / 10px 10px;
  flex-shrink: 0;
}

.top_bar__name-4e9cd61 {
  flex: 1;
  font-size: 17px;
  font-weight: 600;
  color: #F8F6F4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 12px;
  text-align: center;
}

.top_bar__right-4e9cd61 {
  flex-shrink: 0;
}


.page__service_unavailable-df510ee {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100dvh;
  gap: 0.5rem;
  color: #A8A8A8;
}

.page__service_unavailable-df510ee h1 {
  font-size: 1.5rem;
  color: #F8F6F4;
}

.page__service_unavailable-df510ee p {
  font-size: 0.9rem;
}


.card-ce7344d {
  margin: 0 16px 16px;
  background: rgba(20, 20, 20, 0.8);
  border-radius: 25px;
  overflow: hidden;
}

.row-ce7344d {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 14px 16px;
  gap: 12px;
  cursor: pointer;
  text-decoration: none;
}

.row__icon-ce7344d {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}

.row__label-ce7344d {
  flex: 1;
  font-size: 17px;
  font-weight: 600;
  color: #F8F6F4;
}

.row__chevron-ce7344d {
  color: #3D3D3F;
  font-size: 18px;
  flex-shrink: 0;
}

.divider-ce7344d {
  height: 0.5px;
  background: #3D3D3F;
  margin-left: 52px;
}


.video_container-45162a6 {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 */
  background: #131313;
}

.video_iframe-45162a6 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.no_video-45162a6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 220px;
  background: #131313;
}

.no_video__eyes-45162a6 {
  font-size: 64px;
  opacity: 0.5;
  filter: grayscale(1);
}

.no_video__text-45162a6 {
  margin-top: 8px;
  font-size: 15px;
  font-weight: 500;
  color: #636363;
}


.section-3f4bd62 {
  padding: 0 16px 120px;
}

.section__title-3f4bd62 {
  font-size: 15px;
  font-weight: 600;
  color: #848484;
  padding: 0 4px 8px;
}

.card-3f4bd62 {
  background: rgba(20, 20, 20, 0.8);
  border-radius: 25px;
  overflow: hidden;
}

.row-3f4bd62 {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px 16px;
  gap: 12px;
}

.icon-3f4bd62 {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 18px;
}

.icon__deposit-3f4bd62 {
  background: linear-gradient(135deg, #FF7E06 0%, #FF9F44 100%);
  color: #FFFFFF;
}

.icon__withdrawal-3f4bd62 {
  background: linear-gradient(135deg, #FF7E06 0%, #FF9F44 100%);
  color: #FFFFFF;
}

.info-3f4bd62 {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
  gap: 2px;
}

.info__title-3f4bd62 {
  font-size: 17px;
  font-weight: 600;
  color: #F8F6F4;
}

.info__date-3f4bd62 {
  font-size: 13px;
  font-weight: 510;
  color: #878787;
}

.amount_col-3f4bd62 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  flex-shrink: 0;
}

.amount-3f4bd62 {
  font-size: 17px;
  font-weight: 600;
  color: #FFFFFF;
}

.amount__success-3f4bd62 {
  color: #31D158;
}

.amount__failed-3f4bd62 {
  color: #F73F23;
}

.status-3f4bd62 {
  font-size: 13px;
  font-weight: 510;
  color: #878787;
}

.status__success-3f4bd62 {
  color: #31D158;
}

.status__failed-3f4bd62 {
  color: #F73F23;
}

.divider-3f4bd62 {
  height: 0.5px;
  background: #3D3D3F;
  margin-left: 62px;
}

.empty-3f4bd62 {
  padding: 24px 16px;
  text-align: center;
  font-size: 15px;
  color: #878787;
}


.backdrop-aaff62b {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.backdrop__visible-aaff62b {
    opacity: 1;
    pointer-events: auto;
}

.sheet-aaff62b {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9001;
    background: #0E0E10;
    border-top: 1px solid #525252;
    border-radius: 60px 60px 0 0;
    transform: translateY(100%);
    transition: transform 0.3s ease-out;
    touch-action: none;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 35px;
    padding-bottom: 25px;
}

.sheet__visible-aaff62b {
    transform: translateY(0);
}

.drag_handle-aaff62b {
    display: flex;
    justify-content: center;
    padding: 10px 0 0;
    cursor: grab;
}

.drag_handle__bar-aaff62b {
    width: 60px;
    height: 5px;
    background: #333333;
    border-radius: 2.5px;
}

.header-aaff62b {
    padding: 10px 25px 0;
}

.title-aaff62b {
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: -0.5px;
    color: #FFFFFF;
}

.amount_section-aaff62b {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 0 25px;
    gap: 4px;
}

.amount_row-aaff62b {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.amount_btn-aaff62b {
    width: 36px;
    height: 36px;
    background: #2F2F2F;
    border: none;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    flex-shrink: 0;
}

.amount_btn__disabled-aaff62b {
    opacity: 0.3;
    cursor: default;
}

.amount_display-aaff62b {
    font-size: 50px;
    font-weight: 590;
    line-height: 60px;
    color: #FFFFFF;
    text-align: center;
    background: transparent;
    border: none;
    outline: none;
    width: 100%;
    min-width: 0;
    flex: 1;
    caret-color: #FFFFFF;
    -moz-appearance: textfield;
}

.amount_display-aaff62b::-webkit-outer-spin-button,
.amount_display-aaff62b::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.hint-aaff62b {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: #6B6B6B;
}

.container-aaff62b {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.methods-aaff62b {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 25px;
    gap: 4px;
}

.method_tab-aaff62b {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 12px;
    gap: 4px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.method_tab__active-aaff62b {
    background: #414141;
}

.method_tab__inactive-aaff62b {
    background: rgba(20, 20, 20, 0.8);
    cursor: default;
}

.method_icon-aaff62b {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
}

.method_label-aaff62b {
    font-size: 15px;
    font-weight: 510;
    line-height: 20px;
    letter-spacing: -0.23px;
    text-align: center;
}

.method_label__active-aaff62b {
    color: #FFFFFF;
}

.method_label__inactive-aaff62b {
    color: #929294;
}

.method_icon__inactive-aaff62b {
    opacity: 0.5;
}

.soon_badge-aaff62b {
    font-size: 9.89px;
    font-weight: 510;
    line-height: 13px;
    letter-spacing: -0.15px;
    color: #808081;
}

.button_container-aaff62b {
    padding: 10px 25px 0;
}

.action_btn-aaff62b {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 52px;
    padding: 10px;
    border: none;
    border-radius: 25px;
    background: #FFFFFF;
    font-size: 16px;
    font-weight: 590;
    line-height: 21px;
    letter-spacing: -0.31px;
    text-align: center;
    color: #030303;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: opacity 0.15s;
}
