@font-face {
  font-family: ALPH;
  font-display: swap;
  src:
    url('/fonts/Alph-Light.woff2') format('woff2'),
    url('/fonts/Alph-Light.otf') format('opentype');
  font-weight: 200;
}

@font-face {
  font-family: ALPH;
  font-display: swap;
  src:
    url('/fonts/Alph-Light.woff2') format('woff2'),
    url('/fonts/Alph-Light.otf') format('opentype');
  font-weight: 300;
}

@font-face {
  font-family: ALPH;
  font-display: swap;
  src:
    url('/fonts/Alph-Regular.woff2') format('woff2'),
    url('/fonts/Alph-Regular.otf') format('opentype');
  font-weight: 400;
}

@font-face {
  font-family: ALPH;
  font-display: swap;
  src:
    url('/fonts/Alph-Medium.woff2') format('woff2'),
    url('/fonts/Alph-Medium.otf') format('opentype');
  font-weight: 500;
}

@font-face {
  font-family: ALPH;
  font-display: swap;
  src:
    url('/fonts/Alph-SemiBold.woff2') format('woff2'),
    url('/fonts/Alph-SemiBold.otf') format('opentype');
  font-weight: 600;
}

@font-face {
  font-family: ALPH;
  font-display: swap;
  src:
    url('/fonts/Alph-SemiBold.woff2') format('woff2'),
    url('/fonts/Alph-SemiBold.otf') format('opentype');
  font-weight: 700;
}

@font-face {
  font-family: ALPH;
  font-display: swap;
  src:
    url('/fonts/Alph-SemiBold.woff2') format('woff2'),
    url('/fonts/Alph-SemiBold.otf') format('opentype');
  font-weight: 800;
}

@font-face {
  font-family: MiSans;
  src:
    url('/fonts/MiSans/MiSans-Regular.woff2') format('woff2'),
    url('/fonts/MiSans/MiSans-Regular.woff') format('woff'),
    url('/fonts/MiSans/MiSans-Regular.otf') format('opentype'),
    url('/fonts/MiSans/MiSans-Regular.ttf') format('truetype');
  font-weight: 400;
}

html body {
  font-family: ALPH;
}

:root {
  /** Token **/
  --primary-green-110: #9fffc8;
  --primary-green-100: #73fcae;
  --primary-green-80: rgba(115, 252, 174, 0.8);
  --primary-green-60: rgba(115, 252, 174, 0.6);
  --primary-green-30: rgba(115, 252, 174, 0.3);
  --primary-green-20: rgba(115, 252, 174, 0.2);
  --primary-green-15: rgba(115, 252, 174, 0.15);
  --primary-green-10: rgba(115, 252, 174, 0.1);
  --primary-green-5: rgba(115, 252, 174, 0.05);
  --complementary-green-110: #079e6e;
  --complementary-green-100: #0abe82;
  --complementary-green-80: rgba(10, 190, 130, 0.8);
  --complementary-green-60: rgba(10, 190, 130, 0.6);
  --complementary-green-40: rgba(10, 190, 130, 0.4);
  --complementary-green-20: rgba(10, 190, 130, 0.2);
  --complementary-green-12: rgba(10, 190, 130, 0.12);
  --complementary-green-8: rgba(10, 190, 130, 0.08);
  --complementary-red-110: #cc3a47;
  --complementary-red-100: #f04b55;
  --complementary-red-80: rgba(240, 75, 85, 0.8);
  --complementary-red-60: rgba(240, 75, 85, 0.6);
  --complementary-red-40: rgba(240, 75, 85, 0.4);
  --complementary-red-20: rgba(240, 75, 85, 0.2);
  --complementary-red-12: rgba(240, 75, 85, 0.12);
  --complementary-red-8: rgba(240, 75, 85, 0.08);
  --warning-yellow-110: #e6a415;
  --warning-yellow-100: #ffb617;
  --warning-yellow-80: rgba(255, 182, 23, 0.8);
  --warning-yellow-60: rgba(255, 182, 23, 0.6);
  --warning-yellow-40: rgba(255, 182, 23, 0.4);
  --warning-yellow-20: rgba(255, 182, 23, 0.2);
  --warning-yellow-12: rgba(255, 182, 23, 0.12);
  --warning-yellow-8: rgba(255, 182, 23, 0.08);
  --cover: #fff;
  --cover-2: rgba(255, 255, 255, 0.02);
  --cover-4: rgba(255, 255, 255, 0.04);
  --cover-8: rgba(255, 255, 255, 0.08);
  --cover-12: rgba(255, 255, 255, 0.12);
  --cover-16: rgba(255, 255, 255, 0.16);
  --text: #fff;
  --text-20: rgba(255, 255, 255, 0.2);
  --text-30: rgba(255, 255, 255, 0.3);
  --text-40: rgba(255, 255, 255, 0.4);
  --text-60: rgba(255, 255, 255, 0.6);
  --text-100: #fff;
  --text-emphasize: #232832;
  --background-overlay: #232832;
  --background-background: #121414;
  --divider: #fff;
  --divider-3: rgba(255, 255, 255, 0.03);
  --divider-4: rgba(255, 255, 255, 0.04);
  --divider-6: rgba(255, 255, 255, 0.06);
  --divider-8: rgba(255, 255, 255, 0.08);
  --divider-9: rgba(255, 255, 255, 0.09);
  --divider-12: rgba(255, 255, 255, 0.12);
  --divider-16: rgba(255, 255, 255, 0.16);
  --icon: #fff;
  --icon-30: rgba(255, 255, 255, 0.3);
  --icon-40: rgba(255, 255, 255, 0.4);
  --icon-60: rgba(255, 255, 255, 0.6);
  --icon-100: #fff;
  --mask: #000;
  --mask-80: rgba(0, 0, 0, 0.8);
  --mask-60: rgba(0, 0, 0, 0.6);
  --bullet-layer-1: #1e2020;
  --bullet-layer-2: #2f3232;
  --bullet-layer-3: #fff;

  /** Font **/
  --font-family: alph;
  --font-size-12: 12px;
  --font-size-14: 14px;
  --font-size-16: 16px;
  --font-size-18: 18px;
  --font-size-20: 20px;
  --font-size-24: 24px;
  --font-size-28: 28px;
  --font-size-36: 36px;
  --font-size-48: 48px;
  --font-size-56: 56px;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 600;

  /** Space **/
  --spacing-unit: 8px;

  /** ZIndex **/
  --fix-z-index: 1100;
  --drawer-z-index: 1200;
  --modal-z-index: 1300;
  --notice-z-index: 1400;
  --tooltip-z-index: 1500;
}

html,
body {
  max-width: 100vw;
  min-height: 100vh;

  /* overflow-x: hidden; */
  background: var(--background-background);
}

