._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 {
      --zooka-bg: #060d0f;
      --zooka-panel: #121a20;
      --zooka-panel-soft: #19222a;
      --zooka-panel-deep: #0b1216;
      --zooka-green: #2f8a65;
      --zooka-green-bright: #22b083;
      --zooka-green-dark: #176347;
      --zooka-text: #f3f7f5;
      --zooka-muted: #b7c0c4;
      --zooka-border: rgba(255, 255, 255, 0.08);
      --zooka-shadow: 0 24px 80px rgba(0, 0, 0, 0.58);
      --zooka-radius: 14px;
    }

    * {
      box-sizing: border-box;
    }

    body {
      margin: 0;
      min-height: 100vh;
      font-family: Inter, Arial, sans-serif;
      background: var(--zooka-bg);
      color: var(--zooka-text);
    }

    .bz-age-shell,
    .bz-cookie-shell,
    .bz-preference-shell {
      position: fixed;
      z-index: 9999;
      font-family: Inter, Arial, sans-serif;
    }

    .bz-age-shell {
      inset: 0;
      display: none;
      align-items: center;
      justify-content: center;
      padding: 22px;
      background: rgba(0, 0, 0, 0.78);
      backdrop-filter: blur(8px);
    }

    .bz-age-shell.is-visible {
      display: flex;
    }

    .bz-age-card {
      width: min(520px, 100%);
      overflow: hidden;
      border: 1px solid var(--zooka-border);
      border-radius: 20px;
      background: linear-gradient(180deg, #17211f 0%, #0c1417 100%);
      box-shadow: var(--zooka-shadow);
    }

    .bz-age-topline {
      height: 5px;
      background: linear-gradient(90deg, var(--zooka-green), var(--zooka-green-bright));
    }

    .bz-age-content {
      padding: 30px;
      text-align: center;
    }

    .bz-age-mark {
      width: 76px;
      height: 76px;
      display: grid;
      place-items: center;
      margin: 0 auto 18px;
      border-radius: 50%;
      background: rgba(47, 138, 101, 0.18);
      border: 1px solid rgba(34, 176, 131, 0.35);
      color: var(--zooka-green-bright);
      font-size: 28px;
      font-weight: 900;
      letter-spacing: -1px;
    }

    .bz-age-title {
      margin: 0 0 10px;
      font-size: 28px;
      line-height: 1.15;
      font-weight: 900;
      letter-spacing: -0.5px;
    }

    .bz-age-text {
      max-width: 410px;
      margin: 0 auto 24px;
      color: var(--zooka-muted);
      font-size: 15px;
      line-height: 1.5;
    }

    .bz-age-actions {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 12px;
    }

    .bz-age-note {
      margin: 18px 0 0;
      color: #8f9aa0;
      font-size: 12px;
      line-height: 1.45;
    }

    .bz-cookie-shell {
      right: 22px;
      bottom: 22px;
      width: min(460px, calc(100vw - 44px));
      display: none;
    }

    .bz-cookie-shell.is-visible {
      display: block;
    }

    .bz-cookie-card {
      overflow: hidden;
      border-radius: var(--zooka-radius);
      background: #131b21;
      border: 1px solid var(--zooka-border);
      box-shadow: var(--zooka-shadow);
    }

    .bz-cookie-head {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 18px 18px 0;
    }

    .bz-cookie-icon {
      flex: 0 0 42px;
      width: 42px;
      height: 42px;
      display: grid;
      place-items: center;
      border-radius: 12px;
      background: rgba(47, 138, 101, 0.18);
      color: var(--zooka-green-bright);
      border: 1px solid rgba(34, 176, 131, 0.24);
      font-size: 21px;
    }

    .bz-cookie-title {
      margin: 0;
      font-size: 18px;
      font-weight: 850;
      letter-spacing: -0.2px;
    }

    .bz-cookie-body {
      padding: 12px 18px 18px;
    }

    .bz-cookie-copy {
      margin: 0;
      color: var(--zooka-muted);
      font-size: 14px;
      line-height: 1.5;
    }

    .bz-cookie-link {
      color: var(--zooka-green-bright);
      text-decoration: none;
      font-weight: 700;
    }

    .bz-cookie-actions {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
      padding: 0 18px 18px;
    }

    .bz-cookie-actions .bz-control-btn:first-child {
      grid-column: 1 / -1;
    }

    .bz-control-btn {
      min-height: 44px;
      border: 0;
      border-radius: 999px;
      padding: 0 18px;
      cursor: pointer;
      font: inherit;
      font-size: 14px;
      font-weight: 800;
      transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease, opacity 0.18s ease;
    }

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

    .bz-control-btn:active {
      transform: translateY(0);
    }

    .bz-control-btn.is-primary {
      color: #ffffff;
      background: linear-gradient(180deg, var(--zooka-green-bright), var(--zooka-green));
    }

    .bz-control-btn.is-secondary {
      color: var(--zooka-text);
      background: #27313b;
      border: 1px solid rgba(255, 255, 255, 0.08);
    }

    .bz-control-btn.is-ghost {
      color: var(--zooka-text);
      background: transparent;
      border: 1px solid rgba(255, 255, 255, 0.14);
    }

    .bz-control-btn.is-danger {
      color: #ffffff;
      background: #3b454f;
    }

    .bz-preference-shell {
      inset: 0;
      display: none;
      align-items: center;
      justify-content: center;
      padding: 22px;
      background: rgba(0, 0, 0, 0.72);
      backdrop-filter: blur(7px);
    }

    .bz-preference-shell.is-visible {
      display: flex;
    }

    .bz-preference-card {
      width: min(600px, 100%);
      max-height: calc(100vh - 44px);
      overflow: auto;
      border-radius: 20px;
      background: #111920;
      border: 1px solid var(--zooka-border);
      box-shadow: var(--zooka-shadow);
    }

    .bz-preference-header {
      position: sticky;
      top: 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      padding: 20px 22px;
      background: #2f8a65;
      z-index: 1;
    }

    .bz-preference-title {
      margin: 0;
      font-size: 20px;
      font-weight: 900;
      letter-spacing: -0.25px;
    }

    .bz-preference-close {
      width: 36px;
      height: 36px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      border: 0;
      background: rgba(0, 0, 0, 0.18);
      color: #ffffff;
      cursor: pointer;
      font-size: 24px;
      line-height: 1;
    }

    .bz-preference-body {
      padding: 22px;
    }

    .bz-preference-intro {
      margin: 0 0 18px;
      color: var(--zooka-muted);
      font-size: 14px;
      line-height: 1.55;
    }

    .bz-consent-group {
      display: grid;
      gap: 12px;
    }

    .bz-consent-row {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 18px;
      align-items: center;
      padding: 16px;
      border-radius: 14px;
      background: #182129;
      border: 1px solid rgba(255, 255, 255, 0.07);
    }

    .bz-consent-name {
      margin: 0 0 5px;
      color: var(--zooka-text);
      font-size: 15px;
      font-weight: 850;
    }

    .bz-consent-description {
      margin: 0;
      color: var(--zooka-muted);
      font-size: 13px;
      line-height: 1.45;
    }

    .bz-switch {
      position: relative;
      width: 52px;
      height: 30px;
      flex: 0 0 auto;
    }

    .bz-switch input {
      position: absolute;
      opacity: 0;
      pointer-events: none;
    }

    .bz-switch-track {
      position: absolute;
      inset: 0;
      border-radius: 999px;
      background: #343f49;
      border: 1px solid rgba(255, 255, 255, 0.08);
      cursor: pointer;
      transition: background 0.18s ease;
    }

    .bz-switch-track::after {
      content: "";
      position: absolute;
      width: 22px;
      height: 22px;
      left: 3px;
      top: 3px;
      border-radius: 50%;
      background: #ffffff;
      transition: transform 0.18s ease;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    }

    .bz-switch input:checked + .bz-switch-track {
      background: var(--zooka-green);
    }

    .bz-switch input:checked + .bz-switch-track::after {
      transform: translateX(22px);
    }

    .bz-switch input:disabled + .bz-switch-track {
      opacity: 0.65;
      cursor: not-allowed;
    }

    .bz-preference-actions {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
      padding: 0 22px 22px;
    }

    @media (max-width: 560px) {
      .bz-age-content {
        padding: 24px 18px;
      }

      .bz-age-actions,
      .bz-cookie-actions,
      .bz-preference-actions {
        grid-template-columns: 1fr;
      }

      .bz-cookie-shell {
        left: 14px;
        right: 14px;
        bottom: 14px;
        width: auto;
      }

      .bz-consent-row {
        grid-template-columns: 1fr;
      }
    }