/* [next]/internal/font/google/geist_a71539c9.module.css [app-client] (css) */
@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/8a480f0b521d4e75-s.8e0177b5.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/7178b3e590c64307-s.b97b3418.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/caa3a2e1cccd8315-s.p.853070df.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Geist Fallback;
  src: local(Arial);
  ascent-override: 95.94%;
  descent-override: 28.16%;
  line-gap-override: 0.0%;
  size-adjust: 104.76%;
}

.geist_a71539c9-module__T19VSG__className {
  font-family: Geist, Geist Fallback;
  font-style: normal;
}

.geist_a71539c9-module__T19VSG__variable {
  --font-geist-sans: "Geist", "Geist Fallback";
}

/* [next]/internal/font/google/geist_mono_8d43a2aa.module.css [app-client] (css) */
@font-face {
  font-family: Geist Mono;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/4fa387ec64143e14-s.c1fdd6c2.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Geist Mono;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/bbc41e54d2fcbd21-s.799d8ef8.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Geist Mono;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/797e433ab948586e-s.p.dbea232f.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Geist Mono Fallback;
  src: local(Arial);
  ascent-override: 74.67%;
  descent-override: 21.92%;
  line-gap-override: 0.0%;
  size-adjust: 134.59%;
}

.geist_mono_8d43a2aa-module__8Li5zG__className {
  font-family: Geist Mono, Geist Mono Fallback;
  font-style: normal;
}

.geist_mono_8d43a2aa-module__8Li5zG__variable {
  --font-geist-mono: "Geist Mono", "Geist Mono Fallback";
}

/* [project]/src/app/globals.css [app-client] (css) */
@layer theme {
  :root, :host {
    --default-font-family: var(--font-geist-sans);
    --default-mono-font-family: var(--font-geist-mono);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .grid {
    display: grid;
  }

  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

:root {
  --background: #101116;
  --foreground: #fff;
  --app-padding-top: 20px;
}

body {
  background: var(--background);
  color: var(--foreground);
  font-family: Arial, Helvetica, sans-serif;
}

html, body {
  height: 100%;
}

body {
  margin: 0;
}

.appShell {
  min-height: 100dvh;
}

.appMain {
  min-height: 100dvh;
  padding-top: var(--app-padding-top);
  padding-bottom: 85px;
}

[data-tc-modal="true"] {
  z-index: 2000 !important;
}

[data-tc-wallets-modal-container="true"], [data-tc-actions-modal-container="true"], [data-tc-confirm-modal="true"], [data-tc-transaction-canceled-modal="true"], [data-tc-transaction-sent-modal="true"], [data-tc-sign-data-confirm-modal="true"], [data-tc-sign-data-canceled-modal="true"], [data-tc-data-signed-modal="true"] {
  z-index: 2001 !important;
}

/* [project]/src/components/BottomNav/BottomNav.module.css [app-client] (css) */
.BottomNav-module__ymrK1W__menuWrapper {
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
  z-index: 900;
  pointer-events: none;
  justify-content: stretch;
  height: 85px;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.BottomNav-module__ymrK1W__menu {
  pointer-events: auto;
  box-sizing: border-box;
  background: #13151f;
  border-top-left-radius: 23px;
  border-top-right-radius: 23px;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
  position: relative;
  overflow: visible;
}

.BottomNav-module__ymrK1W__menuBtn {
  appearance: none;
  cursor: pointer;
  color: #213546;
  background: none;
  border: none;
  grid-template-rows: auto 1fr auto;
  place-items: stretch center;
  row-gap: 4px;
  width: 100%;
  height: 100%;
  padding: 8px 0 10px;
  text-decoration: none;
  display: grid;
}

.BottomNav-module__ymrK1W__icon {
  align-self: start;
  place-items: center;
  display: grid;
}

.BottomNav-module__ymrK1W__label {
  color: #213546;
  align-self: flex-start;
  font-size: 12px;
  font-weight: 600;
}

.BottomNav-module__ymrK1W__iconDefault {
  display: block;
}

.BottomNav-module__ymrK1W__iconActive {
  display: none;
}

.BottomNav-module__ymrK1W__active {
  color: #008cff;
}

.BottomNav-module__ymrK1W__active .BottomNav-module__ymrK1W__label {
  color: #00b2ff;
}

.BottomNav-module__ymrK1W__active .BottomNav-module__ymrK1W__iconDefault {
  display: none;
}

.BottomNav-module__ymrK1W__active .BottomNav-module__ymrK1W__iconActive {
  display: block;
}

.BottomNav-module__ymrK1W__gamesDropdown {
  pointer-events: auto;
  z-index: 10;
  background: #0f141c;
  border: 1px solid #193047;
  border-radius: 14px;
  flex-direction: column;
  gap: 10px;
  width: 240px;
  padding: 10px;
  display: flex;
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 8px 24px #00000073;
}

.BottomNav-module__ymrK1W__gamesDropdown:before {
  content: "";
  background: #0f141c;
  border-bottom: 1px solid #193047;
  border-right: 1px solid #193047;
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: -8px;
  left: calc(50% - 8px);
  transform: rotate(45deg);
}

.BottomNav-module__ymrK1W__dropdownItem {
  text-align: left;
  color: #b9d6ff;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  background: #0f141c;
  border: 1px solid #183045;
  border-radius: 12px;
  outline: none;
  grid-template-rows: auto auto;
  grid-template-columns: 32px 1fr;
  align-items: center;
  gap: 2px 10px;
  padding: 10px 12px;
  display: grid;
}

.BottomNav-module__ymrK1W__dropdownItem:hover {
  border-color: #27a3ff;
  box-shadow: inset 0 0 0 1px #0a304a;
}

.BottomNav-module__ymrK1W__dropdownItemIco {
  filter: drop-shadow(0 0 2px #0af9);
  grid-row: 1 / 3;
  width: 18px;
  height: 18px;
  display: inline-block;
}

.BottomNav-module__ymrK1W__dropdownItemTitle {
  color: #d6ecff;
  font-weight: 700;
}

.BottomNav-module__ymrK1W__dropdownItemSub {
  color: #7ba6cc;
  font-size: 12px;
}

/*# sourceMappingURL=%5Broot-of-the-server%5D__5bebff57._.css.map*/