@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap");.wallet-adapter-button{background-color:initial;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:16px;font-weight:600;height:48px;line-height:48px;padding:0 24px;border-radius:4px}.wallet-adapter-button-trigger{background-color:#512da8}.wallet-adapter-button:not([disabled]):focus-visible{outline-color:white}.wallet-adapter-button:not([disabled]):hover{background-color:#1a1f2e}.wallet-adapter-button[disabled]{background:#404144;color:#999;cursor:not-allowed}.wallet-adapter-button-end-icon,.wallet-adapter-button-end-icon img,.wallet-adapter-button-start-icon,.wallet-adapter-button-start-icon img{display:flex;align-items:center;justify-content:center;width:24px;height:24px}.wallet-adapter-button-end-icon{margin-left:12px}.wallet-adapter-button-start-icon{margin-right:12px}.wallet-adapter-collapse{width:100%}.wallet-adapter-dropdown{position:relative;display:inline-block}.wallet-adapter-dropdown-list{position:absolute;z-index:99;display:grid;grid-template-rows:1fr;grid-row-gap:10px;padding:10px;top:100%;right:0;margin:0;list-style:none;background:#2c2d30;border-radius:10px;box-shadow:0 8px 20px rgba(0,0,0,.6);opacity:0;visibility:hidden;transition:opacity .2s ease,transform .2s ease,visibility .2s;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif}.wallet-adapter-dropdown-list-active{opacity:1;visibility:visible;transform:translateY(10px)}.wallet-adapter-dropdown-list-item{display:flex;flex-direction:row;justify-content:center;align-items:center;border:none;outline:none;cursor:pointer;white-space:nowrap;box-sizing:border-box;padding:0 20px;width:100%;border-radius:6px;font-size:14px;font-weight:600;height:37px;color:#fff}.wallet-adapter-dropdown-list-item:not([disabled]):hover{background-color:#1a1f2e}.wallet-adapter-modal-collapse-button svg{align-self:center;fill:#999}.wallet-adapter-modal-collapse-button.wallet-adapter-modal-collapse-button-active svg{transform:rotate(180deg);transition:transform .15s ease-in}.wallet-adapter-modal{position:fixed;top:0;left:0;right:0;bottom:0;opacity:0;transition:opacity .15s linear;background:rgba(0,0,0,.5);z-index:1040;overflow-y:auto}.wallet-adapter-modal.wallet-adapter-modal-fade-in{opacity:1}.wallet-adapter-modal-button-close{display:flex;align-items:center;justify-content:center;position:absolute;top:18px;right:18px;padding:12px;cursor:pointer;background:#1a1f2e;border:none;border-radius:50%}.wallet-adapter-modal-button-close:focus-visible{outline-color:white}.wallet-adapter-modal-button-close svg{fill:#777;transition:fill .2s ease 0s}.wallet-adapter-modal-button-close:hover svg{fill:#fff}.wallet-adapter-modal-overlay{background:rgba(0,0,0,.5);position:fixed;top:0;left:0;bottom:0;right:0}.wallet-adapter-modal-container{display:flex;margin:3rem;min-height:calc(100vh - 6rem);align-items:center;justify-content:center}@media (max-width:480px){.wallet-adapter-modal-container{margin:1rem;min-height:calc(100vh - 2rem)}}.wallet-adapter-modal-wrapper{box-sizing:border-box;position:relative;display:flex;align-items:center;flex-direction:column;z-index:1050;max-width:400px;border-radius:10px;background:#10141f;box-shadow:0 8px 20px rgba(0,0,0,.6);font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;flex:1}.wallet-adapter-modal-wrapper .wallet-adapter-button{width:100%}.wallet-adapter-modal-title{font-weight:500;font-size:24px;line-height:36px;margin:0;padding:64px 48px 48px;text-align:center;color:#fff}@media (max-width:374px){.wallet-adapter-modal-title{font-size:18px}}.wallet-adapter-modal-list{margin:0 0 12px;padding:0;width:100%;list-style:none}.wallet-adapter-modal-list .wallet-adapter-button{font-weight:400;border-radius:0;font-size:18px}.wallet-adapter-modal-list .wallet-adapter-button-end-icon,.wallet-adapter-modal-list .wallet-adapter-button-end-icon img,.wallet-adapter-modal-list .wallet-adapter-button-start-icon,.wallet-adapter-modal-list .wallet-adapter-button-start-icon img{width:28px;height:28px}.wallet-adapter-modal-list .wallet-adapter-button span{margin-left:auto;font-size:14px;opacity:.6}.wallet-adapter-modal-list-more{cursor:pointer;border:none;padding:12px 24px 24px 12px;align-self:flex-end;display:flex;align-items:center;background-color:initial;color:#fff}.wallet-adapter-modal-list-more svg{transition:all .1s ease;fill:rgba(255,255,255,1);margin-left:.5rem}.wallet-adapter-modal-list-more-icon-rotate{transform:rotate(180deg)}.wallet-adapter-modal-middle{width:100%;display:flex;flex-direction:column;align-items:center;padding:0 24px 24px;box-sizing:border-box}.wallet-adapter-modal-middle-button{display:block;cursor:pointer;margin-top:48px;width:100%;background-color:#512da8;padding:12px;font-size:18px;border:none;border-radius:8px;color:#fff}body,html{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}[tabindex="-1"]:focus{outline:none}hr{box-sizing:initial;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[data-original-title],abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=number],input[type=password],input[type=text],textarea{-webkit-appearance:none}dl,ol,ul{margin-top:0;margin-bottom:1em}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}code,kbd,pre,samp{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}button,input,optgroup,select,textarea{font-size:inherit}button,input{overflow:visible}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto}fieldset{min-width:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}output{display:inline-block}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}*,::backdrop,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246/0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.visible{visibility:visible}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.bottom-0{bottom:0}.left-0{left:0}.z-10{z-index:10}.z-\[100\]{z-index:100}.\!m-0{margin:0!important}.m-\[20px_0_40px\]{margin:20px 0 40px}.m-\[26px_0_16px\]{margin:26px 0 16px}.m-\[40px_0_16px\]{margin:40px 0 16px}.m-\[5px_0px_17px\]{margin:5px 0 17px}.mx-auto{margin-left:auto;margin-right:auto}.my-\[24px\]{margin-top:24px;margin-bottom:24px}.my-auto{margin-top:auto;margin-bottom:auto}.\!mb-\[0\]{margin-bottom:0!important}.\!mt-\[unset\]{margin-top:unset!important}.mb-\[12px\]{margin-bottom:12px}.mb-\[22px\]{margin-bottom:22px}.mb-\[2px\]{margin-bottom:2px}.mb-\[40px\]{margin-bottom:40px}.ml-\[16px\]{margin-left:16px}.ml-\[4px\]{margin-left:4px}.ml-\[8px\]{margin-left:8px}.ml-auto{margin-left:auto}.mr-\[12px\]{margin-right:12px}.mr-\[4px\]{margin-right:4px}.mr-\[8px\]{margin-right:8px}.mt-\[-2px\]{margin-top:-2px}.mt-\[100px\]{margin-top:100px}.mt-\[10px\]{margin-top:10px}.mt-\[14px\]{margin-top:14px}.mt-\[16px\]{margin-top:16px}.mt-\[17px\]{margin-top:17px}.mt-\[18px\]{margin-top:18px}.mt-\[20px\]{margin-top:20px}.mt-\[24px\]{margin-top:24px}.mt-\[26px\]{margin-top:26px}.mt-\[28px\]{margin-top:28px}.mt-\[2px\]{margin-top:2px}.mt-\[30px\]{margin-top:30px}.mt-\[32px\]{margin-top:32px}.mt-\[34px\]{margin-top:34px}.mt-\[36px\]{margin-top:36px}.mt-\[38px\]{margin-top:38px}.mt-\[3px\]{margin-top:3px}.mt-\[40px\]{margin-top:40px}.mt-\[42px\]{margin-top:42px}.mt-\[46px\]{margin-top:46px}.mt-\[48px\]{margin-top:48px}.mt-\[50px\]{margin-top:50px}.mt-\[56px\]{margin-top:56px}.mt-\[60px\]{margin-top:60px}.mt-\[62px\]{margin-top:62px}.mt-\[64px\]{margin-top:64px}.mt-\[6px\]{margin-top:6px}.box-border{box-sizing:border-box}.block{display:block}.\!flex{display:flex!important}.flex{display:flex}.hidden{display:none}.\!h-\[35px\]{height:35px!important}.\!h-\[54px\]{height:54px!important}.h-0{height:0}.h-\[14px\]{height:14px}.h-\[18px\]{height:18px}.h-\[1px\]{height:1px}.h-\[28px\]{height:28px}.h-\[296px\]{height:296px}.h-\[330px\]{height:330px}.h-\[380px\]{height:380px}.h-\[50px\]{height:50px}.h-\[54px\]{height:54px}.h-\[75px\]{height:75px}.h-full{height:100%}.h-max{height:max-content}.\!max-h-full{max-height:100%!important}.max-h-\[168px\]{max-height:168px}.\!w-\[16px\]{width:16px!important}.\!w-\[350px\]{width:350px!important}.\!w-\[414px\]{width:414px!important}.\!w-\[calc\(100\%-6px\)\]{width:calc(100% - 6px)!important}.\!w-full{width:100%!important}.w-0{width:0}.w-\[100\%\]{width:100%}.w-\[14px\]{width:14px}.w-\[16px\]{width:16px}.w-\[18px\]{width:18px}.w-\[28px\]{width:28px}.w-\[413px\]{width:413px}.w-\[414px\]{width:414px}.w-\[522px\]{width:522px}.w-\[630px\]{width:630px}.w-full{width:100%}.min-w-0{min-width:0}.max-w-\[100px\]{max-width:100px}.max-w-\[1064px\]{max-width:1064px}.max-w-\[630px\]{max-width:630px}.flex-1{flex:1 1 0%}.flex-shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.-translate-x-1\/2{--tw-translate-x:-50%}.-translate-x-1\/2,.-translate-y-\[100\%\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-\[100\%\]{--tw-translate-y:-100%}.rotate-180{--tw-rotate:180deg}.rotate-180,.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\!cursor-not-allowed{cursor:not-allowed!important}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;user-select:none}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.\!gap-\[8px\]{gap:8px!important}.gap-\[10px\]{gap:10px}.gap-\[12px\]{gap:12px}.gap-\[14px\]{gap:14px}.gap-\[16px\]{gap:16px}.gap-\[19px\]{gap:19px}.gap-\[20px\]{gap:20px}.gap-\[24px\]{gap:24px}.gap-\[27px\]{gap:27px}.gap-\[32px\]{gap:32px}.gap-\[33px\]{gap:33px}.gap-\[40px\]{gap:40px}.gap-\[48px\]{gap:48px}.gap-\[4px\]{gap:4px}.gap-\[6px\]{gap:6px}.gap-\[80px\]{gap:80px}.gap-\[8px\]{gap:8px}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.truncate{overflow:hidden;text-overflow:ellipsis}.truncate,.whitespace-nowrap{white-space:nowrap}.break-all{word-break:break-all}.\!rounded-none{border-radius:0!important}.rounded-\[100px\]{border-radius:100px}.rounded-\[16px\]{border-radius:16px}.rounded-\[4px\]{border-radius:4px}.rounded-\[8px\]{border-radius:8px}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-white{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity,1))}.border-opacity-10{--tw-border-opacity:0.1}.\!bg-\[\#181818\]{--tw-bg-opacity:1!important;background-color:rgb(24 24 24/var(--tw-bg-opacity,1))!important}.\!bg-\[\#474545\]{--tw-bg-opacity:1!important;background-color:rgb(71 69 69/var(--tw-bg-opacity,1))!important}.\!bg-\[\#D2AEFF\]{--tw-bg-opacity:1!important;background-color:rgb(210 174 255/var(--tw-bg-opacity,1))!important}.bg-\[\#\#181818\]{background-color:##181818}.bg-\[\#101010\]{--tw-bg-opacity:1;background-color:rgb(16 16 16/var(--tw-bg-opacity,1))}.bg-\[\#181818\]{--tw-bg-opacity:1;background-color:rgb(24 24 24/var(--tw-bg-opacity,1))}.bg-\[\#A5FFB866\]{background-color:#A5FFB866}.bg-\[\#A5FFB8\],.bg-\[\#a5ffb8\]{--tw-bg-opacity:1;background-color:rgb(165 255 184/var(--tw-bg-opacity,1))}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.\!p-\[14px_20px_40px\]{padding:14px 20px 40px!important}.p-\[16px\]{padding:16px}.p-\[88px_0px\]{padding:88px 0}.p-\[8px\]{padding:8px}.px-2{padding-left:.5rem;padding-right:.5rem}.px-\[12px\]{padding-left:12px;padding-right:12px}.px-\[20px\]{padding-left:20px;padding-right:20px}.px-\[32px\]{padding-left:32px;padding-right:32px}.py-\[20px\]{padding-top:20px;padding-bottom:20px}.py-\[40px\]{padding-top:40px;padding-bottom:40px}.py-\[72px\]{padding-top:72px;padding-bottom:72px}.pb-\[16px\]{padding-bottom:16px}.pb-\[24px\]{padding-bottom:24px}.pb-\[28px\]{padding-bottom:28px}.pb-\[32px\]{padding-bottom:32px}.pb-\[40px\]{padding-bottom:40px}.pt-\[32px\]{padding-top:32px}.text-right{text-align:right}.\!text-\[28px\]{font-size:28px!important}.text-\[10px\]{font-size:10px}.text-\[12px\]{font-size:12px}.text-\[14px\]{font-size:14px}.text-\[16px\]{font-size:16px}.text-\[20px\]{font-size:20px}.text-\[24px\]{font-size:24px}.text-\[28px\]{font-size:28px}.font-normal{font-weight:400}.leading-\[1\.2\]{line-height:1.2}.leading-\[26px\]{line-height:26px}.leading-\[30px\]{line-height:30px}.\!text-\[\#D2AEFF\]{--tw-text-opacity:1!important;color:rgb(210 174 255/var(--tw-text-opacity,1))!important}.\!text-\[\#FFFFFF99\]{color:#FFFFFF99!important}.text-\[\#000\]{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1))}.text-\[\#9D9D9D\]{--tw-text-opacity:1;color:rgb(157 157 157/var(--tw-text-opacity,1))}.text-\[\#A5FFB8\]{--tw-text-opacity:1;color:rgb(165 255 184/var(--tw-text-opacity,1))}.text-\[\#D2AEFF\]{--tw-text-opacity:1;color:rgb(210 174 255/var(--tw-text-opacity,1))}.text-\[\#F00\]{--tw-text-opacity:1;color:rgb(255 0 0/var(--tw-text-opacity,1))}.text-\[\#FFFFFF99\]{color:#FFFFFF99}.text-\[\#FFF\],.text-\[\#fff\]{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1))}.underline{text-decoration-line:underline}.opacity-10{opacity:.1}.outline{outline-style:solid}.blur{--tw-blur:blur(8px)}.blur,.drop-shadow{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow{--tw-drop-shadow:drop-shadow(0 1px 2px rgb(0 0 0/0.1)) drop-shadow(0 1px 1px rgb(0 0 0/0.06))}.invert{--tw-invert:invert(100%)}.filter,.invert{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.\[border-bottom\:1px_solid_\#FFFFFF1A\]{border-bottom:1px solid #ffffff1a}.\[border\:1px_solid_\#474545\]{border:1px solid #474545}.\[border\:1px_solid_\#D2AEFF\]{border:1px solid #d2aeff}.\!\[border\:1px_solid_\#F00\]{border:1px solid #f00!important}.\[border\:1px_solid_\#F00\]{border:1px solid #f00}.\!\[border\:unset\]{border:unset!important}.\[padding\:16px_20px\]{padding:16px 20px}.\[padding\:20px_26px_0px_32px\]{padding:20px 26px 0 32px}.\[padding\:20px_32px_0px\]{padding:20px 32px 0}.\[padding\:32px_32px_0px\]{padding:32px 32px 0}.\[padding\:32px_32px_40px\]{padding:32px 32px 40px}.\[padding\:38px_32px_40px\]{padding:38px 32px 40px}.\[padding\:48px_32px_40px\]{padding:48px 32px 40px}body{background-color:#000;--header-height:96px;@media (max-width:1280px){--header-height:60px}}body,html{font-family:Dinkie!important;overflow-x:hidden;color:white;background:black}@font-face{font-family:Dinkie;font-weight:500;src:local("Dinkie"),url("../fonts/DinkieBitmap-9px.ttf") format("truetype")}.ant-notification{.ant-notification-notice-wrapper{font-family:Dinkie;border-radius:16px;.ant-notification-notice{background:#181818;border-radius:16px;border:1px solid #a5ffb8;&.warning-notification{width:80vw}&.swap-succeeded{border-color:#d2aeff;.ant-notification-notice-description{a{color:#d2aeff;text-decoration:underline;&:hover{color:#d2aeff}}}}&.something-wrong,&.user-reject{border-color:#f00;.ant-notification-notice-icon{margin-top:0}}.ant-notification-notice-icon{margin-top:-2px}.ant-notification-notice-description,.ant-notification-notice-message{color:#fff}.anticon-close{filter:invert(1);font-weight:700}}}}.ant-tooltip{max-width:336px;.ant-tooltip-content{.ant-tooltip-inner{display:flex;flex-direction:column;align-items:start;border-radius:16px;padding:14px 20px;border:1px solid #514d4d;background-color:#181818;font-family:Dinkie;font-size:14px;font-weight:400;line-height:1.2;color:#fff;max-width:336px;@media (max-width:1280px){font-size:12px}}}}body,div,html{&::-webkit-scrollbar{width:6px;height:6px;-webkit-transition:5s ease;transition:5s ease}&::-webkit-scrollbar-track{background:rgba(white,0);border-radius:2px}&::-webkit-scrollbar-thumb{border-radius:10px}&::-webkit-scrollbar-thumb,&::-webkit-scrollbar-thumb:hover{background:linear-gradient(45deg,#9b42ff,#6a78e1 20%,#509fd2 40%,#26e4b5 60%,#26e4b5 80%)}&::-webkit-scrollbar-corner{background:rgba(white,0)}}html[data-type="1"]{body,div{&::-webkit-scrollbar-thumb,&::-webkit-scrollbar-thumb:hover{background:linear-gradient(45deg,#9b42ff,#6a78e1 20%,#509fd2 40%,#26e4b5 60%,#26e4b5 80%)}}}@media (min-width:1280px){.xl\:hidden{display:none}.xl\:w-\[16px\]{width:16px}.xl\:w-\[489px\]{width:489px}}@media (max-width:1280px){.max-xl\:m-\[16px_0_28px\]{margin:16px 0 28px}.max-xl\:my-\[20px\]{margin-top:20px;margin-bottom:20px}.max-xl\:\!mb-\[0\]{margin-bottom:0!important}.max-xl\:mb-\[13px\]{margin-bottom:13px}.max-xl\:mb-\[16px\]{margin-bottom:16px}.max-xl\:mb-\[9px\]{margin-bottom:9px}.max-xl\:ml-0{margin-left:0}.max-xl\:ml-\[12px\]{margin-left:12px}.max-xl\:ml-\[4px\]{margin-left:4px}.max-xl\:mt-\[0px\]{margin-top:0}.max-xl\:mt-\[10px\]{margin-top:10px}.max-xl\:mt-\[12px\]{margin-top:12px}.max-xl\:mt-\[14px\]{margin-top:14px}.max-xl\:mt-\[15px\]{margin-top:15px}.max-xl\:mt-\[16px\]{margin-top:16px}.max-xl\:mt-\[18px\]{margin-top:18px}.max-xl\:mt-\[20px\]{margin-top:20px}.max-xl\:mt-\[23px\]{margin-top:23px}.max-xl\:mt-\[24px\]{margin-top:24px}.max-xl\:mt-\[25px\]{margin-top:25px}.max-xl\:mt-\[26px\]{margin-top:26px}.max-xl\:mt-\[28px\]{margin-top:28px}.max-xl\:mt-\[32px\]{margin-top:32px}.max-xl\:mt-\[34px\]{margin-top:34px}.max-xl\:mt-\[36px\]{margin-top:36px}.max-xl\:mt-\[46px\]{margin-top:46px}.max-xl\:mt-\[48px\]{margin-top:48px}.max-xl\:mt-\[4px\]{margin-top:4px}.max-xl\:mt-\[50px\]{margin-top:50px}.max-xl\:mt-\[6px\]{margin-top:6px}.max-xl\:mt-\[8px\]{margin-top:8px}.max-xl\:mt-\[unset\]{margin-top:unset}.max-xl\:hidden{display:none}.max-xl\:\!h-\[35px\]{height:35px!important}.max-xl\:\!h-\[46px\]{height:46px!important}.max-xl\:h-\[13px\]{height:13px}.max-xl\:h-\[15px\]{height:15px}.max-xl\:h-\[16px\]{height:16px}.max-xl\:h-\[20px\]{height:20px}.max-xl\:h-\[244px\]{height:244px}.max-xl\:h-\[26px\]{height:26px}.max-xl\:h-\[280px\]{height:280px}.max-xl\:h-\[35px\]{height:35px}.max-xl\:h-\[46px\]{height:46px}.max-xl\:h-\[600px\]{height:600px}.max-xl\:max-h-\[84px\]{max-height:84px}.max-xl\:\!w-\[100\%\]{width:100%!important}.max-xl\:\!w-\[218px\]{width:218px!important}.max-xl\:\!w-\[93px\]{width:93px!important}.max-xl\:\!w-full{width:100%!important}.max-xl\:w-\[100\%\]{width:100%}.max-xl\:w-\[100vw\]{width:100vw}.max-xl\:w-\[10px\]{width:10px}.max-xl\:w-\[12px\]{width:12px}.max-xl\:w-\[13px\]{width:13px}.max-xl\:w-\[14px\]{width:14px}.max-xl\:w-\[15px\]{width:15px}.max-xl\:w-\[16px\]{width:16px}.max-xl\:w-\[20px\]{width:20px}.max-xl\:w-\[23px\]{width:23px}.max-xl\:w-\[24px\]{width:24px}.max-xl\:w-\[26px\]{width:26px}.max-xl\:w-\[28px\]{width:28px}.max-xl\:w-\[32px\]{width:32px}.max-xl\:w-\[36px\]{width:36px}.max-xl\:w-\[87px\]{width:87px}.max-xl\:w-auto{width:auto}.max-xl\:w-full{width:100%}.max-xl\:max-w-\[430px\]{max-width:430px}.max-xl\:max-w-\[80px\]{max-width:80px}.max-xl\:flex-\[unset\]{flex:unset}.max-xl\:flex-shrink-0{flex-shrink:0}.max-xl\:flex-row{flex-direction:row}.max-xl\:flex-row-reverse{flex-direction:row-reverse}.max-xl\:flex-col{flex-direction:column}.max-xl\:flex-col-reverse{flex-direction:column-reverse}.max-xl\:items-start{align-items:flex-start}.max-xl\:items-end{align-items:flex-end}.max-xl\:items-center{align-items:center}.max-xl\:justify-end{justify-content:flex-end}.max-xl\:gap-\[10px\]{gap:10px}.max-xl\:gap-\[12px\]{gap:12px}.max-xl\:gap-\[15px\]{gap:15px}.max-xl\:gap-\[16px\]{gap:16px}.max-xl\:gap-\[17px\]{gap:17px}.max-xl\:gap-\[22px\]{gap:22px}.max-xl\:gap-\[26px\]{gap:26px}.max-xl\:gap-\[27px\]{gap:27px}.max-xl\:gap-\[2px\]{gap:2px}.max-xl\:gap-\[32px\]{gap:32px}.max-xl\:gap-\[4px\]{gap:4px}.max-xl\:gap-\[6px\]{gap:6px}.max-xl\:gap-\[76px\]{gap:76px}.max-xl\:gap-\[8px\]{gap:8px}.max-xl\:gap-\[unset\]{gap:unset}.max-xl\:rounded-\[8px\]{border-radius:8px}.max-xl\:border-b-0{border-bottom-width:0}.max-xl\:\!p-\[32px_16px\]{padding:32px 16px!important}.max-xl\:\!p-\[unset\]{padding:unset!important}.max-xl\:p-\[12px\]{padding:12px}.max-xl\:p-\[20px\]{padding:20px}.max-xl\:p-\[32px_20px\]{padding:32px 20px}.max-xl\:p-\[40px_20px\]{padding:40px 20px}.max-xl\:px-\[12px\]{padding-left:12px;padding-right:12px}.max-xl\:px-\[16px\]{padding-left:16px;padding-right:16px}.max-xl\:py-\[16px\]{padding-top:16px;padding-bottom:16px}.max-xl\:py-\[32px\]{padding-top:32px;padding-bottom:32px}.max-xl\:pb-\[120px\]{padding-bottom:120px}.max-xl\:pb-\[24px\]{padding-bottom:24px}.max-xl\:pb-\[25px\]{padding-bottom:25px}.max-xl\:pb-\[26px\]{padding-bottom:26px}.max-xl\:pb-\[28px\]{padding-bottom:28px}.max-xl\:\!text-\[10px\]{font-size:10px!important}.max-xl\:\!text-\[16px\]{font-size:16px!important}.max-xl\:text-\[10px\]{font-size:10px}.max-xl\:text-\[12px\]{font-size:12px}.max-xl\:text-\[14px\]{font-size:14px}.max-xl\:text-\[16px\]{font-size:16px}.max-xl\:text-\[24px\]{font-size:24px}.max-xl\:leading-\[24px\]{line-height:24px}.max-xl\:\!text-\[\#D2AEFF\]{--tw-text-opacity:1!important;color:rgb(210 174 255/var(--tw-text-opacity,1))!important}.max-xl\:opacity-70{opacity:.7}.max-xl\:\[padding\:21px_16px_0px_20px\]{padding:21px 16px 0 20px}.max-xl\:\[padding\:21px_20px_0px\]{padding:21px 20px 0}.max-xl\:\[padding\:24px_20px\]{padding:24px 20px}.max-xl\:\[padding\:27px_20px_0px\]{padding:27px 20px 0}.max-xl\:\[padding\:31px_20px_24px\]{padding:31px 20px 24px}.max-xl\:\[padding\:38px_20px_32px\]{padding:38px 20px 32px}}
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap");
.wallet-adapter-button { background-color: initial; border: none; color: rgb(255, 255, 255); cursor: pointer; display: flex; align-items: center; font-family: "DM Sans", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px; font-weight: 600; height: 48px; line-height: 48px; padding: 0px 24px; border-radius: 4px; }
.wallet-adapter-button-trigger { background-color: rgb(81, 45, 168); }
.wallet-adapter-button:not([disabled]):focus-visible { outline-color: white; }
.wallet-adapter-button:not([disabled]):hover { background-color: rgb(26, 31, 46); }
.wallet-adapter-button[disabled] { background: rgb(64, 65, 68); color: rgb(153, 153, 153); cursor: not-allowed; }
.wallet-adapter-button-end-icon, .wallet-adapter-button-end-icon img, .wallet-adapter-button-start-icon, .wallet-adapter-button-start-icon img { display: flex; align-items: center; justify-content: center; width: 24px; height: 24px; }
.wallet-adapter-button-end-icon { margin-left: 12px; }
.wallet-adapter-button-start-icon { margin-right: 12px; }
.wallet-adapter-collapse { width: 100%; }
.wallet-adapter-dropdown { position: relative; display: inline-block; }
.wallet-adapter-dropdown-list { position: absolute; z-index: 99; display: grid; grid-template-rows: 1fr; row-gap: 10px; padding: 10px; top: 100%; right: 0px; margin: 0px; list-style: none; background: rgb(44, 45, 48); border-radius: 10px; box-shadow: rgba(0, 0, 0, 0.6) 0px 8px 20px; opacity: 0; visibility: hidden; transition: opacity 0.2s, transform 0.2s, visibility 0.2s; font-family: "DM Sans", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif; }
.wallet-adapter-dropdown-list-active { opacity: 1; visibility: visible; transform: translateY(10px); }
.wallet-adapter-dropdown-list-item { display: flex; flex-direction: row; justify-content: center; align-items: center; border: none; outline: none; cursor: pointer; white-space: nowrap; box-sizing: border-box; padding: 0px 20px; width: 100%; border-radius: 6px; font-size: 14px; font-weight: 600; height: 37px; color: rgb(255, 255, 255); }
.wallet-adapter-dropdown-list-item:not([disabled]):hover { background-color: rgb(26, 31, 46); }
.wallet-adapter-modal-collapse-button svg { align-self: center; fill: rgb(153, 153, 153); }
.wallet-adapter-modal-collapse-button.wallet-adapter-modal-collapse-button-active svg { transform: rotate(180deg); transition: transform 0.15s ease-in; }
.wallet-adapter-modal { position: fixed; inset: 0px; opacity: 0; transition: opacity 0.15s linear; background: rgba(0, 0, 0, 0.5); z-index: 1040; overflow-y: auto; }
.wallet-adapter-modal.wallet-adapter-modal-fade-in { opacity: 1; }
.wallet-adapter-modal-button-close { display: flex; align-items: center; justify-content: center; position: absolute; top: 18px; right: 18px; padding: 12px; cursor: pointer; background: rgb(26, 31, 46); border: none; border-radius: 50%; }
.wallet-adapter-modal-button-close:focus-visible { outline-color: white; }
.wallet-adapter-modal-button-close svg { fill: rgb(119, 119, 119); transition: fill 0.2s; }
.wallet-adapter-modal-button-close:hover svg { fill: rgb(255, 255, 255); }
.wallet-adapter-modal-overlay { background: rgba(0, 0, 0, 0.5); position: fixed; inset: 0px; }
.wallet-adapter-modal-container { display: flex; margin: 3rem; min-height: calc(-6rem + 100vh); align-items: center; justify-content: center; }
@media (max-width: 480px) {
  .wallet-adapter-modal-container { margin: 1rem; min-height: calc(-2rem + 100vh); }
}
.wallet-adapter-modal-wrapper { box-sizing: border-box; position: relative; display: flex; align-items: center; flex-direction: column; z-index: 1050; max-width: 400px; border-radius: 10px; background: rgb(16, 20, 31); box-shadow: rgba(0, 0, 0, 0.6) 0px 8px 20px; font-family: "DM Sans", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif; flex: 1 1 0%; }
.wallet-adapter-modal-wrapper .wallet-adapter-button { width: 100%; }
.wallet-adapter-modal-title { font-weight: 500; font-size: 24px; line-height: 36px; margin: 0px; padding: 64px 48px 48px; text-align: center; color: rgb(255, 255, 255); }
@media (max-width: 374px) {
  .wallet-adapter-modal-title { font-size: 18px; }
}
.wallet-adapter-modal-list { margin: 0px 0px 12px; padding: 0px; width: 100%; list-style: none; }
.wallet-adapter-modal-list .wallet-adapter-button { font-weight: 400; border-radius: 0px; font-size: 18px; }
.wallet-adapter-modal-list .wallet-adapter-button-end-icon, .wallet-adapter-modal-list .wallet-adapter-button-end-icon img, .wallet-adapter-modal-list .wallet-adapter-button-start-icon, .wallet-adapter-modal-list .wallet-adapter-button-start-icon img { width: 28px; height: 28px; }
.wallet-adapter-modal-list .wallet-adapter-button span { margin-left: auto; font-size: 14px; opacity: 0.6; }
.wallet-adapter-modal-list-more { cursor: pointer; border: none; padding: 12px 24px 24px 12px; align-self: flex-end; display: flex; align-items: center; background-color: initial; color: rgb(255, 255, 255); }
.wallet-adapter-modal-list-more svg { transition: 0.1s; fill: rgb(255, 255, 255); margin-left: 0.5rem; }
.wallet-adapter-modal-list-more-icon-rotate { transform: rotate(180deg); }
.wallet-adapter-modal-middle { width: 100%; display: flex; flex-direction: column; align-items: center; padding: 0px 24px 24px; box-sizing: border-box; }
.wallet-adapter-modal-middle-button { display: block; cursor: pointer; margin-top: 48px; width: 100%; background-color: rgb(81, 45, 168); padding: 12px; font-size: 18px; border: none; border-radius: 8px; color: rgb(255, 255, 255); }
body, html { width: 100%; height: 100%; }
html { font-family: sans-serif; line-height: 1.15; text-size-adjust: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
[tabindex="-1"]:focus { outline: none; }
hr { box-sizing: initial; overflow: visible; }
h1, h2, h3, h4, h5, h6 { margin-top: 0px; margin-bottom: 0.5em; font-weight: 500; }
p { margin-top: 0px; margin-bottom: 1em; }
abbr[data-original-title], abbr[title] { text-decoration: underline dotted; border-bottom: 0px; cursor: help; }
address { margin-bottom: 1em; font-style: normal; line-height: inherit; }
input[type="number"], input[type="password"], input[type="text"], textarea { appearance: none; }
dl, ol, ul { margin-top: 0px; margin-bottom: 1em; }
ol ol, ol ul, ul ol, ul ul { margin-bottom: 0px; }
dt { font-weight: 500; }
dd { margin-bottom: 0.5em; margin-left: 0px; }
blockquote { margin: 0px 0px 1em; }
dfn { font-style: italic; }
code, kbd, pre, samp { font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; }
pre { margin-top: 0px; margin-bottom: 1em; overflow: auto; }
figure { margin: 0px 0px 1em; }
img { vertical-align: middle; border-style: none; }
[role="button"], a, area, button, input:not([type="range"]), label, select, summary, textarea { touch-action: manipulation; }
caption { padding-top: 0.75em; padding-bottom: 0.3em; text-align: left; caption-side: bottom; }
button, input, optgroup, select, textarea { font-size: inherit; }
button, input { overflow: visible; }
[type="reset"], [type="submit"], button, html [type="button"] { appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0px; }
input[type="date"], input[type="datetime-local"], input[type="month"], input[type="time"] { appearance: listbox; }
textarea { overflow: auto; }
fieldset { min-width: 0px; border: 0px; }
legend { display: block; width: 100%; max-width: 100%; margin-bottom: 0.5em; color: inherit; font-size: 1.5em; line-height: inherit; white-space: normal; }
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }
[type="search"] { appearance: none; }
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { appearance: none; }
output { display: inline-block; }
template { display: none; }
[hidden] { display: none !important; }
mark { padding: 0.2em; background-color: rgb(254, 255, 230); }
*, ::backdrop, ::after, ::before { --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246/0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; }
*, ::after, ::before { box-sizing: border-box; border: 0px solid rgb(229, 231, 235); }
::after, ::before { --tw-content: ""; }
:host, html { line-height: 1.5; text-size-adjust: 100%; tab-size: 4; font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-feature-settings: normal; font-variation-settings: normal; -webkit-tap-highlight-color: transparent; }
body { margin: 0px; line-height: inherit; }
hr { height: 0px; color: inherit; border-top-width: 1px; }
abbr:where([title]) { text-decoration: underline dotted; }
h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; }
a { color: inherit; text-decoration: inherit; }
b, strong { font-weight: bolder; }
code, kbd, pre, samp { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-feature-settings: normal; font-variation-settings: normal; font-size: 1em; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: initial; }
sub { bottom: -0.25em; }
sup { top: -0.5em; }
table { text-indent: 0px; border-color: inherit; border-collapse: collapse; }
button, input, optgroup, select, textarea { font-family: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-size: 100%; font-weight: inherit; line-height: inherit; letter-spacing: inherit; color: inherit; margin: 0px; padding: 0px; }
button, select { text-transform: none; }
button, input:where([type="button"]), input:where([type="reset"]), input:where([type="submit"]) { appearance: button; background-color: initial; background-image: none; }
progress { vertical-align: initial; }
::-webkit-inner-spin-button, ::-webkit-outer-spin-button { height: auto; }
[type="search"] { appearance: textfield; outline-offset: -2px; }
::-webkit-search-decoration { appearance: none; }
::-webkit-file-upload-button { appearance: button; font: inherit; }
summary { display: list-item; }
blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, hr, p, pre { margin: 0px; }
fieldset { margin: 0px; }
fieldset, legend { padding: 0px; }
menu, ol, ul { list-style: none; margin: 0px; padding: 0px; }
dialog { padding: 0px; }
textarea { resize: vertical; }
input::placeholder, textarea::placeholder { opacity: 1; color: rgb(156, 163, 175); }
[role="button"], button { cursor: pointer; }
:disabled { cursor: default; }
audio, canvas, embed, iframe, img, object, svg, video { display: block; vertical-align: middle; }
img, video { max-width: 100%; height: auto; }
[hidden]:where(:not([hidden="until-found"])) { display: none; }
.container { width: 100%; }
@media (min-width: 640px) {
  .container { max-width: 640px; }
}
@media (min-width: 768px) {
  .container { max-width: 768px; }
}
@media (min-width: 1024px) {
  .container { max-width: 1024px; }
}
@media (min-width: 1280px) {
  .container { max-width: 1280px; }
}
@media (min-width: 1536px) {
  .container { max-width: 1536px; }
}
.visible { visibility: visible; }
.fixed { position: fixed; }
.absolute { position: absolute; }
.relative { position: relative; }
.sticky { position: sticky; }
.bottom-0 { bottom: 0px; }
.left-0 { left: 0px; }
.z-10 { z-index: 10; }
.z-\[100\] { z-index: 100; }
.\!m-0 { margin: 0px !important; }
.m-\[20px_0_40px\] { margin: 20px 0px 40px; }
.m-\[26px_0_16px\] { margin: 26px 0px 16px; }
.m-\[40px_0_16px\] { margin: 40px 0px 16px; }
.m-\[5px_0px_17px\] { margin: 5px 0px 17px; }
.mx-auto { margin-left: auto; margin-right: auto; }
.my-\[24px\] { margin-top: 24px; margin-bottom: 24px; }
.my-auto { margin-top: auto; margin-bottom: auto; }
.\!mb-\[0\] { margin-bottom: 0px !important; }
.\!mt-\[unset\] { margin-top: unset !important; }
.mb-\[12px\] { margin-bottom: 12px; }
.mb-\[22px\] { margin-bottom: 22px; }
.mb-\[2px\] { margin-bottom: 2px; }
.mb-\[40px\] { margin-bottom: 40px; }
.ml-\[16px\] { margin-left: 16px; }
.ml-\[4px\] { margin-left: 4px; }
.ml-\[8px\] { margin-left: 8px; }
.ml-auto { margin-left: auto; }
.mr-\[12px\] { margin-right: 12px; }
.mr-\[4px\] { margin-right: 4px; }
.mr-\[8px\] { margin-right: 8px; }
.mt-\[-2px\] { margin-top: -2px; }
.mt-\[100px\] { margin-top: 100px; }
.mt-\[10px\] { margin-top: 10px; }
.mt-\[14px\] { margin-top: 14px; }
.mt-\[16px\] { margin-top: 16px; }
.mt-\[17px\] { margin-top: 17px; }
.mt-\[18px\] { margin-top: 18px; }
.mt-\[20px\] { margin-top: 20px; }
.mt-\[24px\] { margin-top: 24px; }
.mt-\[26px\] { margin-top: 26px; }
.mt-\[28px\] { margin-top: 28px; }
.mt-\[2px\] { margin-top: 2px; }
.mt-\[30px\] { margin-top: 30px; }
.mt-\[32px\] { margin-top: 32px; }
.mt-\[34px\] { margin-top: 34px; }
.mt-\[36px\] { margin-top: 36px; }
.mt-\[38px\] { margin-top: 38px; }
.mt-\[3px\] { margin-top: 3px; }
.mt-\[40px\] { margin-top: 40px; }
.mt-\[42px\] { margin-top: 42px; }
.mt-\[46px\] { margin-top: 46px; }
.mt-\[48px\] { margin-top: 48px; }
.mt-\[50px\] { margin-top: 50px; }
.mt-\[56px\] { margin-top: 56px; }
.mt-\[60px\] { margin-top: 60px; }
.mt-\[62px\] { margin-top: 62px; }
.mt-\[64px\] { margin-top: 64px; }
.mt-\[6px\] { margin-top: 6px; }
.box-border { box-sizing: border-box; }
.block { display: block; }
.\!flex { display: flex !important; }
.flex { display: flex; }
.hidden { display: none; }
.\!h-\[35px\] { height: 35px !important; }
.\!h-\[54px\] { height: 54px !important; }
.h-0 { height: 0px; }
.h-\[14px\] { height: 14px; }
.h-\[18px\] { height: 18px; }
.h-\[1px\] { height: 1px; }
.h-\[28px\] { height: 28px; }
.h-\[296px\] { height: 296px; }
.h-\[330px\] { height: 330px; }
.h-\[380px\] { height: 380px; }
.h-\[50px\] { height: 50px; }
.h-\[54px\] { height: 54px; }
.h-\[75px\] { height: 75px; }
.h-full { height: 100%; }
.h-max { height: max-content; }
.\!max-h-full { max-height: 100% !important; }
.max-h-\[168px\] { max-height: 168px; }
.\!w-\[16px\] { width: 16px !important; }
.\!w-\[350px\] { width: 350px !important; }
.\!w-\[414px\] { width: 414px !important; }
.\!w-\[calc\(100\%-6px\)\] { width: calc(100% - 6px) !important; }
.\!w-full { width: 100% !important; }
.w-0 { width: 0px; }
.w-\[100\%\] { width: 100%; }
.w-\[14px\] { width: 14px; }
.w-\[16px\] { width: 16px; }
.w-\[18px\] { width: 18px; }
.w-\[28px\] { width: 28px; }
.w-\[413px\] { width: 413px; }
.w-\[414px\] { width: 414px; }
.w-\[522px\] { width: 522px; }
.w-\[630px\] { width: 630px; }
.w-full { width: 100%; }
.min-w-0 { min-width: 0px; }
.max-w-\[100px\] { max-width: 100px; }
.max-w-\[1064px\] { max-width: 1064px; }
.max-w-\[630px\] { max-width: 630px; }
.flex-1 { flex: 1 1 0%; }
.flex-shrink { flex-shrink: 1; }
.shrink-0 { flex-shrink: 0; }
.-translate-x-1\/2 { --tw-translate-x: -50%; }
.-translate-x-1\/2, .-translate-y-\[100\%\] { transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); }
.-translate-y-\[100\%\] { --tw-translate-y: -100%; }
.rotate-180 { --tw-rotate: 180deg; }
.rotate-180, .transform { transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); }
.\!cursor-not-allowed { cursor: not-allowed !important; }
.cursor-not-allowed { cursor: not-allowed; }
.cursor-pointer { cursor: pointer; }
.select-none { user-select: none; }
.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.items-start { align-items: flex-start; }
.items-end { align-items: flex-end; }
.items-center { align-items: center; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.\!gap-\[8px\] { gap: 8px !important; }
.gap-\[10px\] { gap: 10px; }
.gap-\[12px\] { gap: 12px; }
.gap-\[14px\] { gap: 14px; }
.gap-\[16px\] { gap: 16px; }
.gap-\[19px\] { gap: 19px; }
.gap-\[20px\] { gap: 20px; }
.gap-\[24px\] { gap: 24px; }
.gap-\[27px\] { gap: 27px; }
.gap-\[32px\] { gap: 32px; }
.gap-\[33px\] { gap: 33px; }
.gap-\[40px\] { gap: 40px; }
.gap-\[48px\] { gap: 48px; }
.gap-\[4px\] { gap: 4px; }
.gap-\[6px\] { gap: 6px; }
.gap-\[80px\] { gap: 80px; }
.gap-\[8px\] { gap: 8px; }
.overflow-auto { overflow: auto; }
.overflow-hidden { overflow: hidden; }
.overflow-y-auto { overflow-y: auto; }
.truncate { overflow: hidden; text-overflow: ellipsis; }
.truncate, .whitespace-nowrap { white-space: nowrap; }
.break-all { word-break: break-all; }
.\!rounded-none { border-radius: 0px !important; }
.rounded-\[100px\] { border-radius: 100px; }
.rounded-\[16px\] { border-radius: 16px; }
.rounded-\[4px\] { border-radius: 4px; }
.rounded-\[8px\] { border-radius: 8px; }
.border { border-width: 1px; }
.border-b { border-bottom-width: 1px; }
.border-white { --tw-border-opacity: 1; border-color: rgb(255 255 255/var(--tw-border-opacity,1)); }
.border-opacity-10 { --tw-border-opacity: 0.1; }
.\!bg-\[\#181818\] { --tw-bg-opacity: 1 !important; background-color: rgb(24 24 24/var(--tw-bg-opacity,1)) !important; }
.\!bg-\[\#474545\] { --tw-bg-opacity: 1 !important; background-color: rgb(71 69 69/var(--tw-bg-opacity,1)) !important; }
.\!bg-\[\#D2AEFF\] { --tw-bg-opacity: 1 !important; background-color: rgb(210 174 255/var(--tw-bg-opacity,1)) !important; }
.bg-\[\#\#181818\] { }
.bg-\[\#101010\] { --tw-bg-opacity: 1; background-color: rgb(16 16 16/var(--tw-bg-opacity,1)); }
.bg-\[\#181818\] { --tw-bg-opacity: 1; background-color: rgb(24 24 24/var(--tw-bg-opacity,1)); }
.bg-\[\#A5FFB866\] { background-color: rgba(165, 255, 184, 0.4); }
.bg-\[\#A5FFB8\], .bg-\[\#a5ffb8\] { --tw-bg-opacity: 1; background-color: rgb(165 255 184/var(--tw-bg-opacity,1)); }
.bg-black { --tw-bg-opacity: 1; background-color: rgb(0 0 0/var(--tw-bg-opacity,1)); }
.bg-white { --tw-bg-opacity: 1; background-color: rgb(255 255 255/var(--tw-bg-opacity,1)); }
.\!p-\[14px_20px_40px\] { padding: 14px 20px 40px !important; }
.p-\[16px\] { padding: 16px; }
.p-\[88px_0px\] { padding: 88px 0px; }
.p-\[8px\] { padding: 8px; }
.px-2 { padding-left: 0.5rem; padding-right: 0.5rem; }
.px-\[12px\] { padding-left: 12px; padding-right: 12px; }
.px-\[20px\] { padding-left: 20px; padding-right: 20px; }
.px-\[32px\] { padding-left: 32px; padding-right: 32px; }
.py-\[20px\] { padding-top: 20px; padding-bottom: 20px; }
.py-\[40px\] { padding-top: 40px; padding-bottom: 40px; }
.py-\[72px\] { padding-top: 72px; padding-bottom: 72px; }
.pb-\[16px\] { padding-bottom: 16px; }
.pb-\[24px\] { padding-bottom: 24px; }
.pb-\[28px\] { padding-bottom: 28px; }
.pb-\[32px\] { padding-bottom: 32px; }
.pb-\[40px\] { padding-bottom: 40px; }
.pt-\[32px\] { padding-top: 32px; }
.text-right { text-align: right; }
.\!text-\[28px\] { font-size: 28px !important; }
.text-\[10px\] { font-size: 10px; }
.text-\[12px\] { font-size: 12px; }
.text-\[14px\] { font-size: 14px; }
.text-\[16px\] { font-size: 16px; }
.text-\[20px\] { font-size: 20px; }
.text-\[24px\] { font-size: 24px; }
.text-\[28px\] { font-size: 28px; }
.font-normal { font-weight: 400; }
.leading-\[1\.2\] { line-height: 1.2; }
.leading-\[26px\] { line-height: 26px; }
.leading-\[30px\] { line-height: 30px; }
.\!text-\[\#D2AEFF\] { --tw-text-opacity: 1 !important; color: rgb(210 174 255/var(--tw-text-opacity,1)) !important; }
.\!text-\[\#FFFFFF99\] { color: rgba(255, 255, 255, 0.6) !important; }
.text-\[\#000\] { --tw-text-opacity: 1; color: rgb(0 0 0/var(--tw-text-opacity,1)); }
.text-\[\#9D9D9D\] { --tw-text-opacity: 1; color: rgb(157 157 157/var(--tw-text-opacity,1)); }
.text-\[\#A5FFB8\] { --tw-text-opacity: 1; color: rgb(165 255 184/var(--tw-text-opacity,1)); }
.text-\[\#D2AEFF\] { --tw-text-opacity: 1; color: rgb(210 174 255/var(--tw-text-opacity,1)); }
.text-\[\#F00\] { --tw-text-opacity: 1; color: rgb(255 0 0/var(--tw-text-opacity,1)); }
.text-\[\#FFFFFF99\] { color: rgba(255, 255, 255, 0.6); }
.text-\[\#FFF\], .text-\[\#fff\] { --tw-text-opacity: 1; color: rgb(255 255 255/var(--tw-text-opacity,1)); }
.text-black { --tw-text-opacity: 1; color: rgb(0 0 0/var(--tw-text-opacity,1)); }
.underline { text-decoration-line: underline; }
.opacity-10 { opacity: 0.1; }
.outline { outline-style: solid; }
.blur { --tw-blur: blur(8px); }
.blur, .drop-shadow { filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); }
.drop-shadow { --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0/0.1)) drop-shadow(0 1px 1px rgb(0 0 0/0.06)); }
.invert { --tw-invert: invert(100%); }
.filter, .invert { filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); }
.backdrop-filter { backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia); }
.transition { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 0.15s; }
.transition-colors { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 0.15s; }
.transition-transform { transition-property: transform; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 0.15s; }
.\[border-bottom\:1px_solid_\#FFFFFF1A\] { border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.\[border\:1px_solid_\#474545\] { border: 1px solid rgb(71, 69, 69); }
.\[border\:1px_solid_\#D2AEFF\] { border: 1px solid rgb(210, 174, 255); }
.\!\[border\:1px_solid_\#F00\] { border: 1px solid rgb(255, 0, 0) !important; }
.\[border\:1px_solid_\#F00\] { border: 1px solid rgb(255, 0, 0); }
.\!\[border\:unset\] { border: unset !important; }
.\[padding\:16px_20px\] { padding: 16px 20px; }
.\[padding\:20px_26px_0px_32px\] { padding: 20px 26px 0px 32px; }
.\[padding\:20px_32px_0px\] { padding: 20px 32px 0px; }
.\[padding\:32px_32px_0px\] { padding: 32px 32px 0px; }
.\[padding\:32px_32px_40px\] { padding: 32px 32px 40px; }
.\[padding\:38px_32px_40px\] { padding: 38px 32px 40px; }
.\[padding\:48px_32px_40px\] { padding: 48px 32px 40px; }
body {
  background-color: rgb(0, 0, 0); --header-height: 96px;
  @media (max-width: 1280px) {
  --header-height: 60px;
}
}
body, html { overflow-x: hidden; color: white; background: black; font-family: Dinkie !important; }
@font-face { font-family: Dinkie; font-weight: 500; src: local("Dinkie"), url("../fonts/DinkieBitmap-9px.ttf") format("truetype"); }
.ant-notification {
  & .ant-notification-notice-wrapper {
  font-family: Dinkie; border-radius: 16px;
  & .ant-notification-notice {
  background: rgb(24, 24, 24); border-radius: 16px; border: 1px solid rgb(165, 255, 184);
  &.warning-notification { width: 80vw; }
  &.swap-succeeded {
  border-color: rgb(210, 174, 255);
  & .ant-notification-notice-description {
  & a {
  color: rgb(210, 174, 255); text-decoration: underline;
  &:hover { color: rgb(210, 174, 255); }
}
}
}
  &.something-wrong, &.user-reject {
  border-color: rgb(255, 0, 0);
  & .ant-notification-notice-icon { margin-top: 0px; }
}
  & .ant-notification-notice-icon { margin-top: -2px; }
  & .ant-notification-notice-description, & .ant-notification-notice-message { color: rgb(255, 255, 255); }
  & .anticon-close { filter: invert(1); font-weight: 700; }
}
}
}
.ant-tooltip {
  max-width: 336px;
  & .ant-tooltip-content {
  & .ant-tooltip-inner {
  display: flex; flex-direction: column; align-items: start; border-radius: 16px; padding: 14px 20px; border: 1px solid rgb(81, 77, 77); background-color: rgb(24, 24, 24); font-family: Dinkie; font-size: 14px; font-weight: 400; line-height: 1.2; color: rgb(255, 255, 255); max-width: 336px;
  @media (max-width: 1280px) {
  font-size: 12px;
}
}
}
}
body, div, html {
  &::-webkit-scrollbar { width: 6px; height: 6px; transition: 5s; }
  &::-webkit-scrollbar-track { border-radius: 2px; }
  &::-webkit-scrollbar-thumb { border-radius: 10px; }
  &::-webkit-scrollbar-thumb, &::-webkit-scrollbar-thumb:hover { background: linear-gradient(45deg, rgb(155, 66, 255), rgb(106, 120, 225) 20%, rgb(80, 159, 210) 40%, rgb(38, 228, 181) 60%, rgb(38, 228, 181) 80%); }
  &::-webkit-scrollbar-corner { }
}
html[data-type="1"] {
  & body, & div {
  &::-webkit-scrollbar-thumb, &::-webkit-scrollbar-thumb:hover { background: linear-gradient(45deg, rgb(155, 66, 255), rgb(106, 120, 225) 20%, rgb(80, 159, 210) 40%, rgb(38, 228, 181) 60%, rgb(38, 228, 181) 80%); }
}
}
@media (min-width: 1280px) {
  .xl\:hidden { display: none; }
  .xl\:w-\[16px\] { width: 16px; }
  .xl\:w-\[489px\] { width: 489px; }
}
@media (max-width: 1280px) {
  .max-xl\:m-\[16px_0_28px\] { margin: 16px 0px 28px; }
  .max-xl\:my-\[20px\] { margin-top: 20px; margin-bottom: 20px; }
  .max-xl\:\!mb-\[0\] { margin-bottom: 0px !important; }
  .max-xl\:mb-\[13px\] { margin-bottom: 13px; }
  .max-xl\:mb-\[16px\] { margin-bottom: 16px; }
  .max-xl\:mb-\[9px\] { margin-bottom: 9px; }
  .max-xl\:ml-0 { margin-left: 0px; }
  .max-xl\:ml-\[12px\] { margin-left: 12px; }
  .max-xl\:ml-\[4px\] { margin-left: 4px; }
  .max-xl\:mt-\[0px\] { margin-top: 0px; }
  .max-xl\:mt-\[10px\] { margin-top: 10px; }
  .max-xl\:mt-\[12px\] { margin-top: 12px; }
  .max-xl\:mt-\[14px\] { margin-top: 14px; }
  .max-xl\:mt-\[15px\] { margin-top: 15px; }
  .max-xl\:mt-\[16px\] { margin-top: 16px; }
  .max-xl\:mt-\[18px\] { margin-top: 18px; }
  .max-xl\:mt-\[20px\] { margin-top: 20px; }
  .max-xl\:mt-\[23px\] { margin-top: 23px; }
  .max-xl\:mt-\[24px\] { margin-top: 24px; }
  .max-xl\:mt-\[25px\] { margin-top: 25px; }
  .max-xl\:mt-\[26px\] { margin-top: 26px; }
  .max-xl\:mt-\[28px\] { margin-top: 28px; }
  .max-xl\:mt-\[32px\] { margin-top: 32px; }
  .max-xl\:mt-\[34px\] { margin-top: 34px; }
  .max-xl\:mt-\[36px\] { margin-top: 36px; }
  .max-xl\:mt-\[46px\] { margin-top: 46px; }
  .max-xl\:mt-\[48px\] { margin-top: 48px; }
  .max-xl\:mt-\[4px\] { margin-top: 4px; }
  .max-xl\:mt-\[50px\] { margin-top: 50px; }
  .max-xl\:mt-\[6px\] { margin-top: 6px; }
  .max-xl\:mt-\[8px\] { margin-top: 8px; }
  .max-xl\:mt-\[unset\] { margin-top: unset; }
  .max-xl\:hidden { display: none; }
  .max-xl\:\!h-\[35px\] { height: 35px !important; }
  .max-xl\:\!h-\[46px\] { height: 46px !important; }
  .max-xl\:h-\[13px\] { height: 13px; }
  .max-xl\:h-\[15px\] { height: 15px; }
  .max-xl\:h-\[16px\] { height: 16px; }
  .max-xl\:h-\[20px\] { height: 20px; }
  .max-xl\:h-\[244px\] { height: 244px; }
  .max-xl\:h-\[26px\] { height: 26px; }
  .max-xl\:h-\[280px\] { height: 280px; }
  .max-xl\:h-\[35px\] { height: 35px; }
  .max-xl\:h-\[46px\] { height: 46px; }
  .max-xl\:h-\[600px\] { height: 600px; }
  .max-xl\:max-h-\[84px\] { max-height: 84px; }
  .max-xl\:\!w-\[100\%\] { width: 100% !important; }
  .max-xl\:\!w-\[218px\] { width: 218px !important; }
  .max-xl\:\!w-\[93px\] { width: 93px !important; }
  .max-xl\:\!w-full { width: 100% !important; }
  .max-xl\:w-\[100\%\] { width: 100%; }
  .max-xl\:w-\[100vw\] { width: 100vw; }
  .max-xl\:w-\[10px\] { width: 10px; }
  .max-xl\:w-\[12px\] { width: 12px; }
  .max-xl\:w-\[13px\] { width: 13px; }
  .max-xl\:w-\[14px\] { width: 14px; }
  .max-xl\:w-\[15px\] { width: 15px; }
  .max-xl\:w-\[16px\] { width: 16px; }
  .max-xl\:w-\[20px\] { width: 20px; }
  .max-xl\:w-\[23px\] { width: 23px; }
  .max-xl\:w-\[24px\] { width: 24px; }
  .max-xl\:w-\[26px\] { width: 26px; }
  .max-xl\:w-\[28px\] { width: 28px; }
  .max-xl\:w-\[32px\] { width: 32px; }
  .max-xl\:w-\[36px\] { width: 36px; }
  .max-xl\:w-\[87px\] { width: 87px; }
  .max-xl\:w-auto { width: auto; }
  .max-xl\:w-full { width: 100%; }
  .max-xl\:max-w-\[430px\] { max-width: 430px; }
  .max-xl\:max-w-\[80px\] { max-width: 80px; }
  .max-xl\:flex-\[unset\] { flex: unset; }
  .max-xl\:flex-shrink-0 { flex-shrink: 0; }
  .max-xl\:flex-row { flex-direction: row; }
  .max-xl\:flex-row-reverse { flex-direction: row-reverse; }
  .max-xl\:flex-col { flex-direction: column; }
  .max-xl\:flex-col-reverse { flex-direction: column-reverse; }
  .max-xl\:items-start { align-items: flex-start; }
  .max-xl\:items-end { align-items: flex-end; }
  .max-xl\:items-center { align-items: center; }
  .max-xl\:justify-end { justify-content: flex-end; }
  .max-xl\:gap-\[10px\] { gap: 10px; }
  .max-xl\:gap-\[12px\] { gap: 12px; }
  .max-xl\:gap-\[15px\] { gap: 15px; }
  .max-xl\:gap-\[16px\] { gap: 16px; }
  .max-xl\:gap-\[17px\] { gap: 17px; }
  .max-xl\:gap-\[22px\] { gap: 22px; }
  .max-xl\:gap-\[26px\] { gap: 26px; }
  .max-xl\:gap-\[27px\] { gap: 27px; }
  .max-xl\:gap-\[2px\] { gap: 2px; }
  .max-xl\:gap-\[32px\] { gap: 32px; }
  .max-xl\:gap-\[4px\] { gap: 4px; }
  .max-xl\:gap-\[6px\] { gap: 6px; }
  .max-xl\:gap-\[76px\] { gap: 76px; }
  .max-xl\:gap-\[8px\] { gap: 8px; }
  .max-xl\:gap-\[unset\] { gap: unset; }
  .max-xl\:rounded-\[8px\] { border-radius: 8px; }
  .max-xl\:border-b-0 { border-bottom-width: 0px; }
  .max-xl\:\!p-\[32px_16px\] { padding: 32px 16px !important; }
  .max-xl\:\!p-\[unset\] { padding: unset !important; }
  .max-xl\:p-\[12px\] { padding: 12px; }
  .max-xl\:p-\[20px\] { padding: 20px; }
  .max-xl\:p-\[32px_20px\] { padding: 32px 20px; }
  .max-xl\:p-\[40px_20px\] { padding: 40px 20px; }
  .max-xl\:px-\[12px\] { padding-left: 12px; padding-right: 12px; }
  .max-xl\:px-\[16px\] { padding-left: 16px; padding-right: 16px; }
  .max-xl\:py-\[16px\] { padding-top: 16px; padding-bottom: 16px; }
  .max-xl\:py-\[32px\] { padding-top: 32px; padding-bottom: 32px; }
  .max-xl\:pb-\[120px\] { padding-bottom: 120px; }
  .max-xl\:pb-\[24px\] { padding-bottom: 24px; }
  .max-xl\:pb-\[25px\] { padding-bottom: 25px; }
  .max-xl\:pb-\[26px\] { padding-bottom: 26px; }
  .max-xl\:pb-\[28px\] { padding-bottom: 28px; }
  .max-xl\:\!text-\[10px\] { font-size: 10px !important; }
  .max-xl\:\!text-\[16px\] { font-size: 16px !important; }
  .max-xl\:text-\[10px\] { font-size: 10px; }
  .max-xl\:text-\[12px\] { font-size: 12px; }
  .max-xl\:text-\[14px\] { font-size: 14px; }
  .max-xl\:text-\[16px\] { font-size: 16px; }
  .max-xl\:text-\[24px\] { font-size: 24px; }
  .max-xl\:leading-\[24px\] { line-height: 24px; }
  .max-xl\:\!text-\[\#D2AEFF\] { --tw-text-opacity: 1 !important; color: rgb(210 174 255/var(--tw-text-opacity,1)) !important; }
  .max-xl\:opacity-70 { opacity: 0.7; }
  .max-xl\:\[padding\:21px_16px_0px_20px\] { padding: 21px 16px 0px 20px; }
  .max-xl\:\[padding\:21px_20px_0px\] { padding: 21px 20px 0px; }
  .max-xl\:\[padding\:24px_20px\] { padding: 24px 20px; }
  .max-xl\:\[padding\:27px_20px_0px\] { padding: 27px 20px 0px; }
  .max-xl\:\[padding\:31px_20px_24px\] { padding: 31px 20px 24px; }
  .max-xl\:\[padding\:38px_20px_32px\] { padding: 38px 20px 32px; }
}
.ZvwsS .wallet-adapter-modal-wrapper { font-family: Dinkie; border-radius: 16px; background: rgb(24, 24, 24); }
.ZvwsS .wallet-adapter-modal-wrapper .wallet-adapter-modal-button-close { background: none; }
.ZvwsS .wallet-adapter-modal-wrapper .wallet-adapter-button { font-family: Dinkie; font-size: 16px; }
.ZvwsS .wallet-adapter-modal-wrapper .wallet-adapter-button span { font-size: inherit; }
.ZvwsS .wallet-adapter-modal-wrapper .wallet-adapter-button .wallet-adapter-button-start-icon { width: 20px; height: 20px; }
.ZvwsS .wallet-adapter-modal-wrapper .wallet-adapter-button .wallet-adapter-button-start-icon img { width: inherit; height: inherit; }
.ZvwsS .wallet-adapter-modal-overlay { background: rgba(0, 0, 0, 0.5); backdrop-filter: blur(15px); }
@media (max-width: 1280px) {
  .ZvwsS .wallet-adapter-modal-wrapper .wallet-adapter-button { font-size: 14px; }
  .ZvwsS .wallet-adapter-modal-wrapper .wallet-adapter-button .wallet-adapter-button-start-icon { width: 16px; height: 16px; }
}
.hFqBUo { display: flex; flex-direction: column; align-items: center; }
*, ::before, ::after { box-sizing: border-box; border-width: 0px; border-style: solid; border-color: rgb(229, 231, 235); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: var(--tw-empty,/*!*/ /*!*/); --tw-pan-y: var(--tw-empty,/*!*/ /*!*/); --tw-pinch-zoom: var(--tw-empty,/*!*/ /*!*/); --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: var(--tw-empty,/*!*/ /*!*/); --tw-gradient-via-position: var(--tw-empty,/*!*/ /*!*/); --tw-gradient-to-position: var(--tw-empty,/*!*/ /*!*/); --tw-ordinal: var(--tw-empty,/*!*/ /*!*/); --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/); --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/); --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/); --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/); --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 / 0.5); --tw-blur: var(--tw-empty,/*!*/ /*!*/); --tw-brightness: var(--tw-empty,/*!*/ /*!*/); --tw-contrast: var(--tw-empty,/*!*/ /*!*/); --tw-grayscale: var(--tw-empty,/*!*/ /*!*/); --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/); --tw-invert: var(--tw-empty,/*!*/ /*!*/); --tw-saturate: var(--tw-empty,/*!*/ /*!*/); --tw-sepia: var(--tw-empty,/*!*/ /*!*/); --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/); --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/); --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/); --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/); --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/); --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/); --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/); --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/); --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/); --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/); --tw-contain-size: var(--tw-empty,/*!*/ /*!*/); --tw-contain-layout: var(--tw-empty,/*!*/ /*!*/); --tw-contain-paint: var(--tw-empty,/*!*/ /*!*/); --tw-contain-style: var(--tw-empty,/*!*/ /*!*/); }
::before, ::after { --tw-content: ''; }
html, :host { line-height: 1.5; text-size-adjust: 100%; tab-size: 4; font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-feature-settings: normal; font-variation-settings: normal; -webkit-tap-highlight-color: transparent; }
body { margin: 0px; line-height: inherit; }
hr { height: 0px; color: inherit; border-top-width: 1px; }
abbr:where([title]) { text-decoration: underline dotted; }
h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; }
a { color: inherit; text-decoration: inherit; }
b, strong { font-weight: bolder; }
code, kbd, samp, pre { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-feature-settings: normal; font-variation-settings: normal; font-size: 1em; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sub { bottom: -0.25em; }
sup { top: -0.5em; }
table { text-indent: 0px; border-color: inherit; border-collapse: collapse; }
button, input, optgroup, select, textarea { font-family: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-size: 100%; font-weight: inherit; line-height: inherit; letter-spacing: inherit; color: inherit; margin: 0px; padding: 0px; }
button, select { text-transform: none; }
button, input:where([type="button"]), input:where([type="reset"]), input:where([type="submit"]) { appearance: button; background-color: transparent; background-image: none; }
progress { vertical-align: baseline; }
::-webkit-inner-spin-button, ::-webkit-outer-spin-button { height: auto; }
[type="search"] { appearance: textfield; outline-offset: -2px; }
::-webkit-search-decoration { appearance: none; }
::-webkit-file-upload-button { appearance: button; font: inherit; }
summary { display: list-item; }
blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre { margin: 0px; }
fieldset { margin: 0px; padding: 0px; }
legend { padding: 0px; }
ol, ul, menu { list-style: none; margin: 0px; padding: 0px; }
dialog { padding: 0px; }
textarea { resize: vertical; }
input::placeholder, textarea::placeholder { opacity: 1; color: rgb(156, 163, 175); }
button, [role="button"] { cursor: pointer; }
:disabled { cursor: default; }
img, svg, video, canvas, audio, iframe, embed, object { display: block; vertical-align: middle; }
img, video { max-width: 100%; height: auto; }
[hidden]:where(:not([hidden="until-found"])) { display: none; }
::backdrop { --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: var(--tw-empty,/*!*/ /*!*/); --tw-pan-y: var(--tw-empty,/*!*/ /*!*/); --tw-pinch-zoom: var(--tw-empty,/*!*/ /*!*/); --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: var(--tw-empty,/*!*/ /*!*/); --tw-gradient-via-position: var(--tw-empty,/*!*/ /*!*/); --tw-gradient-to-position: var(--tw-empty,/*!*/ /*!*/); --tw-ordinal: var(--tw-empty,/*!*/ /*!*/); --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/); --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/); --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/); --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/); --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 / 0.5); --tw-blur: var(--tw-empty,/*!*/ /*!*/); --tw-brightness: var(--tw-empty,/*!*/ /*!*/); --tw-contrast: var(--tw-empty,/*!*/ /*!*/); --tw-grayscale: var(--tw-empty,/*!*/ /*!*/); --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/); --tw-invert: var(--tw-empty,/*!*/ /*!*/); --tw-saturate: var(--tw-empty,/*!*/ /*!*/); --tw-sepia: var(--tw-empty,/*!*/ /*!*/); --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/); --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/); --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/); --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/); --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/); --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/); --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/); --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/); --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/); --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/); --tw-contain-size: var(--tw-empty,/*!*/ /*!*/); --tw-contain-layout: var(--tw-empty,/*!*/ /*!*/); --tw-contain-paint: var(--tw-empty,/*!*/ /*!*/); --tw-contain-style: var(--tw-empty,/*!*/ /*!*/); }
body { -webkit-font-smoothing: antialiased; }
.cfUkXP { border-radius: 8px; border: 1px solid rgb(255, 255, 255); height: 40px; padding: 0px 16px; font-size: 24px; color: rgb(255, 255, 255); display: flex; cursor: pointer; align-items: center; --tw-bg-opacity: 1; background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1)); }
.cfUkXP img { width: 24px; }
.cfUkXP.special { background: linear-gradient(45deg, rgb(153, 69, 255) 10.43%, rgb(135, 82, 243) 30.84%, rgb(84, 151, 213) 49.4%, rgb(67, 180, 202) 58.68%, rgb(40, 224, 185) 69.81%, rgb(25, 251, 155) 93.01%); }
.cfUkXP.flipN { width: 178px; background: rgb(251, 202, 4); font-size: 20px; color: rgb(0, 0, 0); display: flex; justify-content: space-between; align-items: center; box-shadow: rgba(251, 202, 4, 0.698) 0px 0px 30px 0px; }
.cfUkXP.flipN img { width: 69px; height: 24px; }
@media (max-width: 1280px) {
  .cfUkXP { height: 28px; padding: 0px 8px; font-size: 14px; }
  .cfUkXP img { width: 16px; }
  .cfUkXP.flipN { width: 44px; background: rgb(251, 202, 4); font-size: 14px; }
  .cfUkXP.flipN span { display: none; }
  .cfUkXP.flipN img { display: none; }
}
.dwmPWR { height: var(--header-height); padding: 0px 80px; position: relative; display: flex; width: 100%; align-items: center; justify-content: space-between; --tw-bg-opacity: 1; background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1)); }
.dwmPWR .logo { cursor: pointer; }
@media (max-width: 1280px) {
  .dwmPWR { padding: 0px 20px; }
}
.hoygxG { width: 100vw; height: 52px; background: rgb(153, 69, 255); font-size: 20px; color: rgb(0, 0, 0); display: flex; align-items: center; justify-content: space-between; padding: 0px 80px; }
.hoygxG .left { display: flex; align-items: center; }
.hoygxG .left img { width: 28px; margin-right: 27px; }
.hoygxG .left span { color: white; }
.hoygxG .right { display: flex; }
.hoygxG .right img { width: 24px; height: 24px; margin-left: 24px; cursor: pointer; }
.hoygxG .right img.hidden { display: none; }
@media (max-width: 1280px) {
  .hoygxG { height: 32px; font-size: 12px; padding: 0px 12px 0px 8px; }
  .hoygxG .left img { width: 16px; margin-right: 6px; }
  .hoygxG .right img { width: 16px; height: 16px; margin-left: 8px; }
}
.iKKXQs { width: 100%; height: 261px; background-color: rgb(24, 24, 24); border-radius: 16px; color: rgb(255, 255, 255); display: flex; }
.iKKXQs .imgBox { overflow: hidden; border-radius: 16px; display: flex; align-items: center; justify-content: center; }
.iKKXQs .imgBox img { width: 522px; object-fit: cover; }
.iKKXQs .dataBox { display: flex; flex-direction: column; justify-content: space-around; width: 50%; padding: 16px 38px 16px 40px; }
.iKKXQs .dataBox .title { font-size: 20px; opacity: 0.6; margin-bottom: 12px; }
.iKKXQs .dataBox .data { display: flex; gap: 16px; font-size: 28px; }
.iKKXQs .dataBox .data img { width: 32px; }
.iKKXQs .dataBox .data .sol { background: linear-gradient(16deg, rgb(153, 69, 255) 10.43%, rgb(135, 82, 243) 30.84%, rgb(84, 151, 213) 49.4%, rgb(67, 180, 202) 58.68%, rgb(40, 224, 185) 69.81%, rgb(25, 251, 155) 93.01%) text; -webkit-text-fill-color: transparent; }
.iKKXQs .dataBox .bottom { display: flex; justify-content: space-between; }
@media (max-width: 1280px) {
  .iKKXQs { height: auto; }
  .iKKXQs .imgBox { width: 50%; height: auto; display: flex; justify-content: center; }
  .iKKXQs .imgBox img { width: 100%; object-fit: cover; }
  .iKKXQs .dataBox { width: 50%; padding: 18px 0px 18px 12px; justify-content: unset; }
  .iKKXQs .dataBox .title { font-size: 12px; margin-bottom: 4px; }
  .iKKXQs .dataBox .data { font-size: 14px; gap: 8px; }
  .iKKXQs .dataBox .data img { width: 12px; }
  .iKKXQs .dataBox .bottom { display: flex; flex-direction: column; }
  .iKKXQs .dataBox .bottom .title { margin-top: 15px; }
}
.eKZbFN::-webkit-scrollbar { display: none; height: 0px; width: 0px; }
.juuLEL { border: 1px solid rgb(71, 69, 69); font-size: 20px; font-weight: 400; line-height: 120%; background-color: rgb(24, 24, 24); border-radius: 16px; color: white; padding: 12px 24px; cursor: pointer; height: 46px; display: flex; user-select: none; align-items: center; white-space: nowrap; transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.juuLEL.disabled { opacity: 0.7; cursor: not-allowed; }
.juuLEL.selected { border-color: rgb(165, 255, 184); }
@media (max-width: 1280px) {
  .juuLEL { height: 34px; padding: 6px 16px; border-radius: 8px; font-size: 14px; }
}
.dypNrl { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; }
@media (max-width: 1280px) {
  .dypNrl { width: 100%; flex-wrap: nowrap; gap: 12px; overflow-x: auto; padding-right: 4px; }
}
.dHJJrK { height: 54px; width: 274px; display: flex; color: rgb(0, 0, 0); font-size: 20px; justify-content: center; align-items: center; cursor: pointer; border-radius: 4px; background: rgb(165, 255, 184); gap: 6px; transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.dHJJrK.disabled { cursor: not-allowed; opacity: 0.7; }
@media (max-width: 1280px) {
  .dHJJrK { font-size: 16px; }
}
.dHjsRx { color: rgba(255, 255, 255, 0.698); text-align: center; font-size: 20px; font-style: normal; font-weight: 400; line-height: 1; cursor: pointer; }
@media (max-width: 1280px) {
  .dHjsRx { font-size: 16px; }
}
.oFCZn { display: flex; flex-direction: column; align-items: center; }
.oFCZn .content { display: flex; gap: 20px; width: 100%; }
.oFCZn .content .item { flex: 1 1 0%; height: 313px; border-radius: 16px; display: flex; color: rgb(255, 255, 255); background-color: rgb(24, 24, 24); min-width: 0px; }
.oFCZn .content .claimData { display: flex; flex-direction: column; justify-content: space-between; padding: 40px 32px; }
.oFCZn .content .claimData.nodata { height: 108px !important; }
.oFCZn .content .claimData .title { font-size: 20px; }
.oFCZn .content .claimData .amount { display: flex; align-items: center; font-size: 48px; color: rgb(165, 255, 184); }
.oFCZn .content .claimData .amount span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.oFCZn .content .claimData .amount img { margin-right: 20px; }
.oFCZn .content .claimData .sign { font-size: 16px; }
@keyframes bounce { 
  0% { transform: translate3d(0px, 0px, 0px); }
  100% { transform: translate3d(0px, -6px, 0px); }
}
.oFCZn .content .claimData .sign span .bounce { animation: 0.75s cubic-bezier(0.05, 0, 0.2, 1) 0s infinite alternate none running bounce; display: inline-block; transform: translate3d(0px, 0px, 0px); }
.oFCZn .content .accountData { display: flex; flex-direction: column; padding: 40px 32px; position: relative; }
.oFCZn .content .accountData.nodata { height: 108px !important; }
.oFCZn .content .accountData .title { margin: 0px 0px 28px; font-size: 20px; display: flex; justify-content: space-between; }
@keyframes rotation { 
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.oFCZn .content .accountData .title img { margin-top: -3px; cursor: pointer; }
.oFCZn .content .accountData .title img.disable { cursor: not-allowed; }
.oFCZn .content .accountData .title img.checking { animation: 1s linear 0s infinite normal none running rotation; }
.oFCZn .content .accountData .line { border-bottom: 1px solid rgb(255, 255, 255); width: 100%; opacity: 0.1; }
.oFCZn .content .accountData .dataBox { overflow-y: auto; }
.oFCZn .content .accountData .dataBox .hasNotToken { margin-top: 16px; }
.oFCZn .content .accountData .dataBox .hasNotToken .title { font-size: 20px; color: rgb(165, 255, 184); margin-bottom: 16px; }
.oFCZn .content .accountData .dataBox ul { padding: 0px; }
.oFCZn .content .accountData .dataBox ul li { display: flex; list-style-type: none; color: rgb(255, 255, 255); font-size: 20px; line-height: 20px; opacity: 0.7; width: 100%; justify-content: space-between; align-items: center; margin: 11px 0px; }
.oFCZn .content .accountData .dataBox ul li img { cursor: pointer; }
@media (max-width: 1280px) {
  .oFCZn .content { flex-direction: column; }
  .oFCZn .content .item { flex: unset; border-radius: 8px; }
  .oFCZn .content .claimData { height: 198px; padding: 24px 20px; }
  .oFCZn .content .claimData .title { font-size: 14px; }
  .oFCZn .content .claimData .amount { font-size: 36px; }
  .oFCZn .content .claimData .amount img { width: 32px; margin-right: 12px; }
  .oFCZn .content .claimData .sign { font-size: 12px; }
  .oFCZn .content .accountData { height: 218px; padding: 24px 20px; }
  .oFCZn .content .accountData .title { font-size: 14px; margin-bottom: 16px; }
  .oFCZn .content .accountData .title img { width: 16px; }
  .oFCZn .content .accountData .dataBox .hasNotToken .title { font-size: 16px; }
  .oFCZn .content .accountData .dataBox ul li { font-size: 12px; margin: 6px 0px; }
  .oFCZn .content .accountData .dataBox ul li img { width: 16px; }
}
.cXSBXh { color: rgb(255, 255, 255); font-size: 20px; font-style: normal; font-weight: 400; line-height: 120%; border-bottom: 3px solid transparent; display: flex; padding: 0px 6px 16px; position: relative; cursor: pointer; transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.cXSBXh .prefix { width: 24px; margin-right: 6px; }
.cXSBXh.selected { border-bottom-color: rgb(165, 255, 184); }
.cXSBXh.disabled { opacity: 0.7; cursor: not-allowed; }
.cXSBXh.freesol::after { content: "Free SOL"; position: inherit; height: 14px; padding: 0px 3px; color: rgb(0, 0, 0); font-size: 10px; font-style: normal; font-weight: 400; line-height: 120%; border-radius: 2px; background: linear-gradient(45deg, rgb(153, 69, 255) 10.43%, rgb(135, 82, 243) 30.84%, rgb(84, 151, 213) 49.4%, rgb(67, 180, 202) 58.68%, rgb(40, 224, 185) 69.81%, rgb(25, 251, 155) 93.01%); margin-left: 8px; top: 4px; display: flex; justify-content: center; align-items: center; }
.cXSBXh.new::after { content: "New"; position: inherit; height: 14px; padding: 0px 3px; color: rgb(0, 0, 0); font-size: 10px; font-style: normal; font-weight: 400; line-height: 120%; border-radius: 2px; background: rgb(210, 174, 255); margin-left: 8px; top: 4px; display: flex; justify-content: center; align-items: center; }
@media (max-width: 1280px) {
  .cXSBXh { font-size: 14px; border-bottom-width: 1px; padding-bottom: 9px; }
  .cXSBXh .prefix { width: 18px; margin-right: 4px; margin-top: -2px; }
  .cXSBXh.freesol::after, .cXSBXh.new::after { font-size: 8px; height: 10px; margin-left: 4px; top: 3px; }
}
.iqcRdl { color: rgb(255, 255, 255); font-size: 20px; font-style: normal; font-weight: 400; line-height: 120%; border-bottom: 3px solid transparent; display: flex; padding: 0px 6px 16px; position: relative; cursor: pointer; transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.iqcRdl .prefix { width: 24px; margin-right: 6px; }
.iqcRdl.selected { border-bottom-color: rgb(210, 174, 255); }
.iqcRdl.disabled { opacity: 0.7; cursor: not-allowed; }
.iqcRdl.freesol::after { content: "Free SOL"; position: inherit; height: 14px; padding: 0px 3px; color: rgb(0, 0, 0); font-size: 10px; font-style: normal; font-weight: 400; line-height: 120%; border-radius: 2px; background: linear-gradient(45deg, rgb(153, 69, 255) 10.43%, rgb(135, 82, 243) 30.84%, rgb(84, 151, 213) 49.4%, rgb(67, 180, 202) 58.68%, rgb(40, 224, 185) 69.81%, rgb(25, 251, 155) 93.01%); margin-left: 8px; top: 4px; display: flex; justify-content: center; align-items: center; }
.iqcRdl.new::after { content: "New"; position: inherit; height: 14px; padding: 0px 3px; color: rgb(0, 0, 0); font-size: 10px; font-style: normal; font-weight: 400; line-height: 120%; border-radius: 2px; background: rgb(210, 174, 255); margin-left: 8px; top: 4px; display: flex; justify-content: center; align-items: center; }
@media (max-width: 1280px) {
  .iqcRdl { font-size: 14px; border-bottom-width: 1px; padding-bottom: 9px; }
  .iqcRdl .prefix { width: 18px; margin-right: 4px; margin-top: -2px; }
  .iqcRdl.freesol::after, .iqcRdl.new::after { font-size: 8px; height: 10px; margin-left: 4px; top: 3px; }
}
.fnVrSS { border-bottom: 1px solid rgb(71, 69, 69); position: relative; display: flex; align-items: center; gap: 48px; }
@media (max-width: 1280px) {
  .fnVrSS { gap: 24px; }
}
.cESTPT { color: rgb(255, 255, 255); text-align: center; font-size: 20px; font-style: normal; font-weight: 400; line-height: 120%; padding: 28px; display: flex; align-items: center; justify-content: center; gap: 12px; }
@media (max-width: 1280px) {
  .cESTPT { font-size: 16px; padding: 16px; }
}
.gEnZJq { width: 100vw; display: flex; flex-direction: column; align-items: center; }