body {
  font-family: var(--font-family);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overscroll-behavior: none;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

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

li {
  list-style: none;
}

em {
  font-style: normal;
}

/* 整个滚动条 */
::-webkit-scrollbar {
  width: 3px;
  height: 6px;
  background: transparent;
}

::-webkit-scrollbar-thumb {
  display: block;
  height: 60px;
  border-radius: 6px;
  background: rgba(190, 198, 205, 0.4);
}

.balls-container{max-width:360px;min-width:300px;width:100%;height:250px;background-color:rgba(0,0,0,0);overflow:hidden}@media screen and (max-width: 1199px){.balls-container{width:calc(100% - 32px);max-width:calc(100% - 32px);min-width:300px;height:165px}}@media screen and (max-width: 767px){.balls-container{height:250px}}.ball{fill:radial-gradient(circle, rgb(255, 255, 255) 10%, rgba(0, 0, 0, 0.3) 90%);filter:blur(0) drop-shadow(0 0 20px rgb(255, 255, 255));stroke-width:1;stroke:rgba(0,0,0,0);-webkit-clip-path:circle(50%);clip-path:circle(50%);cursor:pointer}.ball:hover{stroke-width:2;stroke:#fff}.ball-title{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;color:var(--text)}.ball-title .title{font-size:var(--font-size-12);line-height:130%;font-family:ALPH;font-weight:var(--font-weight-regular);color:var(--text-60)}.ball-title .volume{font-size:var(--font-size-12);line-height:130%;font-family:ALPH;font-weight:var(--font-weight-medium);color:var(--text-100)}.ball-largest{fill:radial-gradient(circle, rgb(115, 252, 174) 10%, rgba(115, 252, 174, 0.3) 90%);filter:blur(0) drop-shadow(0 0 20px rgb(115, 252, 174));stroke-width:1;stroke:rgba(0,0,0,0)}.ball-largest:hover{stroke-width:2;stroke:var(--primary-green-100)}.ball-largest+foreignObject .ball-title{color:var(--primary-green-100)}.ball-largest+foreignObject .ball-title .title{color:var(--primary-green-100)}.ball-largest+foreignObject .ball-title .volume{font-size:var(--font-size-16);line-height:130%;font-family:ALPH;color:var(--primary-green-100)}.ball-level5+foreignObject .ball-title .volume{font-size:var(--font-size-16);line-height:130%;font-family:ALPH}.ball-level4+foreignObject .ball-title .volume{font-size:var(--font-size-14);line-height:130%;font-family:ALPH}.ball-level3+foreignObject .ball-title .volume{font-size:var(--font-size-12);line-height:130%;font-family:ALPH}.ball-level2+foreignObject .ball-title .title{font-size:10px}.ball-level2+foreignObject .ball-title .volume{font-size:10px}.ball-level1+foreignObject .ball-title .title{font-size:8px}.ball-level1+foreignObject .ball-title .volume{font-size:10px}
.Message_messageBox__RCrLn{position:fixed;left:50%;transform:translate(-50%, -50%);padding:calc(2*var(--spacing-unit));border-radius:calc(1*var(--spacing-unit));background:var(--bullet-layer-3);box-shadow:0 0 1px 0 rgba(0,0,0,.1),0 4px 24px 0 rgba(0,0,0,.06);z-index:var(--notice-z-index);min-width:130px;max-width:400px}@media screen and (max-width: 767px){.Message_messageBox__RCrLn{width:100%;max-width:90vw}}.Message_messageBox__RCrLn .Message_moreContent__RFoA9{font-size:var(--font-size-16);line-height:130%;font-family:ALPH;margin-top:calc(1*var(--spacing-unit));margin-right:calc(3.5*var(--spacing-unit))}.Message_messageBox__RCrLn .Message_moreContent__RFoA9 a{text-decoration:underline;cursor:pointer;color:var(--complementary-green-100)}.Message_messageBody__i3gxk{display:flex;justify-content:space-between;align-items:flex-start;gap:calc(1*var(--spacing-unit))}.Message_messageContent__TpmWk{flex:1 1;display:flex;gap:calc(1*var(--spacing-unit));white-space:pre-line}.Message_messageIcon__cN3ze{width:20px;height:20px;display:flex;justify-content:center;align-items:center;border-radius:50%;flex-shrink:0}.Message_messageIcon__cN3ze svg path{fill:currentcolor}.Message_messageIcon__cN3ze.Message_success__PMDeX{color:var(--complementary-green-100)}.Message_messageIcon__cN3ze.Message_error__Clp0M{color:var(--complementary-red-100)}.Message_messageIcon__cN3ze.Message_info__zVXbw{color:var(--text-emphasize)}.Message_messageIcon__cN3ze.Message_warning__XU98I{color:var(--warning-yellow-100)}.Message_messageInfo__c_3t4{display:flex;flex-direction:column;gap:calc(1*var(--spacing-unit))}.Message_messageTitle__1Lv_w{color:var(--text-emphasize);font-size:var(--font-size-16);line-height:130%;font-family:ALPH;font-weight:var(--font-weight-bold)}.Message_messageCloseBtn__WAWD8{display:flex;width:16px;height:16px;justify-content:center;align-items:center;cursor:pointer;flex-shrink:0;color:var(--background-background)}
.HeaderLayout_header__ORX2F{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0 calc(3*var(--spacing-unit));height:calc(8*var(--spacing-unit));background:linear-gradient(var(--cover-2), var(--cover-2)),var(--background-background);width:100%;position:-webkit-sticky;position:sticky;top:0;z-index:var(--fix-z-index)}@media screen and (max-width: 767px){.HeaderLayout_header__ORX2F{height:calc(6*var(--spacing-unit));padding:0 calc(1.5*var(--spacing-unit))}}.HeaderLayout_header__ORX2F .HeaderLayout_leftSection__aOavr{width:max-content;display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.HeaderLayout_header__ORX2F .HeaderLayout_leftSection__aOavr .HeaderLayout_logo__hvZPk{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;cursor:pointer}.HeaderLayout_header__ORX2F .HeaderLayout_leftSection__aOavr .HeaderLayout_logo__hvZPk img{height:calc(4.5*var(--spacing-unit));margin-right:calc(0.5*var(--spacing-unit))}@media screen and (max-width: 767px){.HeaderLayout_header__ORX2F .HeaderLayout_leftSection__aOavr .HeaderLayout_logo__hvZPk img{height:calc(3*var(--spacing-unit))}}.HeaderLayout_header__ORX2F .HeaderLayout_leftSection__aOavr .HeaderLayout_logo__hvZPk span{font-size:var(--font-size-18);line-height:130%;font-family:ALPH;font-weight:var(--font-weight-regular);color:var(--text)}@media screen and (max-width: 767px){.HeaderLayout_header__ORX2F .HeaderLayout_leftSection__aOavr .HeaderLayout_logo__hvZPk span{display:none}}.HeaderLayout_header__ORX2F .HeaderLayout_leftSection__aOavr .HeaderLayout_nav__KUyU3{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:calc(2.5*var(--spacing-unit));margin:0 calc(3*var(--spacing-unit))}.HeaderLayout_header__ORX2F .HeaderLayout_leftSection__aOavr .HeaderLayout_nav__KUyU3 .HeaderLayout_navLink__LIeFq{text-decoration:none;color:var(--text);font-size:var(--font-size-16);line-height:130%;font-family:ALPH;font-weight:var(--font-weight-regular)}.HeaderLayout_header__ORX2F .HeaderLayout_leftSection__aOavr .HeaderLayout_nav__KUyU3 .HeaderLayout_navLink__LIeFq:hover{color:var(--primary-green-100);font-weight:var(--font-weight-medium)}.HeaderLayout_header__ORX2F .HeaderLayout_leftSection__aOavr .HeaderLayout_nav__KUyU3 .HeaderLayout_navLink__LIeFq.HeaderLayout_active__WEa2p{color:var(--primary-green-100);font-weight:var(--font-weight-medium)}@media screen and (max-width: 1199px){.HeaderLayout_header__ORX2F .HeaderLayout_leftSection__aOavr .HeaderLayout_nav__KUyU3{display:none}}.HeaderLayout_header__ORX2F .HeaderLayout_rightSection__1Xb_G{flex:1 1;display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:calc(1.5*var(--spacing-unit))}@media screen and (max-width: 767px){.HeaderLayout_header__ORX2F .HeaderLayout_rightSection__1Xb_G{gap:calc(1*var(--spacing-unit))}}.HeaderLayout_header__ORX2F .HeaderLayout_rightSection__1Xb_G .HeaderLayout_search___ftuo{display:none;cursor:pointer;background:var(--cover-4);border-radius:calc(1*var(--spacing-unit));padding:calc(1*var(--spacing-unit))}.HeaderLayout_header__ORX2F .HeaderLayout_rightSection__1Xb_G .HeaderLayout_search___ftuo svg{display:flex;flex-direction:row;justify-content:center;align-items:center}@media screen and (max-width: 1199px){.HeaderLayout_header__ORX2F .HeaderLayout_rightSection__1Xb_G .HeaderLayout_search___ftuo{display:flex;flex-direction:row;justify-content:center;align-items:center}.HeaderLayout_header__ORX2F .HeaderLayout_rightSection__1Xb_G .HeaderLayout_search___ftuo svg{width:calc(3*var(--spacing-unit));height:calc(3*var(--spacing-unit))}}@media screen and (max-width: 767px){.HeaderLayout_header__ORX2F .HeaderLayout_rightSection__1Xb_G .HeaderLayout_search___ftuo{display:flex;flex-direction:row;justify-content:center;align-items:center}.HeaderLayout_header__ORX2F .HeaderLayout_rightSection__1Xb_G .HeaderLayout_search___ftuo svg{width:calc(2.5*var(--spacing-unit));height:calc(2.5*var(--spacing-unit))}}
.FooterLayout_footer__uXb_S{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0 calc(3*var(--spacing-unit));height:calc(5*var(--spacing-unit));background:linear-gradient(var(--cover-8), var(--cover-8)),var(--background-background);position:fixed;left:0;right:0;bottom:0;z-index:var(--fix-z-index)}@media screen and (max-width: 767px){.FooterLayout_footer__uXb_S{padding:12px}}.FooterLayout_footer__uXb_S .FooterLayout_leftNavs___1wWO{display:flex;align-items:center;gap:16px}.FooterLayout_footer__uXb_S .FooterLayout_leftNavs___1wWO .FooterLayout_navItem__LKlmc{position:relative;width:-moz-fit-content;width:fit-content;display:flex;align-items:center;padding:0 6px;font-weight:400;font-size:12px;color:var(--text-60);cursor:pointer}.FooterLayout_footer__uXb_S .FooterLayout_leftNavs___1wWO .FooterLayout_navItem__LKlmc .FooterLayout_dot__bhgEv{position:absolute;top:2px;right:0;display:block;width:6px;height:6px;background:var(--complementary-red-100, #f04b55);border-radius:50%}.FooterLayout_footer__uXb_S .FooterLayout_leftNavs___1wWO .FooterLayout_navItem__LKlmc::after{content:"";display:block;position:absolute;right:-8px;top:0;bottom:0;margin:auto;width:1px;height:15px;background-color:var(--light-divider-8, rgba(255, 255, 255, 0.0784313725))}.FooterLayout_footer__uXb_S .FooterLayout_leftNavs___1wWO .FooterLayout_navItem__LKlmc:last-of-type::after{display:none}.FooterLayout_footer__uXb_S .FooterLayout_leftNavs___1wWO .FooterLayout_navItem__LKlmc span{margin-left:4px}.FooterLayout_footer__uXb_S .FooterLayout_leftNavs___1wWO .FooterLayout_navItem__LKlmc:hover:not(.FooterLayout_text__3ZgBB),.FooterLayout_footer__uXb_S .FooterLayout_leftNavs___1wWO .FooterLayout_navItem__LKlmc.FooterLayout_active__EpS1g{color:var(--text-100)}.FooterLayout_footer__uXb_S .FooterLayout_leftNavs___1wWO .FooterLayout_navItem__LKlmc:hover:not(.FooterLayout_text__3ZgBB) svg path,.FooterLayout_footer__uXb_S .FooterLayout_leftNavs___1wWO .FooterLayout_navItem__LKlmc.FooterLayout_active__EpS1g svg path{fill-opacity:1}.FooterLayout_footer__uXb_S .FooterLayout_leftNavs___1wWO .FooterLayout_navItem__LKlmc.FooterLayout_text__3ZgBB{cursor:text}.FooterLayout_footer__uXb_S .FooterLayout_rightNavs__x7LYB{flex:1 1;display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:calc(3*var(--spacing-unit))}.FooterLayout_footer__uXb_S .FooterLayout_rightNavs__x7LYB .FooterLayout_navItem__LKlmc{min-width:calc(1.25*var(--spacing-unit));min-height:calc(1.25*var(--spacing-unit));display:flex;flex-direction:row;justify-content:flex-start;align-items:center;color:var(--text-60);cursor:pointer;font-size:var(--font-size-12);line-height:150%;font-family:ALPH;font-weight:var(--font-weight-regular)}.FooterLayout_footer__uXb_S .FooterLayout_rightNavs__x7LYB .FooterLayout_navItem__LKlmc p{display:inline;margin-left:calc(0.5*var(--spacing-unit))}@media screen and (max-width: 767px){.FooterLayout_footer__uXb_S .FooterLayout_rightNavs__x7LYB .FooterLayout_navItem__LKlmc p{display:none}}.FooterLayout_footer__uXb_S .FooterLayout_rightNavs__x7LYB .FooterLayout_navItem__LKlmc:hover svg path{fill:var(--icon-100);fill-opacity:1}.FooterLayout_footer__uXb_S .FooterLayout_rightNavs__x7LYB .FooterLayout_navItem__LKlmc:hover p{color:var(--text)}.FooterLayout_footer__uXb_S .FooterLayout_rightNavs__x7LYB .FooterLayout_socialMediaWrap__ilw7s{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:calc(2*var(--spacing-unit))}.FooterLayout_footer__uXb_S .FooterLayout_rightNavs__x7LYB .FooterLayout_socialMediaWrap__ilw7s .FooterLayout_navItem__LKlmc{width:20px;height:20px;border-radius:50%;background-color:var(--cover-4)}.FooterLayout_footer__uXb_S .FooterLayout_rightNavs__x7LYB .FooterLayout_socialMediaWrap__ilw7s .FooterLayout_navItem__LKlmc svg{width:20px;height:20px}.FooterLayout_footer__uXb_S .FooterLayout_rightNavs__x7LYB .FooterLayout_socialMediaWrap__ilw7s .FooterLayout_navItem__LKlmc svg path{fill:var(--icon-60);fill-opacity:1}.FooterLayout_footer__uXb_S .FooterLayout_rightNavs__x7LYB .FooterLayout_socialMediaWrap__ilw7s .FooterLayout_navItem__LKlmc:hover svg path{fill:var(--icon-100);fill-opacity:1}.FooterLayout_footer__uXb_S .FooterLayout_rightNavs__x7LYB .FooterLayout_balance__cf_p7{color:var(--text);font-size:var(--font-size-12);line-height:150%;font-family:ALPH;font-weight:var(--font-weight-medium);display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:calc(0.5*var(--spacing-unit))}
.CommonButton_sm__Lrfsy{padding:0 calc(1.5*var(--spacing-unit));height:calc(4.5*var(--spacing-unit))}.CommonButton_md___iHCn{padding:0 calc(2*var(--spacing-unit));height:calc(6*var(--spacing-unit))}.CommonButton_primary__bfMhw{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:calc(1*var(--spacing-unit)) calc(1.5*var(--spacing-unit));background:var(--primary-green-100);border:none;border-radius:calc(1*var(--spacing-unit));cursor:pointer;width:-moz-fit-content;width:fit-content}.CommonButton_primary__bfMhw .CommonButton_text__rScpU{color:var(--text-emphasize);font-weight:var(--font-weight-medium);font-size:var(--font-size-14);line-height:130%;font-family:ALPH}.CommonButton_primary__bfMhw .CommonButton_icon___hAo_{margin-right:calc(0.5*var(--spacing-unit));display:flex;flex-direction:row;justify-content:center;align-items:center}@media screen and (max-width: 767px){.CommonButton_primary__bfMhw .CommonButton_text__rScpU{font-size:var(--font-size-14);line-height:130%;font-family:ALPH}}.CommonButton_primary__bfMhw:hover{background:var(--primary-green-110)}.CommonButton_primary__bfMhw:active{opacity:.8}.CommonButton_primary__bfMhw:disabled{opacity:.4;cursor:not-allowed}.CommonButton_primary__bfMhw:disabled:hover{background:var(--primary-green-100)}.CommonButton_primary__bfMhw .CommonButton_icon___hAo_ svg path{fill:var(--text-emphasize)}.CommonButton_danger__2T2Cy{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:calc(1*var(--spacing-unit)) calc(1.5*var(--spacing-unit));background:var(--complementary-red-100);border:none;border-radius:calc(1*var(--spacing-unit));cursor:pointer;width:-moz-fit-content;width:fit-content}.CommonButton_danger__2T2Cy .CommonButton_text__rScpU{color:var(--text-emphasize);font-weight:var(--font-weight-medium);font-size:var(--font-size-14);line-height:130%;font-family:ALPH}.CommonButton_danger__2T2Cy .CommonButton_icon___hAo_{margin-right:calc(0.5*var(--spacing-unit));display:flex;flex-direction:row;justify-content:center;align-items:center}@media screen and (max-width: 767px){.CommonButton_danger__2T2Cy .CommonButton_text__rScpU{font-size:var(--font-size-14);line-height:130%;font-family:ALPH}}.CommonButton_danger__2T2Cy:hover{background:var(--complementary-red-110)}.CommonButton_danger__2T2Cy:active{opacity:.8}.CommonButton_danger__2T2Cy:disabled{opacity:.4;cursor:not-allowed}.CommonButton_danger__2T2Cy:disabled:hover{background:var(--complementary-red-100)}.CommonButton_danger__2T2Cy .CommonButton_icon___hAo_ svg path{fill:var(--text-emphasize)}.CommonButton_default__ys338{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:calc(1*var(--spacing-unit)) calc(1.5*var(--spacing-unit));background:var(--primary-green-10);border:none;border-radius:calc(1*var(--spacing-unit));cursor:pointer;width:-moz-fit-content;width:fit-content}.CommonButton_default__ys338 .CommonButton_text__rScpU{color:var(--primary-green-100);font-weight:var(--font-weight-medium);font-size:var(--font-size-14);line-height:130%;font-family:ALPH}.CommonButton_default__ys338 .CommonButton_icon___hAo_{margin-right:calc(0.5*var(--spacing-unit));display:flex;flex-direction:row;justify-content:center;align-items:center}@media screen and (max-width: 767px){.CommonButton_default__ys338 .CommonButton_text__rScpU{font-size:var(--font-size-14);line-height:130%;font-family:ALPH}}.CommonButton_default__ys338:hover{background:var(--primary-green-20)}.CommonButton_default__ys338:active{background:var(--primary-green-15)}.CommonButton_default__ys338:disabled{opacity:.4;cursor:not-allowed}.CommonButton_default__ys338:disabled:hover{background:var(--primary-green-10)}.CommonButton_default__ys338 svg path{fill:var(--primary-green-100)}.CommonButton_secondary___lCyq{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:calc(1*var(--spacing-unit)) calc(1.5*var(--spacing-unit));background:var(--cover-8);border:none;border-radius:calc(1*var(--spacing-unit));cursor:pointer;width:-moz-fit-content;width:fit-content}.CommonButton_secondary___lCyq .CommonButton_text__rScpU{color:var(--text-60);font-weight:var(--font-weight-medium);font-size:var(--font-size-14);line-height:130%;font-family:ALPH}.CommonButton_secondary___lCyq .CommonButton_icon___hAo_{margin-right:calc(0.5*var(--spacing-unit));display:flex;flex-direction:row;justify-content:center;align-items:center}@media screen and (max-width: 767px){.CommonButton_secondary___lCyq .CommonButton_text__rScpU{font-size:var(--font-size-14);line-height:130%;font-family:ALPH}}.CommonButton_secondary___lCyq:hover{background:var(--cover-16)}.CommonButton_secondary___lCyq:active{background:var(--cover-12)}.CommonButton_secondary___lCyq:disabled{opacity:.4;cursor:not-allowed}.CommonButton_secondary___lCyq:disabled:hover{background:var(--cover-8)}.CommonButton_secondary___lCyq .CommonButton_icon___hAo_ svg path{fill:var(--icon-60);fill-opacity:1}.CommonButton_block__K9pYU{width:100%;display:block}
.DraggableModal_component__URFfe{position:fixed;top:0;left:0;width:100vw;height:100vh;background:var(--mask-60);z-index:var(--modal-z-index)}.DraggableModal_container__C3_az{padding:calc(2*var(--spacing-unit));padding-top:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;border-radius:calc(1*var(--spacing-unit));background:var(--bullet-layer-1);border:1px solid var(--divider-8);box-shadow:0 0 40px 0 rgba(0,0,0,.04),0 64px 64px -48px rgba(0,0,0,.12);position:relative;max-height:calc(100vh - 40px);overflow-y:auto}@media screen and (max-width: 1199px){.DraggableModal_container__C3_az{max-width:708px;width:calc(100vw - 60px) !important;padding:calc(3*var(--spacing-unit));left:50% !important;top:50% !important;transform:translate(-50%, -50%) !important}}@media screen and (max-width: 767px){.DraggableModal_container__C3_az{width:calc(100vw - 32px) !important}}.DraggableModal_container__C3_az.DraggableModal_isDragging__BuXLr{cursor:-webkit-grabbing;cursor:grabbing;opacity:.9;transform:scale(1.01);filter:none;transition:none;will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform-style:preserve-3d}.DraggableModal_header__t8Ezt{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;position:relative;padding-top:8px;min-height:50px;align-items:flex-start}.DraggableModal_header__t8Ezt h2{flex:1 1;color:var(--text-100);font-size:var(--font-size-20);line-height:130%;font-family:ALPH;font-weight:var(--font-weight-medium);margin:0}.DraggableModal_header__t8Ezt .DraggableModal_closeBtn__3nLmT{cursor:pointer;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 767px){.DraggableModal_header__t8Ezt .DraggableModal_closeBtn__3nLmT{width:24px;height:24px}}.DraggableModal_header__t8Ezt .DraggableModal_dragButtonContainer__81Cdq{position:absolute;top:4px;left:50%;transform:translateX(-50%);z-index:10;pointer-events:auto}.DraggableModal_header__t8Ezt .DraggableModal_dragButton__0REMv{width:26px;height:18px;background:none;border:none;cursor:-webkit-grab;cursor:grab;display:flex;align-items:center;justify-content:center;color:var(--text-60);transition:color .2s ease;padding:0}.DraggableModal_header__t8Ezt .DraggableModal_dragButton__0REMv:hover{color:var(--text-100)}.DraggableModal_header__t8Ezt .DraggableModal_dragButton__0REMv:active{cursor:-webkit-grabbing;cursor:grabbing;color:var(--text-80)}.DraggableModal_header__t8Ezt .DraggableModal_dragButton__0REMv svg{width:16px;height:8px}.DraggableModal_content__pXd_g{flex:1 1;padding:24px 0;width:100%;color:var(--text-60);font-size:var(--font-size-14);line-height:130%;font-family:ALPH;font-weight:var(--font-weight-regular);min-height:0}.DraggableModal_btn__vuTiD{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:calc(1.5*var(--spacing-unit))}.DraggableModal_btn__vuTiD button{flex:1 1}
.SimpleTooltip_reference__qdmXY{cursor:pointer}.SimpleTooltip_floating__3WrwL{position:fixed;width:max-content;cursor:pointer;top:0;left:0;z-index:var(--tooltip-z-index)}.SimpleTooltip_float_content__22UUz{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;align-items:flex-start;gap:calc(1*var(--spacing-unit));font-size:var(--font-size-14);line-height:130%;font-family:ALPH;font-weight:var(--font-weight-regular);border-radius:calc(1*var(--spacing-unit));background:var(--bullet-layer-2);color:var(--text-100);word-break:break-word;word-wrap:break-word;max-width:300px}.SimpleTooltip_float_content__22UUz.SimpleTooltip_md__nGnfp{padding:calc(1.5*var(--spacing-unit))}.SimpleTooltip_float_content__22UUz.SimpleTooltip_sm__InFq9{padding:calc(1*var(--spacing-unit))}.SimpleTooltip_float_content__22UUz .SimpleTooltip_title__4m8bE{color:var(--text-60);font-size:var(--font-size-14);line-height:130%;font-family:ALPH;text-align:start}.SimpleTooltip_float_content__22UUz .SimpleTooltip_title__4m8bE.SimpleTooltip_tokenFullName__SQyae{font-family:MiSans}.SimpleTooltip_float_content__22UUz .SimpleTooltip_title__4m8bE.SimpleTooltip_whiteColor__tPIzv{color:var(--text-100)}.SimpleTooltip_float_content__22UUz .SimpleTooltip_desc__FUyDX{color:var(--text-60);font-size:var(--font-size-12);line-height:130%;font-family:ALPH;text-align:start}.SimpleTooltip_float_arrow__8oLXf{position:absolute;width:17px;height:8px;line-height:0}.SimpleTooltip_float_arrow__8oLXf.SimpleTooltip_bottom__2XQtW{transform:rotate(180deg)}.SimpleTooltip_float_arrow__8oLXf.SimpleTooltip_top__HQGSU{transform:rotate(0)}.SimpleTooltip_float_arrow__8oLXf.SimpleTooltip_left__PwK6N{transform:rotate(-90deg)}.SimpleTooltip_float_arrow__8oLXf.SimpleTooltip_right__d8UJr{transform:rotate(90deg)}.SimpleTooltip_float_arrow__8oLXf svg path{fill:var(--bullet-layer-2)}
.Tabs_tabs__AB0CX{display:flex;gap:8px;overflow-x:auto;scroll-behavior:smooth}.Tabs_tabs__AB0CX::-webkit-scrollbar{height:0;width:0;color:rgba(0,0,0,0)}.Tabs_tab__Sonb7{display:flex;flex-direction:row;justify-content:center;align-items:center;font-size:var(--font-size-14);line-height:130%;font-family:ALPH;font-weight:var(--font-weight-regular);white-space:nowrap;color:var(--text-60);padding:calc(1*var(--spacing-unit)) calc(1*var(--spacing-unit));cursor:pointer}.Tabs_tab__Sonb7.Tabs_active__bbLC8{color:var(--text-100);background:var(--cover-4);border-radius:calc(1*var(--spacing-unit));font-weight:var(--font-weight-medium)}.Tabs_alwaysHighlight__JfPS3{color:var(--text-100)}
.HotActions_hotActions__OdY7P{position:relative;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.HotActions_hotActions__OdY7P .HotActions_timeWrapper__NeXRe{height:28px;display:flex;flex-direction:row;justify-content:flex-end;align-items:center;border-radius:4px;border:1px solid var(--light-divider-8, rgba(255, 255, 255, 0.08))}.HotActions_hotActions__OdY7P .HotActions_timeWrapper__NeXRe.HotActions_isPage__m_UCl{margin-right:20px}.HotActions_hotActions__OdY7P .HotActions_timeWrapper__NeXRe .HotActions_timeBtn__QhwWy{width:48px;display:flex;flex-direction:row;justify-content:center;align-items:center;cursor:pointer;font-weight:400;font-style:regular;font-size:12px;line-height:130%;height:100%;color:var(--light-text-30, rgba(255, 255, 255, 0.3019607843))}.HotActions_hotActions__OdY7P .HotActions_timeWrapper__NeXRe .HotActions_timeBtn__QhwWy:not(:last-of-type){border-right:1px solid var(--light-divider-8, rgba(255, 255, 255, 0.0784313725))}.HotActions_hotActions__OdY7P .HotActions_timeWrapper__NeXRe .HotActions_timeBtn__QhwWy.HotActions_active__VlGij{background:var(--light-cover-4, rgba(255, 255, 255, 0.0392156863));color:var(--light-text-100, #fff)}
@keyframes Placeholder_wave__QRyZN{0%{background:linear-gradient(90deg, var(--cover-4), var(--cover-2)),var(--background-background)}50%{background:linear-gradient(90deg, var(--cover-2), var(--cover-4)),var(--background-background)}100%{background:linear-gradient(90deg, var(--cover-4), var(--cover-2)),var(--background-background)}}.Placeholder_placeholder__rvrV3 .Placeholder_item__vWg5b:nth-of-type(1){--delay: 0}.Placeholder_placeholder__rvrV3 .Placeholder_item__vWg5b:nth-of-type(2){--delay: 1}.Placeholder_placeholder__rvrV3 .Placeholder_item__vWg5b:nth-of-type(3){--delay: 2}.Placeholder_placeholder__rvrV3 .Placeholder_item__vWg5b:nth-of-type(4){--delay: 3}.Placeholder_placeholder__rvrV3 .Placeholder_item__vWg5b:nth-of-type(5){--delay: 4}.Placeholder_placeholder__rvrV3 .Placeholder_item__vWg5b:nth-of-type(6){--delay: 5}.Placeholder_placeholder__rvrV3 .Placeholder_item__vWg5b:nth-of-type(7){--delay: 6}.Placeholder_placeholder__rvrV3 .Placeholder_item__vWg5b:nth-of-type(8){--delay: 7}.Placeholder_placeholder__rvrV3 .Placeholder_item__vWg5b:nth-of-type(9){--delay: 8}.Placeholder_placeholder__rvrV3 .Placeholder_item__vWg5b:nth-of-type(10){--delay: 9}.Placeholder_placeholder__rvrV3 .Placeholder_item__vWg5b:nth-of-type(11){--delay: 10}.Placeholder_placeholder__rvrV3 .Placeholder_item__vWg5b:nth-of-type(12){--delay: 11}.Placeholder_placeholder__rvrV3 .Placeholder_item__vWg5b:nth-of-type(13){--delay: 12}.Placeholder_placeholder__rvrV3 .Placeholder_item__vWg5b:nth-of-type(14){--delay: 13}.Placeholder_placeholder__rvrV3 .Placeholder_item__vWg5b:nth-of-type(15){--delay: 14}.Placeholder_placeholder__rvrV3 .Placeholder_item__vWg5b:nth-of-type(16){--delay: 15}.Placeholder_placeholder__rvrV3 .Placeholder_item__vWg5b:nth-of-type(17){--delay: 16}.Placeholder_placeholder__rvrV3 .Placeholder_item__vWg5b:nth-of-type(18){--delay: 17}.Placeholder_placeholder__rvrV3 .Placeholder_item__vWg5b:nth-of-type(19){--delay: 18}.Placeholder_placeholder__rvrV3 .Placeholder_item__vWg5b:nth-of-type(20){--delay: 19}.Placeholder_placeholder__rvrV3 .Placeholder_item__vWg5b:nth-of-type(21){--delay: 20}.Placeholder_placeholder__rvrV3 .Placeholder_item__vWg5b:nth-of-type(22){--delay: 21}.Placeholder_placeholder__rvrV3 .Placeholder_item__vWg5b:nth-of-type(23){--delay: 22}.Placeholder_placeholder__rvrV3 .Placeholder_item__vWg5b:nth-of-type(24){--delay: 23}.Placeholder_placeholder__rvrV3 .Placeholder_item__vWg5b:nth-of-type(25){--delay: 24}.Placeholder_placeholder__rvrV3 .Placeholder_item__vWg5b:nth-of-type(26){--delay: 25}.Placeholder_placeholder__rvrV3 .Placeholder_item__vWg5b:nth-of-type(27){--delay: 26}.Placeholder_placeholder__rvrV3 .Placeholder_item__vWg5b:nth-of-type(28){--delay: 27}.Placeholder_placeholder__rvrV3 .Placeholder_item__vWg5b:nth-of-type(29){--delay: 28}.Placeholder_placeholder__rvrV3 .Placeholder_item__vWg5b:nth-of-type(30){--delay: 29}.Placeholder_placeholder__rvrV3 .Placeholder_item__vWg5b:nth-of-type(31){--delay: 30}.Placeholder_placeholder__rvrV3 .Placeholder_item__vWg5b:nth-of-type(32){--delay: 31}.Placeholder_placeholder__rvrV3 .Placeholder_item__vWg5b:nth-of-type(33){--delay: 32}.Placeholder_placeholder__rvrV3 .Placeholder_item__vWg5b:nth-of-type(34){--delay: 33}.Placeholder_placeholder__rvrV3 .Placeholder_item__vWg5b:nth-of-type(35){--delay: 34}.Placeholder_placeholder__rvrV3 .Placeholder_item__vWg5b:nth-of-type(36){--delay: 35}.Placeholder_placeholder__rvrV3 .Placeholder_item__vWg5b:nth-of-type(37){--delay: 36}.Placeholder_placeholder__rvrV3 .Placeholder_item__vWg5b:nth-of-type(38){--delay: 37}.Placeholder_placeholder__rvrV3 .Placeholder_item__vWg5b:nth-of-type(39){--delay: 38}.Placeholder_placeholder__rvrV3 .Placeholder_item__vWg5b:nth-of-type(40){--delay: 39}.Placeholder_placeholder__rvrV3 .Placeholder_item__vWg5b:nth-of-type(41){--delay: 40}.Placeholder_placeholder__rvrV3 .Placeholder_item__vWg5b:nth-of-type(42){--delay: 41}.Placeholder_placeholder__rvrV3 .Placeholder_item__vWg5b:nth-of-type(43){--delay: 42}.Placeholder_placeholder__rvrV3 .Placeholder_item__vWg5b:nth-of-type(44){--delay: 43}.Placeholder_placeholder__rvrV3 .Placeholder_item__vWg5b:nth-of-type(45){--delay: 44}.Placeholder_placeholder__rvrV3 .Placeholder_item__vWg5b:nth-of-type(46){--delay: 45}.Placeholder_placeholder__rvrV3 .Placeholder_item__vWg5b:nth-of-type(47){--delay: 46}.Placeholder_placeholder__rvrV3 .Placeholder_item__vWg5b:nth-of-type(48){--delay: 47}.Placeholder_placeholder__rvrV3 .Placeholder_item__vWg5b:nth-of-type(49){--delay: 48}.Placeholder_placeholder__rvrV3 .Placeholder_item__vWg5b:nth-of-type(50){--delay: 49}.Placeholder_placeholder__rvrV3{display:flex;flex-direction:column;gap:calc(1*var(--spacing-unit));align-items:stretch}.Placeholder_placeholder__rvrV3 .Placeholder_item__vWg5b{display:flex;height:calc(8*var(--spacing-unit));flex-direction:column;align-items:flex-start;align-self:stretch;border-radius:calc(1*var(--spacing-unit));background:var(--cover-2);animation:Placeholder_wave__QRyZN 1.5s ease-in-out infinite;animation-delay:calc(var(--delay, 0)*.1s)}
.Empty_empty__q_BTY{display:flex;padding:calc(10*var(--spacing-unit)) 0px;flex-direction:column;justify-content:center;align-items:center;gap:calc(2*var(--spacing-unit));align-self:stretch}.Empty_empty__q_BTY .Empty_title__up081{color:var(--text-30);text-align:center;font-size:var(--font-size-14);line-height:130%;font-family:ALPH}.Empty_empty__q_BTY img{width:calc(10*var(--spacing-unit));height:calc(10*var(--spacing-unit))}
.Table_tableBox__eD12l{box-sizing:border-box;margin:0;padding:0;list-style:none}.Table_tableContainer__46sC_{position:relative}.Table_spinner__EPsb0{background-color:var(--cover)}.Table_spinner__EPsb0 svg path{fill:var(--cover)}.Table_subTableContainer__dnMN6{max-height:400px;overflow-y:auto;margin:0;padding:0;box-sizing:border-box;transition:max-height .3s ease-in-out}.Table_subTableContainer__dnMN6 .Table_subTable__ASE78{width:100%;border-collapse:collapse;border-spacing:0;margin:0}.Table_collapsed__SUYRz{max-height:0}.Table_expanded__EQSqs{max-height:400px}.Table_tableExppand__H_aEu{cursor:pointer;display:flex;align-items:center}.Table_tableExppand__H_aEu .Table_tableIcon__oVRN1{display:inline-block;margin-right:4px}.Table_tableContent__bwNMt{scrollbar-gutter:stable;scrollbar-width:none;-ms-overflow-style:none;cursor:-webkit-grab;cursor:grab}.Table_tableContent__bwNMt::-webkit-scrollbar{display:none}.Table_tableContent__bwNMt:active{cursor:-webkit-grabbing;cursor:grabbing}.Table_tableContent__bwNMt.Table_dragging__G1xtx{cursor:-webkit-grabbing;cursor:grabbing;-webkit-user-select:none;-moz-user-select:none;user-select:none}.Table_tableContent__bwNMt.Table_dragging__G1xtx *{-webkit-user-select:none;-moz-user-select:none;user-select:none}.Table_tableComponent__uPaLv{width:100%;text-align:left;border-collapse:separate;border-spacing:0}.Table_theadComponent__BxprL,.Table_tbodyComponent__wRIdD{box-sizing:border-box}.Table_trComponent__vZcre{display:table-row}.Table_thComponent__KPn9g,.Table_tdComponent__HjxoE{position:relative;box-sizing:border-box;white-space:normal;word-break:break-word;border-top:0;border-left:0;transition:box-shadow .3;background:var(--background-background);cursor:pointer}.Table_thComponent__KPn9g{padding:calc(1.25*var(--spacing-unit)) calc(1.5*var(--spacing-unit));background:linear-gradient(var(--cover-2), var(--cover-2)),var(--background-background);color:var(--text-30);border-bottom:1px solid var(--divider-4);font-size:var(--font-size-12);line-height:130%;font-family:ALPH}.Table_thComponent__KPn9g .Table_thBox___wFfm{display:inline-flex;align-items:center;vertical-align:middle}.Table_tdComponent__HjxoE{padding:calc(1.5*var(--spacing-unit));min-height:calc(8*var(--spacing-unit));color:var(--text);background:linear-gradient(var(--cover-2), var(--cover-2)),var(--background-background);border-bottom:1px solid var(--divider-3);font-size:var(--font-size-14);line-height:130%;font-family:ALPH;font-weight:var(--font-weight-medium)}.Table_fix-left__k6LoJ,.Table_fix-right__QqeLo{z-index:2}.Table_fix-left-first__vK2IR::after,.Table_fix-left-last__dRz0N::after{position:absolute;top:0;right:-1px;bottom:-1px;width:20px;transform:translateX(100%);transition:box-shadow .3s;content:"";pointer-events:none}.Table_fix-right-first__LK47Z::after,.Table_fix-right-last___z8JQ::after{position:absolute;top:0;bottom:-1px;left:-1px;width:20px;transform:translateX(-100%);transition:box-shadow .3s;content:"";pointer-events:none}.Table_pinged-left__r5ZWc .Table_fix-left-first__vK2IR::after,.Table_pinged-left__r5ZWc .Table_fix-left-last__dRz0N::after{box-shadow:inset 12px 0 12px 0 var(--divider-3)}.Table_pinged-right__3k2Ch .Table_fix-right-first__LK47Z::after,.Table_pinged-right__3k2Ch .Table_fix-right-last___z8JQ::after{box-shadow:inset -12px 0 12px 0 var(--divider-3)}.Table_ellipsis__44iWs{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.Table_hovering__pMx46{background:linear-gradient(var(--cover-4), var(--cover-4)),var(--background-background)}.Table_placeholder__oQXrr{background:var(--cover-2)}.Table_sortIcon__t32yn{display:inline-block;cursor:pointer;color:var(--text-60);position:relative;width:calc(1.5*var(--spacing-unit));height:calc(1.5*var(--spacing-unit));vertical-align:middle;margin-left:calc(0.25*var(--spacing-unit))}.Table_sortIcon__t32yn .Table_upIcon__OwAud{transform:scale(1.2);position:absolute;top:0;left:0}.Table_sortIcon__t32yn .Table_downIcon__ZpVEx{transform:scale(1.2);position:absolute;bottom:0;left:0}.Table_sortIcon__t32yn.Table_asc__qRyAk .Table_upIcon__OwAud path{fill-opacity:1}.Table_sortIcon__t32yn.Table_desc__3dMvx .Table_downIcon__ZpVEx path{fill-opacity:1}.Table_virtualScrollContainer__OBVpq{scrollbar-width:thin;scrollbar-color:rgba(155,155,155,.5) rgba(0,0,0,0)}.Table_virtualScrollContainer__OBVpq::-webkit-scrollbar{width:6px}.Table_virtualScrollContainer__OBVpq::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.Table_virtualScrollContainer__OBVpq::-webkit-scrollbar-thumb{background-color:rgba(155,155,155,.5);border-radius:3px}.Table_virtualScrollContainer__OBVpq::-webkit-scrollbar-thumb:hover{background-color:rgba(155,155,155,.7)}.Table_virtualScrollContainer__OBVpq .Table_tableComponent__uPaLv{table-layout:fixed}
.style_wrapper__hK6bR{display:flex;flex-direction:column;align-items:center}.style_wrapper__hK6bR.style_center__qVv7O{justify-content:center;height:100%}.style_wrapper__hK6bR.style_fullscreen__jso_L{position:fixed;inset:0;background-color:rgba(0,0,0,.3);z-index:9999;display:flex;justify-content:center;align-items:center}.style_wrapper__hK6bR .style_spinner__0lB_U{border-radius:50%;border-style:solid;animation:style_spin__ux73a .8s linear infinite}.style_wrapper__hK6bR .style_spinner__0lB_U.style_small__30BGL{width:16px;height:16px;border-width:2px}.style_wrapper__hK6bR .style_spinner__0lB_U.style_medium__nPNHv{width:24px;height:24px;border-width:3px}.style_wrapper__hK6bR .style_spinner__0lB_U.style_large__iuqBV{width:40px;height:40px;border-width:4px}.style_wrapper__hK6bR .style_text__O4z41{margin-top:8px;font-size:14px;color:#666}@keyframes style_spin__ux73a{to{transform:rotate(360deg)}}
.styles_lineTableFlex__DrkCa{display:flex;justify-content:flex-end;gap:8px}@media screen and (max-width: 767px){.styles_lineTableFlex__DrkCa{justify-content:flex-start}}.styles_lineTableFlex__DrkCa .styles_lineTable__woZ5b{color:var(--text-60);font-size:var(--font-size-14);line-height:130%;font-family:ALPH;font-weight:var(--font-weight-medium);display:inline-flex;flex-direction:column;justify-content:center;gap:calc(0.5*var(--spacing-unit))}.styles_lineTableFlex__DrkCa .styles_lineTable__woZ5b .styles_green__5eHn9{color:var(--complementary-green-100) !important}.styles_lineTableFlex__DrkCa .styles_lineTable__woZ5b .styles_red__H1zeq{color:var(--complementary-red-100) !important}.styles_lineTableFlex__DrkCa .styles_lineTable__woZ5b .styles_gray__gQMIj{color:var(--text-60)}.styles_lineTableFlex__DrkCa .styles_lineTable__woZ5b .styles_desc__wR8XK{font-size:12px;font-weight:400}
.CheckBox_checkBtn__HfASE{display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-weight:var(--font-weight-regular);font-size:var(--font-size-12);line-height:130%;font-family:ALPH}.CheckBox_checkBtn__HfASE .CheckBox_label__U_mI1{margin-left:calc(0.5*var(--spacing-unit))}.CheckBox_checkBtn__HfASE.CheckBox_active__0Z51T:hover svg path{fill:var(--primary-green-100);fill-opacity:1}
.styles_tableWarp__bxzdT{margin-top:calc(1.5*var(--spacing-unit))}.styles_filter_panel__xujCh{display:inline-flex;padding:calc(2*var(--spacing-unit));flex-direction:column;align-items:flex-start;gap:calc(2*var(--spacing-unit));width:200px;background:var(--bullet-layer-1);border-radius:8px;color:var(--text-100);font-size:var(--font-size-14);line-height:130%;font-family:ALPH}
.styles_sortIcon__EN8_D{display:inline-block;cursor:pointer;color:var(--text-60);position:relative;width:calc(1.5*var(--spacing-unit));height:calc(1.5*var(--spacing-unit));vertical-align:middle;margin-left:calc(0.25*var(--spacing-unit))}.styles_sortIcon__EN8_D .styles_upIcon__cU691{transform:scale(1.2);position:absolute;top:0;left:0}.styles_sortIcon__EN8_D .styles_downIcon__8b8Q2{transform:scale(1.2);position:absolute;bottom:0;left:0}.styles_sortIcon__EN8_D.styles_asc__AbexB .styles_upIcon__cU691 path{fill-opacity:1}.styles_sortIcon__EN8_D.styles_desc__UC_ia .styles_downIcon__8b8Q2 path{fill-opacity:1}
.styles_btnWrap__hFEdF{display:flex;justify-content:flex-end}.styles_btnWrap__hFEdF .styles_button__cLgo3{display:flex;padding:8px 6px;height:32px;gap:4px;border-radius:8px;background:var(--primary-green-10, rgba(115, 252, 174, 0.1));cursor:pointer;white-space:nowrap}@media screen and (max-width: 767px){.styles_btnWrap__hFEdF .styles_button__cLgo3{height:36px;width:36px;padding:0;gap:0;align-items:center;justify-content:center}}.styles_btnWrap__hFEdF .styles_button__cLgo3 .styles_buttonIcon__gKIGU{width:14px;height:14px}.styles_btnWrap__hFEdF .styles_button__cLgo3 span{color:var(--primary-green-100, #73fcae);font-size:12px;font-style:normal;font-weight:500;line-height:130%}
.FavoriteStarButton_btn__1x9aB{cursor:pointer}
.Avatar_avatar__hd4lo{display:inline-block;border-radius:50%;position:relative}.Avatar_avatar__hd4lo.Avatar_isRect__Qga1y{border-radius:2px}.Avatar_avatar__hd4lo.Avatar_isRect__Qga1y img,.Avatar_avatar__hd4lo.Avatar_isRect__Qga1y span{border-radius:2px}.Avatar_avatar__hd4lo.Avatar_isRect__Qga1y svg{width:14px;height:14px;right:-4px;bottom:calc(-0.25*var(--spacing-unit))}.Avatar_avatar__hd4lo img{object-fit:cover;border-radius:50%}.Avatar_avatar__hd4lo span{width:100%;height:100%;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:var(--font-size-18);line-height:130%;font-family:ALPH;font-weight:var(--font-weight-medium);color:var(--text-100)}.Avatar_avatar__hd4lo.Avatar_token__Q7W7q{overflow:visible;position:relative}.Avatar_avatar__hd4lo.Avatar_token__Q7W7q span{color:var(--text-60);border:1px solid var(--divider-8);font-size:var(--font-size-12);line-height:130%;font-family:ALPH}.Avatar_avatar__hd4lo svg{position:absolute;width:10px;height:10px;right:0;bottom:0;z-index:1;object-fit:cover}
.CopyContentButton_copyButton__IiYJC{cursor:pointer;gap:calc(0.5*var(--spacing-unit));display:flex;flex-direction:row;justify-content:center;align-items:center}.CopyContentButton_copyButton__IiYJC .CopyContentButton_copyText__6dGNU{color:var(--text-40);font-size:var(--font-size-12);font-weight:var(--font-weight-regular);line-height:130%}.CopyContentButton_copyButton__IiYJC:hover .CopyContentButton_copyText__6dGNU{color:var(--text-100)}.CopyContentButton_copyButton__IiYJC:hover svg path{fill:var(--icon);fill-opacity:1}
.styles_tableWarp__o4fQf{margin-top:calc(1.5*var(--spacing-unit))}.styles_btnWrap__dlz_D{display:flex;justify-content:flex-end}.styles_btnWrap__dlz_D .styles_button__Y2oGp{display:flex;padding:8px 6px;height:32px;gap:4px;border-radius:8px;background:var(--primary-green-10, rgba(115, 252, 174, 0.1));cursor:pointer;white-space:nowrap}@media screen and (max-width: 767px){.styles_btnWrap__dlz_D .styles_button__Y2oGp{height:36px;width:36px;padding:0;gap:0;align-items:center;justify-content:center}}.styles_btnWrap__dlz_D .styles_button__Y2oGp .styles_buttonIcon__aAsmo{width:14px;height:14px}.styles_btnWrap__dlz_D .styles_button__Y2oGp span{color:var(--primary-green-100, #73fcae);font-size:12px;font-style:normal;font-weight:500;line-height:130%}.styles_tooltip__FO7K1{border-radius:calc(0.25*var(--spacing-unit));line-height:80%}.styles_tokenIcon__jbKve{width:256px;height:256px;border-radius:calc(1*var(--spacing-unit));border:1px solid var(--divider-16);background:var(--background-background);display:flex;flex-direction:row;justify-content:center;align-items:center}.styles_tokenIcon__jbKve img{width:100%;height:100%;object-fit:cover;border-radius:calc(1*var(--spacing-unit))}.styles_walletCell__zsB0_{display:flex;align-items:center;gap:calc(1*var(--spacing-unit))}.styles_walletCell__zsB0_ .styles_lineBox__0zGj_{gap:calc(.5*var(--spacing-unit));display:inline-flex;flex-direction:column;justify-content:center}.styles_walletCell__zsB0_ .styles_line__r_FF6{display:flex;align-items:center;gap:4px;color:var(--light-text-60, rgba(255, 255, 255, 0.6));font-size:12px;font-style:normal;font-weight:400;line-height:1}.styles_walletCell__zsB0_ .styles_line__r_FF6 .styles_hrefIcon__jKlv0{width:14px;height:14px}.styles_walletCell__zsB0_ .styles_line__r_FF6 .styles_platform__suVCa{width:14px;height:14px}.styles_walletCell__zsB0_ .styles_line__r_FF6 .styles_green__lifKC{color:var(--primary-green-100, #73fcae)}.styles_walletCell__zsB0_ .styles_line__r_FF6 .styles_red__RJXeC{color:var(--complementary-red-100, #f04b55)}.styles_walletCell__zsB0_ .styles_line__r_FF6 .styles_name__COD8S{color:var(--light-text-100, #fff);white-space:nowrap;font-size:14px;font-style:normal;font-weight:500;line-height:130%}.styles_walletCell__zsB0_ .styles_line__r_FF6 .styles_title__jrOLM{color:var(--light-text-60, rgba(255, 255, 255, 0.4));max-width:80px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.styles_walletCell__zsB0_ .styles_avatorWrapper__8PnpY .styles_picSearch__PGH_0{display:none;position:absolute;width:56px;height:56px;top:0;left:0;background:linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);align-items:center;justify-content:center;border-radius:2px}.styles_walletCell__zsB0_ .styles_avatorWrapper__8PnpY .styles_tokenHide__G1Om7{display:none;position:absolute;bottom:calc(-0.25*var(--spacing-unit));left:calc(-0.5*var(--spacing-unit));z-index:2;width:calc(2.5*var(--spacing-unit));height:calc(2.5*var(--spacing-unit));border-radius:4px;border:.583px solid var(--divider-8);background:var(--bullet-layer-1);align-items:center;justify-content:center;cursor:pointer}.styles_walletCell__zsB0_ .styles_avatorWrapper__8PnpY .styles_tokenHide__G1Om7 svg{width:12.5px;height:12.5px}.styles_walletCell__zsB0_ .styles_avatorWrapper__8PnpY:hover .styles_picSearch__PGH_0,.styles_walletCell__zsB0_ .styles_avatorWrapper__8PnpY:hover .styles_tokenHide__G1Om7{display:flex}
.style_table__bpEgG tr td{padding:19px 12px}.style_table__bpEgG.style_isModal__Ef1ft tr:last-of-type td{border-bottom:none}.style_table__bpEgG.style_isModal__Ef1ft tr td,.style_table__bpEgG.style_isModal__Ef1ft tr th{background:var(--bullet-layer-1)}.style_table__bpEgG.style_isSmallSize__EUU4m tr,.style_table__bpEgG.style_isSmallSize__EUU4m tr td{padding:19px 12px}.style_table__bpEgG .style_marketPriceTitle__UTECm{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.style_table__bpEgG .style_marketPriceTitle__UTECm i{padding:0 .2em}.style_table__bpEgG .style_marketPriceTitle__UTECm span{cursor:pointer}.style_table__bpEgG .style_marketPriceTitle__UTECm span.style_active__HpkAX{color:var(--text-100)}.style_table__bpEgG .style_cell__hWUqu{color:var(--text-60)}.style_table__bpEgG .style_cell__hWUqu.style_tokenCell__SSutd{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:4px}.style_table__bpEgG .style_cell__hWUqu.style_tokenCell__SSutd .style_icon__WCNm6{border-radius:50%}.style_table__bpEgG .style_cell__hWUqu.style_tokenCell__SSutd .style_code__RrftZ{font-weight:500;font-style:medium;font-size:14px;color:var(--text-100)}.style_table__bpEgG .style_cell__hWUqu.style_tokenCell__SSutd .style_code__RrftZ:hover{color:var(--text-70)}.style_table__bpEgG .style_cell__hWUqu.style_rateCell__nd5Yt{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:8px;color:var(--text-60)}@media screen and (max-width: 767px){.style_table__bpEgG .style_cell__hWUqu.style_rateCell__nd5Yt{justify-content:flex-start}}.style_table__bpEgG .style_cell__hWUqu.style_rateCell__nd5Yt.style_green__UfUes{color:var(--complementary-green-100) !important}.style_table__bpEgG .style_cell__hWUqu.style_rateCell__nd5Yt.style_red__4FtSx{color:var(--complementary-red-100) !important}.style_table__bpEgG .style_cell__hWUqu.style_buySellCell__cFUd4{color:var(--text-60)}.style_table__bpEgG .style_cell__hWUqu.style_buySellCell__cFUd4 i{padding:0 .2em}.style_table__bpEgG .style_cell__hWUqu.style_buySellCell__cFUd4 .style_green__UfUes{color:var(--complementary-green-100) !important}.style_table__bpEgG .style_cell__hWUqu.style_buySellCell__cFUd4 .style_red__4FtSx{color:var(--complementary-red-100) !important}
.style_wrapper__uSKLR{align-self:flex-start;background:var(--cover-2);border-top-left-radius:8px;border-top-right-radius:8px}.style_wrapper__uSKLR .style_header__V2b1h{position:relative;display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;padding:12px}.style_wrapper__uSKLR .style_header__V2b1h .style_closeBtn__LbptW{position:absolute;right:0;top:18px;cursor:pointer}
.Switch_switchContainer__A7_G0{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:calc(1*var(--spacing-unit));background:linear-gradient(var(--cover-4), var(--cover-4)),var(--background-background);border-radius:calc(0.5*var(--spacing-unit));padding:calc(0.5*var(--spacing-unit));overflow:hidden;width:-moz-fit-content;width:fit-content;flex-shrink:0}@media screen and (max-width: 767px){.Switch_switchContainer__A7_G0{padding:calc(0.25*var(--spacing-unit))}}.Switch_switchContainer__A7_G0.Switch_sm__frE8M{padding:calc(0.25*var(--spacing-unit))}.Switch_switchContainer__A7_G0.Switch_sm__frE8M .Switch_switchItem__5xQPK{padding:calc(0.5*var(--spacing-unit)) calc(1*var(--spacing-unit));font-size:var(--font-size-12)}.Switch_switchItem__5xQPK{width:-moz-fit-content;width:fit-content;flex:1 1;padding:calc(0.5*var(--spacing-unit)) calc(2*var(--spacing-unit));text-align:center;display:flex;flex-direction:row;justify-content:center;align-items:center;font-size:var(--font-size-14);font-weight:var(--font-weight-medium);color:var(--text-60);background-color:rgba(0,0,0,0);border-radius:calc(0.5*var(--spacing-unit));border:none;cursor:pointer}@media screen and (max-width: 767px){.Switch_switchItem__5xQPK{padding:calc(0.5*var(--spacing-unit)) calc(1*var(--spacing-unit));font-size:var(--font-size-12)}}.Switch_switchItem__5xQPK:hover{background-color:var(--background-background);color:var(--text-100)}.Switch_switchItem__5xQPK.Switch_active__v_Ka6{background-color:var(--background-background);color:var(--text-100)}.Switch_checkSwitch__XRjpZ{width:39px;height:24px;border-radius:12px;background-color:var(--cover-16);display:flex;align-items:center;justify-content:flex-start;cursor:pointer;padding:2px;transition:background-color .3s,justify-content .3s}.Switch_checkSwitch__XRjpZ.Switch_checked___kgCm{background-color:var(--primary-green-100);justify-content:flex-end}.Switch_checkSwitch__XRjpZ.Switch_sm__frE8M{width:26px;height:16px;border-radius:8px}.Switch_checkSwitch__XRjpZ.Switch_sm__frE8M .Switch_toggle__Ere8r{width:12px;height:12px}.Switch_toggle__Ere8r{width:18px;height:18px;border-radius:50%;background-color:var(--icon-100);transition:transform .3s}
.Input_container__UA2K9{display:flex;flex-direction:row;justify-content:center;align-items:center;font-size:var(--font-size-14);line-height:130%;font-family:ALPH;color:var(--text-100);font-weight:var(--font-weight-medium);width:100%;flex:1 1;border-radius:6px;padding:0 calc(1.5*var(--spacing-unit));position:relative;transition:all .3s;box-sizing:border-box;background:var(--cover-4);box-shadow:none}.Input_container__UA2K9.Input_invalid__F_wrm{box-shadow:0 0 0 1px var(--complementary-red-80)}.Input_container__UA2K9:hover:not(.Input_invalid__F_wrm,.Input_disabled__NxqKK){box-shadow:0 0 0 1px var(--primary-green-80)}.Input_container__UA2K9.Input_focused__AnOEo:not(.Input_invalid__F_wrm,.Input_disabled__NxqKK){box-shadow:0 0 0 1px var(--primary-green-80)}.Input_pre_affix_box__uQ2NQ{-webkit-margin-end:calc(2*var(--spacing-unit));margin-inline-end:calc(2*var(--spacing-unit));flex:none;display:flex;flex-direction:row;justify-content:center;align-items:center;color:var(--text-60)}.Input_suffix_box__MYxUt{-webkit-margin-start:calc(1*var(--spacing-unit));margin-inline-start:calc(1*var(--spacing-unit));flex:none;display:flex;flex-direction:row;justify-content:center;align-items:center;color:var(--text-60)}.Input_prefix_box__EdL9H{-webkit-margin-end:calc(1*var(--spacing-unit));margin-inline-end:calc(1*var(--spacing-unit));flex:none;display:flex;flex-direction:row;justify-content:center;align-items:center;color:var(--text-60)}.Input_input__ekO_Z{width:100%;border:none;flex:1 1;padding:0;outline:none;text-align:left;background:rgba(0,0,0,0);color:var(--text);height:calc(5*var(--spacing-unit));font-size:var(--font-size-14);line-height:130%;font-family:ALPH;color:var(--text-100);font-weight:var(--font-weight-medium)}.Input_input__ekO_Z:disabled{color:var(--text-60);cursor:not-allowed;opacity:.7}.Input_clear_icon__n8HRt{display:inline-flex;align-items:center;justify-content:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-radius:100%;cursor:pointer}.Input_clear_icon__n8HRt.Input_suffix__UONSA{-webkit-margin-end:calc(1.5*var(--spacing-unit));margin-inline-end:calc(1.5*var(--spacing-unit))}
.style_actionWrapper__jBps3{width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:16px}@media screen and (max-width: 767px){.style_actionWrapper__jBps3{width:100%}.style_actionWrapper__jBps3 .style_search__OJg9S{flex:1 0 fit-content}}.style_actionWrapper__jBps3 .style_actions__4KP_U{width:auto;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:16px}@media screen and (max-width: 767px){.style_actionWrapper__jBps3 .style_actions__4KP_U{width:100%;justify-content:space-between}}.style_actionWrapper__jBps3 .style_actions__4KP_U .style_quoteSwitch__PL8DW{height:32px}.style_btns__2anII{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:16px}@media screen and (max-width: 767px){.style_btns__2anII{flex:1 1;width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.style_btns__2anII div,.style_btns__2anII button{flex:1 1;width:100%;min-width:80px}}
.CommonTextButton_sm__o0EIh{padding:0 calc(1*var(--spacing-unit));height:calc(4.5*var(--spacing-unit))}.CommonTextButton_md__lW7zn{padding:0 calc(2*var(--spacing-unit));height:calc(6*var(--spacing-unit))}.CommonTextButton_primary__4yeQm{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:calc(1*var(--spacing-unit)) 0;background:none;border:none;border-radius:calc(1*var(--spacing-unit));cursor:pointer;width:-moz-fit-content;width:fit-content}.CommonTextButton_primary__4yeQm .CommonTextButton_text__NjurJ{color:var(--primary-green-100);font-weight:var(--font-weight-medium);font-size:var(--font-size-14);line-height:130%;font-family:ALPH}.CommonTextButton_primary__4yeQm .CommonTextButton_icon__0Yx0n{margin-right:calc(0.5*var(--spacing-unit));display:flex;flex-direction:row;justify-content:center;align-items:center}.CommonTextButton_primary__4yeQm .CommonTextButton_icon__0Yx0n svg path{fill:var(--primary-green-100)}@media screen and (max-width: 767px){.CommonTextButton_primary__4yeQm .CommonTextButton_text__NjurJ{font-size:var(--font-size-12)}}.CommonTextButton_primary__4yeQm:hover .CommonTextButton_text__NjurJ{color:var(--primary-green-110)}.CommonTextButton_primary__4yeQm:hover .CommonTextButton_icon__0Yx0n svg path{fill:var(--primary-green-110)}.CommonTextButton_primary__4yeQm:active{opacity:.8}.CommonTextButton_primary__4yeQm:disabled{opacity:.4;cursor:not-allowed}.CommonTextButton_primary__4yeQm:disabled:hover .CommonTextButton_text__NjurJ{color:var(--primary-green-100)}.CommonTextButton_primary__4yeQm:disabled:hover .CommonTextButton_icon__0Yx0n svg path{fill:var(--primary-green-100)}.CommonTextButton_primary__4yeQm .CommonTextButton_icon__0Yx0n svg path{fill:var(--primary-green-100)}.CommonTextButton_secondary__BuVBd{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:calc(1*var(--spacing-unit)) 0;background:none;border:none;border-radius:calc(1*var(--spacing-unit));cursor:pointer;width:-moz-fit-content;width:fit-content}.CommonTextButton_secondary__BuVBd .CommonTextButton_text__NjurJ{color:var(--text-60);font-weight:var(--font-weight-medium);font-size:var(--font-size-14);line-height:130%;font-family:ALPH}.CommonTextButton_secondary__BuVBd .CommonTextButton_icon__0Yx0n{margin-right:calc(0.5*var(--spacing-unit));display:flex;flex-direction:row;justify-content:center;align-items:center}.CommonTextButton_secondary__BuVBd .CommonTextButton_icon__0Yx0n svg path{fill:var(--text-60)}@media screen and (max-width: 767px){.CommonTextButton_secondary__BuVBd .CommonTextButton_text__NjurJ{font-size:var(--font-size-12)}}.CommonTextButton_secondary__BuVBd:hover .CommonTextButton_text__NjurJ{color:var(--text-100)}.CommonTextButton_secondary__BuVBd:hover .CommonTextButton_icon__0Yx0n svg path{fill:var(--text-100)}.CommonTextButton_secondary__BuVBd:active{opacity:.8}.CommonTextButton_secondary__BuVBd:disabled{opacity:.4;cursor:not-allowed}.CommonTextButton_secondary__BuVBd:disabled:hover .CommonTextButton_text__NjurJ{color:var(--text-60)}.CommonTextButton_secondary__BuVBd:disabled:hover .CommonTextButton_icon__0Yx0n svg path{fill:var(--icon-60);fill-opacity:1}.CommonTextButton_secondary__BuVBd .CommonTextButton_icon__0Yx0n svg path{fill:var(--icon-60);fill-opacity:1}
.style_wrapper__SIX2G .style_pagination__0Q76a{display:flex;gap:8px}.style_wrapper__SIX2G .style_pagination__0Q76a .style_paginationItem__GygQt .style_pageItem__g2Y7X{border:none;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:4px;cursor:pointer}.style_wrapper__SIX2G .style_pagination__0Q76a .style_paginationItem__GygQt .style_pageItem__g2Y7X:hover:not(.style_disabled__9bdF6){color:#fff}.style_wrapper__SIX2G .style_pagination__0Q76a .style_paginationItem__GygQt .style_pageItem__g2Y7X:hover:not(.style_disabled__9bdF6) svg path{fill-opacity:1}.style_wrapper__SIX2G .style_pagination__0Q76a .style_paginationItem__GygQt .style_pageItem__g2Y7X.style_disabled__9bdF6{cursor:not-allowed}.style_wrapper__SIX2G .style_pagination__0Q76a .style_paginationItem__GygQt .style_pageItem__g2Y7X.style_active__YVm8I{background:var(--light-cover-8, rgba(255, 255, 255, 0.08));color:#fff}
.Modal_component__3A82z{position:fixed;top:0;left:0;width:100vw;height:100vh;background:var(--mask-60);display:flex;flex-direction:row;justify-content:center;align-items:center;z-index:var(--modal-z-index)}.Modal_container__LFzXE{width:calc(60*var(--spacing-unit));padding:calc(4*var(--spacing-unit));display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:calc(2*var(--spacing-unit));background:var(--bullet-layer-1);box-shadow:0 0 40px 0 rgba(0,0,0,.04),0 64px 64px -48px rgba(0,0,0,.12)}@media screen and (max-width: 767px){.Modal_container__LFzXE{padding:calc(3*var(--spacing-unit));width:92%}}.Modal_header__ZVfhH{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.Modal_header__ZVfhH h2{flex:1 1;color:var(--text-100);font-size:var(--font-size-20);line-height:130%;font-family:ALPH;font-weight:var(--font-weight-medium)}.Modal_header__ZVfhH .Modal_closeBtn__XtrsA{cursor:pointer}.Modal_content__JQih9{padding:24px 0;width:100%;color:var(--text-60);font-size:var(--font-size-14);line-height:130%;font-family:ALPH;font-weight:var(--font-weight-regular)}.Modal_btn__xOyC6{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:calc(1.5*var(--spacing-unit))}.Modal_btn__xOyC6 button{flex:1 1}
.Radio_custom-radio__B74Av{position:relative;padding-left:24px;cursor:pointer;font-size:14px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.Radio_custom-radio__B74Av:hover .Radio_checkmark__Lt2HH{border-color:hsla(0,0%,100%,.4)}.Radio_custom-radio__B74Av input[type=radio]{position:absolute;opacity:0;cursor:pointer}.Radio_custom-radio__B74Av .Radio_checkmark__Lt2HH{position:absolute;top:0;bottom:0;left:0;margin:auto;height:18px;width:18px;border-radius:50%;background-color:#1e2020;transition:background-color .2s;border:2px solid hsla(0,0%,100%,.3)}.Radio_custom-radio__B74Av .Radio_checkmark__Lt2HH::after{content:"";position:absolute;display:none;top:0;bottom:0;left:0;right:0;margin:auto;width:10px;height:10px;border-radius:50%;background-color:var(--primary-green-100, #73fcae)}.Radio_custom-radio__B74Av input:focus:not(:checked)~.Radio_checkmark__Lt2HH::after{display:block;background-color:var(--primary-green-80)}.Radio_custom-radio__B74Av input:checked~.Radio_checkmark__Lt2HH::after{display:block}
.Slider_component__CJAv_{width:100%;height:calc(4.5*var(--spacing-unit));padding:calc(1.5*var(--spacing-unit)) 0}.Slider_component_bar__3iTWu{width:100%;height:calc(0.25*var(--spacing-unit));background:var(--divider-8);border-radius:calc(0.25*var(--spacing-unit));touch-action:none;position:relative;cursor:pointer}.Slider_component_step__GXZHD{height:100%;background:var(--primary-green-100);border-radius:calc(0.25*var(--spacing-unit));position:absolute;top:0;left:0;transition:left .2s ease-in-out}.Slider_component_step__GXZHD.Slider_disabled__sa9r7{cursor:not-allowed;opacity:.5}.Slider_component_dot__j_pvl{width:calc(1.5*var(--spacing-unit));height:calc(1.5*var(--spacing-unit));background-color:var(--primary-green-100);border-radius:50%;cursor:pointer;position:absolute;z-index:2;top:50%;margin-top:calc(-0.75*var(--spacing-unit));transform:translateX(-25%)}.Slider_component_dot__j_pvl>div{margin-top:calc(-1.5*var(--spacing-unit))}.Slider_component_dot__j_pvl i{display:inline-block;width:calc(1.5*var(--spacing-unit));height:calc(1.5*var(--spacing-unit))}.Slider_component__CJAv_ .Slider_dot__TcWGh{position:absolute;top:calc(-0.35*var(--spacing-unit));display:inline-block;width:calc(1*var(--spacing-unit));height:calc(1*var(--spacing-unit));background:linear-gradient(var(--divider-8), var(--divider-8)),var(--background-background);border:calc(0.25*var(--spacing-unit)) solid rgba(0,0,0,0);border-radius:50%}.Slider_component__CJAv_ .Slider_dot__TcWGh.Slider_activeDot__EeIS9{background:var(--background-background);border:calc(0.25*var(--spacing-unit)) solid var(--primary-green-100)}.Slider_component__CJAv_ .Slider_dot__TcWGh em{position:absolute;bottom:calc(-3*var(--spacing-unit));transform:translateX(-50%);font-style:normal;color:var(--text-60);font-size:var(--font-size-14);line-height:130%;font-family:ALPH;-webkit-user-select:none;-moz-user-select:none;user-select:none}.Slider_component__CJAv_ .Slider_dot__TcWGh:first-of-type em{transform:translateX(-25%)}.Slider_component__CJAv_ .Slider_dot__TcWGh:last-of-type em{transform:translateX(-75%)}.Slider_component__CJAv_.Slider_danger__vq7S3 .Slider_component_step__GXZHD{background:var(--complementary-red-100)}.Slider_component__CJAv_.Slider_danger__vq7S3 .Slider_component_dot__j_pvl{background-color:var(--complementary-red-100)}.Slider_component__CJAv_.Slider_danger__vq7S3 .Slider_dot__TcWGh.Slider_activeDot__EeIS9{border-color:var(--complementary-red-100)}.Slider_component__CJAv_ .Slider_tooltip__7NmEV div{color:var(--text);-webkit-user-select:none;-moz-user-select:none;user-select:none}
.Tooltip_tooltip__FmJFx{position:relative;display:inline-flex;vertical-align:middle}.Tooltip_reference__6x5X6{flex:1 1;display:inline-flex;cursor:pointer}.Tooltip_floating__YLvSj{position:fixed;width:max-content;cursor:pointer;top:0;left:0;z-index:var(--tooltip-z-index)}.Tooltip_float_content__p04fh{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;align-items:flex-start;gap:calc(1*var(--spacing-unit));font-size:var(--font-size-14);line-height:130%;font-family:ALPH;font-weight:var(--font-weight-regular);border-radius:calc(1*var(--spacing-unit));background:var(--bullet-layer-2);color:var(--text-100);word-break:break-word;word-wrap:break-word;max-width:300px}.Tooltip_float_content__p04fh.Tooltip_md__HRJDt{padding:calc(1.5*var(--spacing-unit))}.Tooltip_float_content__p04fh.Tooltip_sm__JnmbO{padding:calc(1*var(--spacing-unit))}.Tooltip_float_content__p04fh .Tooltip_title__ewQw1{color:var(--text-60);font-size:var(--font-size-14);line-height:130%;font-family:ALPH;text-align:start}.Tooltip_float_content__p04fh .Tooltip_title__ewQw1.Tooltip_tokenFullName__Oz8da{font-family:MiSans}.Tooltip_float_content__p04fh .Tooltip_title__ewQw1.Tooltip_whiteColor___okhw{color:var(--text-100)}.Tooltip_float_content__p04fh .Tooltip_desc__qb5pJ{color:var(--text-60);font-size:var(--font-size-12);line-height:130%;font-family:ALPH;text-align:start}.Tooltip_float_arrow__eQwp3{position:fixed;width:17px;height:8px;line-height:0}.Tooltip_float_arrow__eQwp3.Tooltip_bottom__oFXUG{transform:rotate(180deg)}.Tooltip_float_arrow__eQwp3.Tooltip_top__H9bOn{transform:rotate(0)}.Tooltip_float_arrow__eQwp3.Tooltip_left__JVfFD{transform:rotate(-90deg)}.Tooltip_float_arrow__eQwp3.Tooltip_right__hTViL{transform:rotate(90deg)}.Tooltip_float_arrow__eQwp3 svg path{fill:var(--bullet-layer-2)}
.FormItem_formItemContainer__Clt8M{margin-bottom:24px}.FormItem_formItemContainer__Clt8M .FormItem_formItemMain__vadAt{display:flex;flex-direction:row;align-items:center;gap:8px}.FormItem_formItemContainer__Clt8M .FormItem_formItemMain__vadAt label{margin-bottom:4px;font-weight:400;font-size:14px;line-height:130%;color:var(--light-text-60, rgba(255, 255, 255, 0.6))}.FormItem_formItemContainer__Clt8M .FormItem_formItemMain__vadAt .FormItem_fomItem__0gtFu{flex:1 1}.FormItem_formItemContainer__Clt8M .FormItem_formItemMain__vadAt.FormItem_column__6iHyE{flex-direction:column;justify-content:center;align-items:flex-start;gap:4px}.FormItem_formItemContainer__Clt8M .FormItem_formItemMain__vadAt.FormItem_column__6iHyE .FormItem_fomItem__0gtFu{width:100%}.FormItem_formItemContainer__Clt8M .FormItem_extra__BZqYs{font-size:14px;margin-top:8px}.FormItem_formItemContainer__Clt8M .FormItem_errorTip__B1jL6{word-break:break-all;font-size:14px;margin-top:8px;color:var(--complementary-red-100)}
.style_formWrapper__q6aJH .style_input__NFnup{height:48px}.style_formWrapper__q6aJH .style_inviteRebateRateFormItem__DYJC0{margin-bottom:24px}.style_formWrapper__q6aJH .style_inviteRebateRateFormItem__DYJC0 .style_slider__WPj8Z{height:12px;align-self:center;margin-top:10px;padding:4px 0}.style_formWrapper__q6aJH .style_inviteRebateRateFormItem__DYJC0 .style_sliderBar__JUwmR{height:4px}.style_formWrapper__q6aJH .style_inviteRebateRateFormItem__DYJC0 .style_tips__1PVMa{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin:4px 0 16px;font-weight:400;font-size:12px;line-height:130%;color:var(--light-text-60, rgba(255, 255, 255, 0.6))}.style_formWrapper__q6aJH .style_inviteRebateRateFormItem__DYJC0 .style_tips__1PVMa span span{color:var(--text)}.style_formWrapper__q6aJH .style_inviteRebateRateFormItem__DYJC0 .style_alert__HPXvU{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px;color:var(--warning-yellow-100, #ffb617);font-size:14px;font-style:normal;font-weight:400;line-height:130%}.style_formWrapper__q6aJH .style_btn__2qxnz{margin-top:32px;width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:calc(1.5*var(--spacing-unit))}.style_formWrapper__q6aJH .style_btn__2qxnz button{flex:1 1}.style_formWrapper__q6aJH .style_btn__2qxnz button span{font-size:14px}
.baseCheckbox_inner_wrapper__gOLzX{position:relative;padding:0;margin:0;border-radius:4px;white-space:nowrap;line-height:1;list-style:none}.baseCheckbox_inner_box__naDlt{box-sizing:border-box;display:block;width:16px;height:16px;background-color:var(--white);border:1px solid var(--divider-16);border-collapse:separate;border-radius:4px;transition:all .3s}.baseCheckbox_inner_box__naDlt.baseCheckbox_disabled__GEnFx{background-color:var(--divider-8)}.baseCheckbox_inner_box__naDlt.baseCheckbox_hovered__crEmP{border-color:var(--primary-green-80)}.baseCheckbox_inner_box__naDlt.baseCheckbox_checked__NQ0Hp{background-color:var(--primary-green-100);border-color:rgba(0,0,0,0);color:#121414}.baseCheckbox_inner_box__naDlt.baseCheckbox_checked__NQ0Hp.baseCheckbox_disabled__GEnFx{background-color:var(--divider-8)}.baseCheckbox_inner_box__naDlt::after{box-sizing:border-box;position:absolute;top:50%;inset-inline-start:25%;display:table;width:5.7142857143px;height:9.1428571429px;border:2px solid var(--text-emphasize);border-top:0;-webkit-border-start:0;border-inline-start:0;transform:rotate(45deg) scale(0) translate(-50%, -50%);opacity:0;content:"";transition:all .2s}.baseCheckbox_inner_box__naDlt.baseCheckbox_checked__NQ0Hp::after{opacity:1;transform:rotate(45deg) scale(1) translate(-50%, -50%)}.baseCheckbox_inner_input__CG_1I{position:absolute;inset:0;z-index:1;opacity:0;margin:0;cursor:pointer}.baseCheckbox_inner_input__CG_1I.baseCheckbox_disabled__GEnFx{cursor:not-allowed;pointer-events:none}
.checkBox_checkbox_label__wY_Ol{box-sizing:border-box;margin:0;padding:0;list-style:none;display:inline-flex;align-items:center;cursor:pointer}.checkBox_checkbox_label__wY_Ol.checkBox_disabled__7YA9z{cursor:not-allowed;opacity:.4}.checkBox_checkbox_label__wY_Ol::after{display:inline-block;width:0;overflow:hidden;content:",";box-sizing:border-box}.checkBox_checkbox_label_text__XyfBZ{padding-left:8px;padding-right:8px}
.group_group_box__TA3Di{display:inline-flex;margin:0;padding:0;list-style:none;flex-wrap:wrap;column-gap:8px}
.style_remarkform__QlGpE .style_input__Qlwuu{height:48px}.style_remarkform__QlGpE .style_btn__Rkcx_{margin-top:32px;width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:calc(1.5*var(--spacing-unit))}.style_remarkform__QlGpE .style_btn__Rkcx_ button{flex:1 1}.style_remarkform__QlGpE .style_btn__Rkcx_ button span{font-size:14px}
.style_listWrapper__pg8C_ .style_tipsAddBtn__AixS0{padding:13px 0;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.style_listWrapper__pg8C_ .style_tipsAddBtn__AixS0 span span{color:var(--text)}.style_listWrapper__pg8C_ .style_tableWrapper__8g1Mq tr,.style_listWrapper__pg8C_ .style_tableWrapper__8g1Mq th{background:var(--bullet-layer-1);padding-left:0;padding-right:0}.style_listWrapper__pg8C_ .style_tableWrapper__8g1Mq tr td,.style_listWrapper__pg8C_ .style_tableWrapper__8g1Mq th td{padding:23px 0;background:var(--bullet-layer-1)}.style_listWrapper__pg8C_ .style_tableWrapper__8g1Mq .style_inviteRateCell__8Z1jc .style_line__YuFxa{color:hsla(0,0%,100%,.3);padding:0 2px}.style_listWrapper__pg8C_ .style_tableWrapper__8g1Mq .style_remarkCell__KQZhT{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:4px}.style_listWrapper__pg8C_ .style_tableWrapper__8g1Mq .style_linkCell__083ut{width:100%;display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:4px}.style_listWrapper__pg8C_ .style_tableWrapper__8g1Mq .style_linkCell__083ut svg{width:14px;height:14px}.style_listWrapper__pg8C_ .style_tableWrapper__8g1Mq .style_linkCell__083ut svg:hover path{fill-opacity:1}.style_listWrapper__pg8C_ .style_pagination__SxRr2{margin-top:18px;float:right}.style_addModalWrapper__0azrW{width:480px}.style_editRemarkWrapper__ZyeHc .style_content__xnsU_{padding-top:0;margin-top:3px}
.style_emojiWrapper__vklwB{display:flex;flex-direction:row;justify-content:center;align-items:center;position:relative;width:18px;height:18px;border-radius:50%;cursor:pointer;line-height:1 !important;vertical-align:middle}
.style_form__AQeSY .style_formItem__o7YXS{margin-bottom:16px}.style_form__AQeSY .style_formItem__o7YXS .style_input__LdyI8{height:48px}.style_remarkInputItem__IVyht{position:relative;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px}.style_remarkInputItem__IVyht .style_emojiBar__AVxPr{display:flex;flex-direction:row;justify-content:center;align-items:center;cursor:pointer;width:48px;height:48px;box-sizing:border-box;border-radius:8px;background:var(--light-cover-4, rgba(255, 255, 255, 0.04))}.style_remarkInputItem__IVyht .style_picker__OFczA{width:100%;position:absolute;left:0;top:56px;background-color:var(--bullet-layer-1)}.style_remarkInputItem__IVyht .style_picker__OFczA input{border:none;background:var(--cover-4)}.style_remarkInputItem__IVyht .style_picker__OFczA input:focus{box-shadow:0 0 0 1px var(--primary-green-80);background-color:unset}
.style_addressWrpper__w8qNw{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:4px}.style_addressWrpper__w8qNw .style_adderss__GKDtd:hover{color:#79e2bf}.style_addressWrpper__w8qNw .style_editbtn__CvsD4{cursor:pointer}.style_addressWrpper__w8qNw .style_editbtn__CvsD4 svg path{opacity:.6}.style_addressWrpper__w8qNw .style_editbtn__CvsD4:hover svg path{opacity:1}
.style_textareaWrapper__bzZ0d{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;font-size:var(--font-size-14);line-height:130%;font-family:ALPH;color:var(--text-100);font-weight:var(--font-weight-medium);width:100%;flex-direction:column;border-radius:6px;padding:calc(1.5*var(--spacing-unit));position:relative;transition:all .3s;box-sizing:border-box;background:var(--cover-4);box-shadow:none}.style_textareaWrapper__bzZ0d.style_invalid__BX8YC{box-shadow:0 0 0 1px var(--complementary-red-80)}.style_textareaWrapper__bzZ0d:hover:not(.style_invalid__BX8YC,.style_disabled__JP__Z){box-shadow:0 0 0 1px var(--primary-green-80)}.style_textareaWrapper__bzZ0d.style_focused__3lEZ8:not(.style_invalid__BX8YC,.style_disabled__JP__Z){box-shadow:0 0 0 1px var(--primary-green-80)}.style_textareaWrapper__bzZ0d.style_disabled__JP__Z{opacity:.7;cursor:not-allowed}.style_textareaWrapper__bzZ0d.style_hasPrefix__Zaofr .style_textarea_container__QZGbf{margin-top:calc(1*var(--spacing-unit))}.style_textareaWrapper__bzZ0d.style_hasSuffix__bhKEa .style_textarea_container__QZGbf{margin-bottom:calc(1*var(--spacing-unit))}.style_prefix_box__NBJ1e{margin-bottom:calc(1.25*var(--spacing-unit));flex:none;display:flex;flex-direction:row;justify-content:center;align-items:center;color:var(--text-60);align-self:flex-start}.style_suffix_box__qxy_Y{margin-top:calc(1.25*var(--spacing-unit));flex:none;display:flex;flex-direction:row;justify-content:center;align-items:center;color:var(--text-60);align-self:flex-end;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:calc(1*var(--spacing-unit))}.style_textarea_container__QZGbf{width:100%;position:relative;flex:1 1}.style_textarea__7chwf{width:100%;max-width:100%;min-width:100%;min-height:160px;max-height:380px;border:none;padding:0;outline:none;text-align:left;background:rgba(0,0,0,0);color:var(--text);resize:vertical;font-size:var(--font-size-14);line-height:130%;font-family:ALPH;color:var(--text-100);font-weight:var(--font-weight-medium)}.style_textarea__7chwf:disabled{color:var(--text-60);cursor:not-allowed}.style_textarea__7chwf::-webkit-scrollbar{width:4px}.style_textarea__7chwf::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.style_textarea__7chwf::-webkit-scrollbar-thumb{background:var(--text-20);border-radius:2px}.style_textarea__7chwf::-webkit-scrollbar-thumb:hover{background:var(--text-40)}.style_textarea__7chwf::placeholder{color:var(--text-60)}.style_hidden_textarea__o4sY_{position:absolute;top:0;left:0;height:0;overflow:hidden;visibility:hidden;white-space:pre-wrap;word-wrap:break-word;border:none;padding:0;margin:0;font-size:var(--font-size-14);line-height:130%;font-family:ALPH;color:var(--text-100);font-weight:var(--font-weight-medium)}.style_clear_icon__lyc_X{display:inline-flex;align-items:center;justify-content:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-radius:100%;cursor:pointer;width:16px;height:16px}.style_clear_icon__lyc_X:hover{background:var(--cover-8)}.style_clear_icon__lyc_X svg{width:16px;height:16px}.style_count__lr95A{font-size:var(--font-size-12);line-height:130%;font-family:ALPH;color:var(--text-60);font-weight:var(--font-weight-regular);white-space:nowrap}.style_count__lr95A.style_count_error__kQblK{color:var(--complementary-red-80)}
.style_form__I1tvq .style_tips__AnSzz{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px;margin:25px 0 12px}.style_form__I1tvq .style_tips__AnSzz svg{width:20px;height:20px}
.components_walletActions__eK3ZK{display:flex;gap:16px;align-items:center}@media screen and (max-width: 767px){.components_walletActions__eK3ZK{gap:2px}}
.actionSetting_settingWrap__kUIrz{cursor:pointer}.actionSetting_settingWrap__kUIrz .actionSetting_setting__r1zJ2{display:flex;flex-direction:row;justify-content:center;align-items:center}.actionSetting_settingContent__Pg91_ .actionSetting_title__pF8tS{color:var(--text-60);line-height:130%}.actionSetting_settingContent__Pg91_ .actionSetting_divider__uDQAu{margin:calc(3*var(--spacing-unit)) 0;height:1px;background:var(--divider-4)}.actionSetting_settingContent__Pg91_ .actionSetting_top__a2D2c .actionSetting_inputBox__DWVxy{display:flex;justify-content:space-between;align-items:center}.actionSetting_settingContent__Pg91_ .actionSetting_top__a2D2c .actionSetting_inputBox__DWVxy .actionSetting_input__eivq0{width:calc(11*var(--spacing-unit))}.actionSetting_settingContent__Pg91_ .actionSetting_bottom__63_E3{display:flex;flex-direction:column;gap:calc(2*var(--spacing-unit));margin:calc(3*var(--spacing-unit)) 0}.actionSetting_settingContent__Pg91_ .actionSetting_bottom__63_E3 .actionSetting_switchBox__04dNq{display:flex;justify-content:space-between;align-items:center;padding:4px 0}.actionSetting_settingContent__Pg91_ .actionSetting_bottom__63_E3 .actionSetting_volumeBox__IDZb6{display:flex;justify-content:space-between;align-items:center}.actionSetting_settingContent__Pg91_ .actionSetting_bottom__63_E3 .actionSetting_volumeBox__IDZb6 .actionSetting_input__eivq0{width:calc(11*var(--spacing-unit))}.actionSetting_settingContent__Pg91_ .actionSetting_footer__yIM0k{width:100%;padding-top:calc(1.5*var(--spacing-unit))}.actionSetting_settingContent__Pg91_ .actionSetting_footer__yIM0k button{width:100%}
.switch_switch___Z5do{margin:0;padding:0;box-sizing:border-box;position:relative;border:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;border-radius:30px;height:18px;min-width:31px;cursor:pointer;transition:all .2s;background:var(--cover-16)}.switch_switch___Z5do.switch_checked__jm0Bj{background:var(--primary-green-100);opacity:.8}.switch_switch___Z5do.switch_disabled__mhpj4{cursor:not-allowed}.switch_switch_handle__djSyp{position:absolute;top:2px;width:14px;height:14px;transition:all .2s ease-in-out;inset-inline-start:2px}.switch_switch_handle__djSyp.switch_checked__jm0Bj{inset-inline-start:calc(100% - 16px)}.switch_switch_handle__djSyp::before{position:absolute;top:0;bottom:0;inset-inline-end:0;inset-inline-start:0;border-radius:100%;content:"";transition:all .2s ease-in-out;background:var(--cover)}
.FastBuy_fastBuyWrap__Z5Ehy{display:flex;gap:16px;align-items:center}.FastBuy_fastBuy__ilMng{padding:calc(0.5*var(--spacing-unit)) calc(1*var(--spacing-unit));border-radius:calc(1*var(--spacing-unit));background:var(--cover-4);gap:calc(0.5*var(--spacing-unit));display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.FastBuy_fastBuy__ilMng .FastBuy_fastBuyTitle__CVYTa{gap:calc(0.5*var(--spacing-unit));cursor:pointer;display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.FastBuy_fastBuy__ilMng .FastBuy_fastBuyTitle__CVYTa h3{width:max-content;color:var(--text-100);font-size:var(--font-size-12);font-weight:var(--font-weight-regular);line-height:130%}@media screen and (max-width: 767px){.FastBuy_fastBuy__ilMng{padding:calc(0.5*var(--spacing-unit))}}.FastBuy_fastBuy__ilMng .FastBuy_fastBuyGroup__9tOmt{flex:1 1;margin-left:calc(1*var(--spacing-unit));padding-left:calc(1*var(--spacing-unit));border-radius:calc(0.5*var(--spacing-unit));background:var(--background-background);border:1px solid rgba(0,0,0,0);display:flex;flex-direction:row;justify-content:flex-start;align-items:center}@media screen and (max-width: 767px){.FastBuy_fastBuy__ilMng .FastBuy_fastBuyGroup__9tOmt{margin-left:calc(0.5*var(--spacing-unit));padding-left:calc(0.5*var(--spacing-unit))}}.FastBuy_fastBuy__ilMng .FastBuy_fastBuyGroup__9tOmt:hover{border:1px solid var(--primary-green-100)}.FastBuy_fastBuy__ilMng .FastBuy_fastBuyGroup__9tOmt .FastBuy_fastBuyInput__F9U_q{max-width:80px;margin:calc(0.5*var(--spacing-unit));padding:calc(0.5*var(--spacing-unit));height:18px;background:rgba(0,0,0,0);border:none;outline:none;color:var(--text-100);font-size:var(--font-size-12);font-weight:var(--font-weight-medium);line-height:130%}@media screen and (max-width: 767px){.FastBuy_fastBuy__ilMng .FastBuy_fastBuyGroup__9tOmt .FastBuy_fastBuyInput__F9U_q{max-width:50px}}.FastBuy_fastBuy__ilMng .FastBuy_fastBuyGroup__9tOmt .FastBuy_fastBuyInput__F9U_q::-webkit-outer-spin-button,.FastBuy_fastBuy__ilMng .FastBuy_fastBuyGroup__9tOmt .FastBuy_fastBuyInput__F9U_q::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none;margin:0}.FastBuy_fastBuy__ilMng .FastBuy_fastBuyGroup__9tOmt .FastBuy_fastBuyInput__F9U_q[type=number]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.FastBuy_setting__vzFkm{cursor:pointer}
.Header_trackerHead__Snoli{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:12px;gap:12px}.Header_trackerHead__Snoli.Header_isModal__KcjOJ{padding:0;padding-right:16px}@media screen and (max-width: 767px){.Header_trackerHead__Snoli.Header_isModal__KcjOJ{padding-right:8px}}.Header_trackerHead__Snoli.Header_isEmbedded__B29qr{flex:1 1;padding:0 16px 0 0;flex-direction:column;align-items:flex-start;justify-content:flex-start}@media screen and (max-width: 767px){.Header_trackerHead__Snoli{padding:8px 0;flex-direction:column;justify-content:flex-start;align-items:flex-start}}.Header_trackerHead__Snoli .Header_tabs__4SnZ4{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.Header_trackerHead__Snoli .Header_tabs__4SnZ4.Header_isEmbedded__B29qr{position:relative;width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding-bottom:16px}.Header_trackerHead__Snoli .Header_tabs__4SnZ4.Header_isEmbedded__B29qr::after{position:absolute;bottom:0;left:-16px;content:"";display:block;height:1px;width:calc(100% + 80px);background-color:var(--light-divider-4, rgba(255, 255, 255, 0.0392156863))}@media screen and (max-width: 767px){.Header_trackerHead__Snoli .Header_tabs__4SnZ4{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.Header_trackerHead__Snoli .Header_tabs__4SnZ4 .Header_tabComp__acnGP{gap:2px}.Header_trackerHead__Snoli .Header_tabs__4SnZ4 .Header_tabCompItem__mm29e{padding:4px}}.Header_trackerHead__Snoli .Header_tabs__4SnZ4 .Header_quoteSwitch__QUsMg{height:32px}.Header_trackerHead__Snoli .Header_rightActions__Sjrq2{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}@media screen and (max-width: 767px){.Header_trackerHead__Snoli .Header_rightActions__Sjrq2{width:100%}}.Header_trackerHead__Snoli .Header_rightActions__Sjrq2.Header_isEmbedded__B29qr{width:calc(100% + 48px)}
.ChainRecordButton_button__etpnw{display:flex;flex-direction:row;justify-content:center;align-items:center;background:var(--icon-60);border:none;cursor:pointer;width:calc(3*var(--spacing-unit));height:calc(3*var(--spacing-unit));border-radius:50%}.ChainRecordButton_button__etpnw:hover{background:var(--icon-100)}.ChainRecordButton_button__etpnw svg{width:calc(1.5*var(--spacing-unit));height:calc(1.5*var(--spacing-unit))}@media screen and (max-width: 767px){.ChainRecordButton_button__etpnw svg{width:calc(1.25*var(--spacing-unit));height:calc(1.25*var(--spacing-unit))}}.ChainRecordButton_button__etpnw.ChainRecordButton_is_bsc__SpXQ2{background-color:rgba(0,0,0,0)}.ChainRecordButton_button__etpnw.ChainRecordButton_is_bsc__SpXQ2 svg{width:100%;height:100%}.ChainRecordButton_button__etpnw.ChainRecordButton_is_bsc__SpXQ2:hover{background-color:rgba(0,0,0,0)}.ChainRecordButton_button__etpnw.ChainRecordButton_is_bsc__SpXQ2:hover svg path{fill-opacity:1}@media screen and (max-width: 767px){.ChainRecordButton_button__etpnw{width:calc(2.5*var(--spacing-unit));height:calc(2.5*var(--spacing-unit))}.ChainRecordButton_button__etpnw.ChainRecordButton_is_bsc__SpXQ2{width:14px;height:14px}}
.style_table__9pny7{height:calc(100vh - 240px)}.style_table__9pny7 tr td{padding:19px 12px}.style_table__9pny7.style_isModal__5hCh9{height:476px}.style_table__9pny7.style_isModal__5hCh9 tr:last-of-type td{border-bottom:none}.style_table__9pny7.style_isModal__5hCh9 tr td,.style_table__9pny7.style_isModal__5hCh9 tr th{background:var(--bullet-layer-1)}.style_operation__o2Who{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:8px}.style_operation__o2Who .style_btn__xVE2X{width:16px;height:16px;cursor:pointer;text-align:center}.style_operation__o2Who .style_btn__xVE2X:hover svg path{fill-opacity:1}.style_operation__o2Who .style_chainBtn__IiNOL{width:16px;height:16px}.style_operation__o2Who .style_chainBtn__IiNOL.style_sol__PeeSD svg{padding:1px}.style_timeText__Etq7Q{color:var(--light-text-60, rgba(255, 255, 255, 0.6));font-size:12px;font-style:normal;font-weight:400;line-height:130%}.style_pnl__IHPOd.style_positive__kkbdr{color:var(--complementary-green-100) !important}.style_pnl__IHPOd.style_negative__Gy6p6{color:var(--complementary-red-100) !important}.style_bottomBtns__DOviu{border-top:1px solid var(--light-divider-4, rgba(255, 255, 255, 0.0392156863));justify-content:flex-end !important;padding:20px 16px 20px 0}@media screen and (max-width: 767px){.style_bottomBtns__DOviu{padding:20px 16px}}
.styles_tableWarp__ocCT5{margin-top:calc(1.5*var(--spacing-unit))}.styles_filter_panel__HdVOz{display:inline-flex;padding:calc(2*var(--spacing-unit));flex-direction:column;align-items:flex-start;gap:calc(2*var(--spacing-unit));width:200px;background:var(--bullet-layer-1);border-radius:8px;color:var(--text-100);font-size:var(--font-size-14);line-height:130%;font-family:ALPH}.styles_filterFooter__X684z{display:flex;width:100%;gap:calc(1*var(--spacing-unit));justify-content:space-between;align-items:center}.styles_filterFooter__X684z button{width:auto;padding:calc(1.5*var(--spacing-unit)) 0}.styles_filterFooter__X684z button span{white-space:nowrap}
.Filter_filterPanel__7OUIG{display:inline-flex;padding:calc(2*var(--spacing-unit));flex-direction:column;align-items:flex-start;gap:calc(2*var(--spacing-unit));width:200px;background:var(--bullet-layer-1);border-radius:8px;color:var(--text-100);font-size:var(--font-size-14);line-height:130%;font-family:ALPH}.Filter_filterPanel__7OUIG .Filter_filterPanelInnerWrap__KpsjF{width:100%}.Filter_filterPanel__7OUIG h3{display:flex;justify-content:flex-start;margin-bottom:calc(1*var(--spacing-unit));font-weight:var(--font-weight-medium);font-size:var(--font-size-14)}.Filter_filterPanel__7OUIG .Filter_filterList__oAwXs{display:flex;flex-direction:column;gap:calc(1*var(--spacing-unit))}.Filter_filterPanel__7OUIG .Filter_filterList__oAwXs .Filter_filterItem__x2xGu{display:flex;height:28px;padding:calc(0.5*var(--spacing-unit)) calc(1.25*var(--spacing-unit));justify-content:center;align-items:center;gap:calc(1.25*var(--spacing-unit));align-self:stretch;border-radius:calc(0.5*var(--spacing-unit));background:var(--cover-4);color:var(--text-60);font-size:var(--font-size-14);line-height:130%;font-family:ALPH;font-weight:var(--font-weight-regular);cursor:pointer}.Filter_filterPanel__7OUIG .Filter_filterList__oAwXs .Filter_filterItem__x2xGu.Filter_active__jPULT,.Filter_filterPanel__7OUIG .Filter_filterList__oAwXs .Filter_filterItem__x2xGu:hover{border:1px solid var(--primary-green-80);background:var(--primary-green-5);color:var(--primary-green-80)}.Filter_filterPanel__7OUIG .Filter_customRange__WZJEw{display:flex;margin-top:calc(1*var(--spacing-unit));gap:calc(1*var(--spacing-unit));justify-content:space-between;align-items:center;color:var(--text-60);font-weight:var(--font-weight-normal)}.Filter_filterPanel__7OUIG .Filter_customRange__WZJEw .Filter_smInput__HsirL{height:28px;padding:calc(1*var(--spacing-unit));font-size:var(--font-size-12);line-height:130%;font-family:ALPH}.Filter_filterPanel__7OUIG .Filter_customRange__WZJEw .Filter_smInput__HsirL input{margin-right:calc(-1*var(--spacing-unit))}.Filter_filterPanel__7OUIG .Filter_filterFooter__1FZTu{display:flex;width:100%;gap:calc(1*var(--spacing-unit));justify-content:space-between;align-items:center}.Filter_filterPanel__7OUIG .Filter_filterFooter__1FZTu button{width:auto;padding:calc(1.5*var(--spacing-unit)) 0}.Filter_filterPanel__7OUIG .Filter_filterFooter__1FZTu button span{white-space:nowrap}.Filter_filterPanelLong__WND5U{display:inline-flex;padding:calc(2*var(--spacing-unit));flex-direction:column;align-items:flex-start;gap:calc(2*var(--spacing-unit));width:200px;background:var(--bullet-layer-1);border-radius:8px;color:var(--text-100);font-size:var(--font-size-14);line-height:130%;font-family:ALPH}.Filter_filterPanelLong__WND5U h3{display:flex;justify-content:flex-start;font-weight:var(--font-weight-medium)}.Filter_filterPanelLong__WND5U .Filter_overflow__NqdJq{max-height:300px;overflow-y:auto;padding:10px 0;border-top:1px solid var(--light-divider-4, rgba(255, 255, 255, 0.04));display:flex;flex-direction:column;gap:calc(2*var(--spacing-unit))}.Filter_filterPanelLong__WND5U .Filter_filterList__oAwXs{display:flex;flex-direction:column;gap:calc(1*var(--spacing-unit))}.Filter_filterPanelLong__WND5U .Filter_filterList__oAwXs .Filter_filterItem__x2xGu{display:flex;height:28px;padding:calc(0.5*var(--spacing-unit)) calc(1.25*var(--spacing-unit));justify-content:center;align-items:center;gap:calc(1.25*var(--spacing-unit));align-self:stretch;border-radius:calc(0.5*var(--spacing-unit));background:var(--cover-4);color:var(--text-60);font-size:var(--font-size-14);line-height:130%;font-family:ALPH;font-weight:var(--font-weight-regular);cursor:pointer}.Filter_filterPanelLong__WND5U .Filter_filterList__oAwXs .Filter_filterItem__x2xGu.Filter_active__jPULT,.Filter_filterPanelLong__WND5U .Filter_filterList__oAwXs .Filter_filterItem__x2xGu:hover{border:1px solid var(--primary-green-80);background:var(--primary-green-5);color:var(--primary-green-80)}.Filter_filterPanelLong__WND5U .Filter_select__jM0em{border-radius:4px;background:var(--light-cover-4, rgba(255, 255, 255, 0.04));padding:4px 8px;margin-top:calc(2*var(--spacing-unit))}.Filter_filterPanelLong__WND5U .Filter_tagName__iULRP{display:inline-block;width:140px;height:20px;font-size:14px;font-style:normal;font-weight:500;overflow:hidden}.Filter_filterPanelLong__WND5U .Filter_customRange__WZJEw{display:flex;gap:calc(1*var(--spacing-unit));justify-content:space-between;align-items:center;color:var(--text-60);font-weight:var(--font-weight-normal)}.Filter_filterPanelLong__WND5U .Filter_customRange__WZJEw .Filter_smInput__HsirL{height:28px;padding:calc(1*var(--spacing-unit));font-size:var(--font-size-12);line-height:130%;font-family:ALPH}.Filter_filterPanelLong__WND5U .Filter_customRange__WZJEw .Filter_smInput__HsirL input{margin-right:calc(-1*var(--spacing-unit))}.Filter_filterPanelLong__WND5U .Filter_inputError__BaodX{color:var(--complementary-red-100, #f04b55)}.Filter_filterPanelLong__WND5U .Filter_filterFooter__1FZTu{display:flex;width:100%;gap:calc(1*var(--spacing-unit));justify-content:space-between;align-items:center}.Filter_filterPanelLong__WND5U .Filter_filterFooter__1FZTu button{width:auto;padding:calc(1.5*var(--spacing-unit)) 0}.Filter_filterPanelLong__WND5U .Filter_filterFooter__1FZTu button span{white-space:nowrap}.Filter_options__wI1wp{display:flex;padding:calc(0.5*var(--spacing-unit));flex-direction:column;align-items:flex-start;border-radius:calc(0.75*var(--spacing-unit));border:1px solid var(--divider-3);background:var(--bullet-layer-1);box-shadow:0 0 1px 0 rgba(0,0,0,.1),0 4px 24px 0 rgba(0,0,0,.06)}.Filter_options__wI1wp .Filter_option__ucD4D{width:160px;display:flex;height:calc(6*var(--spacing-unit));padding:0 calc(2*var(--spacing-unit));justify-content:center;align-items:center;align-self:stretch;border-radius:calc(0.5*var(--spacing-unit));color:var(--text-100);font-size:var(--font-size-14);line-height:130%;font-family:ALPH;font-weight:var(--font-weight-medium);cursor:pointer}.Filter_options__wI1wp .Filter_option__ucD4D.Filter_active__jPULT{color:var(--primary-green-100)}.Filter_options__wI1wp .Filter_option__ucD4D:hover{background:var(--cover-2)}.Filter_filterWrapper__XThY8{position:relative;display:inline-flex;vertical-align:middle}.Filter_filterWrapper__XThY8 .Filter_reference__tO30k{display:inline-flex;cursor:pointer;align-items:center}.Filter_filterWrapper__XThY8 .Filter_reference__tO30k.Filter_active__jPULT svg path{fill:var(--icon);fill-opacity:1}.Filter_floating__qxQZ6{position:fixed;width:max-content;cursor:pointer;top:0;left:0;z-index:1400}.Filter_floating__qxQZ6.Filter_inContainer__FeNrJ{position:absolute}.Filter_text__QKHdK{color:var(--light-text-60, rgba(255, 255, 255, 0.6));font-size:12px;font-style:normal;font-weight:500;line-height:130%;margin-left:2px}
.wallet_table__U_7kH tr td{padding:19px 12px}.wallet_table__U_7kH.wallet_isModal__IypBh tr:last-of-type td{border-bottom:none}.wallet_table__U_7kH.wallet_isModal__IypBh tr td,.wallet_table__U_7kH.wallet_isModal__IypBh tr th{background:var(--bullet-layer-1)}.wallet_topRight__SDzz0{position:absolute;right:12px;top:12px}.wallet_theadWithFilter__zN3qM{margin-right:calc(.5*var(--spacing-unit))}.wallet_optColumn__XEed_{display:inline-flex;height:24px;padding:0 8px;justify-content:center;align-items:center;gap:10px;border-radius:4px}.wallet_token__8IXTD{display:flex;align-items:center;gap:4px}.wallet_token__8IXTD .wallet_icon__m_rQr{display:block;width:20px;height:20px;flex-shrink:0;aspect-ratio:1/1;border-radius:50%}.wallet_token__8IXTD .wallet_name__5wJvR{font-weight:500;line-height:130%}.wallet_gray__5tnwO{color:var(--text-60);font-weight:500;line-height:130%}.wallet_rowAmount__MBhYs{display:flex;gap:4px;align-items:center;justify-content:flex-end}.wallet_buyBtnContainer__6uvTI{position:relative;display:flex;align-items:center;justify-content:flex-end}.wallet_buyBtnContainer__6uvTI .wallet_buyBtn__k8IRz{transition:opacity .2s ease-in-out}@media screen and (max-width: 767px){.wallet_buyBtnContainer__6uvTI .wallet_buyBtn__k8IRz{width:36px;height:36px}}.wallet_buyBtnContainer__6uvTI .wallet_buyBtnHidden__9czP_{opacity:0;pointer-events:none}.wallet_buyBtnContainer__6uvTI .wallet_buyBtnVisible__T4hJW{opacity:1;pointer-events:auto}@media screen and (min-width: 1536px){.wallet_buyBtnContainer__6uvTI .wallet_buyBtn__k8IRz{opacity:1;pointer-events:auto}}.wallet_connfigs__i0sw1{gap:calc(2*var(--spacing-unit));display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.wallet_connfigs__i0sw1 .wallet_fastBuy__ip2Pl{padding:calc(0.5*var(--spacing-unit)) calc(1*var(--spacing-unit));border-radius:calc(1*var(--spacing-unit));background:var(--cover-4);gap:calc(0.5*var(--spacing-unit));display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.wallet_connfigs__i0sw1 .wallet_fastBuy__ip2Pl .wallet_fastBuyTitle__4JmmQ{gap:calc(0.5*var(--spacing-unit));cursor:pointer;display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.wallet_connfigs__i0sw1 .wallet_fastBuy__ip2Pl .wallet_fastBuyTitle__4JmmQ h3{color:var(--text-100);font-size:var(--font-size-12);font-weight:var(--font-weight-regular);line-height:130%}.wallet_connfigs__i0sw1 .wallet_fastBuy__ip2Pl .wallet_fastBuyGroup__sAf4l{margin-left:calc(1*var(--spacing-unit));padding-left:calc(1*var(--spacing-unit));border-radius:calc(0.5*var(--spacing-unit));background:var(--background-background);border:1px solid rgba(0,0,0,0);display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.wallet_connfigs__i0sw1 .wallet_fastBuy__ip2Pl .wallet_fastBuyGroup__sAf4l:hover{border:1px solid var(--primary-green-100)}.wallet_connfigs__i0sw1 .wallet_fastBuy__ip2Pl .wallet_fastBuyGroup__sAf4l .wallet_fastBuyInput__sYYQ8{max-width:80px;margin:calc(0.5*var(--spacing-unit));padding:calc(0.5*var(--spacing-unit));height:18px;background:rgba(0,0,0,0);border:none;outline:none;color:var(--text-100);font-size:var(--font-size-12);font-weight:var(--font-weight-medium);line-height:130%}.wallet_connfigs__i0sw1 .wallet_fastBuy__ip2Pl .wallet_fastBuyGroup__sAf4l .wallet_fastBuyInput__sYYQ8::-webkit-outer-spin-button,.wallet_connfigs__i0sw1 .wallet_fastBuy__ip2Pl .wallet_fastBuyGroup__sAf4l .wallet_fastBuyInput__sYYQ8::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none;margin:0}.wallet_connfigs__i0sw1 .wallet_fastBuy__ip2Pl .wallet_fastBuyGroup__sAf4l .wallet_fastBuyInput__sYYQ8[type=number]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.wallet_connfigs__i0sw1 .wallet_setting__Hf0rc{cursor:pointer}
.tracker_wrapper__VZEsL{position:relative;height:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;align-items:flex-start;gap:4px;border-radius:calc(1*var(--spacing-unit))}.tracker_wrapper__VZEsL.tracker_isPage__Fyxdo{margin:-12px 0}@media screen and (max-width: 767px){.tracker_wrapper__VZEsL.tracker_isPage__Fyxdo{flex-direction:column;gap:12px}}.tracker_wrapper__VZEsL .tracker_watchWallet__xU5eC{flex:6 1;min-width:0;background:var(--cover-2);border-top-left-radius:8px;border-top-right-radius:8px}.tracker_wrapper__VZEsL .tracker_watchWallet__xU5eC.tracker_isModal__1Uf42{background:unset}.tracker_wrapper__VZEsL .tracker_watchWallet__xU5eC .tracker_trackerContent__kChV_{display:block}@media screen and (max-width: 767px){.tracker_wrapper__VZEsL .tracker_watchWallet__xU5eC{flex:1 1;width:100%}}.tracker_wrapper__VZEsL .tracker_hot__UVw8J{flex:4 1;overflow:hidden}@media screen and (max-width: 767px){.tracker_wrapper__VZEsL .tracker_hot__UVw8J{flex:1 1;width:100%}}.tracker_wrapper__VZEsL .tracker_expandBtn__DQyif{position:absolute;top:12px;right:-24px;cursor:pointer}
.style_trackerModal__ZpKr6{padding:0 !important}@media screen and (max-width: 767px){.style_trackerModal__ZpKr6{min-width:unset;width:calc(100% - 24px)}}.style_trackerModal__ZpKr6 .style_trackerModalHeader__nVqjB{padding:20px 16px 16px;border-bottom:1px solid var(--light-divider-4, rgba(255, 255, 255, 0.0392156863))}@media screen and (max-width: 767px){.style_trackerModal__ZpKr6 .style_trackerModalHeader__nVqjB{padding:12px}}.style_trackerModal__ZpKr6 .style_trackerModalContent__Q86Yd{padding:0}
.GlobalLayout_page_container__Rba8N{display:flex;width:100%;min-height:100vh;flex-direction:column}.GlobalLayout_main__f1o3G{flex:1 1;padding:calc(3*var(--spacing-unit));margin-bottom:calc(5*var(--spacing-unit));background-color:var(--background-background);color:var(--text-100);width:100%}@media screen and (max-width: 767px){.GlobalLayout_main__f1o3G{padding:calc(1.5*var(--spacing-unit))}}
.Alert_alert__g3bU9{z-index:0;display:flex;padding:calc(1.5*var(--spacing-unit)) calc(2*var(--spacing-unit));gap:4px;justify-content:space-between;align-items:center}.Alert_alert__g3bU9.Alert_error__xzI67{background:var(--complementary-red-12);color:var(--complementary-red-100);font-size:var(--font-size-12);line-height:130%;font-family:ALPH}.Alert_alert__g3bU9 .Alert_content__fkFvt{flex-grow:1;display:flex;justify-content:center}.Alert_alert__g3bU9 .Alert_close__ij5l5{color:var(--icon-60);cursor:pointer}.Alert_alert__g3bU9 .Alert_close__ij5l5:hover{color:var(--icon)}
.EmbeddedPanel_embeddedPanel__8ul0a{width:100%;height:100%;background:var(--cover-2);border-radius:calc(1*var(--spacing-unit));overflow-x:auto}.EmbeddedPanel_embeddedPanel__8ul0a.EmbeddedPanel_longPressingPanel__kVWPf{cursor:-webkit-grabbing;cursor:grabbing;opacity:.8;transform:scale(0.98);filter:blur(1px);transition:none}.EmbeddedPanel_header__7tRDA{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:calc(2*var(--spacing-unit));position:relative;padding-top:calc(1*var(--spacing-unit));min-height:50px;align-items:flex-start;border-bottom:1px solid var(--divider-4)}.EmbeddedPanel_header__7tRDA h2{flex:1 1;color:var(--text-100);font-size:var(--font-size-20);line-height:130%;font-family:ALPH;font-weight:var(--font-weight-medium);margin:0}.EmbeddedPanel_header__7tRDA .EmbeddedPanel_closeBtn__Zh1im{cursor:pointer;display:flex;align-items:center;justify-content:center}.EmbeddedPanel_header__7tRDA .EmbeddedPanel_dragButtonContainer__i5lOW{position:absolute;top:4px;left:50%;transform:translateX(-50%);z-index:10;pointer-events:auto}.EmbeddedPanel_header__7tRDA .EmbeddedPanel_dragButton__Bg8Sp{width:26px;height:18px;background:none;border:none;cursor:-webkit-grab;cursor:grab;display:flex;align-items:center;justify-content:center;color:var(--text-60);transition:color .2s ease;padding:0}.EmbeddedPanel_header__7tRDA .EmbeddedPanel_dragButton__Bg8Sp:hover{color:var(--text-100)}.EmbeddedPanel_header__7tRDA .EmbeddedPanel_dragButton__Bg8Sp:active{cursor:-webkit-grabbing;cursor:grabbing;color:var(--text-80)}.EmbeddedPanel_header__7tRDA .EmbeddedPanel_dragButton__Bg8Sp.EmbeddedPanel_longPressing__nZhJ0{color:var(--text-100);cursor:-webkit-grabbing;cursor:grabbing}.EmbeddedPanel_header__7tRDA .EmbeddedPanel_dragButton__Bg8Sp.EmbeddedPanel_longPressing__nZhJ0 svg{transform:scale(1.1);transition:transform .2s ease}.EmbeddedPanel_header__7tRDA .EmbeddedPanel_dragButton__Bg8Sp svg{width:16px;height:8px;transition:transform .2s ease}.EmbeddedPanel_content__v5qaX{width:100%;overflow-y:hidden}
.style_trackerEmbedded__oX5_r{padding:0 !important}.style_trackerEmbedded__oX5_r .style_trackerEmbeddedHeader__mb3XT{padding:20px 16px 16px;border-bottom:1px solid var(--light-divider-4, rgba(255, 255, 255, 0.0392156863))}@media screen and (max-width: 767px){.style_trackerEmbedded__oX5_r .style_trackerEmbeddedHeader__mb3XT{padding:16px}}.style_trackerEmbedded__oX5_r .style_trackerModalContent__7Cjk3{padding:0}
.EmbeddedDraggableIcon_embeddedDraggableLine__x7tcR{cursor:ew-resize;position:absolute;top:50%;transform:translateY(-50%);width:12px;height:100%;background-color:rgba(0,0,0,0);z-index:10}.EmbeddedDraggableIcon_embeddedDraggableLine__x7tcR.EmbeddedDraggableIcon_draggableLineRight__xzexX{left:-6px}.EmbeddedDraggableIcon_embeddedDraggableLine__x7tcR.EmbeddedDraggableIcon_draggableLineLeft__Hsdav{right:-6px}.EmbeddedDraggableIcon_embeddedDraggableLine__x7tcR .EmbeddedDraggableIcon_embeddedDraggableIcon__z4RDj{cursor:ew-resize;position:absolute;top:50%;transform:translateY(-50%);width:12px;height:24px}
.EmbeddedLayout_embedded_wrapper__4WsCo{display:flex;width:100%;height:100%;justify-content:space-between;gap:4px;position:relative}.EmbeddedLayout_embedded_wrapper__4WsCo .EmbeddedLayout_embedded_main_container__3BUde{position:relative}.EmbeddedLayout_embedded_wrapper__4WsCo .EmbeddedLayout_embedded_panel_container__5FlxK{position:relative;height:calc(100vh - 105px)}.EmbeddedLayout_embeddedDragOverlay__6G5mR{position:fixed;inset:0;z-index:9999;cursor:ew-resize}
