._toggle_odyd6_1 {
    position: relative
}

._selected_odyd6_5:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background-color: var(--color-border-upnext-active)
}

._bgGradient_glj9x_1 {
    background: linear-gradient(95deg,var(--surface-contrast) 37.78%,var(--ui-brand-100) 96.67%)
}

._quickMenuBalanceVisible_g6gn5_1 {
    display: grid;
    grid: "balance balance account" "tokens  tokens  account";
    align-items: center
}

@media(min-width: 48rem) {
    ._quickMenuBalanceVisible_g6gn5_1 {
        grid:"tokens balance account"
    }
}

._tokens_g6gn5_15 {
    grid-area: tokens;
    display: flex;
    gap: .75rem;
    align-items: center
}

._depositMatch_g6gn5_22,._bonusBack_g6gn5_26,._boost_g6gn5_30,._bonus_g6gn5_26,._compact_g6gn5_38 {
    display: flex
}

@media(min-width: 40rem) {
    ._compact_g6gn5_38 {
        display:none
    }
}

._compactBonus_g6gn5_48 {
    display: flex
}

@media(min-width: 40rem) {
    ._compactBonus_g6gn5_48 {
        display:none
    }
}

._compactQuickMenuBalanceVisible_g6gn5_58 {
    display: grid;
    grid: "balance balance account" "tokens  tokens  account";
    align-items: center
}

._compactQuickMenuBalanceVisible_g6gn5_58 ._bonus_g6gn5_26,._compactQuickMenuBalanceVisible_g6gn5_58 ._boost_g6gn5_30,._compactQuickMenuBalanceVisible_g6gn5_58 ._depositMatch_g6gn5_22,._compactQuickMenuBalanceVisible_g6gn5_58 ._bonusBack_g6gn5_26 {
    display: none
}

@media(min-width: 40rem) {
    ._compactQuickMenuBalanceVisible_g6gn5_58 {
        display:grid;
        grid: "tokens balance account";
        align-items: center
    }

    ._compactQuickMenuBalanceVisible_g6gn5_58 ._bonus_g6gn5_26,._compactQuickMenuBalanceVisible_g6gn5_58 ._boost_g6gn5_30,._compactQuickMenuBalanceVisible_g6gn5_58 ._depositMatch_g6gn5_22,._compactQuickMenuBalanceVisible_g6gn5_58 ._bonusBack_g6gn5_26 {
        display: flex
    }
}

._balance_g6gn5_90 {
    grid-area: balance;
    text-align: right
}

@media(min-width: 40rem) {
    ._balance_g6gn5_90 {
        text-align:center
    }
}

._account_g6gn5_101 {
    grid-area: account
}
:root {
  --be-yellow: #ffe500;
  --be-yellow-dark: #f1d600;
  --be-dark: #20252b;
  --be-dark-soft: #2b3036;
  --be-grey: #f0f0f0;
  --be-text: #252a31;
  --be-muted: #6f7378;
  --be-white: #ffffff;
  --be-border: #e1e1e1;
}

/* Age Verification */

.beage-shell {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(32, 37, 43, 0.78);
  backdrop-filter: blur(8px);
}

.beage-shell.beage-shell--active {
  display: flex;
}

.beage-card {
  width: min(440px, 100%);
  background: var(--be-white);
  border-radius: 18px;
  padding: 32px;
  text-align: center;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  border-top: 8px solid var(--be-yellow);
}

.beage-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  min-width: 92px;
  padding: 0 18px;
  margin-bottom: 18px;
  border-radius: 18px;
  background: var(--be-yellow);
  color: var(--be-dark);
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -3px;
}

.beage-title {
  margin: 0 0 10px;
  color: var(--be-text);
  font-size: 28px;
  font-weight: 800;
}

.beage-text {
  margin: 0;
  color: var(--be-muted);
  font-size: 15px;
  line-height: 1.55;
}

