:root {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif;
  line-height: 1.6;
  font-weight: 400;

  color-scheme: dark;
  color: rgba(255, 255, 255, 0.95);
  background-color: #1f1c15;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* CSS变量定义 - 保持原有主题色 */
  --primary-color: #ffa84d;
  --secondary-color: #ffb366;
  --accent-color: #06d6a0;
  --warning-color: #ffa84d;
  --error-color: #a63730;
  --success-color: #30a657;
  --bg-card: rgba(255, 255, 255, 0.05);
  --bg-hover: rgba(255, 255, 255, 0.1);
  --border-color: rgba(255, 255, 255, 0.1);
  --text-primary: rgba(255, 255, 255, 0.95);
  --text-secondary: rgba(255, 255, 255, 0.7);
  --text-muted: rgba(255, 255, 255, 0.5);
}

a {
  font-weight: 500;
  color: #646cff;
  text-decoration: inherit;
}
a:hover {
  color: #535bf2;
}

body {
  margin: 0;
  /* display: flex; */
  place-items: center;
  min-width: 320px;
  min-height: 100vh;
}

h1 {
  font-size: 3.2em;
  line-height: 1.1;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #f5f5f5 inset !important;
  -webkit-text-fill-color: #333 !important;
}









@media (prefers-color-scheme: light) {
  :root {
    color: #213547;
    background-color: #ffffff;
  }
  a:hover {
    color: #747bff;
  }
  button {
    background-color: #f9f9f9;
  }
}
._batch_stake_form_17ieb_1 ._summary_17ieb_1 {
  background: #25221A;
  border: 1px solid #363636;
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
._batch_stake_form_17ieb_1 ._summary_17ieb_1 div {
  font-weight: 500;
  color: #FFF;
}
._batch_stake_form_17ieb_1 ._forms_grid_17ieb_15 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  ._batch_stake_form_17ieb_1 ._forms_grid_17ieb_15 {
    grid-template-columns: 1fr;
  }
}
._batch_stake_form_17ieb_1 ._form_card_17ieb_26 {
  border: 1px solid #363636;
  background: #25221A;
}
._batch_stake_form_17ieb_1 ._form_card_17ieb_26 .ant-card-head {
  background: #363636;
  border-bottom: 1px solid #363636;
}
._batch_stake_form_17ieb_1 ._form_card_17ieb_26 .ant-card-head .ant-card-head-title {
  color: #FFF;
}
._batch_stake_form_17ieb_1 ._form_card_17ieb_26 .ant-card-body {
  padding: 16px;
  background: #25221A;
}
._batch_stake_form_17ieb_1 ._form_actions_17ieb_41 {
  margin-top: 24px;
}
._batch_stake_form_17ieb_1 ._submit_button_17ieb_44 {
  height: 48px;
  font-size: 16px;
  font-weight: 600;
}
._batch_stake_form_17ieb_1 ._max_17ieb_49 {
  cursor: pointer;
  color: #1890ff;
  user-select: none;
  font-weight: 600;
}
._batch_stake_form_17ieb_1 ._max_17ieb_49:hover {
  color: #40a9ff;
}
._batch_stake_form_17ieb_1 ._rate_17ieb_58 {
  color: #8c8c8c;
}
._batch_stake_form_17ieb_1 ._stake_info_17ieb_61 {
  background: #363636;
  border: 1px solid #555;
  padding: 12px;
  border-radius: 6px;
  margin-top: 8px;
}
._batch_stake_form_17ieb_1 ._stake_info_17ieb_61 ._info_item_17ieb_68 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
._batch_stake_form_17ieb_1 ._stake_info_17ieb_61 ._info_item_17ieb_68:last-child {
  margin-bottom: 0;
}
._batch_stake_form_17ieb_1 ._stake_info_17ieb_61 ._info_item_17ieb_68 span:first-child {
  color: #B9B9B9;
}
._batch_stake_form_17ieb_1 ._stake_info_17ieb_61 ._info_item_17ieb_68 span:last-child {
  font-weight: 600;
  color: #FFF;
}
.ant-form-item-label > label {
  font-weight: 600;
}
._stake_qkgip_1 {
  padding: 24px;
  margin: 0 auto;
  width: 780px;
  color: #fff;
}
._stake_title_qkgip_7 {
  font-size: 48px;
  font-weight: 700;
}
._stake_desc_qkgip_11 {
  margin-bottom: 40px;
  color: #b9b9b9;
}
._batch_stake_form_19th3_1 ._subnetoptions_19th3_1 {
  display: flex;
  justify-content: space-between;
}
._batch_stake_form_19th3_1 ._summary_19th3_5 {
  background: #25221a;
  border: 1px solid #363636;
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
._batch_stake_form_19th3_1 ._summary_19th3_5 div {
  font-weight: 500;
  color: #fff;
}
._batch_stake_form_19th3_1 ._forms_grid_19th3_19 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  ._batch_stake_form_19th3_1 ._forms_grid_19th3_19 {
    grid-template-columns: 1fr;
  }
}
._batch_stake_form_19th3_1 ._form_card_19th3_30 {
  border: 1px solid #363636;
  background: #25221a;
}
._batch_stake_form_19th3_1 ._form_card_19th3_30 .ant-card-head {
  background: #363636;
  border-bottom: 1px solid #363636;
}
._batch_stake_form_19th3_1 ._form_card_19th3_30 .ant-card-head .ant-card-head-title {
  color: #fff;
}
._batch_stake_form_19th3_1 ._form_card_19th3_30 .ant-card-body {
  padding: 16px;
  background: #25221a;
}
._batch_stake_form_19th3_1 ._form_actions_19th3_45 {
  margin-top: 24px;
}
._batch_stake_form_19th3_1 ._submit_button_19th3_48 {
  height: 48px;
  font-size: 16px;
  font-weight: 600;
}
._batch_stake_form_19th3_1 ._amount_label_19th3_53 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
._batch_stake_form_19th3_1 ._amount_label_19th3_53 ._balance_info_19th3_58 {
  color: #e8850f;
  font-weight: 500;
}
._batch_stake_form_19th3_1 ._max_19th3_62 {
  cursor: pointer;
  color: #1890ff;
  user-select: none;
  font-weight: 600;
}
._batch_stake_form_19th3_1 ._max_19th3_62:hover {
  color: #40a9ff;
}
._batch_stake_form_19th3_1 ._rate_19th3_71 {
  color: #8c8c8c;
}
._batch_stake_form_19th3_1 ._stake_info_19th3_74 {
  background: #363636;
  border: 1px solid #555;
  padding: 12px;
  border-radius: 6px;
  margin-top: 8px;
}
._batch_stake_form_19th3_1 ._stake_info_19th3_74 ._info_item_19th3_81 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
._batch_stake_form_19th3_1 ._stake_info_19th3_74 ._info_item_19th3_81:last-child {
  margin-bottom: 0;
}
._batch_stake_form_19th3_1 ._stake_info_19th3_74 ._info_item_19th3_81 span:first-child {
  color: #b9b9b9;
}
._batch_stake_form_19th3_1 ._stake_info_19th3_74 ._info_item_19th3_81 span:last-child {
  font-weight: 600;
  color: #fff;
}
.ant-form-item-label > label {
  font-weight: 600;
}
._stake_qkgip_1 {
  padding: 24px;
  margin: 0 auto;
  width: 780px;
  color: #fff;
}
._stake_title_qkgip_7 {
  font-size: 48px;
  font-weight: 700;
}
._stake_desc_qkgip_11 {
  margin-bottom: 40px;
  color: #b9b9b9;
}
._menu_1oqzc_1 {
  display: flex;
  font-weight: 400;
  font-size: 16px;
}
._menu_1oqzc_1 ._item_1oqzc_6 {
  min-width: 120px;
  padding: 0 20px;
  color: var(--text-muted);
  position: relative;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 8px 8px 0 0;
  white-space: nowrap;
  text-align: center;
}
._menu_1oqzc_1 ._item_1oqzc_6:hover {
  color: var(--text-secondary);
  transform: translateY(-1px);
}
._menu_1oqzc_1 ._item_1oqzc_6::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 70%;
  height: 2px;
  background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
  border-radius: 1px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px rgba(255, 168, 77, 0.4), 0 0 16px rgba(255, 168, 77, 0.2);
}
._menu_1oqzc_1 ._active_1oqzc_34 {
  color: var(--text-primary);
  font-weight: 500;
}
._menu_1oqzc_1 ._active_1oqzc_34::after {
  transform: translateX(-50%) scaleX(1);
}
._header_1c6em_1 {
  min-width: 1280px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border-color);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
  font-size: 24px;
  font-weight: 600;
  padding: 0 64px;
  box-sizing: border-box;
  position: sticky;
  top: 0;
  z-index: 100;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
