:root{--bg-color:0,10,20;--white-color:255,255,255;--grey-color:176,190,197;--dark-blue:0,24,45;--pink-color:255,64,129;--light-blue:166,255,255;--md-font:16px;--main-font:16px;--sm-font:14px;--xs-font:12px}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none}input[type=number]{-moz-appearance:textfield}#__next,body{overflow:hidden}.outer-wrapper{height:100dvh;background:rgba(var(--bg-color),1)}.inner-wrapper{display:flex;flex-direction:column;height:100%}.inner-center{align-items:center;justify-content:center}.app-container{height:100%}.layout-container{height:calc(100% - 65px);padding-left:240px}.layout-container.center{display:flex;align-items:center;justify-content:center}.app-bar{position:relative;box-shadow:none;border-bottom:1px solid rgba(var(--white-color),.12);z-index:99999999}.MuiDrawer-paper,.app-bar{background:rgba(var(--bg-color),1)}.MuiDrawer-paper{padding:64px 16px 16px;width:240px}.MuiDrawer-paper .MuiList-root{display:flex;flex-direction:column;padding:24px 0 0;gap:8px}.main-drawer .MuiButtonBase-root,.main-drawer .MuiTypography-root{border-radius:8px;font-size:var(--main-font)}.main-drawer .list-item-active .MuiListItemButton-gutters{background-color:hsla(0,0%,100%,.08)}.list-item-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;margin-right:8px}.main-drawer .list-item-icon .MuiSvgIcon-root{font-size:18px}.main-drawer .buy-item .list-item-icon .MuiSvgIcon-root{fill:rgba(var(--pink-color),1)}.main-drawer .buy-item .MuiTypography-root{color:rgba(var(--pink-color),1)}.MuiAlert-standard{background-color:rgba(var(--dark-blue),1);color:rgba(var(--white-color),1)}.balance{position:relative;display:flex;flex-direction:column;align-items:flex-end;justify-content:center;text-align:right;color:rgba(var(--grey-color),1);padding-right:24px;text-decoration:none}.balance:after{position:absolute;content:"";height:100%;width:1px;right:-1px;top:0;background:rgba(var(--white-color),.12)}.balance-top{display:flex;align-items:center;justify-content:center;font-size:var(--sm-font);line-height:1;margin-bottom:4px}.balance-tooltip{width:16px;height:16px;margin-left:8px}.balance-btm{font-size:var(--md-font)}.balance-btm span{color:rgba(var(--white-color),1)}.nav-links{margin-left:auto;margin-right:auto}.nav-links a{color:rgba(var(--white-color),1);transition:color .2s ease}.nav-links a:hover{color:rgba(var(--white-color),.48);transition:color .3s ease}.nav-stack{gap:16px;margin-left:auto}.app-bar .buy-btn,.app-bar .connect-btn{margin:0;color:rgba(var(--light-blue),1);background:rgba(var(--light-blue),.16);transition:all .2s ease;height:40px;max-height:40px;line-height:1;padding:0 16px}.app-bar .connect-btn:hover{background:rgba(var(--light-blue),.24);transition:all .3s ease}.app-bar .buy-btn{color:rgba(var(--pink-color),1);background:rgba(var(--pink-color),.16)}.app-bar .buy-btn:hover{background:rgba(var(--pink-color),.24);transition:all .3s ease}.card-blocks{display:flex;align-items:center;flex-direction:row;flex-wrap:wrap;max-width:800px;gap:16px}.card{display:flex;flex-direction:column;background:rgba(var(--dark-blue),1);border-radius:8px;padding:24px 24px 16px;box-shadow:0 2px 4px rgba(0,0,0,.1);width:calc(50% - 8px);height:200px;transition:all .2s ease;cursor:pointer;text-decoration:none}.card:hover{background:rgba(var(--dark-blue),.64);transition:all .3s ease}.card-top{flex-direction:row;margin-bottom:8px;color:rgba(var(--white-color),1);text-decoration:none}.card-icon,.card-top{display:flex;align-items:center}.card-icon{justify-content:center;width:24px;height:24px;margin-right:8px}.card-icon svg{font-size:20px}.card-title{text-decoration:none}.card-body,.card-title{font-size:var(--sm-font)}.card-body{color:rgba(var(--grey-color),1);margin-bottom:32px}.card-footer{margin-top:auto}.card-btn{padding:8px 12px 8px 8px;color:rgba(var(--white-color),1);font-size:var(--sm-font);color:rgba(var(--light-blue),1)}.card-btn>div{display:flex;align-items:center;justify-content:center;width:16px;height:16px;margin-left:8px}.card-btn>div svg{font-size:20px}.mui-card{background:rgba(var(--dark-blue),1);width:60%;height:max-content;margin-top:0}.mui-card.full{width:100%}.card-container.width-40{max-width:40%}.row{display:flex;flex-direction:row;gap:48px}.card-content,.row form{display:flex;flex-direction:column;height:100%}.card-content{padding:32px}.mui-card .MuiCollapse-root{height:calc(100% - 56px)}.mui-card .MuiCollapse-root .MuiCardContent-root{display:flex;flex-direction:column;height:100%}.mui-card .MuiCollapse-root .MuiCardContent-root.card-content{padding:0!important;margin:0!important}.card-content p.MuiTypography-root{margin:24px 0 0;font-size:var(--sm-font);color:rgba(var(--grey-color),1)}.card-content .MuiTypography-root p{font-size:var(--sm-font);margin:0 0 24px;color:rgba(var(--grey-color),1)}.MuiInputBase-root{border-radius:4px;padding:0 16px}.MuiInputBase-root fieldset{border-color:rgba(var(--grey-color),.48)!important;transition:border-color .2s ease;border-radius:12px}.MuiInputBase-root:hover fieldset{border-color:rgba(var(--grey-color),1)!important;transition:border-color .3s ease}.MuiInputBase-root input{margin:0;padding:0;height:48px;border-radius:12px}.MuiInputBase-root input.Mui-disabled{-webkit-text-fill-color:rgba(var(--white-color),1)!important;opacity:1!important}.card-container{max-width:50%;margin:auto}.card-content .MuiStack-root:has(.MuiButtonBase-root){display:flex;flex-direction:row;margin:32px 0 0;gap:24px}.light-btn,.light-btn.Mui-disabled{background:rgba(var(--light-blue),1);color:#000!important;border-radius:12px;border:none;font-size:var(--sm-font);height:48px;width:100%;margin-top:auto;margin-bottom:0}.mui-style-1r6piam-MuiStack-root .mui-style-chc5w2-MuiButtonBase-root-MuiButton-root{border:1px solid rgba(var(--white-color),1)!important;color:#fff;border-radius:12px;border:none;font-size:var(--sm-font);height:48px;width:100%;margin-top:auto}.connect-btn .MuiCircularProgress-root,.light-btn .MuiCircularProgress-root{width:16px!important;min-width:16px!important;height:16px!important;color:#000!important}.connect-btn.Mui-disabled,.light-btn.Mui-disabled{opacity:.48!important}.input-wrapper{margin:0 0 16px;gap:0}.input-wrapper .MuiFormLabel-root{margin-bottom:8px}.mui-card.mui-card-sm{width:40%}.MuiTypography-root h4{margin-bottom:8px;color:rgba(var(--white-color),1)}.card-content .MuiTypography-root.MuiTypography-h5{margin-bottom:24px}.MuiSvgIcon-root{fill:rgba(var(--light-blue),1)}.mt-auto{margin-top:48px}.MuiFormControlLabel-root{margin-bottom:16px}.swap-fields-container{margin-bottom:48px}.swap-field{position:relative}.swap-field input::placeholder{color:rgba(var(--white-color),1)}.swap-field-icon{position:absolute;display:flex;align-items:center;justify-content:center;width:24px;height:24px;top:50%;right:16px;transform:translateY(-50%)}.swap-field-icon img{width:100%;height:auto}@media(max-width:1920px)and (max-height:1200px){.card-container,.card-container.width-40{max-width:60%}}@media(max-width:1440px){.card-container,.card-container.width-40{max-width:70%}}@media(max-width:1280px){.card-container,.card-container.width-40{max-width:80%}}@media(max-width:1440px)and (max-height:900px){.card-container,.card-container.width-40{max-width:80%}}@media(max-width:1199px){#__next,body{overflow:auto;background:rgba(var(--bg-color),1)}.light-btn{display:block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.connect-btn .MuiCircularProgress-root,.light-btn .MuiCircularProgress-root{min-width:16px!important;width:16px!important;height:16px!important;padding:3px 0}.layout-container{padding:0;height:auto}.nav-links{display:none}header .MuiStack-root{width:100%;justify-content:flex-end}.MuiStack-root .MuiSvgIcon-root{display:none}.app-bar .connect-btn{height:32px;max-height:32px}.MuiDrawer-paper{background:rgba(var(--bg-color),1)}.card-blocks{flex-direction:column}.card{width:100%}.card,.inner-wrapper{height:auto}.inner-center{padding:16px;justify-content:normal}.row{flex-direction:column;gap:24px}.card-content{padding:16px!important;width:100%}.card-container{margin:0;padding:16px}.card-container,.card-container.width-40,.mui-card,.mui-card.mui-card-sm{width:100%;max-width:100%}.swap-fields-container{flex-direction:column;align-items:flex-start;gap:8px}.swap-field{width:100%}.swap-fields-container .MuiButtonBase-root{margin:0 auto}}@font-face{font-family:__Sora_ca89fe;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/b509eba88414e74d-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Sora_ca89fe;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/50c108a6e342fd4c-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Sora_Fallback_ca89fe;src:local("Arial");ascent-override:85.29%;descent-override:25.50%;line-gap-override:0.00%;size-adjust:113.73%}.__className_ca89fe{font-family:__Sora_ca89fe,__Sora_Fallback_ca89fe;font-weight:400;font-style:normal}@font-face{font-family:__Orbitron_f339d8;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/9a4ee768fed045da-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Orbitron_f339d8;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/9a4ee768fed045da-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Orbitron_Fallback_f339d8;src:local("Arial");ascent-override:81.50%;descent-override:19.59%;line-gap-override:0.00%;size-adjust:124.05%}.__className_f339d8{font-family:__Orbitron_f339d8,__Orbitron_Fallback_f339d8;font-style:normal}