.beage-actions {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.beage-btn {
  appearance: none;
  border: 0;
  border-radius: 999px;
  padding: 14px 20px;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.beage-btn:hover {
  transform: translateY(-1px);
}

.beage-btn--primary {
  background: var(--be-yellow);
  color: var(--be-dark);
  box-shadow: 0 8px 18px rgba(255, 229, 0, 0.32);
}

.beage-btn--primary:hover {
  background: var(--be-yellow-dark);
}

.beage-btn--ghost {
  background: var(--be-dark);
  color: var(--be-white);
}

.beage-note {
  margin: 18px 0 0;
  color: var(--be-muted);
  font-size: 12px;
}

/* Cookie Panel */

.becookie-panel {
  position: fixed;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 9998;
  display: none;
}

.becookie-panel.becookie-panel--active {
  display: block;
}

.becookie-inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 18px;
  background: var(--be-dark);
  color: var(--be-white);
  border-radius: 16px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.25);
  border-left: 7px solid var(--be-yellow);
}

.becookie-copy {
  flex: 1;
}

.becookie-title {
  display: block;
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 800;
}

.becookie-text {
  margin: 0;
  color: #d8dadd;
  font-size: 14px;
  line-height: 1.45;
}

.becookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.becookie-btn {
  appearance: none;
  border: 0;
  border-radius: 999px;
  padding: 11px 16px;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.becookie-btn:hover {
  transform: translateY(-1px);
}

.becookie-btn--primary {
  background: var(--be-yellow);
  color: var(--be-dark);
}

.becookie-btn--primary:hover {
  background: var(--be-yellow-dark);
}

.becookie-btn--light {
  background: var(--be-white);
  color: var(--be-dark);
}

.becookie-btn--ghost {
  background: transparent;
  color: var(--be-white);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.28);
}

/* Cookie Modal */

.becookie-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(32, 37, 43, 0.64);
  backdrop-filter: blur(7px);
}

.becookie-modal.becookie-modal--active {
  display: flex;
}

.becookie-modal__box {
  width: min(520px, 100%);
  background: var(--be-white);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.3);
}

.becookie-modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px;
  background: var(--be-yellow);
  color: var(--be-dark);
}

.becookie-modal__head h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 900;
}

.becookie-close {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: var(--be-dark);
  color: var(--be-white);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.becookie-modal__intro {
  margin: 0;
  padding: 18px 22px 4px;
  color: var(--be-muted);
  font-size: 14px;
}

.becookie-option {
  margin: 14px 22px;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  background: #f6f6f6;
  border: 1px solid var(--be-border);
  border-radius: 14px;
}

.becookie-option strong {
  display: block;
  margin-bottom: 4px;
  color: var(--be-text);
  font-size: 15px;
}

.becookie-option span {
  display: block;
  color: var(--be-muted);
  font-size: 13px;
  line-height: 1.35;
}

.becookie-switch {
  position: relative;
  flex: 0 0 auto;
  width: 50px;
  height: 28px;
}

.becookie-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.becookie-switch span {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: #c9c9c9;
  cursor: pointer;
  transition: background 0.2s ease;
}

.becookie-switch span::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  left: 3px;
  top: 3px;
  border-radius: 50%;
  background: var(--be-white);
  transition: transform 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

.becookie-switch input:checked + span {
  background: var(--be-yellow);
}

.becookie-switch input:checked + span::before {
  transform: translateX(22px);
}

.becookie-switch input:disabled + span {
  cursor: not-allowed;
}

.becookie-modal__actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 18px 22px 22px;
}

.becookie-modal__actions .becookie-btn--ghost {
  color: var(--be-dark);
  box-shadow: inset 0 0 0 1px var(--be-border);
}

/* Mobile */

@media (max-width: 720px) {
  .becookie-panel {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  .becookie-inner {
    display: block;
    padding: 16px;
  }

  .becookie-actions {
    margin-top: 14px;
    display: grid;
  }

  .becookie-btn,
  .beage-btn {
    width: 100%;
  }

  .becookie-option {
    align-items: flex-start;
  }

  .becookie-modal__actions {
    display: grid;
  }
}