.style_spaceLoader_Iv_kx {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

  .style_spaceLoader_Iv_kx .style_loading_VKHlD {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .style_spaceLoader_Iv_kx .style_loading_VKHlD .style_loadingText_W5lMw {
      margin-left: 10px;
      font-size: 16px;
      color: var(--color11);
    }

@keyframes style_spin_qdgv_ {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.style_spinner_jV9Gr {
  width: 0.875rem;
  height: 0.875rem;
  display: inline-block;
  vertical-align: middle;
  border: 2px solid var(--color11);
  border-right-color: transparent;
  border-radius: 50%;
  animation-duration: 0.5s;
  animation-name: style_spin_qdgv_;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.style_header_Il_Hj {
  width: 100%;
  background: #E9FD66;
  height: 60px;
  color: #151515;
  font-size: 32px;
  padding: 0 60px;
  display: flex;
  align-items: center;
  z-index: 9999;
  position: fixed;
}

  .style_header_Il_Hj .style_branding_usRfh {
    text-decoration: none;
    color: black;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 200px;
    font-family: Jersey10;
    cursor: pointer;
  }

  .style_header_Il_Hj .style_branding_usRfh .style_logo_ZaRz2 {
      width: 24px;
      height: 24px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 10px;
    }

  .style_header_Il_Hj .style_branding_usRfh .style_text_toEBv {
      white-space: pre;
    }

  .style_header_Il_Hj .style_topMenu_HdZ0D {
    display: flex;
    margin-left: 200px;
  }

  .style_header_Il_Hj .style_topMenu_HdZ0D .style_topMenuItem_Mn7x0 {
      text-decoration: none;
      margin-right: 40px;
      color: rgba(0, 0, 0, 0.68);
      text-align: center;
      font-family: "Google Sans Code";
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 24px;
      text-transform: capitalize;
      white-space: pre
    }

  .style_header_Il_Hj .style_topMenu_HdZ0D .style_topMenuItem_Mn7x0.style_active_Pkw6F {
        font-weight: bold;
      }

  .style_header_Il_Hj .style_buttons_THBId {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 10px;
    gap: 10px;
  }

  .style_header_Il_Hj .style_buttons_THBId .style_desktopLoginButton_gQAm5 {
      text-decoration: none;
      color: black;
      font-size: 16px;
      padding: 2px 16px;
      height: 52px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 500;
      cursor: pointer;
      background: #E9FD66;
      border: 1px solid black;
      font-family: "Google Sans Code";
    }

  .style_header_Il_Hj .style_buttons_THBId .style_desktopLoginButton_gQAm5 svg path {
        fill: black;
      }

  .style_header_Il_Hj .style_buttons_THBId .style_mobileLoginButton_HD3S6 {
      display: none;
    }

  .style_header_Il_Hj .style_buttons_THBId .style_logoButton_xBe52 {
      text-decoration: none;
      color: black;
      font-size: 16px;
      padding: 2px 16px;
      height: 52px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 500;
      cursor: pointer;
      position:  relative
    }

  .style_header_Il_Hj .style_buttons_THBId .style_logoButton_xBe52:hover .style_menu_eSis7 {
          display: block;
        }

  .style_header_Il_Hj .style_buttons_THBId .style_logoButton_xBe52 .style_menu_eSis7 {
        position: absolute;
        top: 50px;
        right: 0;
        width: 200px;
        height: 40px;
        background: #E9FD66;
        border: 1px solid black;
        cursor: pointer;
        display: none;
      }

  .style_header_Il_Hj .style_buttons_THBId .style_logoButton_xBe52 .style_menu_eSis7 .style_menuItem_EbEUB {
          cursor: pointer;
          color: black;
          height: 40px;
          display: flex;
          align-items: center;
          justify-content: center;
          border-bottom: 1px solid black;
          text-decoration: none;
        }

  .style_header_Il_Hj .style_buttons_THBId .style_button_pgDfZ {
      text-decoration: none;
      color: black;
      border: 1px solid black;
      font-size: 16px;
      padding: 2px 16px;
      height: 40px;
      align-items: center;
      justify-content: center;
      font-weight: 500;
      cursor: pointer;
      font-family: "Google Sans Code";
      display: none
    }

  .style_header_Il_Hj .style_buttons_THBId .style_button_pgDfZ.style_large_FOItJ {
        width: 230px;
        display: flex;
      }

  .style_header_Il_Hj .style_buttons_THBId .style_button_pgDfZ.style_small_SbGP7 {
        width: 120px;
      }

  .style_header_Il_Hj .style_buttons_THBId .style_button_pgDfZ .style_text_toEBv {
        margin: 0 5px;
        white-space: pre;
      }

  .style_header_Il_Hj .style_buttons_THBId .style_button_pgDfZ .style_leftArrow_dyc_C {
        opacity: 0;
        margin-right: 10px;
      }

  .style_header_Il_Hj .style_buttons_THBId .style_button_pgDfZ .style_rightArrow_GPVKC {
        opacity: 0;
        margin-left: 10px;
      }

  .style_header_Il_Hj .style_buttons_THBId .style_button_pgDfZ:hover .style_leftArrow_dyc_C {
          opacity: 1;
        }

  .style_header_Il_Hj .style_buttons_THBId .style_button_pgDfZ:hover .style_rightArrow_GPVKC {
          opacity: 1;
        }

  .style_header_Il_Hj .style_buttons_THBId .style_button_pgDfZ:focus .style_leftArrow_dyc_C {
          opacity: 1;
          margin-right: 0px;
          transition: all 0.3s ease;
        }

  .style_header_Il_Hj .style_buttons_THBId .style_button_pgDfZ:focus .style_rightArrow_GPVKC {
          opacity: 1;
          margin-left: 0px;
          transition: all 0.3s ease;
        }

@media (max-width: 1200px) {
    .style_header_Il_Hj .style_topMenu_HdZ0D {
      margin-left: 20px;
    }
}

@media (max-width: 1000px) {
    .style_header_Il_Hj .style_topMenu_HdZ0D {
      margin-left: 0;
    }

      .style_header_Il_Hj .style_topMenu_HdZ0D .style_topMenuItem_Mn7x0 {
        margin-right: 20px;
      }
}

@media (max-width: 900px) {
    .style_header_Il_Hj .style_topMenu_HdZ0D {
      margin-left: 0;
    }

      .style_header_Il_Hj .style_topMenu_HdZ0D .style_topMenuItem_Mn7x0 {
        margin-right: 0px;
      }
}

@media (max-width: 767px) {
  .style_header_Il_Hj {
    padding: 0 16px;
  }

  .style_header_Il_Hj .style_branding_usRfh .style_text_toEBv {
    font-size: 24px;
  }

  .style_header_Il_Hj .style_buttons_THBId {
    grid-gap: 10px;
    gap: 10px;
  }

  .style_header_Il_Hj .style_button_pgDfZ {
    padding: 6px 12px;
    font-size: 14px;
    height: 40px;
  }

  .style_header_Il_Hj .style_logoButton_xBe52 {
    display: none;
  }

  .style_header_Il_Hj .style_buttons_THBId .style_desktopLoginButton_gQAm5 {
    display: none !important;
  }

  .style_header_Il_Hj .style_loginButton_gPhRV {
    display: none;
  }

  .style_header_Il_Hj .style_buttons_THBId .style_mobileLoginButton_HD3S6 {
    display: flex !important;
    padding: 8px !important;
    width: 40px !important;
    height: 40px !important;
    align-items: center !important;
    justify-content: center !important;
    background: transparent !important;
    border: none !important;
  }
  
  .style_header_Il_Hj .style_buttons_THBId .style_mobileLoginButton_HD3S6 svg {
    width: 24px;
    height: 27px;
  }
    .style_header_Il_Hj .style_topMenu_HdZ0D {
      display: none;
    }
        .style_header_Il_Hj .style_buttons_THBId .style_button_pgDfZ.style_large_FOItJ {
          display: none;
        }

        .style_header_Il_Hj .style_buttons_THBId .style_button_pgDfZ.style_small_SbGP7 {
          display: flex;
        }
}


.style_mobileBottomNav_xUmrr {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #141519;
  background: #E9FD66;
  z-index: 90;
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  padding-bottom: env(safe-area-inset-bottom);
  height: calc(42px + env(safe-area-inset-bottom));
}

.style_navItem_xmthA {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  grid-gap: 3px;
  gap: 3px;
  cursor: pointer;
  text-decoration: none;
  color: #767676;
  transition: color 0.2s ease;
}

.style_navItem_xmthA.style_active_l5s61 {
  color: #E9FD66;
  color: black;
}

.style_icon_H0evG {
  width: 21px;
  height: 21px;
}

.style_label_AdWK9 {
  font-family: "Google Sans Code";
  font-size: 8px;
  font-weight: 400;
  line-height: 10px;
}

@media (max-width: 768px) {
  .style_mobileBottomNav_xUmrr {
    display: flex;
  }
}


@font-face {
    font-family: 'Google Sans Code';
    src: url(/fonts/GoogleSansCode-Regular.eot?v=4716e735e54a4504d871);
    src: local('Google Sans Code'), local('GoogleSansCode-Regular'),
        url(/fonts/GoogleSansCode-Regular.eot?v=4716e735e54a4504d871?#iefix) format('embedded-opentype'),
        url(/fonts/GoogleSansCode-Regular.woff?v=4716e735e54a4504d871) format('woff'),
        url(/fonts/GoogleSansCode-Regular.ttf?v=4716e735e54a4504d871) format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Google Sans Code';
    src: url(/fonts/GoogleSansCode-Bold.eot?v=de8accc5fc484a61bd9c);
    src: local('Google Sans Code'), local('GoogleSansCode-Bold'),
        url(/fonts/GoogleSansCode-Bold.eot?v=de8accc5fc484a61bd9c?#iefix) format('embedded-opentype'),
        url(/fonts/GoogleSansCode-Bold.woff?v=de8accc5fc484a61bd9c) format('woff'),
        url(/fonts/GoogleSansCode-Bold.ttf?v=de8accc5fc484a61bd9c) format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Jersey10';
    src: url(/fonts/Jersey10-Regular.eot?v=935f1182c844208c7913);
    src: local('Jersey10'), local('Jersey10-Regular'),
        url(/fonts/Jersey10-Regular.eot?v=935f1182c844208c7913?#iefix) format('embedded-opentype'),
        url(/fonts/Jersey10-Regular.woff?v=8a687d07bb33ef59ae9d) format('woff'),
        url(/fonts/Jersey10-Regular.ttf?v=1096d03f408f835365d9) format('truetype');
    font-style: normal;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.12; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  font-size: 16px;
  touch-action: manipulation;
  -webkit-touch-callout: none;

  /* -webkit-user-select: none; */
  /* -khtml-user-select: none; */
  /* -moz-user-select: none; */
  /* -ms-user-select: none; */
  /* user-select: none; */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
  scrollbar-width: none;
  background: black;
  overscroll-behavior: none
  /* color: var(--text-color); */
  /* color: #f4f5f6; */

  /* overflow: hidden; */
  /* touch-action: none; */
}

body::-webkit-scrollbar {
    width: 0;
    display: none;
  }

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bold;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

div, span, a, button, input {
  box-sizing: border-box
}

div.style_focus-visible_KD6d4, span.style_focus-visible_KD6d4, a.style_focus-visible_KD6d4, button.style_focus-visible_KD6d4, input.style_focus-visible_KD6d4 {
    outline: none;
  }

div:focus-visible, span:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible {
    outline: none;
  }

.style_root_tUtGn {
  font-family: Helvetica, Arial, sans-serif, 'Neue Haas Grotesk Display Pro', 'Avenir Next', ui-monospace, SF Mono, SFMono-Regular, monospace;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.style_root_tUtGn .style_content_Puc04 {
    padding-top: 60px;
    padding-bottom: 0;
  }

@media (max-width: 767px) {
  .style_root_tUtGn .style_content_Puc04 {
    padding-bottom: calc(42px + env(safe-area-inset-bottom));
  }
}

#root {
    width: 100%;
    height: 100%;
    overscroll-behavior: none;
  }

@keyframes style_spin_swvqi {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.style_spinner_zITIZ {
  width: 0.875rem;
  height: 0.875rem;
  display: inline-block;
  vertical-align: middle;
  border: 2px solid black;
  border-right-color: transparent;
  border-radius: 50%;
  animation-duration: 0.5s;
  animation-name: style_spin_swvqi;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.style_modal_AEZxg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: center;
}

.style_selector_CJcRn {
  background: #232326;
  width: 400px;
  max-width: 90%;
  padding: 24px;
  border-radius: 8px;
}

.style_title_yx4v7 {
  color: #FFF;
  text-align: center;
  font-family: "Jersey10";
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 20px;
}

.style_walletList_szAWH {
  display: flex;
  flex-direction: column;
  grid-gap: 12px;
  gap: 12px;
}

.style_walletItem_6k4Oe {
  display: flex;
  align-items: center;
  grid-gap: 12px;
  gap: 12px;
  padding: 16px;
  background: black;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s;
  font-family: "Google Sans Code";
}

.style_walletItem_6k4Oe:hover {
  border-color: #E9FD66;
  background: rgba(233, 253, 102, 0.05);
}

.style_icon_EhwUC {
  font-size: 24px;
}

.style_name_JbKLV {
  color: white;
  font-size: 16px;
  font-weight: 500;
}

.style_modal_yDI_K {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

  .style_modal_yDI_K .style_note_I745b {
    background: #232326;
    width: 460px;
    padding: 24px;
    margin: 0 auto;
    text-align: left;
    padding: 30px;
  }

  .style_modal_yDI_K .style_note_I745b .style_title_KQ4xi {
      color: #FFF;
      font-family: "Google Sans Code";
      font-size: 24px;
      font-style: normal;
      font-weight: 600;
      line-height: 32px;
    }

  .style_modal_yDI_K .style_note_I745b .style_text_Vks2B {
      color: #FFF;
      text-align: center;
      font-family: "Google Sans Code";
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 24px;
      margin-bottom: 20px;
    }

  .style_modal_yDI_K .style_note_I745b .style_steps_woxyB {
      display: flex;
      flex-direction: column;
      grid-gap: 4px;
      gap: 4px;
      padding: 10px 20px;
    }

  .style_modal_yDI_K .style_note_I745b .style_steps_woxyB step {
        color: #FFF;
        text-align: center;
        font-family: "Google Sans Code";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
      }

  .style_modal_yDI_K .style_note_I745b .style_link_LMEL7 {
      color: #FFF;
      text-align: center;
      font-family: "Google Sans Code";
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 24px;
      margin-top: 10px;
    }

  .style_modal_yDI_K .style_note_I745b .style_buttons_U1f3C {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      grid-gap: 10px;
      gap: 10px;
      margin-top: 20px;
    }

  .style_modal_yDI_K .style_note_I745b .style_buttons_U1f3C .style_copyButton_X6hEb {
        width: 100%;
        display: flex;
        height: 40px;
        padding: 20px 24px;
        justify-content: center;
        align-items: center;
        grid-gap: 10px;
        gap: 10px;
        flex: 1 0 0;
        border: 1px solid #E9FD66;
        white-space: pre;

        color: #E9FD66;
        font-family: "Google Sans Code";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        cursor: pointer;
      }

  .style_modal_yDI_K .style_note_I745b .style_buttons_U1f3C .style_nextButton_M3MHB {
        width: 100%;
        display: flex;
        height: 40px;
        padding: 20px 24px;
        justify-content: center;
        align-items: center;
        grid-gap: 10px;
        gap: 10px;
        flex: 1 0 0;
        border: 1px solid #E9FD66;
        white-space: pre;

        background: #E9FD66;
        color: black;
        font-family: "Google Sans Code";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        cursor: pointer;
      }

.style_login_bQKv9 {
  background: #232326;
  width: 460px;
  padding: 24px;
  margin: 0 auto;
  position: relative;
}

.style_login_bQKv9 .style_closeButton_AsBY8 {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #828698;
    transition: color 0.2s
  }

.style_login_bQKv9 .style_closeButton_AsBY8:hover {
      color: #E9FD66;
    }

.style_login_bQKv9 .style_closeButton_AsBY8 svg {
      width: 24px;
      height: 24px;
    }

.style_login_bQKv9 .style_status_T1H4p {
    font-family: "Google Sans Code";
    font-size: 16px;
    color: white;
  }

.style_login_bQKv9 .style_cancelButton_aHOpZ {
    color: white;
    text-decoration: none;
    color: black;
    border: 1px solid black;
    font-size: 16px;
    padding: 2px 16px;
    height: 48px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    cursor: pointer;
    margin-top: 32px;
    background: #E9FD66;
    border-color: #E9FD66;
    color: black;
    font-family: "Google Sans Code";
  }

.style_login_bQKv9 .style_title_KQ4xi {
    color: #FFF;
    text-align: center;
    font-family: "Jersey10";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
  }

.style_login_bQKv9 .style_subtitle_opfoO {
    color: #A7ADB9;
    text-align: center;
    font-family: "Google Sans Code";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }

.style_login_bQKv9 .style_form_TLEW_ .style_field_lXIhq {
      padding: 20px 0;
    }

.style_login_bQKv9 .style_form_TLEW_ .style_field_lXIhq .style_input_MZEvd {
        width: 100%;
        height: 48px;
        position: relative;
      }

.style_login_bQKv9 .style_form_TLEW_ .style_field_lXIhq .style_input_MZEvd input {
          background: transparent;
          width: 100%;
          height: 100%;
          border: none;
          outline: none;
          background: black;
          color: white;
          padding: 0 10px;
          font-family: "Google Sans Code";
          font-size: 16px;
          font-style: normal;
          line-height: 24px;
          text-align: center;
        }

.style_login_bQKv9 .style_form_TLEW_ .style_field_lXIhq .style_input_MZEvd .style_placeholder_QeSrw {
          position: absolute;
          pointer-events: none;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          color: rgba(255, 255, 255, 0.60);
          font-family: "Google Sans Code";
          font-size: 16px;
          font-style: normal;
          line-height: 24px;
        }

.style_login_bQKv9 .style_checks_DkYuL {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
  }

.style_login_bQKv9 .style_checks_DkYuL .style_inputIcon_AmZdU {
      margin-right: 10px;
    }

.style_login_bQKv9 .style_checks_DkYuL .style_inputIcon_AmZdU input {
        cursor: pointer;
      }

.style_login_bQKv9 .style_checks_DkYuL .style_inputText_jY8PJ {
      color: #828698;
      font-family: "Google Sans Code";
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: 20px;
    }

.style_login_bQKv9 .style_checks_DkYuL .style_inputText_jY8PJ a {
        color: #E9FD66;
        text-decoration: none;
      }

.style_login_bQKv9 .style_checks_DkYuL .style_inputText_jY8PJ a:hover {
        text-decoration: underline;
      }

.style_login_bQKv9 .style_agreementWarning_uIsrG {
    color: #ff6b6b;
    font-family: "Google Sans Code";
    font-size: 12px;
    text-align: center;
    margin-top: 8px;
  }

.style_login_bQKv9 .style_loginMethodLabel_KD1dV {
    color: rgba(255, 255, 255, 0.68);
    text-align: center;
    font-family: "Google Sans Code";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 16px;
  }

.style_login_bQKv9 .style_separator_rWK_P {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 100%;
    position: relative;
    margin: 20px 0;
  }

.style_login_bQKv9 .style_separator_rWK_P .style_separatorLine_I7yX9 {
      position: absolute;
      top: 50%;
      left: 0;;
      background: rgba(255, 255, 255, 0.45);
      height: 1px;
      width: 100%;
    }

.style_login_bQKv9 .style_separator_rWK_P .style_separatorText_SLGMQ {
      width: 100px;
      height: 100%;
      background: #232326;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      z-index: 2;

      color: #828698;
      font-family: "Google Sans Code";
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 20px;
    }

.style_login_bQKv9 .style_providers_cCHJ0 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    grid-gap: 20px;
    gap: 20px;
  }

.style_login_bQKv9 .style_providers_cCHJ0 .style_provider_Dq3LE {
      width: 100%;
      height: 48px;
      background: black;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;

      color: #FFF;
      font-family: "Google Sans Code";
      font-size: 16px;
      font-style: normal;
      line-height: 24px;
      text-transform: uppercase;

      cursor: pointer
    }

.style_login_bQKv9 .style_providers_cCHJ0 .style_provider_Dq3LE.style_disabled_o0LUB {
        opacity: 0.5;
        background: #767676;
        color: #666;
        cursor: not-allowed;
        pointer-events: none;
      }

.style_login_bQKv9 .style_providers_cCHJ0 .style_provider_Dq3LE .style_form_TLEW_ {
        width: 100%;
      }

.style_login_bQKv9 .style_providers_cCHJ0 .style_provider_Dq3LE .style_form_TLEW_ .style_input_MZEvd {
          position: relative;
          padding-right: 40px;
        }

.style_login_bQKv9 .style_providers_cCHJ0 .style_provider_Dq3LE .style_form_TLEW_ .style_input_MZEvd .style_submit_mnBq_ {
            position: absolute;
            top: 4px;
            right: 4px;
            width: 40px;
            height: 40px;
            background: white;
            display: flex;
            align-items: center;
            justify-content: center
          }

.style_login_bQKv9 .style_providers_cCHJ0 .style_provider_Dq3LE .style_form_TLEW_ .style_input_MZEvd .style_submit_mnBq_.style_disabled_o0LUB {
              opacity: 0.5;
              background: #767676;
              cursor: not-allowed;
              pointer-events: none;
            }

.style_login_bQKv9 .style_inputValid_GWSsy {
    border-color: #4CAF50 !important;
  }

.style_login_bQKv9 .style_inputInvalid_DhL7f {
    border-color: #f44336 !important;
  }

.style_login_bQKv9 .style_validationMessage_gl1Ho {
    margin-top: 8px;
    font-family: "Google Sans Code";
    font-size: 14px;
    display: flex;
    align-items: center;
    grid-gap: 8px;
    gap: 8px;
  }

.style_login_bQKv9 .style_validationValidating_nQN7s {
    color: #2196F3;
  }

.style_login_bQKv9 .style_validationValid_hC7SY {
    color: #4CAF50;
  }

.style_login_bQKv9 .style_validationInvalid_KNi6e {
    color: #f44336;
  }

.style_login_bQKv9 .style_validationError_l_2wP {
    color: #FF9800;
  }

.style_login_bQKv9 .style_errorTip_G7l1a {
    margin-top: 8px;
    padding: 8px 12px;
    background: rgba(244, 67, 54, 0.1);
    border-left: 3px solid #f44336;
    color: #f44336;
    font-family: "Google Sans Code";
    font-size: 13px;
    line-height: 1.4;
  }

@media (max-width: 767px) {
  .style_modal_yDI_K .style_note_I745b {
    width: calc(100% - 32px);
    max-width: 400px;
    padding: 20px;
  }
  
  .style_modal_yDI_K .style_note_I745b .style_title_KQ4xi {
    font-size: 20px;
    line-height: 28px;
  }
  
  .style_modal_yDI_K .style_note_I745b .style_text_Vks2B {
    font-size: 14px;
    line-height: 20px;
  }
  
  .style_modal_yDI_K .style_note_I745b .style_steps_woxyB {
    padding: 10px;
  }
  
  .style_modal_yDI_K .style_note_I745b .style_buttons_U1f3C .style_copyButton_X6hEb,
  .style_modal_yDI_K .style_note_I745b .style_buttons_U1f3C .style_nextButton_M3MHB {
    font-size: 14px;
    padding: 16px 20px;
  }
}

/* Crowdfund 页面样式 - 根据 Figma JSON 校正 */

/* 登录弹窗 */
.style_modal_Saux8 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

/* 页面容器 */
.style_crowdfund_J_qe1 {
  min-height: 100vh;
  padding: 60px 72px;
  color: #fff;
  background: #14151A;
}

/* 标题 - 白色（Figma JSON 校正） */
.style_title_nY_1s {
  font-family: 'Jersey10', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
  font-size: 88px;
  line-height: 1;
  margin-bottom: 16px;
  color: #FFFFFF;
  text-align: center;
}

/* 描述文字 */
.style_description_kYFRU {
  color: #A7ADB9;
  font-family: "Google Sans Code", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
  font-size: 14px;
  text-align: center;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* 主卡片 */
.style_card_mdj8v {
  background: #232326;
  padding: 32px;
  max-width: 1200px;
  margin: 0 auto;
}

/* 卡片头部 - 分隔线颜色修正 */
.style_cardHeader_Sq7NX {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #A7ADB9;
}

.style_cardTitle_PKCRn {
  display: flex;
  align-items: center;
  grid-gap: 12px;
  gap: 12px;
  font-family: 'Google Sans Code', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}

.style_titleLogo_ED7ql {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 状态徽章 - 方角 */
.style_statusBadge_cTFjp {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Google Sans Code', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
}

.style_statusBadge_cTFjp.style_live_dWaHR {
  background: #E9FD66;
  color: #0b0b0c;
}

.style_statusBadge_cTFjp.style_ended_oMuB7 {
  background: #666;
  color: #fff;
}

.style_statusBadge_cTFjp.style_paused_ao6qW {
  background: #ff6b6b;
  color: #fff;
}

/* 进度区域头部 - 大百分比 + 倒计时 */
.style_progressHeader_VXHOk {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

/* 大百分比 - 无下划线（Figma JSON 校正） */
.style_progressPercent__5b6a {
  font-family: "Jersey10", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
  font-size: 60px;
  color: #E9FD66;
  text-decoration: underline;
  text-underline-offset: 8px;
}

/* 倒计时容器 */
.style_countdown_QakWT {
  display: flex;
  align-items: center;
  grid-gap: 4px;
  gap: 4px;
}

.style_countdownLabel_HwLLB {
  color: #FFFFFF;
  font-family: "Google Sans Code", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
  font-size: 14px;
  margin-right: 12px;
}

/* 倒计时方块 - 深色背景白字（Figma JSON 校正） */
.style_countdownBlock_kQffa {
  background: #14151A;
  color: #FFFFFF;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Google Sans Code", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.style_countdownUnit_aOb7A {
  color: #FFFFFF;
  font-family: "Google Sans Code", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
  font-size: 16px;
  margin: 0 4px;
}

/* 进度条 */
.style_progressBar_w4mGi {
  position: relative;
  width: 100%;
  height: 16px;
  overflow: hidden;
  background: transparent;
  border: 1px solid #E9FD66;
  margin-bottom: 24px;
}

.style_progressFill_wPbW4 {
  height: 100%;
  background: #E9FD66;
  transition: width 0.3s ease-out;
}

/* 统计网格 - 3列（Figma JSON 校正） */
.style_statsGrid_NLLiO {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px;
  gap: 16px;
  margin-bottom: 32px;
}

/* 统计卡片 - #39393A 背景，直角（Figma JSON 校正） */
.style_statItem_RfkHb {
  background: #39393A;
  padding: 16px;
}

.style_statValue_e6YzY {
  font-family: "Jersey10", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
  font-size: 32px;
  color: #E9FD66;
  margin-bottom: 8px;
}

.style_statLabel_iA9km {
  font-size: 14px;
  color: #A7ADB9;
  font-family: 'Google Sans Code', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
}

/* 分隔线 */
.style_divider_VHKvj {
  height: 1px;
  background: #333;
  margin: 24px 0;
}

/* 输入区域 */
.style_inputSection_IfgQn {
  margin-bottom: 24px;
}

/* 输入标签行 - 全白（Figma JSON 校正） */
.style_inputLabelRow_l0xa1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  font-size: 14px;
  font-family: 'Google Sans Code', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
  color: #FFFFFF;
}

.style_balanceValue_RhJtC {
  font-weight: 600;
}

/* 输入框容器 - 方角 + 黄色边框 */
.style_inputWrapper_Ffy1C {
  display: flex;
  align-items: center;
  background: transparent;
  border: 1px solid #E9FD66;
  padding-right: 0;
}

.style_inputField_VPrqp {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  padding: 14px 16px;
  color: #FFFFFF;
  font-size: 18px;
  font-family: 'Google Sans Code', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
}

.style_inputField_VPrqp::-moz-placeholder {
  color: #666;
}

.style_inputField_VPrqp::placeholder {
  color: #666;
}

/* ETH 徽章 - 方角 */
.style_ethBadge_pwcmb {
  background: #E9FD66;
  color: #0B0B0C;
  padding: 14px 24px;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Google Sans Code', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
}

/* 预估区域 */
.style_estimateSection__uDrE {
  background: #39393A;
  padding: 16px;
  margin-bottom: 24px;
}

.style_estimateRow_ubEhv {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-family: 'Google Sans Code', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
  color: #A7ADB9;
  margin-bottom: 8px;
}

.style_estimateRow_ubEhv:last-child {
  margin-bottom: 0;
}

.style_estimateValue_DEgmo {
  color: #E9FD66;
  font-weight: 500;
}

.style_estimateRefund_rUpch {
  color: #ff6b6b;
}

/* 主按钮 - 方角 */
.style_primaryButton_AExd6 {
  width: 100%;
  border: none;
  background: #E9FD66;
  color: #050506;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  font-family: 'Google Sans Code', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
  transition: background 0.2s;
  text-transform: uppercase;
}

.style_primaryButton_AExd6:hover:not(.style_disabled_tKWyt) {
  background: #d4e650;
}

.style_primaryButton_AExd6.style_disabled_tKWyt {
  opacity: 0.5;
  cursor: not-allowed;
}

/* 我的贡献卡片 - 直角（Figma JSON 校正） */
.style_myContributionsCard_dP1vI {
  background: #232326;
  padding: 32px;
  margin-top: 24px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.style_myContributionsTitle_zcg4Q {
  font-family: 'Google Sans Code', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 24px;
}

/* 贡献项 - #39393A 背景（Figma JSON 校正） */
.style_contributionItem_WIJlf {
  background: #39393A;
  padding: 16px;
  margin-bottom: 16px;
}

.style_contributionValue_E7cNH {
  font-family: "Jersey10", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
  font-size: 32px;
  color: #E9FD66;
  margin-bottom: 8px;
}

.style_contributionLabel_JObtx {
  font-size: 14px;
  color: #A7ADB9;
  font-family: 'Google Sans Code', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
}

/* Total 行 */
.style_totalRow_Oukr8 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #333;
  padding-top: 16px;
  margin-top: 8px;
}

.style_totalLabel_TMisK {
  color: #A7ADB9;
  font-family: 'Google Sans Code', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
  font-size: 16px;
}

.style_totalValue_CM0iV {
  color: #FFFFFF;
  font-family: "Jersey10", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
  font-size: 32px;
}

/* Claim 区域 */
.style_claimSection_TnaYW {
  text-align: center;
  padding: 24px;
  background: #39393A;
  margin-bottom: 24px;
}

.style_claimTitle_SpozZ {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 16px;
  font-family: 'Google Sans Code', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
}

.style_claimInfo_RGNPY {
  font-size: 14px;
  font-family: 'Google Sans Code', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
  color: #A7ADB9;
  margin-bottom: 16px;
}

.style_claimValue_wtNqn {
  color: #E9FD66;
  font-weight: 600;
}

.style_claimButton_YpjRY {
  width: 100%;
  background: #E9FD66;
  color: #050506;
  border: none;
  padding: 16px 32px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  font-family: 'Google Sans Code', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.style_claimButton_YpjRY:hover:not(:disabled) {
  background: #d4e650;
}

.style_claimButton_YpjRY:disabled,
.style_claimButton_YpjRY.style_disabled_tKWyt {
  opacity: 0.5;
  cursor: not-allowed;
}

.style_claimTokenButton__5VOs {
  width: 100%;
  background: transparent;
  color: #A7ADB9;
  border: 1px solid #A7ADB9;
  padding: 16px 32px;
  font-size: 14px;
  font-weight: 600;
  cursor: not-allowed;
  font-family: 'Google Sans Code', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
  text-transform: uppercase;
  opacity: 0.5;
}

/* 错误提示 */
.style_errorText_jDwGG {
  color: #ff6b6b;
  font-size: 14px;
  margin-top: 16px;
  text-align: center;
  font-family: 'Google Sans Code', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
}

/* 响应式 - 平板 */
@media (max-width: 1024px) {
  .style_crowdfund_J_qe1 {
    padding: 40px 32px;
  }

  .style_title_nY_1s {
    font-size: 64px;
  }

  .style_progressHeader_VXHOk {
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 16px;
    gap: 16px;
  }

  .style_progressPercent__5b6a {
    font-size: 48px;
  }

  .style_statsGrid_NLLiO {
    grid-template-columns: repeat(3, 1fr);
  }

  .style_countdownBlock_kQffa {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
}

/* 响应式 - 移动端 */
@media (max-width: 768px) {
  .style_crowdfund_J_qe1 {
    padding: 24px 16px;
  }

  .style_title_nY_1s {
    font-size: 48px;
  }

  .style_description_kYFRU {
    font-size: 12px;
  }

  .style_card_mdj8v {
    padding: 24px 16px;
  }

  .style_cardTitle_PKCRn {
    font-size: 20px;
  }

  .style_progressPercent__5b6a {
    font-size: 36px;
  }

  .style_countdown_QakWT {
    flex-wrap: wrap;
    grid-gap: 4px;
    gap: 4px;
  }

  .style_countdownLabel_HwLLB {
    width: 100%;
    margin-bottom: 8px;
  }

  .style_countdownBlock_kQffa {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }

  .style_countdownUnit_aOb7A {
    font-size: 12px;
    margin: 0 2px;
  }

  .style_statsGrid_NLLiO {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 8px;
    gap: 8px;
  }

  .style_statItem_RfkHb {
    padding: 12px;
  }

  .style_statValue_e6YzY {
    font-size: 24px;
  }

  .style_statLabel_iA9km {
    font-size: 12px;
  }

  .style_myContributionsCard_dP1vI {
    padding: 24px 16px;
  }

  .style_contributionValue_E7cNH {
    font-size: 24px;
  }

  .style_totalValue_CM0iV {
    font-size: 24px;
  }
}

/* 响应式 - 小屏手机 */
@media (max-width: 480px) {
  .style_crowdfund_J_qe1 {
    padding: 16px;
  }

  .style_title_nY_1s {
    font-size: 36px;
  }

  .style_card_mdj8v {
    padding: 16px;
  }

  .style_statsGrid_NLLiO {
    grid-template-columns: 1fr;
    grid-gap: 8px;
    gap: 8px;
  }

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

  .style_statValue_e6YzY {
    margin-bottom: 0;
  }
}

/* Terms of Service 页面样式 */
.style_terms_QE9wQ {
  min-height: 100vh;
  padding: 60px 72px;
  color: #fff;
  background: #14151A;
}

.style_container_oS7c8 {
  max-width: 900px;
  margin: 0 auto;
}

.style_title_OY5Ir {
  font-family: 'Jersey10', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 40px;
  color: #FFFFFF;
  text-align: center;
}

.style_section_L86um {
  margin-bottom: 32px;
}

.style_section_L86um h2 {
  font-family: 'Google Sans Code', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #E9FD66;
  margin-bottom: 16px;
  margin-top: 32px;
}

.style_section_L86um h3 {
  font-family: 'Google Sans Code', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 12px;
  margin-top: 24px;
}

.style_section_L86um p {
  font-family: 'Google Sans Code', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: #A7ADB9;
  margin-bottom: 16px;
}

.style_section_L86um ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.style_section_L86um ul li {
  font-family: 'Google Sans Code', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: #A7ADB9;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}

.style_section_L86um ul li::before {
  content: '•';
  color: #E9FD66;
  position: absolute;
  left: 0;
}

.style_section_L86um ul li strong {
  color: #FFFFFF;
}

.style_section_L86um ul ul {
  margin-top: 8px;
  margin-left: 20px;
}

.style_section_L86um a {
  color: #E9FD66;
  text-decoration: none;
}

.style_section_L86um a:hover {
  text-decoration: underline;
}

/* 响应式 */
@media (max-width: 768px) {
  .style_terms_QE9wQ {
    padding: 40px 24px;
  }

  .style_title_OY5Ir {
    font-size: 32px;
  }

  .style_section_L86um h2 {
    font-size: 20px;
  }

  .style_section_L86um h3 {
    font-size: 16px;
  }
}


/* Privacy Policy 页面样式 */
.style_privacy_wNVHg {
  min-height: 100vh;
  padding: 60px 72px;
  color: #fff;
  background: #14151A;
}

.style_container_EcYGC {
  max-width: 900px;
  margin: 0 auto;
}

.style_title_riYRV {
  font-family: 'Jersey10', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 16px;
  color: #FFFFFF;
  text-align: center;
}

.style_lastUpdated_Q_NnB {
  font-family: 'Google Sans Code', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
  font-size: 14px;
  color: #A7ADB9;
  text-align: center;
  margin-bottom: 40px;
}

.style_intro_CDi2J {
  font-family: 'Google Sans Code', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: #A7ADB9;
  margin-bottom: 16px;
}

.style_section_MMktC {
  margin-bottom: 32px;
}

.style_section_MMktC h2 {
  font-family: 'Google Sans Code', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #E9FD66;
  margin-bottom: 16px;
  margin-top: 32px;
}

.style_section_MMktC h3 {
  font-family: 'Google Sans Code', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 12px;
  margin-top: 24px;
}

.style_section_MMktC h4 {
  font-family: 'Google Sans Code', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 8px;
  margin-top: 20px;
}

.style_section_MMktC p {
  font-family: 'Google Sans Code', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: #A7ADB9;
  margin-bottom: 16px;
}

.style_section_MMktC ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.style_section_MMktC ul li {
  font-family: 'Google Sans Code', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: #A7ADB9;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}

.style_section_MMktC ul li::before {
  content: '•';
  color: #E9FD66;
  position: absolute;
  left: 0;
}

.style_section_MMktC ul li strong {
  color: #FFFFFF;
}

.style_section_MMktC a {
  color: #E9FD66;
  text-decoration: none;
}

.style_section_MMktC a:hover {
  text-decoration: underline;
}

/* 响应式 */
@media (max-width: 768px) {
  .style_privacy_wNVHg {
    padding: 40px 24px;
  }

  .style_title_riYRV {
    font-size: 32px;
  }

  .style_section_MMktC h2 {
    font-size: 20px;
  }

  .style_section_MMktC h3 {
    font-size: 16px;
  }

  .style_section_MMktC h4 {
    font-size: 14px;
  }
}


