/*! tailwindcss v4.1.5 | MIT License | https://tailwindcss.com */.BackBtn-module_btnCard__2Ky0z{background-color:var(--justweb3-foreground-color-4);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.ClickableItem-module_listItemWrapper__xlJNi{box-sizing:border-box;background-color:var(--justweb3-background-color);border-radius:100px;align-items:center;gap:10px;width:300px;max-width:100%;height:fit-content;padding:10px;transition:background-color .2s;display:flex}.ClickableItem-module_listItemWrapper__xlJNi.ClickableItem-module_disabled__smkrI{cursor:not-allowed;opacity:.5}.ClickableItem-module_listItemWrapper__xlJNi.ClickableItem-module_enabled__-UZno{cursor:pointer}.ClickableItem-module_listItemWrapper__xlJNi.ClickableItem-module_hover__8BoNd{border:1px solid var(--justweb3-primary-color)}.ClickableItem-module_listItemWrapper__xlJNi.ClickableItem-module_default__sYakG{border:1px solid var(--justweb3-foreground-color-4)}.ClickableItem-module_listItemWrapper__xlJNi.ClickableItem-module_loading__-rNIr{cursor:not-allowed;border:1px solid var(--justweb3-primary-color)}.ClickableItem-module_content__u0-EK{flex-direction:column;flex:1 1 0;place-content:space-around;display:flex;overflow:hidden}.ClickableItem-module_truncatedText__hmq85{text-overflow:ellipsis;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:10px;font-weight:400;display:-webkit-box;overflow:hidden}.Avatar-module_avatarWrapper__ovQVx{background-color:var(--justweb3-foreground-color-4);box-sizing:border-box;border-radius:50%;justify-content:center;align-items:center;display:flex;overflow:hidden}.Avatar-module_avatarImage__pToWH{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.Badge-module_badge__cvQpy{white-space:nowrap;background-color:var(--justweb3-foreground-color-4);width:fit-content;color:hsl(from var(--justweb3-foreground-color-2)h s l/.5);font-size:10px;border-radius:16px;gap:5px;padding:5px 10px;font-style:normal}.Badge-module_badge__cvQpy,.Button-module_button__pGuOL{font-weight:900;line-height:1;font-family:var(--justweb3-font-family),serif;align-items:center;display:inline-flex}.Button-module_button__pGuOL{letter-spacing:0;cursor:pointer;box-sizing:content-box;border:none;border-radius:100px;justify-content:center;font-size:12px;transition:all .2s;position:relative}.Button-module_variant-primary__JH5So{background-color:var(--justweb3-primary-color);color:var(--justweb3-primary-color-foreground);border:1px solid var(--justweb3-primary-color)}.Button-module_variant-primary__JH5So:hover{background-color:var(--justweb3-primary-color-dark)}.Button-module_variant-secondary__ixH5N{background-color:var(--justweb3-background-color);color:var(--justweb3-primary-color);border:1px solid var(--justweb3-primary-color)}.Button-module_variant-secondary__ixH5N:hover{background-color:var(--justweb3-background-color);color:var(--justweb3-primary-color-dark);border:1px solid var(--justweb3-primary-color-dark)}.Button-module_variant-destructive-outline__36tLd{background-color:var(--justweb3-background-color);color:var(--justweb3-destructive-color);border:1px solid var(--justweb3-destructive-color)}.Button-module_variant-destructive-outline__36tLd:hover{background-color:var(--justweb3-background-color);color:var(--justweb3-destructive-color-dark);border:1px solid var(--justweb3-destructive-color-dark)}.Button-module_variant-destructive__h5CDZ{background-color:var(--justweb3-destructive-color);color:var(--justweb3-destructive-color-foreground)}.Button-module_variant-destructive__h5CDZ:hover{background-color:var(--justweb3-destructive-color-dark)}.Button-module_disabled__lEKea{opacity:.5;cursor:not-allowed}.Button-module_size-sm__r-Vj3{height:12px;padding:5px 10px;font-size:10px}.Button-module_size-md__7wyHN{height:12px;padding:10px 12px}.Button-module_size-lg__BHlhq{height:28px;padding:10px 12px;font-size:14px}.Button-module_buttonContent__ViSyP{justify-content:space-between;align-items:center;gap:6px;display:inline-flex}.Button-module_buttonContent__ViSyP.Button-module_loading__Cet46{opacity:0;visibility:hidden}.Button-module_spinnerWrapper__fkaCv{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes LoadingSpinner-module_rotate__cevzt{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.LoadingSpinner-module_spinnerWrapper__7kthU{justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.LoadingSpinner-module_styledSvg__i8McI{animation:LoadingSpinner-module_rotate__cevzt 1s linear infinite}.Carousel-module_carouselContainer__0asnW{width:100%;position:relative}.Carousel-module_viewport__TkPvJ{padding-right:10px;overflow:hidden}.Carousel-module_container__dF4Kh{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-webkit-tap-highlight-color:transparent;margin-left:-10px;display:flex}.Carousel-module_slide__DUIHe{min-width:100%;padding-left:10px;position:relative}.Carousel-module_slideInner__LDkPL{height:100%;position:relative;overflow:hidden}.Carousel-module_dotsContainer__W31EO{justify-content:center;margin-top:1rem;display:flex}.Carousel-module_dot__EsXlm{border:1px solid var(--justweb3-primary-color);cursor:pointer;background-color:#0000;border-radius:50%;width:10px;height:10px;margin:0 5px;padding:0}.Carousel-module_dotSelected__fql2X{background-color:var(--justweb3-primary-color)}.Dialog-module_overlay__oxrkG{-webkit-backdrop-filter:blur(4px);transition:-webkit-backdrop-filter .1s,backdrop-filter .1s;animation:Dialog-module_overlayShow__5t3ZP .7s cubic-bezier(.16,1,.3,1);position:fixed;inset:0}@keyframes Dialog-module_overlayShow__5t3ZP{0%{opacity:0}to{opacity:1}}.Dialog-module_content__7BUh4{background-color:var(--justweb3-background-color);z-index:9999;border-radius:24px;width:fit-content;min-width:390px;max-width:min(1200px,90vw);min-height:200px;max-height:80vh;padding:40px;transition:all .4s ease-in-out;animation:Dialog-module_contentShow__nF5sz .5s cubic-bezier(.16,1,.3,1);position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:2px 4px 20px #00000054}.Dialog-module_content__7BUh4[data-state=closed]{animation:Dialog-module_contentHide__aNw3n .5s cubic-bezier(.16,1,.3,1)}.Dialog-module_content__7BUh4:focus{outline:none}@keyframes Dialog-module_contentShow__nF5sz{0%{opacity:0}to{opacity:1}}@keyframes Dialog-module_contentHide__aNw3n{0%{opacity:1}to{opacity:0}}@keyframes Dialog-module_slideUp__vkpcr{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes Dialog-module_slideDown__KbeAg{0%{transform:translateY(0)}to{transform:translateY(100%)}}@media (max-width:768px){.Dialog-module_content__7BUh4{border-radius:24px 24px 0 0;width:100vw;min-width:100vw;max-height:100vh;animation:Dialog-module_slideUp__vkpcr .55s cubic-bezier(.16,1,.3,1);top:auto;bottom:0;left:0;transform:translateY(0);max-width:100vw!important}.Dialog-module_content__7BUh4[data-state=closed]{animation:Dialog-module_slideDown__KbeAg .55s cubic-bezier(.16,1,.3,1)}}.Dialog-module_fullScreen__jTJ3u{border-radius:0;width:100vw;min-width:100vw;max-width:100vw;min-height:100vh;max-height:100vh}.Dialog-module_title__Zs62L{font-weight:500;font-family:var(--justweb3-font-family),serif;color:#000;margin:0;font-size:17px}.Dialog-module_description__FjH-l{font-family:var(--justweb3-font-family),serif;color:#6b7280;margin:10px 0 20px;font-size:15px;line-height:1.5}.Dialog-module_dialogHeader__BnXZp{text-align:center;flex-direction:column;display:flex}.Dialog-module_dialogHeader__BnXZp>*+*{margin-top:.375rem}.Dialog-module_dialogFooter__Or7h-{flex-direction:column-reverse;padding-top:20px;display:flex}@media (min-width:768px){.Dialog-module_dialogFooter__Or7h-{flex-direction:row;justify-content:flex-end}.Dialog-module_dialogFooter__Or7h->*+*{margin-left:8px}}.Divider-module_divider__KKahP{border:0;border-bottom:1px solid var(--justweb3-foreground-color-4);align-items:center;width:100%;margin:10px 0;display:flex}.DropdownMenu-module_dropdownMenuContent__6qyF2{z-index:50;background:var(--justweb3-background-color);border:1px solid #0000001a;border-radius:16px;outline:none;min-width:8rem;padding:1rem;box-shadow:2px 4px 20px #0000000d}.DropdownMenu-module_dropdownMenuContent__6qyF2[data-state=open]{animation:DropdownMenu-module_fadeInZoom__r-R2K .2s ease-in-out}.DropdownMenu-module_dropdownMenuContent__6qyF2[data-state=closed]{animation:DropdownMenu-module_fadeOutZoom__eOXTF .2s ease-in-out}.DropdownMenu-module_dropdownMenuContent__6qyF2[data-side=top]{animation:DropdownMenu-module_slideInFromBottom__YF93N .2s ease-in-out}.DropdownMenu-module_dropdownMenuContent__6qyF2[data-side=bottom]{animation:DropdownMenu-module_slideInFromTop__1lmQl .2s ease-in-out}.DropdownMenu-module_dropdownMenuContent__6qyF2[data-side=left]{animation:DropdownMenu-module_slideInFromRight__HEKo1 .2s ease-in-out}.DropdownMenu-module_dropdownMenuContent__6qyF2[data-side=right]{animation:DropdownMenu-module_slideInFromLeft__hEatY .2s ease-in-out}@keyframes DropdownMenu-module_fadeInZoom__r-R2K{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes DropdownMenu-module_fadeOutZoom__eOXTF{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}@keyframes DropdownMenu-module_slideInFromTop__1lmQl{0%{transform:translateY(-8px)}to{transform:translateY(0)}}@keyframes DropdownMenu-module_slideInFromBottom__YF93N{0%{transform:translateY(8px)}to{transform:translateY(0)}}@keyframes DropdownMenu-module_slideInFromLeft__hEatY{0%{transform:translate(-8px)}to{transform:translate(0)}}@keyframes DropdownMenu-module_slideInFromRight__HEKo1{0%{transform:translate(8px)}to{transform:translate(0)}}.DropdownMenu-module_dropdownMenuTrigger__9QMF5{cursor:pointer;background:0 0;border:none;padding:0}.DropdownMenu-module_dropdownMenuItem__41F3t{color:inherit;cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:8px;outline:none;align-items:center;padding:.5rem 1rem;font-size:.875rem;display:flex}.DropdownMenu-module_dropdownMenuItem__41F3t:focus{background-color:#0000000d}.DropdownMenu-module_dropdownMenuItem__41F3t[data-disabled]{color:#00000080;pointer-events:none}.DropdownMenu-module_dropdownMenuLabel__Fq3eY{color:#00000080;padding:.5rem 1rem;font-size:.75rem}.DropdownMenu-module_dropdownMenuSeparator__lWTsT{background-color:#0000001a;height:1px;margin:.5rem 0}.Form-module_formItemWrapper__Pqiz8{flex-direction:column;gap:.25rem;display:flex}.Form-module_styledLabel__BNhl5{font-size:1rem;font-weight:400;font-family:var(--justweb3-font-family);color:var(--justweb3-foreground-color-2);margin:0}.Form-module_styledLabelError__xQVRw{color:var(--justweb3-destructive-color)}.Form-module_formDescriptionText__FVxoB,.Form-module_formMessageText__R5xXD{color:var(--justweb3-foreground-color-2);font-size:.8rem}.Form-module_formMessageText__R5xXD{font-weight:500}.Input-module_inputWrapper__q4PDs{background-color:var(--justweb3-background-color);box-sizing:content-box;border:1px solid #e5e5e5;border-radius:100px;align-items:center;gap:12px;width:auto;height:32px;padding:10px;display:flex;position:relative}.Input-module_inputWrapperFullWidth__-cY-c{width:100%}.Input-module_inputWrapperError__Mri-n{border-color:var(--justweb3-destructive-color)}.Input-module_inputWrapper__q4PDs:focus-within{border-color:var(--justweb3-primary-color);outline:none}.Input-module_inputWrapper__q4PDs:focus-within.Input-module_inputWrapperError__Mri-n{border-color:var(--input-error-border-color)}.Input-module_styledInput__FcsfK{width:100%;height:30px;font-size:12px;font-weight:500;font-family:var(--justweb3-font-family),serif;color:var(--justweb3-foreground-color-2);text-transform:none;background-color:#0000;border:none;padding:0;line-height:20px;transition:border-color .2s ease-in-out;display:flex}.Input-module_styledInput__FcsfK::placeholder{color:var(--justweb3-foreground-color-3)}.Input-module_styledInput__FcsfK:focus{outline:none}.Input-module_styledInput__FcsfK:disabled{opacity:.5;cursor:not-allowed}.Input-module_leftElement__qBB88,.Input-module_rightElement__MBhg5{font-family:var(--justweb3-font-family),serif;color:var(--justweb3-foreground-color-2);align-items:center;font-size:12px;font-weight:900;line-height:20px;display:flex}.Input-module_leftElement__qBB88{pointer-events:none}.OTPInput-module_otpInputContainer__I8NPf{align-items:center;gap:.5rem;width:100%;display:flex}.OTPInput-module_otpInputContainer__I8NPf>div{justify-content:space-between;align-items:center;width:100%;display:flex}.OTPInput-module_otpInputContainer__I8NPf:has(:disabled){opacity:.5}.OTPInput-module_otpInput__alu4t{display:flex}.OTPInput-module_otpInput__alu4t:disabled{cursor:not-allowed}.OTPInput-module_otpInputGroup__6y6uc{align-items:center;display:flex}.OTPInput-module_caret__RKpls{background-color:var(--justweb3-background-color);width:1px;height:1rem;animation:OTPInput-module_blinkAnimation__NCfDM 1s step-end infinite}.OTPInput-module_caretWrapper__YNF87{pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.OTPInput-module_otpInputSlot__d98j-{border-top:1px solid var(--justweb3-foreground-color-4);border-right:1px solid var(--justweb3-foreground-color-4);border-bottom:1px solid var(--justweb3-foreground-color-4);width:2.5rem;height:2.5rem;color:var(--justweb3-primary-color);justify-content:center;align-items:center;font-size:1.25rem;transition:all .2s;display:flex;position:relative}.OTPInput-module_otpInputSlot__d98j-:first-child{border-left:1px solid var(--justweb3-foreground-color-4);border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.OTPInput-module_otpInputSlot__d98j-:last-child{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.OTPInput-module_otpInputSlotActive__M84Li{z-index:10;box-shadow:0 0 0 2px var(--justweb3-primary-color)}@keyframes OTPInput-module_blinkAnimation__NCfDM{0%,50%{opacity:1}51%,to{opacity:0}}.Popover-module_popoverContent__R78wn{z-index:10002;border:1px solid var(--justweb3-foreground-color-4);background:var(--justweb3-background-color);border-radius:24px;outline:none;width:18rem;padding:1rem;box-shadow:0 4px 10px #0000002e}.Popover-module_popoverContent__R78wn[data-state=open]{animation:Popover-module_fadeInZoom__T-maQ .2s ease-in-out}.Popover-module_popoverContent__R78wn[data-state=closed]{animation:Popover-module_fadeOutZoom__1cDfG .2s ease-in-out}.Popover-module_popoverContent__R78wn[data-side=top]{animation:Popover-module_slideInFromBottom__ZJDSW .2s ease-in-out}.Popover-module_popoverContent__R78wn[data-side=bottom]{animation:Popover-module_slideInFromTop__uk2cz .2s ease-in-out}.Popover-module_popoverContent__R78wn[data-side=left]{animation:Popover-module_slideInFromRight__hewEQ .2s ease-in-out}.Popover-module_popoverContent__R78wn[data-side=right]{animation:Popover-module_slideInFromLeft__hAIY1 .2s ease-in-out}.Popover-module_popoverTrigger__HMV9f{cursor:pointer;background:0 0;border:none;padding:0}@keyframes Popover-module_fadeInZoom__T-maQ{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes Popover-module_fadeOutZoom__1cDfG{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}@keyframes Popover-module_slideInFromTop__uk2cz{0%{transform:translateY(-8px)}to{transform:translateY(0)}}@keyframes Popover-module_slideInFromBottom__ZJDSW{0%{transform:translateY(8px)}to{transform:translateY(0)}}@keyframes Popover-module_slideInFromLeft__hAIY1{0%{transform:translate(-8px)}to{transform:translate(0)}}@keyframes Popover-module_slideInFromRight__hewEQ{0%{transform:translate(8px)}to{transform:translate(0)}}.Tabs-module_tabsList__gnLnj{border-radius:.375rem;gap:10px;height:30px;min-height:30px;margin-bottom:10px;display:flex;overflow:auto visible}.Tabs-module_underlinedTabs__dwPvx .Tabs-module_tabsTrigger__swYDs{border:unset;color:var(--justweb3-primary-color);font-size:14px;font-style:normal;font-weight:900;line-height:18px;font-family:var(--justweb3-font-family);background-color:#0000;border-bottom:2px solid #0000;transition:border-color .3s ease-in-out,color .3s ease-in-out}.Tabs-module_underlinedTabs__dwPvx .Tabs-module_tabsTrigger__swYDs[data-state=active]{border-bottom:2px solid var(--justweb3-primary-color)}.Tabs-module_tabsTrigger__swYDs{white-space:nowrap;cursor:pointer;border-radius:.125rem;justify-content:center;align-items:center;padding:5px;font-size:.875rem;font-weight:500;line-height:1.25rem;transition:all .2s ease-in-out;display:inline-flex}.Tabs-module_tabsTrigger__swYDs:focus-visible{box-shadow:0 0 0 2px var(--justweb3-foreground-color-4);outline:none}.Tabs-module_tabsTrigger__swYDs:disabled{pointer-events:none;opacity:.5}.Tabs-module_tabsContent__rzfAq{position:relative;overflow:hidden}.Tabs-module_tabsContent__rzfAq:focus-visible{box-shadow:0 0 0 2px var(--justweb3-foreground-color-4);outline:none}@keyframes Tabs-module_slideInLeft__8JJx9{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}@keyframes Tabs-module_slideInRight__X9rqQ{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.Tabs-module_slideInLeft__8JJx9{animation:Tabs-module_slideInLeft__8JJx9 .3s forwards}.Tabs-module_slideInRight__X9rqQ{animation:Tabs-module_slideInRight__X9rqQ .3s forwards}.Text-module_h2__sg-k-{font-size:24px;font-weight:600;line-height:normal;font-family:var(--justweb3-font-family);color:var(--justweb3-foreground-color-2);margin:0}.Text-module_p__9m83L{font-size:14px}.Text-module_a__gxKqx,.Text-module_p__9m83L{font-weight:400;font-family:var(--justweb3-font-family);color:var(--justweb3-foreground-color-2);margin:0}.Text-module_a__gxKqx{font-size:8px;line-height:8px;cursor:pointer;text-decoration:none}.Text-module_span__3iEht{font-size:8px;font-weight:400;line-height:8px;font-family:var(--justweb3-font-family);color:var(--justweb3-foreground-color-2);margin:0}.ToolTip-module_tooltipContent__EP8GX{z-index:190;background-color:var(--justweb3-primary-color);color:var(--justweb3-background-color);border-radius:.375rem;padding:4px;font-size:10px;animation:ToolTip-module_fadeInZoom__CGcTY .2s ease-in-out;overflow:hidden}.ToolTip-module_tooltipContent__EP8GX[data-state=closed]{animation:ToolTip-module_fadeOutZoom__GC0N2 .2s ease-in-out}.ToolTip-module_tooltipContent__EP8GX[data-side=top]{animation:ToolTip-module_slideInFromBottom__G9qHb .2s ease-in-out}.ToolTip-module_tooltipContent__EP8GX[data-side=bottom]{animation:ToolTip-module_slideInFromTop__Chf3q .2s ease-in-out}.ToolTip-module_tooltipContent__EP8GX[data-side=left]{animation:ToolTip-module_slideInFromRight__kCm-9 .2s ease-in-out}.ToolTip-module_tooltipContent__EP8GX[data-side=right]{animation:ToolTip-module_slideInFromLeft__9zrId .2s ease-in-out}@keyframes ToolTip-module_fadeInZoom__CGcTY{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes ToolTip-module_fadeOutZoom__GC0N2{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}@keyframes ToolTip-module_slideInFromTop__Chf3q{0%{transform:translateY(-8px)}to{transform:translateY(0)}}@keyframes ToolTip-module_slideInFromBottom__G9qHb{0%{transform:translateY(8px)}to{transform:translateY(0)}}@keyframes ToolTip-module_slideInFromLeft__9zrId{0%{transform:translate(-8px)}to{transform:translate(0)}}@keyframes ToolTip-module_slideInFromRight__kCm-9{0%{transform:translate(8px)}to{transform:translate(0)}}.Sheet-module_sheetOverlay__YlA1-{z-index:50;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#00000080;transition-timing-function:cubic-bezier(.4,0,.2,1);position:fixed;inset:0}.Sheet-module_sheetOverlay__YlA1-[data-state=open]{animation:Sheet-module_overlayShow__cOPmY .5s cubic-bezier(.16,1,.3,1)}.Sheet-module_sheetOverlay__YlA1-[data-state=closed]{animation:Sheet-module_overlayHide__cOtBS .3s cubic-bezier(.16,1,.3,1)}.Sheet-module_sheetContent__xXC63{z-index:1000;box-sizing:border-box;background-color:var(--justweb3-background-color);flex-direction:column;gap:1rem;padding:3rem 1.5rem 1.5rem;transition-property:transform;transition-duration:.5s;transition-timing-function:cubic-bezier(.4,0,.2,1);display:flex;position:fixed;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.Sheet-module_sheetContent__xXC63[data-state=open]{animation:Sheet-module_contentShow__35OoD .5s cubic-bezier(.16,1,.3,1)}.Sheet-module_sheetContent__xXC63[data-state=closed]{animation:Sheet-module_contentHide__pcwru .3s cubic-bezier(.16,1,.3,1)}.Sheet-module_sheetContent__xXC63:focus{outline:none}.Sheet-module_sheetHeader__c2oeU{space-y:2;text-align:center;flex-direction:column;display:flex}.Sheet-module_sheetFooter__KXTOX{flex-direction:column-reverse;display:flex}.Sheet-module_sheetTitle__nJ20T{font-size:1.125rem;font-weight:600;line-height:1.75rem;margin:0;position:absolute;top:1rem;left:24px}.Sheet-module_sheetDescription__LGnCG,.Sheet-module_sheetTitle__nJ20T{color:var(--justweb3-foreground-color-2);font-family:var(--justweb3-font-family)}.Sheet-module_sheetDescription__LGnCG{font-size:.875rem;line-height:1.25rem}.Sheet-module_sheetClose__IWL-n{opacity:.7;cursor:pointer;background:0 0;border:none;outline:none;transition:opacity .2s;position:absolute;top:1rem;right:1rem}.Sheet-module_sheetClose__IWL-n:hover{opacity:1}.Sheet-module_top__TBe3W{border-bottom:1px solid var(--justweb3-foreground-color-4);inset:0 0 auto}.Sheet-module_top__TBe3W[data-state=open]{animation:Sheet-module_slideInTop__GrhbI .5s cubic-bezier(.16,1,.3,1)}.Sheet-module_top__TBe3W[data-state=closed]{animation:Sheet-module_slideOutTop__mxRpo .3s cubic-bezier(.16,1,.3,1)}.Sheet-module_right__xQ69R{border-left:1px solid var(--justweb3-foreground-color-4);inset:0 0 0 auto}.Sheet-module_right__xQ69R[data-state=open]{animation:Sheet-module_slideInRight__SOATR .5s cubic-bezier(.16,1,.3,1)}.Sheet-module_right__xQ69R[data-state=closed]{animation:Sheet-module_slideOutRight__qcSHh .3s cubic-bezier(.16,1,.3,1)}.Sheet-module_bottom__hgksk{border-top:1px solid var(--justweb3-foreground-color-4);inset:auto 0 0}.Sheet-module_bottom__hgksk[data-state=open]{animation:Sheet-module_slideInBottom__k-UMD .5s cubic-bezier(.16,1,.3,1)}.Sheet-module_bottom__hgksk[data-state=closed]{animation:Sheet-module_slideOutBottom__EAeAx .3s cubic-bezier(.16,1,.3,1)}.Sheet-module_left__edACO{border-right:1px solid var(--justweb3-foreground-color-4);inset:0 auto 0 0}.Sheet-module_left__edACO[data-state=open]{animation:Sheet-module_slideInLeft__Tk8IU .5s cubic-bezier(.16,1,.3,1)}.Sheet-module_left__edACO[data-state=closed]{animation:Sheet-module_slideOutLeft__jNvgT .3s cubic-bezier(.16,1,.3,1)}@media (min-width:768px){.Sheet-module_sheetContent__xXC63.Sheet-module_bottom__hgksk,.Sheet-module_sheetContent__xXC63.Sheet-module_top__TBe3W{max-height:100vh}.Sheet-module_sheetContent__xXC63.Sheet-module_left__edACO,.Sheet-module_sheetContent__xXC63.Sheet-module_right__xQ69R{max-width:420px}.Sheet-module_sheetHeader__c2oeU{text-align:left}.Sheet-module_sheetFooter__KXTOX{flex-direction:row;justify-content:flex-end}}@media (max-width:768px){.Sheet-module_sheetContent__xXC63{border-radius:0;width:100vw;max-width:100vw}}@keyframes Sheet-module_contentShow__35OoD{0%{opacity:0;transform:translate(-50%,-48%)scale(.96)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}@keyframes Sheet-module_contentHide__pcwru{0%{opacity:1;transform:translate(-50%,-50%)scale(1)}to{opacity:0;transform:translate(-50%,-48%)scale(.96)}}@keyframes Sheet-module_slideInTop__GrhbI{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes Sheet-module_slideOutTop__mxRpo{0%{transform:translateY(0)}to{transform:translateY(-100%)}}@keyframes Sheet-module_slideInRight__SOATR{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes Sheet-module_slideOutRight__qcSHh{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes Sheet-module_slideInBottom__k-UMD{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes Sheet-module_slideOutBottom__EAeAx{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes Sheet-module_slideInLeft__Tk8IU{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes Sheet-module_slideOutLeft__jNvgT{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes Sheet-module_overlayShow__cOPmY{0%{opacity:0}to{opacity:1}}@keyframes Sheet-module_overlayHide__cOtBS{0%{opacity:1}to{opacity:0}}.Label-module_label__YiV85{font-size:.875rem;font-weight:500;line-height:1;font-family:var(--justweb3-font-family);color:var(--justweb3-foreground-color-2)}.Label-module_required__PGNlU:after{content:"*";color:var(--justweb3-destructive-color);margin-left:.25rem}[data-disabled]+.Label-module_label__YiV85{opacity:.5;cursor:not-allowed}.Checkbox-module_checkbox__P2Iqn{border:1px solid var(--justweb3-foreground-color-4);background-color:var(--justweb3-background-color);border-radius:.25rem;width:1rem;height:1rem;padding:1px;transition-property:background-color,border-color,color,fill,stroke;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.Checkbox-module_checkbox__P2Iqn[data-state=checked]{background-color:var(--justweb3-primary-color);border-color:var(--justweb3-primary-color)}.Checkbox-module_checkbox__P2Iqn:disabled{opacity:.5;pointer-events:none}.Checkbox-module_indicator__fli26{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.Checkbox-module_icon__zheWH{width:.75rem;height:.75rem;color:var(--justweb3-primary-color-foreground)}@keyframes Skeleton-module_pulse__a1kIL{0%,to{opacity:1}50%{opacity:.5}}.Skeleton-module_skeleton__31mzF{background-color:rgba(var(--jusstweb3-primary-color),.1);border-radius:.375rem;animation:Skeleton-module_pulse__a1kIL 2s cubic-bezier(.4,0,.6,1) infinite}.NotificationBadge-module_notificationIcon__foeyk{display:flex;position:relative}.NotificationBadge-module_icon__A0d13{text-align:center;font-size:24px;line-height:40px}.NotificationBadge-module_badge__izKHg{color:#fff;white-space:nowrap;background-color:red;border-radius:100px;padding:2px 4px;font-size:8px;font-weight:700;line-height:1;position:absolute;top:0;right:4px;transform:translate(50%,-50%);box-shadow:0 2px 4px #0003}.Flex-module_flex__4MtN8{display:flex}.Flex-module_direction-row__dcjwK{flex-direction:row}.Flex-module_direction-column__eh-kJ{flex-direction:column}.Flex-module_direction-row-reverse__YAjAh{flex-direction:row-reverse}.Flex-module_direction-column-reverse__6aja1{flex-direction:column-reverse}.Flex-module_justify-flex-start__R0DUt{justify-content:flex-start}.Flex-module_justify-flex-end__x24Po{justify-content:flex-end}.Flex-module_justify-center__jPDhy{justify-content:center}.Flex-module_justify-space-between__aDxOE{justify-content:space-between}.Flex-module_justify-space-around__GYr08{justify-content:space-around}.Flex-module_justify-space-evenly__dZCHB{justify-content:space-evenly}.Flex-module_align-stretch__Qr-0B{align-items:stretch}.Flex-module_align-flex-start__ee2qt{align-items:flex-start}.Flex-module_align-flex-end__mRPUh{align-items:flex-end}.Flex-module_align-center__XHwrT{align-items:center}.Flex-module_align-baseline__es9ni{align-items:baseline}.Flex-module_wrap-nowrap__XsHp8{flex-wrap:nowrap}.Flex-module_wrap-wrap__SAUHn{flex-wrap:wrap}.Flex-module_wrap-wrap-reverse__CAt35{flex-wrap:wrap-reverse}.ExpandableText-module_button__CHItv{cursor:pointer;color:var(--justweb3-primary-color);background:0 0;border:none;margin-left:.5rem;padding:0;font-size:10px;font-weight:400;line-height:normal;text-decoration:none}.ExpandableText-module_button__CHItv:hover{text-decoration:underline}.OrLine-module_orLineContainer__mcSe9{align-items:center;gap:20px;display:flex}.OrLine-module_spanText__o0r1n{font-size:14px;font-style:normal;font-weight:900}.ProfileSection-module_sectionCard__LvwTJ{border:1px solid var(--justweb3-foreground-color-4);border-radius:10px;flex-direction:column;gap:5px;padding:10px;display:flex}.ProfileSection-module_sectionItemList__TYo2w{flex-direction:row;grid-template-columns:repeat(12,minmax(0,1fr));align-items:center;gap:10px;display:flex;overflow-x:auto}@media (max-width:768px){.ProfileSection-module_sectionItemList__TYo2w{flex-wrap:wrap;gap:10px}}.ProfileSection-module_sectionItem__WajtI{flex-direction:row;align-items:center;gap:1.25rem;display:flex}@media (max-width:768px){.ProfileSection-module_sectionItem__WajtI{grid-column:span 6/span 6}}.AvatarSelectorDialog-module_sliderInput__Omgq9{appearance:none;cursor:pointer;background-color:#bfdbfe;border-radius:.5rem;width:100%;height:.5rem}.AvatarSelectorDialog-module_sliderInput__Omgq9:focus{outline:none}.AvatarSelectorDialog-module_sliderInput__Omgq9::-webkit-slider-thumb{appearance:none;cursor:pointer;background-color:#2563eb;border-radius:50%;width:1rem;height:1rem;margin-top:-.25rem}.AvatarSelectorDialog-module_sliderInput__Omgq9::-moz-range-thumb{cursor:pointer;background-color:#2563eb;border:none;border-radius:50%;width:1rem;height:1rem}.AvatarSelectorDialog-module_sliderInput__Omgq9::-ms-thumb{cursor:pointer;background-color:#2563eb;border:none;border-radius:50%;width:1rem;height:1rem}.AvatarSelectorDialog-module_sliderInput__Omgq9::-webkit-slider-runnable-track{background:0 0;border-radius:.5rem;height:.5rem}.AvatarSelectorDialog-module_responsiveDiv__yefVF{flex-direction:column;display:flex}@media (min-width:768px){.AvatarSelectorDialog-module_responsiveDiv__yefVF{max-width:360px}}.AvatarSelectorDialog-module_imageWrapper__HZ1tr{border-radius:10px;width:360px;height:360px;margin:auto}@media (max-width:768px){.AvatarSelectorDialog-module_imageWrapper__HZ1tr{width:75%;height:270px}}.AvatarSelectorDialog-module_flexCentered__xjetY{cursor:pointer;flex:1;width:100%;position:relative}.AvatarSelectorDialog-module_overlay__EsAAz{cursor:pointer;flex-direction:column;place-content:center;align-items:center;display:flex;position:absolute;inset:0 20px}.BannerSelectorDialog-module_styledDiv__H22uD{border-radius:10px;width:360px;height:360px;margin:auto}@media (max-width:768px){.BannerSelectorDialog-module_styledDiv__H22uD{width:75%;height:270px}}.BannerSelectorDialog-module_sliderInput__67lmU{appearance:none;cursor:pointer;background-color:#bfdbfe;border-radius:.5rem;width:100%;height:.5rem}.BannerSelectorDialog-module_sliderInput__67lmU:focus{outline:none}.BannerSelectorDialog-module_sliderInput__67lmU::-webkit-slider-thumb{appearance:none;cursor:pointer;background-color:#2563eb;border-radius:50%;width:1rem;height:1rem;margin-top:-.25rem}.BannerSelectorDialog-module_sliderInput__67lmU::-moz-range-thumb{cursor:pointer;background-color:#2563eb;border:none;border-radius:50%;width:1rem;height:1rem}.BannerSelectorDialog-module_sliderInput__67lmU::-ms-thumb{cursor:pointer;background-color:#2563eb;border:none;border-radius:50%;width:1rem;height:1rem}.BannerSelectorDialog-module_sliderInput__67lmU::-webkit-slider-runnable-track{background:0 0;border-radius:.5rem;height:.5rem}.BannerSelectorDialog-module_responsiveDiv__6jexI{flex-direction:column;display:flex}@media (min-width:768px){.BannerSelectorDialog-module_responsiveDiv__6jexI{max-width:360px}}.BannerSelectorDialog-module_bannerContainer__l7-nE{border-radius:5px;width:100%;height:100px;position:relative;overflow:hidden}.BannerSelectorDialog-module_penIconContainer__nnDzA{position:absolute;top:15px;right:15px}.BannerSelectorDialog-module_bannerImage__RNvuq{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.SignInDialog-module_transitionElement__mHpjn{max-height:0;padding:0;transition:max-height .3s ease-out,padding .3s ease-out;display:none;overflow:hidden}.SignInDialog-module_transitionElement__mHpjn.SignInDialog-module_visible__1rigj{display:block}.SignInDialog-module_logoImg__Ji3jT{width:auto;height:62px}.SignInDialog-module_loadingContainer__WtZR7{padding:24px;position:relative}.SignInDialog-module_contentWrapper__TmNE-{max-height:40vh;overflow:hidden auto}.SignInDialog-module_badgeText__4sSXL{color:var(--justweb3-primary-color);font-size:10px;font-weight:900;line-height:10px}.SignInDialog-module_inputFullWidth__09ABw{width:100%}.SignInDialog-module_inputStyle__KDLr3{text-transform:lowercase;border-radius:100px 0 0 100px}.SignInDialog-module_buttonStyle__bS-AW{border-radius:0 100px 100px 0;height:32px;font-weight:900}.MetadataCard-module_badge__3ut9a{padding:5px}.MetadataCard-module_flexRow__sG42s{flex-direction:row;justify-content:flex-start;align-items:center;gap:5px;display:flex}.MetadataCard-module_icon__TTtg4{text-align:center;width:15px;min-width:15px;height:15px;min-height:15px}.MetadataCard-module_flexColumn__-i8nD{flex-direction:column;justify-content:center;align-items:flex-start;gap:5px;display:flex}.MetadataCard-module_textOther__OpYau,.MetadataCard-module_textStyle__x7W9i{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:10px;font-weight:800;line-height:120%;font-family:var(--justweb3-font-family);margin:0;overflow:hidden}.MetadataCard-module_link__u9b0W{color:#000;text-underline-offset:1px;width:fit-content;max-width:100%;margin:0;font-size:10px;font-weight:800;line-height:100%;text-decoration:underline}.JustEnsCard-module_expandableCard__QSqq2{box-sizing:content-box;cursor:pointer;background-color:var(--justweb3-background-color);border:1px solid var(--justweb3-foreground-color-4);border-radius:20px;flex-direction:column;width:398px;height:193px;display:flex;position:relative;overflow:hidden}.JustEnsCard-module_expandableCard__QSqq2:hover{border:1px solid var(--justweb3-primary-color)}.JustEnsCard-module_descriptionText__bmbpr{color:var(--justweb3-foreground-color-2);text-align:right;opacity:.75;line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;max-width:180px;font-size:10px;font-style:normal;font-weight:400;line-height:normal;display:-webkit-box;overflow:hidden}.JustEnsCard-module_bannerImage__hHO-q{-o-object-fit:cover;object-fit:cover;width:100%;height:100px}.JustEnsCard-module_avatarContainer__D0fqo{padding:0 20px;position:absolute;top:50px}.JustEnsCard-module_expandableCardContent__Zy0nv{padding:35px 20px 20px}.JustEnsCard-module_titleText__7UvLq{color:var(--justweb3-primary-color);font-size:12px;font-weight:700}.JustEnsCard-module_expandabletitleText__LmkzX{color:var(--justweb3-foreground-color-2);font-size:16px;font-weight:700}.JustEnsCard-module_clickableItem__FM8JD{color:var(--justweb3-primary-color)}.JustEnsCard-module_socialIconsContainer__9dI2c{gap:5px;display:flex}.JustEnsCard-module_socialIcon__2UiF-{width:12px;height:12px}.MembersSection-module_container__OPRZF{flex-wrap:wrap;gap:10px;width:100%;max-width:100%;max-height:100%;display:flex;overflow:hidden scroll}.MembersSection-module_memberCard__PmniM{flex:1;width:100%;min-width:335px}.MembersSection-module_loadingContainer__syuoQ{justify-content:center;align-items:center;width:100%;height:100px;display:flex;position:relative}.ContentSection-module_container__Hjv8j{flex-direction:column;display:flex}@media (max-width:768px){.ContentSection-module_container__Hjv8j{padding-left:0}}.ContentSection-module_bannerImage__vh-KM{-o-object-fit:cover;object-fit:cover;border-radius:16px;width:100%;height:20vh}.ContentSection-module_bannerContainer__Fee40{aspect-ratio:7;width:100%;height:20vh;position:relative;overflow:hidden}@media (max-width:768px){.ContentSection-module_bannerContainer__Fee40{aspect-ratio:2;height:100px}.ContentSection-module_bannerImage__vh-KM{height:100px}}.ContentSection-module_sectionCard__wNGPg{border:1px solid var(--justweb3-foreground-color-4);border-radius:10px;flex-direction:column;gap:5px;padding:10px;display:flex}.ContentSection-module_sectionItemList__3p91U{grid-template-columns:repeat(12,minmax(0,1fr));align-items:center;gap:10px;display:grid;overflow-x:auto}@media (max-width:768px){.ContentSection-module_sectionItemList__3p91U{gap:10px}}@media (min-width:768px){.ContentSection-module_sectionItemList__3p91U{flex-direction:row;display:flex}}.ContentSection-module_sectionItem__uHJTy{flex-direction:row;align-items:center;gap:1.25rem;display:flex}@media (max-width:768px){.ContentSection-module_sectionItem__uHJTy{grid-column:span 6/span 6}}.ContentSection-module_communityBtn__sUP1-{cursor:pointer;background-color:var(--justweb3-primary-color);color:var(--justweb3-primary-color);font-size:8px;font-weight:600;font-family:var(--justweb3-font-family);text-transform:capitalize;border:none;border-radius:100px;flex-direction:row;align-items:center;gap:5px;width:fit-content;padding:3px 8px 3px 3px;line-height:150%;display:flex}@supports (color:color-mix(in lab,red,red)){.ContentSection-module_communityBtn__sUP1-{background-color:color-mix(in srgb,var(--justweb3-primary-color)20%,transparent)}}.ProfileDialog-module_formContainer__hixCY{transform-origin:0;flex-direction:column;justify-content:space-between;gap:10px;min-width:0;max-width:0;transition:all .3s ease-in-out;display:flex;overflow:hidden}.ProfileDialog-module_formContainerEditMode__FkdgS{flex:1;min-width:100%;max-width:100%}@media (max-width:768px){.ProfileDialog-module_minimize__zjbB5{display:none}}@media (min-width:768px){.ProfileDialog-module_formContainerEditMode__FkdgS{min-width:250px;max-width:250px}}.ProfileDialog-module_formInnerContainer__DRC0a{min-width:100%;max-width:100%;height:100%;position:absolute;inset:0}@media (min-width:768px){.ProfileDialog-module_formInnerContainer__DRC0a{min-width:230px;max-width:230px}}.ProfileDialog-module_contentSectionWrapper__Pn2Ml{flex:1;transition:all .3s linear;overflow-y:auto}.ProfileDialog-module_header__O8xvj{gap:5px;display:flex}.ProfileDialog-module_badgeText__m4TWj{color:var(--justweb3-primary-color);font-size:10px;font-weight:900;line-height:10px}.ProfileDialog-module_loadingContainer__ZoPR3{height:100%;padding:24px;position:relative}.ProfileDialog-module_form__MLi1R{flex-direction:column;justify-content:space-between;gap:10px;width:100%;height:100%;max-height:100%;display:flex}.ProfileDialog-module_errorMessage__zH6Vr{text-align:center;height:15px;font-size:10px;line-height:10px}.ProfileDialog-module_buttonContainer__0Q01r{height:49px;margin-top:auto}.ProfileDialog-module_iconButton__Qibd8{cursor:pointer}.JustWeb3Button-module_desktopSection__IdabI{display:none}.JustWeb3Button-module_mobileSection__sE0xu{display:block}@media (min-width:768px){.JustWeb3Button-module_desktopSection__IdabI{display:block}.JustWeb3Button-module_mobileSection__sE0xu{display:none}}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8d697b304b401681-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba015fad6dcf6784-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:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/569ce4b8f30dc480-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:Geist Fallback;src:local("Arial");ascent-override:95.94%;descent-override:28.16%;line-gap-override:0.00%;size-adjust:104.76%}.__className_5cfdac{font-family:Geist,Geist Fallback;font-style:normal}.__variable_5cfdac{--font-sans:"Geist","Geist Fallback"}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/9610d9e46709d722-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/747892c23ea88013-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:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/93f479601ee12b01-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:Geist Mono Fallback;src:local("Arial");ascent-override:74.67%;descent-override:21.92%;line-gap-override:0.00%;size-adjust:134.59%}.__className_9a8899{font-family:Geist Mono,Geist Mono Fallback;font-style:normal}.__variable_9a8899{--font-mono:"Geist Mono","Geist Mono Fallback"}