.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: flex;
  align-items: center;
  gap: 3px;
  background: rgba(20, 20, 20, 0.8);
  border-radius: 25px;
  padding: 4px 4px 4px 12px;
  font-size: 15px;
  font-weight: 590;
  color: #fff;
}

.balance__plus-c9149eb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  background: rgba(44, 44, 44, 0.8);
  border-radius: 25px;
  font-size: 15px;
  color: #fff;
  line-height: 1;
}


.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-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-54c0f2f {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9001;
    background: #1a1a1a;
    border-radius: 20px 20px 0 0;
    transform: translateY(100%);
    transition: transform 0.3s ease-out;
    touch-action: none;
    max-height: 85vh;
    overflow-y: auto;
}

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

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

.drag_handle__bar-54c0f2f {
    width: 36px;
    height: 4px;
    background: #666;
    border-radius: 2px;
}

.header-54c0f2f {
    display: flex;
    justify-content: flex-end;
    padding: 0 20px 12px;
}

.title-54c0f2f {
    padding: 0 20px 8px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    color: #F8F6F4;
}

.outcome_badge-54c0f2f {
    display: inline-block;
    background: #F5009B;
    color: white;
    padding: 4px 14px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 600;
    margin: 0 20px 24px;
}

.amount_selector-54c0f2f {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px 4px;
}

.amount_btn-54c0f2f {
    width: 44px;
    height: 44px;
    background: #333;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 300;
    color: #F8F6F4;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

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

.amount_display-54c0f2f {
    font-size: 48px;
    font-weight: 700;
    color: #F8F6F4;
    text-align: center;
}

.hint-54c0f2f {
    text-align: center;
    color: #888;
    font-size: 13px;
    padding-bottom: 20px;
}

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

.chips-54c0f2f {
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 0 20px 24px;
}

.chip-54c0f2f {
    background: #333;
    border: none;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #F8F6F4;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.action_btn-54c0f2f {
    display: block;
    width: calc(100% - 40px);
    margin: 0 20px 28px;
    padding: 16px;
    border: none;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: opacity 0.15s;
}

.action_btn__bet-54c0f2f {
    background: #FF8C00;
    color: white;
}

.action_btn__deposit-54c0f2f {
    background: white;
    color: black;
}

.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: 8px 25px max(25px, env(safe-area-inset-bottom));
  background: transparent;
  z-index: 20;
}

.bottom_nav__bar-f652f76 {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
  padding: 4px;
  background: rgba(28, 28, 30, 0.75);
  backdrop-filter: blur(24px) saturate(1.8);
  -webkit-backdrop-filter: blur(24px) saturate(1.8);
  border: 0.5px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px;
  gap: 0;
}

.bottom_nav__indicator-f652f76 {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: calc(4px + var(--active-tab, 0) * ((100% - 8px) / 4));
  width: calc((100% - 8px) / 4);
  background: #343334;
  border-radius: 26px;
  pointer-events: none;
  z-index: 0;
  will-change: left;
  transition: left 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);
}

.bottom_nav__item-f652f76 {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1px;
  flex: 1;
  padding: 6px 8px 7px;
  background: none;
  border: none;
  color: #6E6E6E;
  font-size: 10px;
  font-weight: 510;
  letter-spacing: -0.1px;
  cursor: pointer;
  border-radius: 30px;
  text-decoration: none;
  text-align: center;
}

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

.bottom_nav__icon-f652f76 {
  font-size: 17px;
  line-height: 28px;
  display: block;
  width: 100%;
  text-align: center;
}

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


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


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

.empty_state__icon-cec98ce {
  max-width: 100%;
  height: auto;
}


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


.event_detail-4f39d82 {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

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

/* ── Action Bar ── */
.action_bar-4f39d82 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  gap: 10px;
}

.action_bar__btn-4f39d82 {
  background: #2D2D2D;
  border: none;
  border-radius: 20px;
  color: #F8F6F4;
  font-size: 14px;
  font-weight: 590;
  padding: 8px 16px;
  cursor: pointer;
  white-space: nowrap;
}

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

.action_bar__creator-4f39d82 {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #F8F6F4;
  color: #030303;
  border-radius: 20px;
  padding: 6px 14px 6px 6px;
}

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

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

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

/* ── Divider ── */
.divider-4f39d82 {
  height: 1px;
  background: #2D2D2D;
  margin: 0 16px;
}

/* ── Betting Section ── */
.betting_section-4f39d82 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 16px 16px;
  gap: 6px;
}

.betting_section__title-4f39d82 {
  font-size: 22px;
  font-weight: 700;
  color: #F8F6F4;
  text-align: center;
}

.betting_section__subtitle-4f39d82 {
  font-size: 14px;
  font-weight: 500;
  color: #636363;
  text-align: center;
}

.betting_section__countdown-4f39d82 {
  font-weight: 700;
  color: #F8F6F4;
  font-variant-numeric: tabular-nums;
}

/* ── Options Row ── */
.options_row-4f39d82 {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-top: 16px;
  gap: 0;
}

.option_col-4f39d82 {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.options_divider-4f39d82 {
  width: 1px;
  background: #2D2D2D;
  align-self: stretch;
  margin: 0 8px;
}

/* ── Option Label ── */
.option_label-4f39d82 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.15px;
}

.option_label__blue-4f39d82 {
  color: #4789FF;
}

.option_label__pink-4f39d82 {
  color: #F5009B;
}

/* ── Percentage ── */
.option_pct-4f39d82 {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1;
}

.option_pct__blue-4f39d82 {
  color: #4789FF;
}

.option_pct__pink-4f39d82 {
  color: #F5009B;
}

/* ── Bar ── */
.option_bar-4f39d82 {
  height: 4px;
  border-radius: 2px;
  max-width: 90%;
}

.option_bar__blue-4f39d82 {
  background: #4789FF;
}

.option_bar__pink-4f39d82 {
  background: #F5009B;
}

/* ── Stats ── */
.option_stat-4f39d82 {
  font-size: 14px;
  font-weight: 500;
  color: #A8A8A8;
  display: flex;
  align-items: center;
  gap: 4px;
}

/* ── Spent Row ── */
.spent_row-4f39d82 {
  display: flex;
  width: 100%;
  justify-content: space-around;
  margin-top: 12px;
}

.spent_item-4f39d82 {
  font-size: 14px;
  font-weight: 590;
  display: flex;
  align-items: center;
  gap: 4px;
}

.spent_item__blue-4f39d82 {
  color: #4789FF;
}

.spent_item__pink-4f39d82 {
  color: #F5009B;
}

/* ── Bet Buttons ── */
.bet_buttons-4f39d82 {
  display: flex;
  gap: 10px;
  width: 100%;
  margin-top: 16px;
  padding-bottom: 16px;
}

.bet_btn__yes-4f39d82 {
  flex: 1;
  background: #4789FF;
  color: #fff;
  border: none;
  border-radius: 28px;
  font-size: 18px;
  font-weight: 700;
  padding: 16px;
  cursor: pointer;
}

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

.bet_btn__no-4f39d82 {
  flex: 1;
  background: #F5009B;
  color: #fff;
  border: none;
  border-radius: 28px;
  font-size: 18px;
  font-weight: 700;
  padding: 16px;
  cursor: pointer;
}

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


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

.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: 1rem;
}

.empty_state__icon-e021db4 {
  width: 42px;
  height: 63px;
  opacity: 0.8;
}

.empty_state__text-e021db4 {
  color: #929292;
  font-size: 1rem;
}

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