/* [project]/src/ui/components/base/Profile/styles/Profile.module.scss.module.css [app-client] (css) */
.Profile-module-scss-module__MCSITq__user_profile {
  cursor: pointer;
  border-radius: 50%;
  align-items: center;
  display: flex;
  position: relative;
}

.Profile-module-scss-module__MCSITq__user_profile_component {
  transition: all .24s ease-in-out;
}

/* [project]/src/ui/components/layout/Header/styles/Header.module.scss.module.css [app-client] (css) */
.Header-module-scss-module__ECgEZa__header {
  background: var(---Neutral-Opacity-White-w-85, #ffffffd9);
  -webkit-backdrop-filter: blur(28px);
  backdrop-filter: blur(28px);
  top: 0;
  z-index: 99999 !important;
}

@media only screen and (max-width: 1279px) {
  .Header-module-scss-module__ECgEZa__header {
    z-index: 3 !important;
  }
}

.Header-module-scss-module__ECgEZa__addon {
  align-items: center;
  gap: 20px;
  display: flex;
}

@media only screen and (max-width: 1279px) {
  .Header-module-scss-module__ECgEZa__addon {
    gap: 16px;
  }
}

.Header-module-scss-module__ECgEZa__profile {
  align-items: center;
  margin-left: 4px;
  display: flex;
}

@media only screen and (max-width: 1279px) {
  .Header-module-scss-module__ECgEZa__profile {
    display: none;
  }
}

/* [project]/node_modules/@msu/mds/dist/assets/Scrollable.css [app-client] (css) */
._scrollableWrapper_1jroc_5 {
  scrollbar-width: none;
  overflow-style: none;
  -ms-overflow-style: none;
  overflow: hidden;
}

._scrollableWrapper_1jroc_5::-webkit-scrollbar {
  display: none;
}

._scrollVertical_1jroc_17 {
  overflow-y: auto;
}

._scrollHorizontal_1jroc_21 {
  overflow-x: auto;
}

._scrollBoth_1jroc_25 {
  overflow: auto;
}

._fade_1jroc_29._scrollVertical_1jroc_17:after {
  content: "";
  pointer-events: none;
  background: linear-gradient(#0000, #fff);
  height: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

._fade_1jroc_29._scrollHorizontal_1jroc_21:after {
  content: "";
  pointer-events: none;
  background: linear-gradient(to right, #0000, #fff);
  width: 20px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

._fade_1jroc_29._scrollBoth_1jroc_25:after {
  content: "";
  pointer-events: none;
  background: linear-gradient(to bottom right, #0000, #fff);
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
}

._fadeOverlay_1jroc_63 {
  pointer-events: none;
  position: absolute;
}

._fadeVertical_1jroc_68 {
  background: linear-gradient(#0000, #fff);
  height: 20px;
  bottom: 0;
  left: 0;
  right: 0;
}

._fadeHorizontal_1jroc_76 {
  background: linear-gradient(to right, #0000, #fff);
  width: 20px;
  top: 0;
  bottom: 0;
  right: 0;
}

._fadeBoth_1jroc_84 {
  background: linear-gradient(to bottom right, #0000, #fff);
  width: 20px;
  height: 20px;
  bottom: 0;
  right: 0;
}

/* [project]/node_modules/@msu/mds/dist/assets/MobileTabMenu.css [app-client] (css) */
._mobile_tab_menu_1e5hd_9 {
  width: 100%;
  position: relative;
}

._scrollArea_1e5hd_14 {
  touch-action: pan-y;
  height: 48px;
}

@media only screen and (max-width: 767px) {
  ._scrollArea_1e5hd_14 {
    height: 13.3333vw;
  }
}

._items_1e5hd_24 {
  align-items: stretch;
  display: flex;
  position: relative;
}

._itemButton_1e5hd_30 {
  cursor: pointer;
  min-width: 72px;
  height: 48px;
  color: var(--neutral-500);
  font-family: var(--font-roboto, Roboto);
  white-space: nowrap;
  background: none;
  border: none;
  flex: none;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  transition: color .2s cubic-bezier(.33, 1, .68, 1), transform .2s cubic-bezier(.33, 1, .68, 1);
  display: inline-flex;
}

._itemButton_1e5hd_30:focus {
  outline: none;
}

._itemButton_1e5hd_30:hover, ._itemButton_1e5hd_30:focus-visible {
  color: var(--brand-primary);
}

._itemButton_1e5hd_30:active {
  transform: scale(.97);
}

._itemButton_1e5hd_30._active_1e5hd_59 {
  color: var(--brand-primary);
}

@media only screen and (max-width: 767px) {
  ._itemButton_1e5hd_30 {
    min-width: 20vw;
    height: 13.3333vw;
    padding: 0 3.3333vw;
    font-size: 3.8889vw;
  }
}

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

@media only screen and (max-width: 767px) {
  ._icon_1e5hd_71 {
    width: 6.6667vw !important;
    min-width: 6.6667vw !important;
    height: 6.6667vw !important;
    min-height: 6.6667vw !important;
  }
}

._itemButton_1e5hd_30._iconOnly_1e5hd_85 {
  gap: 0;
}

._label_1e5hd_89 {
  display: block;
}

._slideBar_1e5hd_93 {
  z-index: 1;
  background-color: var(--brand-primary);
  height: 4px;
  transition: transform .22s cubic-bezier(.33, 1, .68, 1), width .22s cubic-bezier(.33, 1, .68, 1);
  position: absolute;
  bottom: 0;
}

._animate_1e5hd_102 {
  transition: transform .22s cubic-bezier(.33, 1, .68, 1), width .22s cubic-bezier(.33, 1, .68, 1);
}

._first_1e5hd_106 {
  content: "";
  background: linear-gradient(90deg, var(--neutral-opacity-gray-g-20) 0%, #fff0 100%);
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  width: 48px;
  height: 100%;
  transition: opacity .25s cubic-bezier(.33, 1, .68, 1);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

._first_1e5hd_106._active_1e5hd_59 {
  opacity: 1;
}

._last_1e5hd_124 {
  content: "";
  background: linear-gradient(90deg, #fff0 0%, var(--neutral-opacity-gray-g-20) 100%);
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  width: 48px;
  height: 100%;
  transition: opacity .25s cubic-bezier(.33, 1, .68, 1);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

._last_1e5hd_124._active_1e5hd_59 {
  opacity: 1;
}

/* [project]/src/ui/components/layout/MobileTabNavigation/MobileTabNavigation.module.scss.module.css [app-client] (css) */
.MobileTabNavigation-module-scss-module__bjoqYW__mobile_tab_navigation {
  background-color: #fff;
  width: 100%;
  display: none;
  position: fixed;
}

@media only screen and (max-width: 767px) {
  .MobileTabNavigation-module-scss-module__bjoqYW__mobile_tab_navigation {
    z-index: 2;
    display: block;
    top: 15.5556vw;
    left: 0;
  }
}

/* [project]/node_modules/@msu/profile/dist/assets/profileSettingButton.css [app-client] (css) */
._button_1y0lu_9 {
  color: #fff;
  z-index: 1;
  cursor: pointer;
  box-sizing: border-box;
  background: none;
  border: 0;
  border-radius: 12px;
  outline: 0;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  transition: all .24s;
  display: flex;
}

._button_1y0lu_9:hover, ._button_1y0lu_9:focus-visible {
  outline: 0;
}

/* [project]/node_modules/@msu/profile/dist/assets/Toolbox.css [app-client] (css) */
._toolBox_1ogit_9 {
  box-sizing: border-box;
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 56px;
  margin-top: -56px;
  padding: 0 16px;
  transition: all .24s ease-in-out;
  display: flex;
  position: sticky;
  top: 0;
}

._backBtn_1ogit_24 {
  cursor: pointer;
  color: #fff;
  background-color: #0000;
  border: none;
  outline: none;
  margin-left: auto;
  padding: 0;
}

/* [project]/node_modules/@msu/profile/dist/assets/Background01.css [app-client] (css) */
._bg_1mbcq_9 {
  width: 100%;
}

._ground_1mbcq_13 {
  height: 27px;
  image-rendering: pixelated;
  z-index: 0;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

._ground__side_1mbcq_24 {
  width: 120px;
  height: 27px;
}

._items_1mbcq_29 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 57.62%;
  height: 39px;
  position: absolute;
  bottom: 14px;
  right: 16px;
}

/* [project]/node_modules/@msu/profile/dist/assets/Profile.css [app-client] (css) */
._profile_17hlr_9 {
  width: 100%;
  height: 184px;
  position: relative;
}

._profile--symbolBg_17hlr_15 {
  mix-blend-mode: hard-light;
  filter: blur(10px);
  width: 260px;
  height: 184px;
  position: absolute;
  top: 0;
  right: 0;
}

._profile--profileImg_17hlr_24 {
  position: absolute;
  top: 6px;
  left: -3px;
}

._profileInfo_17hlr_30 {
  flex-direction: column;
  align-items: flex-end;
  margin-top: 92px;
  margin-right: 20px;
  display: flex;
}

._profileInfo_17hlr_30 ._nickname_17hlr_37 {
  z-index: 1;
  color: #fff;
  text-align: right;
  font-family: var(--font-roboto);
  will-change: opacity;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  position: relative;
}

._profileInfo_17hlr_30 ._address_17hlr_49 {
  z-index: 1;
  cursor: pointer;
  color: #ffffff80;
  font-family: var(--font-roboto);
  will-change: opacity;
  justify-content: right;
  align-items: flex-end;
  gap: 2px;
  margin-top: 4px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  display: flex;
  position: relative;
}

/* [project]/node_modules/@msu/profile/dist/assets/MatrixText.css [app-client] (css) */
._matrix-text-effect_1foa8_9 {
  color: #969696;
  font-family: var(--font-roboto);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

._matrix-text-effect_1foa8_9 span {
  will-change: opacity, color;
}

/* [project]/node_modules/@msu/profile/dist/assets/MarketUserInfoLayout.css [app-client] (css) */
._market_tool_cxo5g_9 {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background: #1b1b1bb2;
}

._msu_tool_cxo5g_14 {
  background-color: var(--neutral-opacity-white-w-95);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

._symobol_cxo5g_19 {
  opacity: .5;
  filter: blur(11.2px);
  position: absolute;
  top: -46px;
  right: -64px;
}

._not__login_cxo5g_27 {
  background-color: #111 !important;
}

._userInfoLayoutComponent_cxo5g_31 {
  text-align: center;
  border: 1px solid var(--neutral-black);
  box-sizing: border-box;
  background: #1b1b1b;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  min-height: 188px;
  padding: 83px 20px 56px;
  position: sticky;
  top: 0;
  overflow: hidden;
}

._userInfoLayoutComponent_cxo5g_31 canvas {
  z-index: 0;
  position: absolute;
  top: -80px;
  left: -40px;
  overflow: hidden;
}

._userInfoLayoutComponent--userBox_cxo5g_51 {
  text-align: right;
}

._userInfoLayoutComponent--userName_cxo5g_54 {
  z-index: 1;
  color: #fff;
  text-align: right;
  font-family: var(--font-roboto);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  position: relative;
}

._userInfoLayoutComponent--walletAddr_cxo5g_65 {
  z-index: 1;
  cursor: pointer;
  box-sizing: border-box;
  color: #ffffff80;
  height: 22px;
  font-family: var(--font-roboto);
  background: none;
  border: 0;
  align-items: flex-end;
  gap: 2px;
  margin-top: 4px;
  padding: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  transition: all .24s;
  display: inline-flex;
  position: relative;
}

._userInfoLayoutComponent--walletAddr_cxo5g_65:hover, ._userInfoLayoutComponent--walletAddr_cxo5g_65:focus-visible {
  color: #fff;
  outline: 0;
}

._userInfoLayoutComponent--image_cxo5g_90 {
  pointer-events: none;
  object-fit: contain;
  max-width: 240px;
  height: auto;
  image-rendering: pixelated;
  z-index: 1;
  margin: 0 auto;
  display: block;
  position: absolute;
  bottom: -15px;
  left: 0;
}

._market-user-info_cxo5g_104 {
  justify-content: right;
  align-items: center;
  display: flex;
}

._ground_cxo5g_110 {
  image-rendering: pixelated;
  pointer-events: none;
  width: 100%;
  max-width: 328px;
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translate(-50%);
}

._comet_cxo5g_121 {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
}

._profile__image_cxo5g_128 {
  width: 180px;
  height: 180px;
  position: absolute;
  bottom: -13px;
  left: 0;
}

._not__login__section_cxo5g_136 {
  z-index: 0;
  position: absolute;
  bottom: -8px;
  left: 24px;
}

._not__login__section__bounce_cxo5g_142 {
  position: absolute;
  bottom: 48px;
  left: 16px;
}

@media only screen and (max-width: 767px) {
  ._userInfoLayoutComponent_cxo5g_31 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  ._ground_cxo5g_110 {
    max-width: 88%;
  }
}

/* [project]/node_modules/@msu/profile/dist/assets/BounceTooltip.css [app-client] (css) */
._tooltipContainer_1xvfr_1 {
  z-index: 2;
  width: 206px;
  height: 44px;
  position: absolute;
  top: 20px;
  left: 92px;
}

._tooltip_1xvfr_1 {
  background: var(--Surface-Opacity-01, #1b1b1bb3);
  box-sizing: border-box;
  text-align: left;
  pointer-events: none;
  color: #cf0;
  letter-spacing: -.96px;
  border-radius: 24px;
  min-width: 206px;
  padding: 12px 20px;
  font-family: RobotoMono;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  position: absolute;
  bottom: 100%;
  right: 0;
  transform: translate(-50%);
}

._point_1xvfr_36 {
  position: absolute;
  top: 50%;
  left: -28px;
  transform: translateY(-50%);
}

/* [project]/node_modules/@msu/profile/dist/assets/AddTickerButton.css [app-client] (css) */
._add_ticker_module_button_97h7y_9 {
  color: #868e96;
  font-family: var(--font-roboto);
  width: 100%;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

/* [project]/node_modules/@msu/profile/dist/assets/AssetsAddSection.css [app-client] (css) */
._container_1toz2_9 {
  margin-top: 8px;
}

/* [project]/node_modules/@msu/profile/dist/assets/msuProfileMenuStyle.css [app-client] (css) */
._topBorderBox_oih8o_10 {
  background-color: var(--neutral-white);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  height: 16px;
  position: absolute;
  top: -16px;
}

._msuProfileMenuComponent_oih8o_21 {
  box-sizing: border-box;
  z-index: 1;
  scrollbar-width: none;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border-radius: 24px;
  width: 100%;
  max-width: 360px;
  max-height: calc(100vh - 60px);
  overflow: hidden scroll;
  box-shadow: 0 12px 20px #0000001a;
}

._msuProfileMenuComponent_oih8o_21::-webkit-scrollbar {
  display: none;
}

._bottomSection_oih8o_41 {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

._msuProfileMenuComponentInner_oih8o_48 {
  z-index: 0;
  box-sizing: border-box;
  background: #fff;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

._msuProfileMenuComponentInner--nesoBalance_oih8o_59 {
  box-sizing: border-box;
}

._msuProfileMenuComponentInner--myWalletBox_oih8o_62 {
  align-items: center;
  margin-top: 8px;
  display: flex;
}

._msuProfileMenuComponentInner--myWalletBtn_oih8o_67 {
  flex: 1;
  position: relative;
}

._msuProfileMenuComponentInner--myWalletBtn--icon_oih8o_71 {
  position: absolute;
  top: 8px;
  right: 8px;
}

._msuProfileMenuComponentInner--web3DashboardLink_oih8o_76 {
  flex: 0 0 64px;
  justify-content: center;
  align-items: center;
  width: 64px;
  margin-left: 8px;
  display: flex;
  padding: 0 !important;
}

._msuProfileMenuComponentInner--web3DashboardLink_oih8o_76 i {
  color: #121619 !important;
}

._msuProfileMenuComponentInner--logout_oih8o_88 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 52px;
  padding-left: 20px;
  display: flex;
}

._msuProfileMenuComponentInner--logout--msu_oih8o_96 {
  background-color: #f7f8f9 !important;
}

._msuProfileMenuComponentInner--logout--market_oih8o_99 {
  background-color: #11111180 !important;
}

@media only screen and (max-width: 767px) {
  ._msuProfileMenuComponent_oih8o_21 {
    width: 100%;
    max-width: 100%;
    max-height: unset;
    border-radius: 24px 0 0;
    height: 100%;
  }

  ._msuProfileMenuComponentInner_oih8o_48 {
    height: calc(100% - 164px);
    overflow-y: auto;
  }

  ._msuProfileMenuComponentInner_oih8o_48._login_oih8o_115 {
    height: calc(100% - 184px);
  }
}

._not-match-address-box_oih8o_119 {
  background-color: var(--red-50);
  height: 32px;
  color: var(--red-500);
  font-family: var(--font-roboto);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  display: flex;
}

._not-match-address-box-market_oih8o_135 {
  color: #fa4d56;
  height: 32px;
  font-family: var(--font-roboto);
  background-color: #fa4d561a;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  display: flex;
}

._market-buttons_oih8o_151 {
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  display: flex;
  position: relative;
}

._market-buttons--innerbox_oih8o_158 {
  align-items: center;
  width: 100%;
  display: flex;
}

._market-buttons--innerbox--dashboardLink_oih8o_163 {
  cursor: pointer;
  color: #969696;
  border: 1px solid #9696964d;
  border-radius: 8px;
  flex: 0 0 64px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 32px;
  margin-left: 8px;
  transition: all .3s cubic-bezier(.5, 0, .5, 1);
  display: flex;
}

._market-buttons--innerbox--dashboardLink_oih8o_163:hover, ._market-buttons--innerbox--dashboardLink_oih8o_163:focus {
  background: #ffffff40;
}

._backBtn_oih8o_181 {
  cursor: pointer;
  z-index: 1;
  color: #fff;
  background-color: #0000;
  border: none;
  outline: none;
  margin-left: auto;
  padding: 0;
  position: relative;
}

/* [project]/node_modules/@msu/profile/dist/assets/MarketNesoBalance.css [app-client] (css) */
._marketBalance_1v6vv_9 {
  font-family: "RobotoMono", var(--font-roboto);
  background-color: #1b1b1b;
  border: 1px solid #111;
  border-radius: 12px;
}

._nesoBalance_1v6vv_16 {
  width: 100%;
  position: relative;
}

._nesoBalance--inner_1v6vv_20 {
  box-sizing: border-box;
  background-color: #1b1b1b;
  border: 1px solid #111;
  border-radius: 12px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 40px;
  padding: 8px 12px;
  display: flex;
}

._nesoBalance--inner--Metamask_1v6vv_34 {
  width: calc(100% - 48px);
}

._nesoBalance--balance_1v6vv_37 {
  text-overflow: ellipsis;
  font-family: "RobotoMono", var(--font-roboto);
  letter-spacing: -.96px;
  flex: 1;
  justify-content: right;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  display: flex;
  overflow: hidden;
}

._nesoBalance--balance_1v6vv_37._neso_1v6vv_16 {
  color: #d97706;
}

._nesoBalance--balance_1v6vv_37._nxpc_1v6vv_55 {
  color: #335eb6;
}

._nesoBalance--neso_1v6vv_58 {
  color: #6d6d6d;
  font-family: var(--font-roboto);
  margin-left: auto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

._nesoBalanceMetaMaskIconStyle_1v6vv_69 {
  min-width: 40px;
  margin-left: 8px;
  border: none !important;
}

._nesoBalanceMetaMaskIconStyle_1v6vv_69 i {
  width: 20px;
  height: 20px;
}

._nesoTooltip_1v6vv_79, ._nesoTooltip_1v6vv_79 > div {
  white-space: nowrap;
}

/* [project]/node_modules/@msu/mds/dist/assets/NumberSkeleton.css [app-client] (css) */
.digit-container {
  vertical-align: text-bottom;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.digit {
  text-align: center;
  height: 1em;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.digit-wrap {
  transition: transform var(--duration, .2s) ease-in-out, opacity .1s ease-in-out, color 25ms linear;
  color: inherit;
  opacity: 1;
  text-align: center;
  will-change: opacity, transform;
  display: inline-block;
  position: relative;
  transform: translateY(0)translate(0)scale(1);
}

.digit-wrap.rolled {
  color: inherit;
  transform: translate(0)translateY(-100%)scale(.25);
}

.digit-wrap.rolled-delete {
  color: var(--neutral-opacity-gray-g-90);
  opacity: 0;
  font-weight: 700;
  transition: transform .1s ease-in-out, opacity 80ms linear;
  transform: translate(100%)translateY(-100%);
}

.digit-line {
  height: 100%;
  line-height: inherit;
  display: block;
  position: relative;
}

.digit-line.back_char {
  -webkit-user-select: none;
  user-select: none;
  top: 2px;
}

/* [project]/node_modules/@msu/profile/dist/assets/NesoBalance.css [app-client] (css) */
._marketBalance_1q2h1_9 {
  font-family: "RobotoMono", var(--font-roboto);
  background-color: #1b1b1b;
  border: 1px solid #111;
  border-radius: 12px;
  padding: 7px 12px;
}

._nesoBalance_1q2h1_17 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 48px;
  display: flex;
  position: relative;
}

._nesoBalance_1q2h1_17._msu_1q2h1_25 {
  color: #21272a;
  background: #fff;
}

._nesoBalance--balance_1q2h1_29 {
  text-overflow: ellipsis;
  overflow: hidden;
}

._nesoBalance--balance--msu_1q2h1_33 {
  color: var(--yellow-800);
  font-family: var(--font-sofia-sans-condensed);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}

._nesoBalance--balance--market_1q2h1_41 {
  color: #fff;
  text-align: right;
  font-family: "RobotoMono", var(--font-roboto);
  letter-spacing: -.72px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

._nesoBalance--neso_1q2h1_51 {
  color: #868e96;
  font-family: var(--font-roboto);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

._nesoBalance--neso--market_1q2h1_59 {
  color: #fff;
}

._nesoBalanceMetaMaskIconStyle_1q2h1_63 {
  border: 1px solid var(--neutral-200);
  background: var(--neutral-white);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 32px;
  margin-left: 12px;
  display: flex;
}

._nesoBalanceMetaMaskIconStyle_1q2h1_63 i {
  width: 20px;
  height: 20px;
}

._nesoTooltip_1q2h1_79, ._nesoTooltip_1q2h1_79 > div {
  white-space: nowrap;
}

/* [project]/node_modules/@msu/profile/dist/assets/NxpcBalance.css [app-client] (css) */
._token_balance_component_h60rx_9 {
  justify-content: space-between;
  align-items: center;
  height: 48px;
  display: flex;
}

._balance_value_h60rx_16 {
  font-family: var(--font-sofia-sans-condensed);
  letter-spacing: -.1px;
  color: var(--blue-600);
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

/* [project]/node_modules/@msu/profile/dist/assets/LoggedInBalance.css [app-client] (css) */
._logged_in_balance_container_5pwx3_9 {
  padding: 0 4px;
}

._loggin_in_balance_container_market_5pwx3_13 {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

._divider_5pwx3_19 {
  border-top: 1px dashed #868e964d;
}

/* [project]/node_modules/@msu/profile/dist/assets/MsuConnectWalletButton.css [app-client] (css) */
._myWalletBtnComponent_6pv9c_9 {
  color: #fff;
  width: 100%;
  height: 48px;
  font-family: var(--font-roboto);
  cursor: pointer;
  background: #21272a;
  border: 1px solid #121619;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  transition: all .24s linear;
  display: flex;
  box-shadow: 0 4px 4px #0000001a;
}

._myWalletBtnComponent_6pv9c_9:hover {
  background: #121619;
}

/* [project]/node_modules/@msu/profile/dist/assets/WalletGuideButton.css [app-client] (css) */
._whatIsAWalletBtn_1ddmh_9 {
  color: var(--Button-secondary, #868e96);
  font-family: var(--font-roboto);
  cursor: pointer;
  background-color: #0000;
  border: 0;
  outline: 0;
  align-items: center;
  margin: 20px auto 0;
  padding: 4px 12px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  transition: all .24s linear;
  display: flex;
}

._whatIsAWalletBtn_1ddmh_9:hover, ._whatIsAWalletBtn_1ddmh_9:focus {
  color: #21272a;
}

._whatIsAWalletMarketBtn_1ddmh_31 {
  color: var(--Button-secondary, #868e96);
  font-family: var(--font-roboto);
  cursor: pointer;
  background-color: #0000;
  border: 0;
  outline: 0;
  align-items: center;
  margin: 20px auto 0;
  padding: 4px 12px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  transition: all .24s linear;
  display: flex;
}

._whatIsAWalletMarketBtn_1ddmh_31:hover, ._whatIsAWalletMarketBtn_1ddmh_31:focus {
  color: #b6b6b6;
}

/* [project]/node_modules/@msu/profile/dist/assets/ConnectWalletButton.css [app-client] (css) */
@keyframes _gradient-reverse_57fbh_1 {
  0% {
    background: linear-gradient(98deg, #10a8a8, #a2c123);
  }

  10% {
    background: linear-gradient(98deg, #15a8a8, #9bbf29);
  }

  20% {
    background: linear-gradient(98deg, #20a8a8, #92bc34);
  }

  30% {
    background: linear-gradient(98deg, #30a8a8, #82b745);
  }

  40% {
    background: linear-gradient(98deg, #40a8a8, #72b256);
  }

  50% {
    background: linear-gradient(98deg, #51a8a8, #61ad67);
  }

  60% {
    background: linear-gradient(98deg, #61ad67, #50a8a8);
  }

  70% {
    background: linear-gradient(98deg, #72b256, #40a8a8);
  }

  80% {
    background: linear-gradient(98deg, #82b745, #30a8a8);
  }

  90% {
    background: linear-gradient(98deg, #92bc34, #20a8a8);
  }

  to {
    background: linear-gradient(98deg, #a2c123, #10a8a8);
  }
}

@keyframes _gradient_57fbh_1 {
  0% {
    background: linear-gradient(98deg, #a2c123, #10a8a8);
  }

  10% {
    background: linear-gradient(98deg, #92bc34, #20a8a8);
  }

  20% {
    background: linear-gradient(98deg, #82b745, #30a8a8);
  }

  30% {
    background: linear-gradient(98deg, #72b256, #40a8a8);
  }

  40% {
    background: linear-gradient(98deg, #61ad67, #50a8a8);
  }

  50% {
    background: linear-gradient(98deg, #51a8a8, #61ad67);
  }

  60% {
    background: linear-gradient(98deg, #40a8a8, #72b256);
  }

  70% {
    background: linear-gradient(98deg, #30a8a8, #82b745);
  }

  80% {
    background: linear-gradient(98deg, #20a8a8, #92bc34);
  }

  90% {
    background: linear-gradient(98deg, #15a8a8, #9bbf29);
  }

  to {
    background: linear-gradient(98deg, #10a8a8, #a2c123);
  }
}

._connectWalletButton_57fbh_79 {
  cursor: pointer;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 1px #00000040;
  -webkit-text-stroke-width: 1;
  -webkit-text-stroke-color: #1216191a, #1216191a;
  width: 100%;
  height: 48px;
  font-family: var(--font-roboto);
  background: linear-gradient(98deg, #a2c123, #10a8a8);
  border: 1px solid #000;
  border-radius: 12px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  gap: 4px;
  padding: 15px 20px 17px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  transition: all .24s;
  animation: .24s forwards _gradient-reverse_57fbh_1;
  display: flex;
  box-shadow: 0 6px #00000040, inset 0 2px #ffffff80, inset 0 -4px #00000040;
}

._connectWalletButton_57fbh_79:hover, ._connectWalletButton_57fbh_79:focus {
  background: linear-gradient(98deg, #10a8a8, #a2c123);
  animation: .24s forwards _gradient_57fbh_1;
}

._connectWalletButton_57fbh_79:disabled {
  pointer-events: none;
  cursor: not-allowed;
  background: linear-gradient(98deg, #a2c123, #10a8a8);
}

/* [project]/node_modules/@msu/profile/dist/assets/LogoutButton.css [app-client] (css) */
._logoutBtn_1jcs1_9 {
  text-align: right;
  cursor: pointer;
  background: none;
  border: 0;
  outline: 0;
  align-items: center;
  gap: 4px;
  padding: 16px;
  transition: all .24s;
  display: flex;
}

._logoutBtn--market_1jcs1_21 {
  color: gray;
  font-family: var(--font-roboto-mono), var(--font-roboto);
  letter-spacing: -.96px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

._logoutBtn--market_1jcs1_21:hover, ._logoutBtn--market_1jcs1_21:focus-visible {
  color: #fff !important;
}

._logoutBtn--msu_1jcs1_34 {
  color: var(--Text-Icon-tertiary, #868e96);
  font-family: var(--font-roboto);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

._logoutBtn--msu_1jcs1_34:hover, ._logoutBtn--msu_1jcs1_34:focus-visible {
  color: #21272a;
}

/* [project]/node_modules/@msu/profile/dist/assets/SupportButton.css [app-client] (css) */
._support_button_1um0b_9 {
  height: var(--Button-Height-xSmall, 24px);
  padding: var(--Gap-outset-xs, 8px);
  justify-content: center;
  align-items: center;
  gap: var(--Gap-inset-xxs, 4px);
  border-radius: var(--Button-tiny, 8px);
  border: 1px solid var(--Button-transp-border, #868e964d);
  color: var(--Button-secondary, #868e96);
  font-family: var(--font-roboto);
  font-size: var(--size-System-xs, 12px);
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  transition: all .2s ease-out;
  display: flex;
}

._support_button_1um0b_9:hover {
  border: 1px solid var(--Button-transp-border, #868e964d);
  background: var(--Button-secondary-overlay, #868e961a);
}

/* [project]/node_modules/@msu/profile/dist/assets/DefaultMenu.css [app-client] (css) */
._marketBorder_miigm_9 {
  background: #1b1b1ba6;
  border-top: 0 solid #9696960d;
}

._msuBorder_miigm_14 {
  border-top: 0 solid #f7f8f9;
}

._borderWidth10_miigm_18 {
  border-top-width: 10px;
}

._defaultMenuComponentStyle_miigm_22 {
  box-sizing: border-box;
  margin: 0;
  padding: 12px 16px;
  list-style: none;
  position: relative;
}

._defaultMenuComponentStyle--market_miigm_29 {
  color: #6d6d6d !important;
  font-family: var(--font-roboto) !important;
}

._defaultMenuComponentStyle--market_miigm_29:hover, ._defaultMenuComponentStyle--market_miigm_29:focus-visible {
  border-radius: 12px;
  color: #fff !important;
  background-color: #9696961a !important;
}

._defaultMenuComponentStyle_miigm_22 li {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

._defaultMenuComponentStyle_miigm_22 li a {
  cursor: pointer;
  color: #69717a;
  font-family: var(--font-roboto);
  box-sizing: border-box;
  outline: 0;
  align-items: center;
  gap: 8px;
  height: 52px;
  padding: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  transition: all .24s linear;
  display: flex;
}

._defaultMenuComponentStyle_miigm_22 li a:hover, ._defaultMenuComponentStyle_miigm_22 li a:focus-visible {
  color: #21272a;
}

._defaultMenuComponentStyle_miigm_22 li a > svg {
  width: 20px;
  height: 20px;
}

/* [project]/node_modules/@msu/profile/dist/assets/Submenu.css [app-client] (css) */
._marketKeyColor_n6ujo_9 {
  color: #cf0;
}

._msuKeyColor_n6ujo_13 {
  color: var(--brand-primary);
}

._menuMarketBottomStyle_n6ujo_17 {
  background: var(--Surface-clear, #1b1b1b);
}

._menuComponentContainerStyle_n6ujo_21 {
  box-sizing: border-box;
  width: 100%;
  padding: 32px 20px;
  position: relative;
}

._menuTitleStyle_n6ujo_28 {
  color: #00f;
  border-bottom: 1px solid #eee;
  margin: 0;
  padding: 0 0 6px;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

._subMenuListContainer_n6ujo_38 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

._subMenuInnerContainerStyle_n6ujo_44 {
  padding: 8px 0 !important;
}

._subMenuContainerStyle_n6ujo_48 {
  color: #000;
  box-sizing: border-box;
  will-change: opacity, transform;
  margin: 0;
  padding: 0;
  list-style: none;
}

._subMenuContainerStyle--innerList_n6ujo_56 {
  align-items: center;
  min-height: 40px;
  margin-bottom: 4px;
  display: flex;
}

._subMenuContainerStyle--innerList_n6ujo_56:last-child {
  margin-bottom: 0;
}

._subMenuContainerStyle--list_n6ujo_65 {
  align-items: flex-start;
  min-height: 48px;
  margin-bottom: 8px;
  display: flex;
}

._subMenuContainerStyle--list_n6ujo_65:last-child {
  margin-bottom: 0;
}

._isCurrentPath_n6ujo_75 {
  align-items: flex-start !important;
  gap: 2px !important;
}

._currentPathColorStyle_n6ujo_80, ._noChildrenPseudoStyle_n6ujo_84:hover, ._noChildrenPseudoStyle_n6ujo_84:focus-visible {
  color: var(--brand-primary);
}

._msuSubMenuPseudoStyle_n6ujo_88:hover, ._msuSubMenuPseudoStyle_n6ujo_88:focus-visible {
  color: var(--brand-primary) !important;
}

._marketPseudoStyle_n6ujo_92:hover, ._marketPseudoStyle_n6ujo_92:focus-visible, ._marketSubMenuPseudoStyle_n6ujo_96:hover, ._marketSubMenuPseudoStyle_n6ujo_96:focus-visible {
  color: #cf0 !important;
}

._closed_n6ujo_100:hover, ._closed_n6ujo_100:focus-visible {
  color: #8632fb !important;
}

._subMenuListStyle_n6ujo_104 {
  opacity: .3;
  font-family: var(--font-roboto);
  will-change: opacity, transform;
  margin-bottom: 8px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  transition: all .24s linear;
}

._subMenuListStyle--innerList_n6ujo_117 {
  justify-content: left;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  display: flex;
  position: relative;
}

._subMenuListStyle--innerList_n6ujo_117 > svg {
  color: var(--neutral-400);
  margin-right: 8px;
}

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

._subMenuListStyle--active_n6ujo_132 {
  opacity: 1 !important;
}

._subMenuListStyle_n6ujo_104 ._menuList_n6ujo_135:hover {
  color: #000;
}

._subMenuListStyle_n6ujo_104 ._menuList_n6ujo_135:hover > ._dot_n6ujo_138 {
  background-color: green;
}

._subMenuIconStyle_n6ujo_142 {
  width: 20px;
  display: inline-block;
}

._innerSubMenuListStyle_n6ujo_147 {
  font-family: var(--font-roboto);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

._symbolIconContainerStyle_n6ujo_156 {
  margin-right: 8px;
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  width: 16px !important;
  height: 16px !important;
}

._currentPathStyle_n6ujo_165 {
  align-items: flex-start;
  gap: 0;
  position: relative;
}

/* [project]/node_modules/@msu/profile/dist/assets/MarketMyWalletButton.css [app-client] (css) */
@keyframes _hover_hszzm_1 {
  0% {
    background-position: 0 100%;
    background-size: 100% 100%;
  }

  to {
    background-position: 80% 100%;
    background-size: 200% 200%;
  }
}

@keyframes _leave_hszzm_1 {
  0% {
    background-position: 80% 100%;
    background-size: 200% 200%;
  }

  to {
    background-position: 0 100%;
    background-size: 100% 100%;
  }
}

._button_hszzm_29 {
  color: #fff;
  width: 100%;
  height: 32px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  font-family: var(--font-roboto);
  cursor: pointer;
  background: linear-gradient(#acc631, #769700);
  border: 1px solid #000;
  border-radius: 8px;
  outline: 0;
  justify-content: center;
  align-items: center;
  gap: 4px;
  animation: .5s forwards _leave_hszzm_1;
  display: flex;
  position: relative;
  box-shadow: inset 0 1px #ffffff80, inset 0 -2px #00000040;
}

._button_hszzm_29:hover {
  animation-name: _hover_hszzm_1;
}

._button_hszzm_29:active {
  background: var(--primary-gradient-action, #769700);
}

/* [project]/node_modules/@msu/profile/dist/assets/MyWalletButton.css [app-client] (css) */
._myWalletBtnComponent_114n0_9 {
  color: #21272a;
  width: 100%;
  height: 32px;
  font-family: var(--font-roboto);
  cursor: pointer;
  background: #fff;
  border: 1px solid #21272a;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  transition: all .24s linear;
  display: flex;
  border-radius: 8px !important;
}

._myWalletBtnComponent_114n0_9:hover {
  color: #fff;
  background: #121619;
}

/* [project]/node_modules/@msu/profile/dist/assets/MenuTemplate.css [app-client] (css) */
._menu_template_container_8m3ry_9._msu_8m3ry_9 {
  padding-bottom: 0;
}

._menu_template_container_8m3ry_9._market_8m3ry_12 {
  background-color: #44444459;
  padding-bottom: 0;
}

._top_8m3ry_17 {
  box-sizing: border-box;
  width: 100%;
  padding: 24px 20px;
  overflow: hidden;
}

._top_8m3ry_17._msuTop_8m3ry_23 {
  border-bottom: 1px solid #f0f2f4;
  padding-top: 0;
}

._top_8m3ry_17._marketTop_8m3ry_27 {
  box-sizing: border-box;
  border: 1px solid #111;
  border-top: none;
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
}

._top_8m3ry_17._removeBorderBottom_8m3ry_34 {
  border-bottom: none;
}

/* [project]/node_modules/@msu/profile/dist/assets/Market.css [app-client] (css) */
._profileContainer_gq9ub_9 {
  box-sizing: border-box;
  align-items: flex-end;
  width: 100%;
  max-width: 360px;
  min-height: 224px;
  display: flex;
  overflow: hidden;
}

._profileContainer_gq9ub_9._marketContainer_gq9ub_18 {
  border: 1px solid #000;
  border-radius: 36px;
  box-shadow: inset 0 4px #ffffff12, 0 12px #000000bf;
}

@media only screen and (max-width: 767px) {
  ._profileContainer_gq9ub_9._marketContainer_gq9ub_18 {
    border-radius: 0;
  }
}

._profileContainerInner_gq9ub_29 {
  border-radius: inherit;
  scrollbar-width: none;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  width: 100%;
  max-height: calc(100vh - 60px);
  position: relative;
  overflow: hidden scroll;
}

._profileContainerInner_gq9ub_29::-webkit-scrollbar {
  display: none;
}

._profileContainerInnerContents_gq9ub_46 {
  color: #fff;
  z-index: 1;
  box-sizing: border-box;
  background: #1f1f1f80;
  position: absolute;
}

._npc_gq9ub_54 {
  width: 90px;
  height: 152px;
  image-rendering: pixelated;
  z-index: 0;
  pointer-events: none;
  position: absolute;
  bottom: 123px;
  left: 22px;
}

._marketMenuContainerStyle_gq9ub_65 {
  z-index: 1;
  -webkit-backdrop-filter: blur(28px);
  backdrop-filter: blur(28px);
  scrollbar-width: none;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  background: #1b1b1b;
  border-top: 1px solid #111;
  border-radius: 32px;
  flex-direction: column;
  height: 100%;
  margin-top: -22px;
  display: flex;
  position: relative;
  overflow: hidden auto;
  box-shadow: inset 0 4px #ffffff0d;
}

._marketMenuContainerStyle_gq9ub_65::-webkit-scrollbar {
  display: none;
}

@media only screen and (max-width: 767px) {
  ._profileContainer_gq9ub_9 {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }

  ._profileContainerInner_gq9ub_29 {
    border-radius: 0;
    height: 100%;
    max-height: 100%;
  }

  ._marketMenuContainerStyle_gq9ub_65 {
    border-radius: 32px 32px 0 0;
    height: calc(100% - 167px);
  }
}

/* [project]/node_modules/@msu/profile/dist/assets/msuUserInfoLayout.css [app-client] (css) */
._tools_4ry4n_9 {
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: auto;
  padding: 16px 16px 0;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

._tools--setting_4ry4n_21 {
  cursor: pointer;
  position: relative;
}

._tools--setting_4ry4n_21:hover, ._tools--setting_4ry4n_21:focus-visible {
  background-color: #0000;
}

._msuUserInfoLayoutComponent_4ry4n_29 {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
  overflow: hidden;
}

._msuUserInfoLayoutComponent--notLogin_4ry4n_38 {
  height: 164px;
}

._msuUserInfoLayoutComponent--innerContainer_4ry4n_41 {
  z-index: 1;
  align-items: center;
  gap: 24px;
  width: 100%;
  display: flex;
  position: relative;
}

._msuUserInfoLayoutComponent--innerContainer--values_4ry4n_49 {
  text-align: right;
  flex: 1;
}

._msuUserInfoLayoutComponent--symbol_4ry4n_53 {
  z-index: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
}

._msuUserInfoLayoutComponent--loginBgStyle_4ry4n_60 {
  filter: blur(8px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

._msuUserInfoLayoutComponent--imageContainer_4ry4n_66 {
  pointer-events: none;
  background: #f7f8f9;
  border-radius: 12px;
  width: 80px;
  height: 80px;
  position: relative;
  overflow: hidden;
}

._msuUserInfoLayoutComponent--imageContainer_4ry4n_66 img {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: block;
}

@media only screen and (max-width: 767px) {
  ._msuUserInfoLayoutComponent_4ry4n_29 {
    border-top-right-radius: 0;
  }
}

._nickname_4ry4n_89 {
  z-index: 1;
  color: #fff;
  text-align: right;
  font-family: var(--font-roboto);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  position: relative;
}

._address_4ry4n_101 {
  z-index: 1;
  cursor: pointer;
  color: #868e96;
  font-family: var(--font-roboto);
  justify-content: right;
  align-items: center;
  gap: 2px;
  margin-top: 4px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  display: flex;
  position: relative;
}

._msuNotLoginContainerWrapper_4ry4n_118 {
  box-sizing: border-box;
  background: var(--Surface-inverse, #121619);
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  height: 184px;
  padding: 45px 16px 38px;
  transition: all .24s linear;
}

._msuNotLoginContainer_4ry4n_118 {
  color: #fff;
  box-sizing: border-box;
  text-align: center;
  font-family: var(--font-roboto);
  z-index: 1;
  align-items: center;
  gap: 24px;
  margin-bottom: auto;
  padding: 22px 24px 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  display: flex;
  position: relative;
}

._msuNotLoginContainer_4ry4n_118 > span {
  margin: 0;
  padding: 0;
}

._msuNotLoginContainer--box_4ry4n_153 {
  width: 48px;
  min-width: 48px;
  height: 48px;
}

._msuNotLoginContainer--box_4ry4n_153 svg {
  width: 100%;
  height: 100%;
}

/* [project]/node_modules/@msu/profile/dist/assets/ScreenBlocker.css [app-client] (css) */
._screenBlocker_grwc2_9 {
  -webkit-backdrop-filter: blur(28px);
  backdrop-filter: blur(28px);
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: fixed;
  inset: 0;
}

._marketScreenBg_grwc2_22 {
  background: #0006;
}

._msuScreenBg_grwc2_26 {
  background: #fff6;
}

/* [project]/node_modules/@msu/profile/dist/assets/ProfileMenuContainer.css [app-client] (css) */
._profileMenuContainer_tj457_9 {
  z-index: 2;
  will-change: transform, opacity;
  width: 360px;
  position: fixed;
  top: 16px;
  bottom: 16px;
}

._profileMenuContainer_tj457_9._mobile_tj457_17 {
  right: 16px;
}

._profileMenuContainer_tj457_9._pc_tj457_20 {
  top: 88px;
  right: 16px;
}

@media only screen and (max-width: 1279px) {
  ._profileMenuContainer_tj457_9._mobile_tj457_17 {
    right: 16px;
  }

  ._profileMenuContainer_tj457_9._pc_tj457_20 {
    top: 56px;
  }
}

@media only screen and (max-width: 767px) {
  ._profileMenuContainer_tj457_9 {
    width: 100%;
    max-width: 100%;
    top: 0;
    bottom: 0;
  }

  ._profileMenuContainer_tj457_9._mobile_tj457_17, ._profileMenuContainer_tj457_9._pc_tj457_20 {
    right: 0;
  }
}

/* [project]/node_modules/@msu/async-modal/dist/assets/baseModal.css [app-client] (css) */
.baseModal {
  z-index: 7;
  white-space: pre-wrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
  will-change: transform, filter;
  width: 100%;
  height: fit-content;
  max-height: calc(100vh - 40px);
  position: fixed;
  overflow: hidden scroll;
}

.baseModal::-webkit-scrollbar {
  display: none;
}

.baseModalBorderRadius {
  border-radius: 24px;
}

.mobileDirectionBorder {
  border-radius: 24px 24px 0 0;
}

.modalMaxWidth {
  max-width: 560px;
}

.modalShadow {
  box-shadow: 0 0 10px #000;
}

/* [project]/node_modules/@msu/async-modal/dist/assets/screenBlocker.css [app-client] (css) */
.screenBlocker {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

.BlurBackground {
  -webkit-backdrop-filter: blur(28px);
  backdrop-filter: blur(28px);
  background-color: #1b1b1bb3;
}

.BlackBackground {
  background-color: #000c;
}

.TransparentBackground {
  background-color: #0000;
}

.WhiteBackground {
  background-color: #fff;
}

/* [project]/node_modules/@msu/auth-ui/dist/assets/AddressBox.css [app-client] (css) */
._address-box_zwok4_5 {
  background: #868e960d;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 32px;
  display: flex;
}

._address-box_zwok4_5 ._service-box_zwok4_14 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

._address-box_zwok4_5 ._service-box_zwok4_14 ._label_zwok4_20 {
  color: var(--gray-600);
  font-family: var(--font-roboto, Roboto);
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}

._address-box_zwok4_5 ._service-box_zwok4_14 ._address_zwok4_5 {
  color: var(--gray-900);
  font-family: var(--font-roboto, Roboto);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}

._address-box_zwok4_5 ._divider_zwok4_37 {
  border-bottom: 1px dashed var(--neutral-opacity-gray-g-20);
  margin: 16px 0;
}

._address-box_zwok4_5._market_zwok4_41 ._service-box_zwok4_14 ._label_zwok4_20 {
  color: #b6b6b6;
}

._address-box_zwok4_5._market_zwok4_41 ._service-box_zwok4_14 ._address_zwok4_5 {
  color: #fff;
}

._address-box_zwok4_5._market_zwok4_41 ._divider_zwok4_37 {
  border-color: var(--neutral-opacity-gray-g-20);
}

/* [project]/node_modules/@msu/auth-ui/dist/assets/ProjectIcon.css [app-client] (css) */
._icon_keacv_5 {
  vertical-align: middle;
  display: inline-block;
}

._icon_keacv_5 svg {
  width: 100%;
  height: 100%;
}

._xSmall_keacv_14 {
  width: 12px;
  height: 12px;
}

._small_keacv_19 {
  width: 16px;
  height: 16px;
}

._medium_keacv_24 {
  width: 20px;
  height: 20px;
}

._large_keacv_29 {
  width: 24px;
  height: 24px;
}

._xLarge_keacv_34 {
  width: 28px;
  height: 28px;
}

/* [project]/node_modules/@msu/auth-ui/dist/assets/WalletMismatchModal.css [app-client] (css) */
._wallet-mismatch-modal_1knsn_5 ._guide-text_1knsn_5 {
  color: var(--brand-primary);
  text-align: center;
  font-family: var(--font-roboto, Roboto);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}

._wallet-mismatch-modal_1knsn_5 ._desc_1knsn_14 ._strong_1knsn_14 {
  color: var(--gray-900);
  font-family: var(--font-roboto, Roboto);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}

._wallet-mismatch-modal_1knsn_5 ._divider_1knsn_22 {
  border-bottom: 1px dashed var(--neutral-opacity-gray-g-20);
  margin: 48px 0;
}

._wallet-mismatch-modal_1knsn_5 ._footer_1knsn_26 {
  margin-top: 64px;
}

._wallet-mismatch-modal_1knsn_5._market_1knsn_29 ._desc_1knsn_14 ._strong_1knsn_14 {
  color: #fff;
}

._wallet-mismatch-modal_1knsn_5._market_1knsn_29 ._divider_1knsn_22 {
  border-bottom: 1px dashed var(--neutral-opacity-gray-g-20);
}

._wallet-mismatch-modal_1knsn_5._market_1knsn_29 ._guide-text_1knsn_5 {
  color: #cf0;
}

/* [project]/node_modules/@msu/mds/dist/assets/Toast.css [app-client] (css) */
._toastWrapper_h1eyq_9 {
  width: max-content;
}

._toast_h1eyq_9 {
  color: #fff;
  box-sizing: border-box;
  background-color: #1890ff;
  border-radius: 16px;
  justify-content: space-between;
  align-items: flex-start;
  width: max-content;
  min-width: 200px;
  max-width: 400px;
  margin-top: 10px;
  padding: 15px 20px;
  display: flex;
  box-shadow: 0 2px 8px #00000026;
}

@media only screen and (max-width: 767px) {
  ._toast_h1eyq_9 {
    border-radius: 16px;
    min-width: 160px;
    max-width: 360px;
    margin-top: 4px;
  }
}

._toast_h1eyq_9._success_h1eyq_36 {
  background-color: #52c41a;
}

._toast_h1eyq_9._error_h1eyq_39 {
  background-color: #f5222d;
}

._toast_h1eyq_9._info_h1eyq_42 {
  background-color: #1890ff;
}

._toast_h1eyq_9._warning_h1eyq_45 {
  background-color: #faad14;
}

._toast_h1eyq_9 ._message_h1eyq_48 {
  word-break: break-all;
  color: inherit;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  flex: 1;
  width: auto;
  max-width: 90%;
  margin-right: 10px;
  font-size: 14px;
  display: -webkit-box;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  ._toast_h1eyq_9 ._message_h1eyq_48 {
    margin-right: 8px;
    font-size: 12px;
  }
}

._toast_h1eyq_9 ._closeButton_h1eyq_67 {
  color: inherit;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  line-height: 1;
  transition: color .2s;
}

._toast_h1eyq_9 ._closeButton_h1eyq_67:hover {
  color: #ffffffb3;
}

/* [project]/node_modules/@msu/mds/dist/assets/ToastContainer.css [app-client] (css) */
._toast_container_1tjjc_5 {
  z-index: 6;
  flex-direction: column;
  display: flex;
  position: fixed;
}

._top-right_1tjjc_12 {
  align-items: flex-end;
  top: 20px;
  right: 20px;
}

._top-left_1tjjc_18 {
  align-items: flex-start;
  top: 20px;
  left: 20px;
}

._bottom-right_1tjjc_24 {
  align-items: flex-end;
  bottom: 20px;
  right: 20px;
}

._bottom-left_1tjjc_30 {
  align-items: flex-start;
  bottom: 20px;
  left: 20px;
}

._top-center_1tjjc_36 {
  align-items: center;
  top: 20px;
  left: 50%;
  transform: translate(-50%);
}

._bottom-center_1tjjc_43 {
  align-items: center;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%);
}

._toast-enter_1tjjc_50 {
  opacity: 0;
  transform: translateY(-20px);
}

._toast-enter-active_1tjjc_55 {
  opacity: 1;
  transition: opacity .3s ease-in-out, transform .3s ease-in-out;
  transform: translateY(0);
}

._toast-exit_1tjjc_61 {
  opacity: 1;
  transform: translateY(0);
}

._toast-exit-active_1tjjc_66 {
  opacity: 0;
  transition: opacity .3s ease-in-out, transform .3s ease-in-out;
  transform: translateY(-20px);
}

/* [project]/node_modules/@msu/notice/node_modules/@msu/mds/dist/assets/getTokenColorClassName.css [app-client] (css) */
._color-text-icon-primary_1bqrj_9 {
  color: var(--neutral-900);
}

._color-text-icon-secondary_1bqrj_13 {
  color: var(--neutral-600);
}

._color-text-icon-tertiary_1bqrj_17 {
  color: var(--neutral-500);
}

._color-text-icon-weak_1bqrj_21 {
  color: var(--neutral-400);
}

._color-text-icon-weakest_1bqrj_25 {
  color: var(--neutral-300);
}

._color-text-icon-inverse-primary_1bqrj_29 {
  color: var(--neutral-white);
}

._color-text-icon-inverse-secondary_1bqrj_33 {
  color: var(--neutral-300);
}

._color-text-icon-inverse-tertiary_1bqrj_37 {
  color: var(--neutral-500);
}

._color-text-icon-accent-primary_1bqrj_41 {
  color: var(--brand-primary);
}

._color-text-icon-accent-secondary_1bqrj_45 {
  color: var(--brand-secondary);
}

._color-text-icon-danger_1bqrj_49 {
  color: var(--system-danger);
}

._color-text-icon-white-primary_1bqrj_53 {
  color: var(--neutral-white);
}

._color-text-icon-white-secondary_1bqrj_57 {
  color: var(--neutral-opacity-white-w-80);
}

._color-text-icon-white-tertiary_1bqrj_61 {
  color: var(--neutral-opacity-white-w-50);
}

._color-text-icon-black-primary_1bqrj_65 {
  color: var(--neutral-900);
}

._color-text-icon-black-secondary_1bqrj_69 {
  color: var(--neutral-opacity-black-bk-80);
}

._color-text-icon-black-tertiary_1bqrj_73 {
  color: var(--neutral-opacity-black-bk-50);
}

._color-text-icon-disabled_1bqrj_77 {
  color: var(--neutral-400);
}

._color-text-icon-disabled-icon_1bqrj_81 {
  color: var(--neutral-300);
}

._color-button-accent_1bqrj_85 {
  color: var(--brand-primary);
}

._color-button-accent-action_1bqrj_89 {
  color: var(--brand-primary-action);
}

._color-button-accent-overlay_1bqrj_93 {
  color: #8632fb1a;
}

._color-button-primary_1bqrj_97 {
  color: var(--neutral-900);
}

._color-button-primary-action_1bqrj_101 {
  color: var(--neutral-black);
}

._color-button-primary-overlay_1bqrj_105 {
  color: var(--neutral-opacity-black-bk-10);
}

._color-button-primary-inverse_1bqrj_109 {
  color: var(--neutral-white);
}

._color-button-primary-inverse-action_1bqrj_113 {
  color: var(--neutral-50);
}

._color-button-primary-inverse-overlay_1bqrj_117 {
  color: var(--neutral-opacity-white-w-10);
}

._color-button-secondary_1bqrj_121 {
  color: var(--neutral-500);
}

._color-button-secondary-action_1bqrj_125 {
  color: var(--neutral-600);
}

._color-button-secondary-overlay_1bqrj_129 {
  color: var(--neutral-opacity-gray-g-10);
}

._color-button-danger_1bqrj_133 {
  color: var(--red-500);
}

._color-button-danger-action_1bqrj_137 {
  color: var(--red-600);
}

._color-button-danger-overlay_1bqrj_141 {
  color: #fa4d561a;
}

._color-button-transp-blur_1bqrj_145 {
  color: var(--neutral-opacity-gray-g-01);
}

._color-button-transp-border_1bqrj_149 {
  color: var(--neutral-opacity-gray-g-30);
}

._color-button-on-color_1bqrj_153 {
  color: var(--neutral-white);
}

._color-button-on-color-inverse_1bqrj_157 {
  color: var(--neutral-black);
}

._color-button-static-black_1bqrj_161 {
  color: var(--neutral-900);
}

._color-button-static-black-action_1bqrj_165 {
  color: var(--neutral-black);
}

._color-button-static-black-subtle-light_1bqrj_169 {
  color: var(--neutral-opacity-black-bk-05);
}

._color-button-static-black-subtle_1bqrj_169 {
  color: var(--neutral-opacity-black-bk-10);
}

._color-button-static-black-subtle-thick_1bqrj_177 {
  color: var(--neutral-opacity-black-bk-20);
}

._color-button-static-white_1bqrj_181 {
  color: var(--neutral-white);
}

._color-button-static-white-action_1bqrj_185 {
  color: var(--neutral-50);
}

._color-button-static-white-subtle-light_1bqrj_189 {
  color: var(--neutral-opacity-white-w-10);
}

._color-button-static-white-subtle_1bqrj_189 {
  color: var(--neutral-opacity-white-w-15);
}

._color-button-static-white-subtle-thick_1bqrj_197 {
  color: var(--neutral-opacity-white-w-25);
}

._color-button-disabled-text-icon_1bqrj_201 {
  color: var(--neutral-opacity-gray-g-60);
}

._color-button-disabled-surface_1bqrj_205, ._color-button-disabled-border_1bqrj_209 {
  color: var(--neutral-opacity-gray-g-20);
}

._color-interaction-accent_1bqrj_213 {
  color: var(--brand-primary);
}

._color-interaction-accent-action_1bqrj_217 {
  color: var(--brand-primary-action);
}

._color-interaction-accent-overlay_1bqrj_221 {
  color: var(--brand-primary-overlay);
}

._color-interaction-strongest_1bqrj_225 {
  color: var(--neutral-900);
}

._color-interaction-strongest-action_1bqrj_229 {
  color: var(--neutral-black);
}

._color-interaction-stronger_1bqrj_233 {
  color: var(--neutral-700);
}

._color-interaction-stronger-action_1bqrj_237 {
  color: var(--neutral-800);
}

._color-interaction-strong_1bqrj_225 {
  color: var(--neutral-500);
}

._color-interaction-strong-action_1bqrj_245 {
  color: var(--neutral-600);
}

._color-interaction-moderate_1bqrj_249 {
  color: var(--neutral-300);
}

._color-interaction-moderate-action_1bqrj_253 {
  color: var(--neutral-400);
}

._color-interaction-weak_1bqrj_257 {
  color: var(--neutral-100);
}

._color-interaction-weak-action_1bqrj_261 {
  color: var(--neutral-200);
}

._color-interaction-weaker_1bqrj_265 {
  color: var(--neutral-50);
}

._color-interaction-weaker-action_1bqrj_269 {
  color: var(--neutral-100);
}

._color-interaction-weakest_1bqrj_273 {
  color: var(--neutral-white);
}

._color-interaction-weakest-action_1bqrj_277 {
  color: var(--neutral-50);
}

._color-interaction-transp_1bqrj_281 {
  color: var(--neutral-opacity-transparent);
}

._color-interaction-transp-blur_1bqrj_285 {
  color: var(--neutral-opacity-gray-g-01);
}

._color-interaction-transp-overlay-weak_1bqrj_289 {
  color: var(--neutral-opacity-gray-g-05);
}

._color-interaction-transp-overlay_1bqrj_289 {
  color: var(--neutral-opacity-gray-g-10);
}

._color-interaction-danger_1bqrj_297 {
  color: var(--red-500);
}

._color-interaction-danger-action_1bqrj_301 {
  color: var(--red-600);
}

._color-interaction-danger-overlay_1bqrj_305 {
  color: #fa4d561a;
}

._color-interaction-placeholder_1bqrj_309 {
  color: var(--neutral-400);
}

._color-interaction-read-only_1bqrj_313 {
  color: var(--neutral-600);
}

._color-interaction-text-icon_1bqrj_317 {
  color: var(--neutral-400);
}

._color-interaction-text-icon--selected_1bqrj_321 {
  color: var(--neutral-600);
}

._color-interaction-surface_1bqrj_325 {
  color: var(--neutral-100);
}

._color-interaction-border_1bqrj_329 {
  color: var(--neutral-300);
}

._color-system-accent_1bqrj_333 {
  color: var(--brand-primary);
}

._color-system-accent-weak_1bqrj_337 {
  color: var(--purple-50);
}

._color-system-danger_1bqrj_341 {
  color: var(--red-500);
}

._color-system-danger-weak_1bqrj_345 {
  color: var(--red-50);
}

._color-system-positive_1bqrj_349 {
  color: var(--green-500);
}

._color-system-positive-weak_1bqrj_353 {
  color: var(--green-50);
}

._color-system-suffle_1bqrj_357 {
  color: var(--yellow-700);
}

._color-system-suffle-weak_1bqrj_361 {
  color: var(--yellow-50);
}

._color-surface-surface-clear_1bqrj_365 {
  color: var(--neutral-white);
}

._color-surface-surface-level-01_1bqrj_369 {
  color: var(--neutral-50);
}

._color-surface-surface-level-02_1bqrj_373 {
  color: var(--neutral-200);
}

._color-surface-surface-level-03_1bqrj_377 {
  color: var(--neutral-400);
}

._color-surface-surface-level-04_1bqrj_381 {
  color: var(--neutral-600);
}

._color-surface-surface-level-05_1bqrj_385 {
  color: var(--neutral-800);
}

._color-surface-surface-inverse_1bqrj_389 {
  color: var(--neutral-black);
}

._color-surface-surface-accent-primary_1bqrj_393 {
  color: var(--brand-primary);
}

._color-surface-surface-accent-secondary_1bqrj_397 {
  color: var(--brand-secondary);
}

._color-surface-surface-disabled_1bqrj_401 {
  color: var(--neutral-100);
}

._color-border-border-contrast_1bqrj_405 {
  color: var(--neutral-black);
}

._color-border-border-weakest_1bqrj_409 {
  color: var(--neutral-100);
}

._color-border-border-weaker_1bqrj_413 {
  color: var(--neutral-200);
}

._color-border-border-weak_1bqrj_409 {
  color: var(--neutral-300);
}

._color-border-border-strong_1bqrj_421 {
  color: var(--neutral-400);
}

._color-border-border-stronger_1bqrj_425 {
  color: var(--neutral-500);
}

._color-border-border-strongest_1bqrj_429 {
  color: var(--neutral-600);
}

._color-border-border-level-01_1bqrj_433 {
  color: var(--neutral-opacity-gray-g-10);
}

._color-border-border-level-02_1bqrj_437 {
  color: var(--neutral-opacity-gray-g-20);
}

._color-border-border-level-03_1bqrj_441 {
  color: var(--neutral-opacity-gray-g-30);
}

._color-border-border-level-04_1bqrj_445 {
  color: var(--neutral-opacity-gray-g-40);
}

._color-border-border-level-05_1bqrj_449 {
  color: var(--neutral-opacity-gray-g-50);
}

._color-border-border-inverse_1bqrj_453 {
  color: var(--neutral-white);
}

._color-border-border-accent-primary_1bqrj_457 {
  color: var(--brand-primary);
}

._color-border-border-accent-secondary_1bqrj_461 {
  color: var(--brand-secondary);
}

._color-border-border-static-white-primary_1bqrj_465 {
  color: var(--neutral-white);
}

._color-border-border-static-white-secondary_1bqrj_469 {
  color: var(--neutral-opacity-white-w-80);
}

._color-border-border-static-white-tertiary_1bqrj_473 {
  color: var(--neutral-opacity-white-w-50);
}

._color-border-border-static-black-primary_1bqrj_477 {
  color: var(--neutral-black);
}

._color-border-border-static-black-secondary_1bqrj_481 {
  color: var(--neutral-opacity-black-bk-80);
}

._color-border-border-static-black-tertiary_1bqrj_485 {
  color: var(--neutral-opacity-black-bk-50);
}

._color-background-bg-default_1bqrj_489 {
  color: var(--neutral-white);
}

._color-background-bg-inverse_1bqrj_493 {
  color: var(--neutral-black);
}

._color-background-bg-level-01_1bqrj_497 {
  color: var(--neutral-50);
}

._color-background-bg-level-02_1bqrj_501 {
  color: var(--neutral-100);
}

._color-background-bg-level-03_1bqrj_505 {
  color: var(--neutral-200);
}

._color-background-bg-dimmed-deep_1bqrj_509 {
  color: var(--neutral-opacity-black-bk-70);
}

._background-color-text-icon-primary_1bqrj_513 {
  background-color: var(--neutral-900);
}

._background-color-text-icon-secondary_1bqrj_517 {
  background-color: var(--neutral-600);
}

._background-color-text-icon-tertiary_1bqrj_521 {
  background-color: var(--neutral-500);
}

._background-color-text-icon-weak_1bqrj_525 {
  background-color: var(--neutral-400);
}

._background-color-text-icon-weakest_1bqrj_529 {
  background-color: var(--neutral-300);
}

._background-color-text-icon-inverse-primary_1bqrj_533 {
  background-color: var(--neutral-white);
}

._background-color-text-icon-inverse-secondary_1bqrj_537 {
  background-color: var(--neutral-300);
}

._background-color-text-icon-inverse-tertiary_1bqrj_541 {
  background-color: var(--neutral-500);
}

._background-color-text-icon-accent-primary_1bqrj_545 {
  background-color: var(--brand-primary);
}

._background-color-text-icon-accent-secondary_1bqrj_549 {
  background-color: var(--brand-secondary);
}

._background-color-text-icon-danger_1bqrj_553 {
  background-color: var(--system-danger);
}

._background-color-text-icon-white-primary_1bqrj_557 {
  background-color: var(--neutral-white);
}

._background-color-text-icon-white-secondary_1bqrj_561 {
  background-color: var(--neutral-opacity-white-w-80);
}

._background-color-text-icon-white-tertiary_1bqrj_565 {
  background-color: var(--neutral-opacity-white-w-50);
}

._background-color-text-icon-black-primary_1bqrj_569 {
  background-color: var(--neutral-900);
}

._background-color-text-icon-black-secondary_1bqrj_573 {
  background-color: var(--neutral-opacity-black-bk-80);
}

._background-color-text-icon-black-tertiary_1bqrj_577 {
  background-color: var(--neutral-opacity-black-bk-50);
}

._background-color-text-icon-disabled_1bqrj_581 {
  background-color: var(--neutral-400);
}

._background-color-text-icon-disabled-icon_1bqrj_585 {
  background-color: var(--neutral-300);
}

._background-color-button-accent_1bqrj_589 {
  background-color: var(--brand-primary);
}

._background-color-button-accent-action_1bqrj_593 {
  background-color: var(--brand-primary-action);
}

._background-color-button-accent-overlay_1bqrj_597 {
  background-color: #8632fb1a;
}

._background-color-button-primary_1bqrj_601 {
  background-color: var(--neutral-900);
}

._background-color-button-primary-action_1bqrj_605 {
  background-color: var(--neutral-black);
}

._background-color-button-primary-overlay_1bqrj_609 {
  background-color: var(--neutral-opacity-black-bk-10);
}

._background-color-button-primary-inverse_1bqrj_613 {
  background-color: var(--neutral-white);
}

._background-color-button-primary-inverse-action_1bqrj_617 {
  background-color: var(--neutral-50);
}

._background-color-button-primary-inverse-overlay_1bqrj_621 {
  background-color: var(--neutral-opacity-white-w-10);
}

._background-color-button-secondary_1bqrj_625 {
  background-color: var(--neutral-500);
}

._background-color-button-secondary-action_1bqrj_629 {
  background-color: var(--neutral-600);
}

._background-color-button-secondary-overlay_1bqrj_633 {
  background-color: var(--neutral-opacity-gray-g-10);
}

._background-color-button-danger_1bqrj_637 {
  background-color: var(--red-500);
}

._background-color-button-danger-action_1bqrj_641 {
  background-color: var(--red-600);
}

._background-color-button-danger-overlay_1bqrj_645 {
  background-color: #fa4d561a;
}

._background-color-button-transp-blur_1bqrj_649 {
  background-color: var(--neutral-opacity-gray-g-01);
}

._background-color-button-transp-border_1bqrj_653 {
  background-color: var(--neutral-opacity-gray-g-30);
}

._background-color-button-on-color_1bqrj_657 {
  background-color: var(--neutral-white);
}

._background-color-button-on-color-inverse_1bqrj_661 {
  background-color: var(--neutral-black);
}

._background-color-button-static-black_1bqrj_665 {
  background-color: var(--neutral-900);
}

._background-color-button-static-black-action_1bqrj_669 {
  background-color: var(--neutral-black);
}

._background-color-button-static-black-subtle-light_1bqrj_673 {
  background-color: var(--neutral-opacity-black-bk-05);
}

._background-color-button-static-black-subtle_1bqrj_673 {
  background-color: var(--neutral-opacity-black-bk-10);
}

._background-color-button-static-black-subtle-thick_1bqrj_681 {
  background-color: var(--neutral-opacity-black-bk-20);
}

._background-color-button-static-white_1bqrj_685 {
  background-color: var(--neutral-white);
}

._background-color-button-static-white-action_1bqrj_689 {
  background-color: var(--neutral-50);
}

._background-color-button-static-white-subtle-light_1bqrj_693 {
  background-color: var(--neutral-opacity-white-w-10);
}

._background-color-button-static-white-subtle_1bqrj_693 {
  background-color: var(--neutral-opacity-white-w-15);
}

._background-color-button-static-white-subtle-thick_1bqrj_701 {
  background-color: var(--neutral-opacity-white-w-25);
}

._background-color-button-disabled-text-icon_1bqrj_705 {
  background-color: var(--neutral-opacity-gray-g-60);
}

._background-color-button-disabled-surface_1bqrj_709, ._background-color-button-disabled-border_1bqrj_713 {
  background-color: var(--neutral-opacity-gray-g-20);
}

._background-color-interaction-accent_1bqrj_717 {
  background-color: var(--brand-primary);
}

._background-color-interaction-accent-action_1bqrj_721 {
  background-color: var(--brand-primary-action);
}

._background-color-interaction-accent-overlay_1bqrj_725 {
  background-color: var(--brand-primary-overlay);
}

._background-color-interaction-strongest_1bqrj_729 {
  background-color: var(--neutral-900);
}

._background-color-interaction-strongest-action_1bqrj_733 {
  background-color: var(--neutral-black);
}

._background-color-interaction-stronger_1bqrj_737 {
  background-color: var(--neutral-700);
}

._background-color-interaction-stronger-action_1bqrj_741 {
  background-color: var(--neutral-800);
}

._background-color-interaction-strong_1bqrj_729 {
  background-color: var(--neutral-500);
}

._background-color-interaction-strong-action_1bqrj_749 {
  background-color: var(--neutral-600);
}

._background-color-interaction-moderate_1bqrj_753 {
  background-color: var(--neutral-300);
}

._background-color-interaction-moderate-action_1bqrj_757 {
  background-color: var(--neutral-400);
}

._background-color-interaction-weak_1bqrj_761 {
  background-color: var(--neutral-100);
}

._background-color-interaction-weak-action_1bqrj_765 {
  background-color: var(--neutral-200);
}

._background-color-interaction-weaker_1bqrj_769 {
  background-color: var(--neutral-50);
}

._background-color-interaction-weaker-action_1bqrj_773 {
  background-color: var(--neutral-100);
}

._background-color-interaction-weakest_1bqrj_777 {
  background-color: var(--neutral-white);
}

._background-color-interaction-weakest-action_1bqrj_781 {
  background-color: var(--neutral-50);
}

._background-color-interaction-transp_1bqrj_785 {
  background-color: var(--neutral-opacity-transparent);
}

._background-color-interaction-transp-blur_1bqrj_789 {
  background-color: var(--neutral-opacity-gray-g-01);
}

._background-color-interaction-transp-overlay-weak_1bqrj_793 {
  background-color: var(--neutral-opacity-gray-g-05);
}

._background-color-interaction-transp-overlay_1bqrj_793 {
  background-color: var(--neutral-opacity-gray-g-10);
}

._background-color-interaction-danger_1bqrj_801 {
  background-color: var(--red-500);
}

._background-color-interaction-danger-action_1bqrj_805 {
  background-color: var(--red-600);
}

._background-color-interaction-danger-overlay_1bqrj_809 {
  background-color: #fa4d561a;
}

._background-color-interaction-placeholder_1bqrj_813 {
  background-color: var(--neutral-400);
}

._background-color-interaction-read-only_1bqrj_817 {
  background-color: var(--neutral-600);
}

._background-color-interaction-text-icon_1bqrj_821 {
  background-color: var(--neutral-400);
}

._background-color-interaction-text-icon--selected_1bqrj_825 {
  background-color: var(--neutral-600);
}

._background-color-interaction-surface_1bqrj_829 {
  background-color: var(--neutral-100);
}

._background-color-interaction-border_1bqrj_833 {
  background-color: var(--neutral-300);
}

._background-color-system-accent_1bqrj_837 {
  background-color: var(--brand-primary);
}

._background-color-system-accent-weak_1bqrj_841 {
  background-color: var(--purple-50);
}

._background-color-system-danger_1bqrj_845 {
  background-color: var(--red-500);
}

._background-color-system-danger-weak_1bqrj_849 {
  background-color: var(--red-50);
}

._background-color-system-positive_1bqrj_853 {
  background-color: var(--green-500);
}

._background-color-system-positive-weak_1bqrj_857 {
  background-color: var(--green-50);
}

._background-color-system-suffle_1bqrj_861 {
  background-color: var(--yellow-700);
}

._background-color-system-suffle-weak_1bqrj_865 {
  background-color: var(--yellow-50);
}

._background-color-surface-surface-clear_1bqrj_869 {
  background-color: var(--neutral-white);
}

._background-color-surface-surface-level-01_1bqrj_873 {
  background-color: var(--neutral-50);
}

._background-color-surface-surface-level-02_1bqrj_877 {
  background-color: var(--neutral-200);
}

._background-color-surface-surface-level-03_1bqrj_881 {
  background-color: var(--neutral-400);
}

._background-color-surface-surface-level-04_1bqrj_885 {
  background-color: var(--neutral-600);
}

._background-color-surface-surface-level-05_1bqrj_889 {
  background-color: var(--neutral-800);
}

._background-color-surface-surface-inverse_1bqrj_893 {
  background-color: var(--neutral-black);
}

._background-color-surface-surface-accent-primary_1bqrj_897 {
  background-color: var(--brand-primary);
}

._background-color-surface-surface-accent-secondary_1bqrj_901 {
  background-color: var(--brand-secondary);
}

._background-color-surface-surface-disabled_1bqrj_905 {
  background-color: var(--neutral-100);
}

._background-color-border-border-contrast_1bqrj_909 {
  background-color: var(--neutral-black);
}

._background-color-border-border-weakest_1bqrj_913 {
  background-color: var(--neutral-100);
}

._background-color-border-border-weaker_1bqrj_917 {
  background-color: var(--neutral-200);
}

._background-color-border-border-weak_1bqrj_913 {
  background-color: var(--neutral-300);
}

._background-color-border-border-strong_1bqrj_925 {
  background-color: var(--neutral-400);
}

._background-color-border-border-stronger_1bqrj_929 {
  background-color: var(--neutral-500);
}

._background-color-border-border-strongest_1bqrj_933 {
  background-color: var(--neutral-600);
}

._background-color-border-border-level-01_1bqrj_937 {
  background-color: var(--neutral-opacity-gray-g-10);
}

._background-color-border-border-level-02_1bqrj_941 {
  background-color: var(--neutral-opacity-gray-g-20);
}

._background-color-border-border-level-03_1bqrj_945 {
  background-color: var(--neutral-opacity-gray-g-30);
}

._background-color-border-border-level-04_1bqrj_949 {
  background-color: var(--neutral-opacity-gray-g-40);
}

._background-color-border-border-level-05_1bqrj_953 {
  background-color: var(--neutral-opacity-gray-g-50);
}

._background-color-border-border-inverse_1bqrj_957 {
  background-color: var(--neutral-white);
}

._background-color-border-border-accent-primary_1bqrj_961 {
  background-color: var(--brand-primary);
}

._background-color-border-border-accent-secondary_1bqrj_965 {
  background-color: var(--brand-secondary);
}

._background-color-border-border-static-white-primary_1bqrj_969 {
  background-color: var(--neutral-white);
}

._background-color-border-border-static-white-secondary_1bqrj_973 {
  background-color: var(--neutral-opacity-white-w-80);
}

._background-color-border-border-static-white-tertiary_1bqrj_977 {
  background-color: var(--neutral-opacity-white-w-50);
}

._background-color-border-border-static-black-primary_1bqrj_981 {
  background-color: var(--neutral-black);
}

._background-color-border-border-static-black-secondary_1bqrj_985 {
  background-color: var(--neutral-opacity-black-bk-80);
}

._background-color-border-border-static-black-tertiary_1bqrj_989 {
  background-color: var(--neutral-opacity-black-bk-50);
}

._background-color-background-bg-default_1bqrj_993 {
  background-color: var(--neutral-white);
}

._background-color-background-bg-inverse_1bqrj_997 {
  background-color: var(--neutral-black);
}

._background-color-background-bg-level-01_1bqrj_1001 {
  background-color: var(--neutral-50);
}

._background-color-background-bg-level-02_1bqrj_1005 {
  background-color: var(--neutral-100);
}

._background-color-background-bg-level-03_1bqrj_1009 {
  background-color: var(--neutral-200);
}

._background-color-background-bg-dimmed-deep_1bqrj_1013 {
  background-color: var(--neutral-opacity-black-bk-70);
}

._border-color-text-icon-primary_1bqrj_1017 {
  border-color: var(--neutral-900);
}

._border-color-text-icon-secondary_1bqrj_1021 {
  border-color: var(--neutral-600);
}

._border-color-text-icon-tertiary_1bqrj_1025 {
  border-color: var(--neutral-500);
}

._border-color-text-icon-weak_1bqrj_1029 {
  border-color: var(--neutral-400);
}

._border-color-text-icon-weakest_1bqrj_1033 {
  border-color: var(--neutral-300);
}

._border-color-text-icon-inverse-primary_1bqrj_1037 {
  border-color: var(--neutral-white);
}

._border-color-text-icon-inverse-secondary_1bqrj_1041 {
  border-color: var(--neutral-300);
}

._border-color-text-icon-inverse-tertiary_1bqrj_1045 {
  border-color: var(--neutral-500);
}

._border-color-text-icon-accent-primary_1bqrj_1049 {
  border-color: var(--brand-primary);
}

._border-color-text-icon-accent-secondary_1bqrj_1053 {
  border-color: var(--brand-secondary);
}

._border-color-text-icon-danger_1bqrj_1057 {
  border-color: var(--system-danger);
}

._border-color-text-icon-white-primary_1bqrj_1061 {
  border-color: var(--neutral-white);
}

._border-color-text-icon-white-secondary_1bqrj_1065 {
  border-color: var(--neutral-opacity-white-w-80);
}

._border-color-text-icon-white-tertiary_1bqrj_1069 {
  border-color: var(--neutral-opacity-white-w-50);
}

._border-color-text-icon-black-primary_1bqrj_1073 {
  border-color: var(--neutral-900);
}

._border-color-text-icon-black-secondary_1bqrj_1077 {
  border-color: var(--neutral-opacity-black-bk-80);
}

._border-color-text-icon-black-tertiary_1bqrj_1081 {
  border-color: var(--neutral-opacity-black-bk-50);
}

._border-color-text-icon-disabled_1bqrj_1085 {
  border-color: var(--neutral-400);
}

._border-color-text-icon-disabled-icon_1bqrj_1089 {
  border-color: var(--neutral-300);
}

._border-color-button-accent_1bqrj_1093 {
  border-color: var(--brand-primary);
}

._border-color-button-accent-action_1bqrj_1097 {
  border-color: var(--brand-primary-action);
}

._border-color-button-accent-overlay_1bqrj_1101 {
  border-color: #8632fb1a;
}

._border-color-button-primary_1bqrj_1105 {
  border-color: var(--neutral-900);
}

._border-color-button-primary-action_1bqrj_1109 {
  border-color: var(--neutral-black);
}

._border-color-button-primary-overlay_1bqrj_1113 {
  border-color: var(--neutral-opacity-black-bk-10);
}

._border-color-button-primary-inverse_1bqrj_1117 {
  border-color: var(--neutral-white);
}

._border-color-button-primary-inverse-action_1bqrj_1121 {
  border-color: var(--neutral-50);
}

._border-color-button-primary-inverse-overlay_1bqrj_1125 {
  border-color: var(--neutral-opacity-white-w-10);
}

._border-color-button-secondary_1bqrj_1129 {
  border-color: var(--neutral-500);
}

._border-color-button-secondary-action_1bqrj_1133 {
  border-color: var(--neutral-600);
}

._border-color-button-secondary-overlay_1bqrj_1137 {
  border-color: var(--neutral-opacity-gray-g-10);
}

._border-color-button-danger_1bqrj_1141 {
  border-color: var(--red-500);
}

._border-color-button-danger-action_1bqrj_1145 {
  border-color: var(--red-600);
}

._border-color-button-danger-overlay_1bqrj_1149 {
  border-color: #fa4d561a;
}

._border-color-button-transp-blur_1bqrj_1153 {
  border-color: var(--neutral-opacity-gray-g-01);
}

._border-color-button-transp-border_1bqrj_1157 {
  border-color: var(--neutral-opacity-gray-g-30);
}

._border-color-button-on-color_1bqrj_1161 {
  border-color: var(--neutral-white);
}

._border-color-button-on-color-inverse_1bqrj_1165 {
  border-color: var(--neutral-black);
}

._border-color-button-static-black_1bqrj_1169 {
  border-color: var(--neutral-900);
}

._border-color-button-static-black-action_1bqrj_1173 {
  border-color: var(--neutral-black);
}

._border-color-button-static-black-subtle-light_1bqrj_1177 {
  border-color: var(--neutral-opacity-black-bk-05);
}

._border-color-button-static-black-subtle_1bqrj_1177 {
  border-color: var(--neutral-opacity-black-bk-10);
}

._border-color-button-static-black-subtle-thick_1bqrj_1185 {
  border-color: var(--neutral-opacity-black-bk-20);
}

._border-color-button-static-white_1bqrj_1189 {
  border-color: var(--neutral-white);
}

._border-color-button-static-white-action_1bqrj_1193 {
  border-color: var(--neutral-50);
}

._border-color-button-static-white-subtle-light_1bqrj_1197 {
  border-color: var(--neutral-opacity-white-w-10);
}

._border-color-button-static-white-subtle_1bqrj_1197 {
  border-color: var(--neutral-opacity-white-w-15);
}

._border-color-button-static-white-subtle-thick_1bqrj_1205 {
  border-color: var(--neutral-opacity-white-w-25);
}

._border-color-button-disabled-text-icon_1bqrj_1209 {
  border-color: var(--neutral-opacity-gray-g-60);
}

._border-color-button-disabled-surface_1bqrj_1213, ._border-color-button-disabled-border_1bqrj_1217 {
  border-color: var(--neutral-opacity-gray-g-20);
}

._border-color-interaction-accent_1bqrj_1221 {
  border-color: var(--brand-primary);
}

._border-color-interaction-accent-action_1bqrj_1225 {
  border-color: var(--brand-primary-action);
}

._border-color-interaction-accent-overlay_1bqrj_1229 {
  border-color: var(--brand-primary-overlay);
}

._border-color-interaction-strongest_1bqrj_1233 {
  border-color: var(--neutral-900);
}

._border-color-interaction-strongest-action_1bqrj_1237 {
  border-color: var(--neutral-black);
}

._border-color-interaction-stronger_1bqrj_1241 {
  border-color: var(--neutral-700);
}

._border-color-interaction-stronger-action_1bqrj_1245 {
  border-color: var(--neutral-800);
}

._border-color-interaction-strong_1bqrj_1233 {
  border-color: var(--neutral-500);
}

._border-color-interaction-strong-action_1bqrj_1253 {
  border-color: var(--neutral-600);
}

._border-color-interaction-moderate_1bqrj_1257 {
  border-color: var(--neutral-300);
}

._border-color-interaction-moderate-action_1bqrj_1261 {
  border-color: var(--neutral-400);
}

._border-color-interaction-weak_1bqrj_1265 {
  border-color: var(--neutral-100);
}

._border-color-interaction-weak-action_1bqrj_1269 {
  border-color: var(--neutral-200);
}

._border-color-interaction-weaker_1bqrj_1273 {
  border-color: var(--neutral-50);
}

._border-color-interaction-weaker-action_1bqrj_1277 {
  border-color: var(--neutral-100);
}

._border-color-interaction-weakest_1bqrj_1281 {
  border-color: var(--neutral-white);
}

._border-color-interaction-weakest-action_1bqrj_1285 {
  border-color: var(--neutral-50);
}

._border-color-interaction-transp_1bqrj_1289 {
  border-color: var(--neutral-opacity-transparent);
}

._border-color-interaction-transp-blur_1bqrj_1293 {
  border-color: var(--neutral-opacity-gray-g-01);
}

._border-color-interaction-transp-overlay-weak_1bqrj_1297 {
  border-color: var(--neutral-opacity-gray-g-05);
}

._border-color-interaction-transp-overlay_1bqrj_1297 {
  border-color: var(--neutral-opacity-gray-g-10);
}

._border-color-interaction-danger_1bqrj_1305 {
  border-color: var(--red-500);
}

._border-color-interaction-danger-action_1bqrj_1309 {
  border-color: var(--red-600);
}

._border-color-interaction-danger-overlay_1bqrj_1313 {
  border-color: #fa4d561a;
}

._border-color-interaction-placeholder_1bqrj_1317 {
  border-color: var(--neutral-400);
}

._border-color-interaction-read-only_1bqrj_1321 {
  border-color: var(--neutral-600);
}

._border-color-interaction-text-icon_1bqrj_1325 {
  border-color: var(--neutral-400);
}

._border-color-interaction-text-icon--selected_1bqrj_1329 {
  border-color: var(--neutral-600);
}

._border-color-interaction-surface_1bqrj_1333 {
  border-color: var(--neutral-100);
}

._border-color-interaction-border_1bqrj_1337 {
  border-color: var(--neutral-300);
}

._border-color-system-accent_1bqrj_1341 {
  border-color: var(--brand-primary);
}

._border-color-system-accent-weak_1bqrj_1345 {
  border-color: var(--purple-50);
}

._border-color-system-danger_1bqrj_1349 {
  border-color: var(--red-500);
}

._border-color-system-danger-weak_1bqrj_1353 {
  border-color: var(--red-50);
}

._border-color-system-positive_1bqrj_1357 {
  border-color: var(--green-500);
}

._border-color-system-positive-weak_1bqrj_1361 {
  border-color: var(--green-50);
}

._border-color-system-suffle_1bqrj_1365 {
  border-color: var(--yellow-700);
}

._border-color-system-suffle-weak_1bqrj_1369 {
  border-color: var(--yellow-50);
}

._border-color-surface-surface-clear_1bqrj_1373 {
  border-color: var(--neutral-white);
}

._border-color-surface-surface-level-01_1bqrj_1377 {
  border-color: var(--neutral-50);
}

._border-color-surface-surface-level-02_1bqrj_1381 {
  border-color: var(--neutral-200);
}

._border-color-surface-surface-level-03_1bqrj_1385 {
  border-color: var(--neutral-400);
}

._border-color-surface-surface-level-04_1bqrj_1389 {
  border-color: var(--neutral-600);
}

._border-color-surface-surface-level-05_1bqrj_1393 {
  border-color: var(--neutral-800);
}

._border-color-surface-surface-inverse_1bqrj_1397 {
  border-color: var(--neutral-black);
}

._border-color-surface-surface-accent-primary_1bqrj_1401 {
  border-color: var(--brand-primary);
}

._border-color-surface-surface-accent-secondary_1bqrj_1405 {
  border-color: var(--brand-secondary);
}

._border-color-surface-surface-disabled_1bqrj_1409 {
  border-color: var(--neutral-100);
}

._border-color-border-border-contrast_1bqrj_1413 {
  border-color: var(--neutral-black);
}

._border-color-border-border-weakest_1bqrj_1417 {
  border-color: var(--neutral-100);
}

._border-color-border-border-weaker_1bqrj_1421 {
  border-color: var(--neutral-200);
}

._border-color-border-border-weak_1bqrj_1417 {
  border-color: var(--neutral-300);
}

._border-color-border-border-strong_1bqrj_1429 {
  border-color: var(--neutral-400);
}

._border-color-border-border-stronger_1bqrj_1433 {
  border-color: var(--neutral-500);
}

._border-color-border-border-strongest_1bqrj_1437 {
  border-color: var(--neutral-600);
}

._border-color-border-border-level-01_1bqrj_1441 {
  border-color: var(--neutral-opacity-gray-g-10);
}

._border-color-border-border-level-02_1bqrj_1445 {
  border-color: var(--neutral-opacity-gray-g-20);
}

._border-color-border-border-level-03_1bqrj_1449 {
  border-color: var(--neutral-opacity-gray-g-30);
}

._border-color-border-border-level-04_1bqrj_1453 {
  border-color: var(--neutral-opacity-gray-g-40);
}

._border-color-border-border-level-05_1bqrj_1457 {
  border-color: var(--neutral-opacity-gray-g-50);
}

._border-color-border-border-inverse_1bqrj_1461 {
  border-color: var(--neutral-white);
}

._border-color-border-border-accent-primary_1bqrj_1465 {
  border-color: var(--brand-primary);
}

._border-color-border-border-accent-secondary_1bqrj_1469 {
  border-color: var(--brand-secondary);
}

._border-color-border-border-static-white-primary_1bqrj_1473 {
  border-color: var(--neutral-white);
}

._border-color-border-border-static-white-secondary_1bqrj_1477 {
  border-color: var(--neutral-opacity-white-w-80);
}

._border-color-border-border-static-white-tertiary_1bqrj_1481 {
  border-color: var(--neutral-opacity-white-w-50);
}

._border-color-border-border-static-black-primary_1bqrj_1485 {
  border-color: var(--neutral-black);
}

._border-color-border-border-static-black-secondary_1bqrj_1489 {
  border-color: var(--neutral-opacity-black-bk-80);
}

._border-color-border-border-static-black-tertiary_1bqrj_1493 {
  border-color: var(--neutral-opacity-black-bk-50);
}

._border-color-background-bg-default_1bqrj_1497 {
  border-color: var(--neutral-white);
}

._border-color-background-bg-inverse_1bqrj_1501 {
  border-color: var(--neutral-black);
}

._border-color-background-bg-level-01_1bqrj_1505 {
  border-color: var(--neutral-50);
}

._border-color-background-bg-level-02_1bqrj_1509 {
  border-color: var(--neutral-100);
}

._border-color-background-bg-level-03_1bqrj_1513 {
  border-color: var(--neutral-200);
}

._border-color-background-bg-dimmed-deep_1bqrj_1517 {
  border-color: var(--neutral-opacity-black-bk-70);
}

._outline-text-icon-primary_1bqrj_1521 {
  outline-color: var(--neutral-900);
}

._outline-text-icon-secondary_1bqrj_1525 {
  outline-color: var(--neutral-600);
}

._outline-text-icon-tertiary_1bqrj_1529 {
  outline-color: var(--neutral-500);
}

._outline-text-icon-weak_1bqrj_1533 {
  outline-color: var(--neutral-400);
}

._outline-text-icon-weakest_1bqrj_1537 {
  outline-color: var(--neutral-300);
}

._outline-text-icon-inverse-primary_1bqrj_1541 {
  outline-color: var(--neutral-white);
}

._outline-text-icon-inverse-secondary_1bqrj_1545 {
  outline-color: var(--neutral-300);
}

._outline-text-icon-inverse-tertiary_1bqrj_1549 {
  outline-color: var(--neutral-500);
}

._outline-text-icon-accent-primary_1bqrj_1553 {
  outline-color: var(--brand-primary);
}

._outline-text-icon-accent-secondary_1bqrj_1557 {
  outline-color: var(--brand-secondary);
}

._outline-text-icon-danger_1bqrj_1561 {
  outline-color: var(--system-danger);
}

._outline-text-icon-white-primary_1bqrj_1565 {
  outline-color: var(--neutral-white);
}

._outline-text-icon-white-secondary_1bqrj_1569 {
  outline-color: var(--neutral-opacity-white-w-80);
}

._outline-text-icon-white-tertiary_1bqrj_1573 {
  outline-color: var(--neutral-opacity-white-w-50);
}

._outline-text-icon-black-primary_1bqrj_1577 {
  outline-color: var(--neutral-900);
}

._outline-text-icon-black-secondary_1bqrj_1581 {
  outline-color: var(--neutral-opacity-black-bk-80);
}

._outline-text-icon-black-tertiary_1bqrj_1585 {
  outline-color: var(--neutral-opacity-black-bk-50);
}

._outline-text-icon-disabled_1bqrj_1589 {
  outline-color: var(--neutral-400);
}

._outline-text-icon-disabled-icon_1bqrj_1593 {
  outline-color: var(--neutral-300);
}

._outline-button-accent_1bqrj_1597 {
  outline-color: var(--brand-primary);
}

._outline-button-accent-action_1bqrj_1601 {
  outline-color: var(--brand-primary-action);
}

._outline-button-accent-overlay_1bqrj_1605 {
  outline-color: #8632fb1a;
}

._outline-button-primary_1bqrj_1609 {
  outline-color: var(--neutral-900);
}

._outline-button-primary-action_1bqrj_1613 {
  outline-color: var(--neutral-black);
}

._outline-button-primary-overlay_1bqrj_1617 {
  outline-color: var(--neutral-opacity-black-bk-10);
}

._outline-button-primary-inverse_1bqrj_1621 {
  outline-color: var(--neutral-white);
}

._outline-button-primary-inverse-action_1bqrj_1625 {
  outline-color: var(--neutral-50);
}

._outline-button-primary-inverse-overlay_1bqrj_1629 {
  outline-color: var(--neutral-opacity-white-w-10);
}

._outline-button-secondary_1bqrj_1633 {
  outline-color: var(--neutral-500);
}

._outline-button-secondary-action_1bqrj_1637 {
  outline-color: var(--neutral-600);
}

._outline-button-secondary-overlay_1bqrj_1641 {
  outline-color: var(--neutral-opacity-gray-g-10);
}

._outline-button-danger_1bqrj_1645 {
  outline-color: var(--red-500);
}

._outline-button-danger-action_1bqrj_1649 {
  outline-color: var(--red-600);
}

._outline-button-danger-overlay_1bqrj_1653 {
  outline-color: #fa4d561a;
}

._outline-button-transp-blur_1bqrj_1657 {
  outline-color: var(--neutral-opacity-gray-g-01);
}

._outline-button-transp-border_1bqrj_1661 {
  outline-color: var(--neutral-opacity-gray-g-30);
}

._outline-button-on-color_1bqrj_1665 {
  outline-color: var(--neutral-white);
}

._outline-button-on-color-inverse_1bqrj_1669 {
  outline-color: var(--neutral-black);
}

._outline-button-static-black_1bqrj_1673 {
  outline-color: var(--neutral-900);
}

._outline-button-static-black-action_1bqrj_1677 {
  outline-color: var(--neutral-black);
}

._outline-button-static-black-subtle-light_1bqrj_1681 {
  outline-color: var(--neutral-opacity-black-bk-05);
}

._outline-button-static-black-subtle_1bqrj_1681 {
  outline-color: var(--neutral-opacity-black-bk-10);
}

._outline-button-static-black-subtle-thick_1bqrj_1689 {
  outline-color: var(--neutral-opacity-black-bk-20);
}

._outline-button-static-white_1bqrj_1693 {
  outline-color: var(--neutral-white);
}

._outline-button-static-white-action_1bqrj_1697 {
  outline-color: var(--neutral-50);
}

._outline-button-static-white-subtle-light_1bqrj_1701 {
  outline-color: var(--neutral-opacity-white-w-10);
}

._outline-button-static-white-subtle_1bqrj_1701 {
  outline-color: var(--neutral-opacity-white-w-15);
}

._outline-button-static-white-subtle-thick_1bqrj_1709 {
  outline-color: var(--neutral-opacity-white-w-25);
}

._outline-button-disabled-text-icon_1bqrj_1713 {
  outline-color: var(--neutral-opacity-gray-g-60);
}

._outline-button-disabled-surface_1bqrj_1717, ._outline-button-disabled-border_1bqrj_1721 {
  outline-color: var(--neutral-opacity-gray-g-20);
}

._outline-interaction-accent_1bqrj_1725 {
  outline-color: var(--brand-primary);
}

._outline-interaction-accent-action_1bqrj_1729 {
  outline-color: var(--brand-primary-action);
}

._outline-interaction-accent-overlay_1bqrj_1733 {
  outline-color: var(--brand-primary-overlay);
}

._outline-interaction-strongest_1bqrj_1737 {
  outline-color: var(--neutral-900);
}

._outline-interaction-strongest-action_1bqrj_1741 {
  outline-color: var(--neutral-black);
}

._outline-interaction-stronger_1bqrj_1745 {
  outline-color: var(--neutral-700);
}

._outline-interaction-stronger-action_1bqrj_1749 {
  outline-color: var(--neutral-800);
}

._outline-interaction-strong_1bqrj_1737 {
  outline-color: var(--neutral-500);
}

._outline-interaction-strong-action_1bqrj_1757 {
  outline-color: var(--neutral-600);
}

._outline-interaction-moderate_1bqrj_1761 {
  outline-color: var(--neutral-300);
}

._outline-interaction-moderate-action_1bqrj_1765 {
  outline-color: var(--neutral-400);
}

._outline-interaction-weak_1bqrj_1769 {
  outline-color: var(--neutral-100);
}

._outline-interaction-weak-action_1bqrj_1773 {
  outline-color: var(--neutral-200);
}

._outline-interaction-weaker_1bqrj_1777 {
  outline-color: var(--neutral-50);
}

._outline-interaction-weaker-action_1bqrj_1781 {
  outline-color: var(--neutral-100);
}

._outline-interaction-weakest_1bqrj_1785 {
  outline-color: var(--neutral-white);
}

._outline-interaction-weakest-action_1bqrj_1789 {
  outline-color: var(--neutral-50);
}

._outline-interaction-transp_1bqrj_1793 {
  outline-color: var(--neutral-opacity-transparent);
}

._outline-interaction-transp-blur_1bqrj_1797 {
  outline-color: var(--neutral-opacity-gray-g-01);
}

._outline-interaction-transp-overlay-weak_1bqrj_1801 {
  outline-color: var(--neutral-opacity-gray-g-05);
}

._outline-interaction-transp-overlay_1bqrj_1801 {
  outline-color: var(--neutral-opacity-gray-g-10);
}

._outline-interaction-danger_1bqrj_1809 {
  outline-color: var(--red-500);
}

._outline-interaction-danger-action_1bqrj_1813 {
  outline-color: var(--red-600);
}

._outline-interaction-danger-overlay_1bqrj_1817 {
  outline-color: #fa4d561a;
}

._outline-interaction-placeholder_1bqrj_1821 {
  outline-color: var(--neutral-400);
}

._outline-interaction-read-only_1bqrj_1825 {
  outline-color: var(--neutral-600);
}

._outline-interaction-text-icon_1bqrj_1829 {
  outline-color: var(--neutral-400);
}

._outline-interaction-text-icon--selected_1bqrj_1833 {
  outline-color: var(--neutral-600);
}

._outline-interaction-surface_1bqrj_1837 {
  outline-color: var(--neutral-100);
}

._outline-interaction-border_1bqrj_1841 {
  outline-color: var(--neutral-300);
}

._outline-system-accent_1bqrj_1845 {
  outline-color: var(--brand-primary);
}

._outline-system-accent-weak_1bqrj_1849 {
  outline-color: var(--purple-50);
}

._outline-system-danger_1bqrj_1853 {
  outline-color: var(--red-500);
}

._outline-system-danger-weak_1bqrj_1857 {
  outline-color: var(--red-50);
}

._outline-system-positive_1bqrj_1861 {
  outline-color: var(--green-500);
}

._outline-system-positive-weak_1bqrj_1865 {
  outline-color: var(--green-50);
}

._outline-system-suffle_1bqrj_1869 {
  outline-color: var(--yellow-700);
}

._outline-system-suffle-weak_1bqrj_1873 {
  outline-color: var(--yellow-50);
}

._outline-surface-surface-clear_1bqrj_1877 {
  outline-color: var(--neutral-white);
}

._outline-surface-surface-level-01_1bqrj_1881 {
  outline-color: var(--neutral-50);
}

._outline-surface-surface-level-02_1bqrj_1885 {
  outline-color: var(--neutral-200);
}

._outline-surface-surface-level-03_1bqrj_1889 {
  outline-color: var(--neutral-400);
}

._outline-surface-surface-level-04_1bqrj_1893 {
  outline-color: var(--neutral-600);
}

._outline-surface-surface-level-05_1bqrj_1897 {
  outline-color: var(--neutral-800);
}

._outline-surface-surface-inverse_1bqrj_1901 {
  outline-color: var(--neutral-black);
}

._outline-surface-surface-accent-primary_1bqrj_1905 {
  outline-color: var(--brand-primary);
}

._outline-surface-surface-accent-secondary_1bqrj_1909 {
  outline-color: var(--brand-secondary);
}

._outline-surface-surface-disabled_1bqrj_1913 {
  outline-color: var(--neutral-100);
}

._outline-border-border-contrast_1bqrj_1917 {
  outline-color: var(--neutral-black);
}

._outline-border-border-weakest_1bqrj_1921 {
  outline-color: var(--neutral-100);
}

._outline-border-border-weaker_1bqrj_1925 {
  outline-color: var(--neutral-200);
}

._outline-border-border-weak_1bqrj_1921 {
  outline-color: var(--neutral-300);
}

._outline-border-border-strong_1bqrj_1933 {
  outline-color: var(--neutral-400);
}

._outline-border-border-stronger_1bqrj_1937 {
  outline-color: var(--neutral-500);
}

._outline-border-border-strongest_1bqrj_1941 {
  outline-color: var(--neutral-600);
}

._outline-border-border-level-01_1bqrj_1945 {
  outline-color: var(--neutral-opacity-gray-g-10);
}

._outline-border-border-level-02_1bqrj_1949 {
  outline-color: var(--neutral-opacity-gray-g-20);
}

._outline-border-border-level-03_1bqrj_1953 {
  outline-color: var(--neutral-opacity-gray-g-30);
}

._outline-border-border-level-04_1bqrj_1957 {
  outline-color: var(--neutral-opacity-gray-g-40);
}

._outline-border-border-level-05_1bqrj_1961 {
  outline-color: var(--neutral-opacity-gray-g-50);
}

._outline-border-border-inverse_1bqrj_1965 {
  outline-color: var(--neutral-white);
}

._outline-border-border-accent-primary_1bqrj_1969 {
  outline-color: var(--brand-primary);
}

._outline-border-border-accent-secondary_1bqrj_1973 {
  outline-color: var(--brand-secondary);
}

._outline-border-border-static-white-primary_1bqrj_1977 {
  outline-color: var(--neutral-white);
}

._outline-border-border-static-white-secondary_1bqrj_1981 {
  outline-color: var(--neutral-opacity-white-w-80);
}

._outline-border-border-static-white-tertiary_1bqrj_1985 {
  outline-color: var(--neutral-opacity-white-w-50);
}

._outline-border-border-static-black-primary_1bqrj_1989 {
  outline-color: var(--neutral-black);
}

._outline-border-border-static-black-secondary_1bqrj_1993 {
  outline-color: var(--neutral-opacity-black-bk-80);
}

._outline-border-border-static-black-tertiary_1bqrj_1997 {
  outline-color: var(--neutral-opacity-black-bk-50);
}

._outline-background-bg-default_1bqrj_2001 {
  outline-color: var(--neutral-white);
}

._outline-background-bg-inverse_1bqrj_2005 {
  outline-color: var(--neutral-black);
}

._outline-background-bg-level-01_1bqrj_2009 {
  outline-color: var(--neutral-50);
}

._outline-background-bg-level-02_1bqrj_2013 {
  outline-color: var(--neutral-100);
}

._outline-background-bg-level-03_1bqrj_2017 {
  outline-color: var(--neutral-200);
}

._outline-background-bg-dimmed-deep_1bqrj_2021 {
  outline-color: var(--neutral-opacity-black-bk-70);
}

/*# sourceMappingURL=a63dd8bbeba47c8e.css.map*/