._header_1c6em_1:hover {
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}
._header_1c6em_1 ._left_1c6em_24 {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: var(--primary-color);
  font-size: 16px;
  transition: transform 0.2s ease;
}
._header_1c6em_1 ._left_1c6em_24:hover {
  transform: translateY(-1px);
}
._header_1c6em_1 ._left_1c6em_24 ._logo_1c6em_35 img {
  width: 92px;
  height: auto;
  filter: drop-shadow(0 2px 8px rgba(255, 168, 77, 0.3));
  transition: filter 0.3s ease;
}
._header_1c6em_1 ._left_1c6em_24 ._logo_1c6em_35 img:hover {
  filter: drop-shadow(0 4px 16px rgba(255, 168, 77, 0.5));
}
._header_1c6em_1 ._left_1c6em_24 ._menu_1c6em_44 {
  width: 200px;
  height: 80px;
  line-height: 80px;
  margin-left: 24px;
}
._connectBtn_1sn1a_1 {
  color: #5ab8ab;
  padding: 0 16px;
  border: 1px solid rgba(61, 213, 192, 0.15);
  border-radius: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
}
._dropdownMenuItem_1sn1a_10 {
  padding: 8px 12px;
}
._dropdownMenuBalance_1sn1a_13 {
  border-bottom: 1px dashed rgba(61, 213, 192, 0.15);
}
._dropdownMenuBalance_1sn1a_13:hover {
  background: #122121;
}
#root {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  overflow-x: auto;
  min-height: 100vh;
  background-color: #1f1c15;
}

body {
  background-color: #1f1c15;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
  
}



/* @keyframes logo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: no-preference) {
  a:nth-of-type(2) .logo {
    animation: logo-spin infinite 20s linear;
  }
}

.card {
  padding: 2em;
}

.read-the-docs {
  color: #888;
} */
