@-webkit-keyframes marching-ants{0%{background-position:0 0,0 100%,0 0,100% 0}to{background-position:20px 0,-20px 100%,0 -20px,100% 20px}}@keyframes marching-ants{0%{background-position:0 0,0 100%,0 0,100% 0}to{background-position:20px 0,-20px 100%,0 -20px,100% 20px}}:root{--rc-drag-handle-size:12px;--rc-drag-handle-mobile-size:24px;--rc-drag-handle-bg-colour:rgba(0,0,0,.2);--rc-drag-bar-size:6px;--rc-border-color:hsla(0,0%,100%,.7);--rc-focus-color:#08f}.ReactCrop{position:relative;display:inline-block;cursor:crosshair;max-width:100%}.ReactCrop *,.ReactCrop :after,.ReactCrop :before{-webkit-box-sizing:border-box;box-sizing:border-box}.ReactCrop--disabled,.ReactCrop--locked{cursor:inherit}.ReactCrop__child-wrapper{overflow:hidden;max-height:inherit}.ReactCrop__child-wrapper>img,.ReactCrop__child-wrapper>video{display:block;max-width:100%;max-height:inherit}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>img,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>video,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__crop-selection{-ms-touch-action:none;touch-action:none}.ReactCrop__crop-mask{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.ReactCrop__crop-selection{position:absolute;top:0;left:0;-webkit-transform:translateZ(0);transform:translateZ(0);cursor:move}.ReactCrop--disabled .ReactCrop__crop-selection{cursor:inherit}.ReactCrop--circular-crop .ReactCrop__crop-selection{border-radius:50%}.ReactCrop--circular-crop .ReactCrop__crop-selection:after{pointer-events:none;content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border:1px solid var(--rc-border-color);opacity:.3}.ReactCrop--no-animate .ReactCrop__crop-selection{outline:1px dashed #fff}.ReactCrop__crop-selection:not(.ReactCrop--no-animate .ReactCrop__crop-selection){-webkit-animation:marching-ants 1s;animation:marching-ants 1s;background-image:-webkit-gradient(linear,left top,right top,color-stop(50%,#fff),color-stop(50%,#444)),-webkit-gradient(linear,left top,right top,color-stop(50%,#fff),color-stop(50%,#444)),-webkit-gradient(linear,left top,left bottom,color-stop(50%,#fff),color-stop(50%,#444)),-webkit-gradient(linear,left top,left bottom,color-stop(50%,#fff),color-stop(50%,#444));background-image:linear-gradient(90deg,#fff 50%,#444 0),linear-gradient(90deg,#fff 50%,#444 0),linear-gradient(180deg,#fff 50%,#444 0),linear-gradient(180deg,#fff 50%,#444 0);background-size:10px 1px,10px 1px,1px 10px,1px 10px;background-position:0 0,0 100%,0 0,100% 0;background-repeat:repeat-x,repeat-x,repeat-y,repeat-y;color:#fff;-webkit-animation-play-state:running;animation-play-state:running;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.ReactCrop__crop-selection:focus{outline:2px solid var(--rc-focus-color);outline-offset:-1px}.ReactCrop--invisible-crop .ReactCrop__crop-mask,.ReactCrop--invisible-crop .ReactCrop__crop-selection{display:none}.ReactCrop__rule-of-thirds-hz:after,.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-vt:after,.ReactCrop__rule-of-thirds-vt:before{content:"";display:block;position:absolute;background-color:#fff6}.ReactCrop__rule-of-thirds-vt:after,.ReactCrop__rule-of-thirds-vt:before{width:1px;height:100%}.ReactCrop__rule-of-thirds-vt:before{left:33.3333333333%}.ReactCrop__rule-of-thirds-vt:after{left:66.6666666667%}.ReactCrop__rule-of-thirds-hz:after,.ReactCrop__rule-of-thirds-hz:before{width:100%;height:1px}.ReactCrop__rule-of-thirds-hz:before{top:33.3333333333%}.ReactCrop__rule-of-thirds-hz:after{top:66.6666666667%}.ReactCrop__drag-handle{position:absolute;width:var(--rc-drag-handle-size);height:var(--rc-drag-handle-size);background-color:var(--rc-drag-handle-bg-colour);border:1px solid var(--rc-border-color)}.ReactCrop__drag-handle:focus{background:var(--rc-focus-color)}.ReactCrop .ord-nw{left:0;cursor:nw-resize}.ReactCrop .ord-n,.ReactCrop .ord-nw{top:0;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.ReactCrop .ord-n{left:50%;cursor:n-resize}.ReactCrop .ord-ne{top:0;cursor:ne-resize}.ReactCrop .ord-e,.ReactCrop .ord-ne{right:0;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%)}.ReactCrop .ord-e{top:50%;cursor:e-resize}.ReactCrop .ord-se{bottom:0;right:0;-webkit-transform:translate(50%,50%);transform:translate(50%,50%);cursor:se-resize}.ReactCrop .ord-s{left:50%;cursor:s-resize}.ReactCrop .ord-s,.ReactCrop .ord-sw{bottom:0;-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%)}.ReactCrop .ord-sw{left:0;cursor:sw-resize}.ReactCrop .ord-w{top:50%;left:0;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);cursor:w-resize}.ReactCrop__disabled .ReactCrop__drag-handle{cursor:inherit}.ReactCrop__drag-bar{position:absolute}.ReactCrop__drag-bar.ord-n{top:0;left:0;width:100%;height:var(--rc-drag-bar-size);-webkit-transform:translateY(-50%);transform:translateY(-50%)}.ReactCrop__drag-bar.ord-e{right:0;top:0;width:var(--rc-drag-bar-size);height:100%;-webkit-transform:translate(50%);transform:translate(50%)}.ReactCrop__drag-bar.ord-s{bottom:0;left:0;width:100%;height:var(--rc-drag-bar-size);-webkit-transform:translateY(50%);transform:translateY(50%)}.ReactCrop__drag-bar.ord-w{top:0;left:0;width:var(--rc-drag-bar-size);height:100%;-webkit-transform:translate(-50%);transform:translate(-50%)}.ReactCrop--fixed-aspect .ReactCrop__drag-bar,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-e,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-n,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-s,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-w,.ReactCrop--new-crop .ReactCrop__drag-bar,.ReactCrop--new-crop .ReactCrop__drag-handle{display:none}@media (pointer:coarse){.ReactCrop .ord-e,.ReactCrop .ord-n,.ReactCrop .ord-s,.ReactCrop .ord-w{display:none}.ReactCrop__drag-handle{width:var(--rc-drag-handle-mobile-size);height:var(--rc-drag-handle-mobile-size)}}.ProfilePictureEditor_container__Ji151{padding:20px;background:var(--yellow);width:100%;height:100%;display:flex;flex-direction:column;overflow:hidden}.ProfilePictureEditor_header__hnPbk{display:flex;align-items:center;border-bottom:var(--border-solid)}.ProfilePictureEditor_header__hnPbk h2{font-size:16px;text-transform:uppercase}.ProfilePictureEditor_backButton__WUWfd{font-size:20px;background:none;border:none;cursor:pointer;padding:8px;margin-right:16px}.ProfilePictureEditor_collectionsContainer__1pItZ{display:flex;flex-direction:column;gap:32px;overflow-y:auto;padding:16px}.ProfilePictureEditor_collectionSection__yGq_J{display:flex;flex-direction:column;gap:12px}.ProfilePictureEditor_collectionTitle__W2iEp{font-size:16px;color:var(--black);text-transform:uppercase;padding:8px;background:var(--cream);border:var(--border-solid)}.ProfilePictureEditor_grid__bBJjy{display:grid;grid-template-columns:repeat(auto-fill,60px);gap:8px;padding:8px;background:var(--cream);border:var(--border-solid)}.ProfilePictureEditor_nftItem__KAq2T{cursor:pointer;border:var(--border-solid);background:#fff;width:60px;height:60px;position:relative;transition:transform .2s}.ProfilePictureEditor_nftItem__KAq2T:hover{transform:scale(1.05)}.ProfilePictureEditor_nftImage__eHd33{width:100%!important;height:100%!important;position:absolute!important;-o-object-fit:cover;object-fit:cover}.ProfilePictureEditor_nftName__4EUiV{font-size:12px;margin-top:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ProfilePictureEditor_uploadSection__2R3qd{margin-top:32px;text-align:center}.ProfilePictureEditor_uploadText__wuxEB{font-size:14px;color:var(--black);margin-bottom:16px}.ProfilePictureEditor_uploadButton__RRD9S{font-size:14px;border:var(--border-solid);background:var(--yellow);padding:8px 16px;cursor:pointer;display:inline-block}.ProfilePictureEditor_fileInput__zyem3{display:none}.ProfilePictureEditor_loading__OYPkm{font-size:14px;color:var(--black);text-align:center;padding:32px}.ProfilePictureEditor_confirmationOverlay__W7S7v{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center}.ProfilePictureEditor_confirmationDialog__Mvy6e{background:var(--cream);border:var(--border-solid);padding:24px;display:flex;flex-direction:column;align-items:center;gap:16px}.ProfilePictureEditor_confirmationButtons__Qldc4{display:flex;gap:12px}.ProfilePictureEditor_confirmationButtons__Qldc4 button{padding:8px 16px;border:var(--border-solid);cursor:pointer;background:var(--yellow)}.ProfilePictureEditor_confirmationButtons__Qldc4 button:hover{transform:translateY(-2px)}.ProfilePictureEditor_previewImage__ZSvfq{border:var(--border-solid);overflow:hidden;width:80px;height:80px;position:relative;background:#fff}.ProfilePictureEditor_errorState__VYRTH,.ProfilePictureEditor_loadingState__3w6wI{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;text-align:center;padding:2rem}.ProfilePictureEditor_errorState__VYRTH{color:#ef4444}.ProfilePictureEditor_closeButton__KXfun{margin-top:1rem;padding:.5rem 1rem;background-color:#4b5563;color:#fff;border:none;border-radius:.375rem;cursor:pointer}.ProfilePictureEditor_closeButton__KXfun:hover{background-color:#374151}.ProfilePictureEditor_cropContainer__ZWBV4{display:flex;flex-direction:column;align-items:center;gap:12px;padding:12px;max-height:500px;overflow:hidden}.ProfilePictureEditor_cropImage__5Sa_o{max-width:400px;max-height:300px;width:auto;height:auto;-o-object-fit:contain;object-fit:contain}.ProfilePictureEditor_cropContainer__ZWBV4>div{max-width:400px;max-height:300px}.ProfilePictureEditor_cropContainer__ZWBV4>div>div{border-radius:0;border:var(--border-solid)}.ProfilePictureEditor_cropActions__Hx7qg{display:flex;gap:12px;margin-top:12px}.ProfilePictureEditor_cancelButton__mmeOA{background:var(--cream)}.Tags_tags__ouOVq{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.Tags_tag__bo_0q{font-size:12px;border:var(--border-solid);background:var(--cream);color:var(--black);padding:4px 8px;box-shadow:var(--box-shadow-light);height:22px;min-width:40px;gap:4px}.Tags_removeTag__H_jGu,.Tags_tagWrapper__S2uAf,.Tags_tag__bo_0q{display:flex;align-items:center}.Tags_removeTag__H_jGu{font-size:12px;width:16px;height:16px;justify-content:center;border:none;background:none;cursor:pointer;padding:0;color:var(--black)}.Tags_removeTag__H_jGu:hover{color:var(--red)}.Tags_tagInput__cck9f{font-family:var(--font-mondwest)!important;font-size:14px;height:22px;padding:3px 8px;border:var(--border-solid);box-shadow:var(--box-shadow-light);background:var(--cream)!important;width:120px}.Tags_tagInput__cck9f:focus{outline:none;border-color:var(--black)}.Tags_maxTagsMessage__rwdav{font-size:12px;color:var(--red);padding:4px 8px}.Tags_inputWrapper__7ls9Z{position:relative;display:inline-flex;align-items:center}.Tags_bioTagsWrap__7ev4Z{display:flex;flex-direction:column;gap:8px;width:100%}.Tags_tagsContainer__eaxlb{display:flex;flex-direction:column;gap:3px}@media (min-width:768px){:not(.Tags_isEditing__wOpNI) .Tags_tags__ouOVq{flex-wrap:nowrap}.Tags_tag__bo_0q{width:auto;white-space:nowrap}}.BioInput_bioInputWrapper__bEjoG{position:relative;width:100%}.BioInput_bioInput__9sa5l{font-size:16px;width:100%;padding:3px 3px 12px;border:var(--border-solid);background:var(--cream-80);resize:none;min-height:60px;transition:background .2s ease}.BioInput_bioInput__9sa5l:focus{background:var(--cream);transition:background .2s ease}.BioInput_charCount__fgeE8{position:absolute;bottom:4px;right:4px;font-size:10px;color:var(--yellow);background:var(--black);pointer-events:none;transition:background-color .2s;padding:2px 4px}.BioInput_charCount__fgeE8.BioInput_maxed__613TM{background:red}.CollectorProfile_container__ENhRn{display:flex;flex-direction:column;height:100%;background:var(--cream);padding:9px;gap:12px;overflow:auto}.CollectorProfile_profileSection__SUUGE{display:flex;flex-direction:column;gap:18px;width:100%}.CreatorProfile_container__2B1LY{display:flex;flex-direction:column;height:100%;background:var(--cream);padding:9px;gap:12px;overflow-y:auto;overflow-x:hidden}.CreatorProfile_profileSection__iqfS4{display:flex;flex-direction:column;gap:9px;width:100%}.CreatorProfile_stickyHeader__55E_t{position:sticky;top:-9px;background:var(--cream);width:calc(100% + 18px);margin-left:-9px;margin-bottom:9px;border-bottom:1px solid var(--black);z-index:5;display:flex;flex-direction:column}.CreatorProfile_tabsContainer__EytPh{display:flex;gap:8px;padding:6px}.CreatorProfile_tabButton__GaPex{font-size:12px;border:var(--border-solid);padding:0 8px;height:24px;display:flex;align-items:center;background:var(--cream);cursor:pointer;transition:all .2s ease}.CreatorProfile_tabButton__GaPex:hover{background:var(--yellow)}.CreatorProfile_tabButton__GaPex:active{translate:0 1px}.CreatorProfile_activeTab__G_VOL{background:var(--yellow);box-shadow:var(--box-shadow-light);translate:-2px -2px}.CreatorProfile_activeTab__G_VOL:hover{background:var(--yellow);box-shadow:none;translate:0 0}.CreatorProfile_activeTab__G_VOL:active{background:var(--yellow);box-shadow:none;transform:translateY(1px)}.CreatorProfile_tabDivider__cUFTf{width:100%;height:1px;background:var(--black);margin:0}.CreatorProfile_tabContent__8LbQ_{display:flex;flex-direction:column;gap:12px}.CreatorProfile_achievementSection__SS6cE,.CreatorProfile_nftGallerySection__mPbnJ{width:100%}.CreatorProfile_nftGalleryDescription__yFdHD{font-size:14px;margin:0 0 16px;color:var(--black);line-height:1.4}.CreatorProfile_nftGrid__24pfR{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:16px;padding-right:16px}.MiniProfileCard_miniCardContainer__Ad8aA{position:absolute;top:-1px;left:0;right:0;height:auto;padding:3px;margin:0 3px 0 0;z-index:101;background-color:var(--cream);border-top:var(--border-solid)}.MiniProfileCard_miniCardContainer__Ad8aA:not(.MiniProfileCard_hidden__VIA57){animation:MiniProfileCard_slideDown__FpzJO .3s cubic-bezier(.4,0,.2,1)}.MiniProfileCard_miniCardContainer__Ad8aA.MiniProfileCard_hidden__VIA57{transform:translateY(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1)}.MiniProfileCard_miniCardPlaceholder__GcZ_p{height:60px;width:100%;visibility:visible;transition:height .3s cubic-bezier(.4,0,.2,1);opacity:1}.MiniProfileCard_miniCardPlaceholder__GcZ_p.MiniProfileCard_collapsed__ScHFJ{height:0;opacity:0}.MiniProfileCard_miniCard__6Yw_O{display:flex;position:relative;align-items:center;z-index:101;height:48px;gap:8px;padding:6px;background:var(--yellow);border:var(--border-solid);box-shadow:var(--box-shadow);width:100%}@keyframes MiniProfileCard_slideDown__FpzJO{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.MiniProfileCard_miniProfileImage__igCMH{width:32px;height:32px;border:var(--border-solid);background:var(--cream);position:relative;overflow:hidden}.MiniProfileCard_avatar__HDnKW{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.MiniProfileCard_miniInfo__a_Rez{display:flex;flex-direction:column}.MiniProfileCard_username__G1CrM{font-size:12px;color:var(--black)}.ImageLoader_logoContainer__iMU2_{display:flex;justify-content:center;align-items:center}.ImageLoader_logo__89_pA{animation:ImageLoader_blink__ZCaDV 1.5s ease-in-out infinite;width:20vw;height:20vw}@keyframes ImageLoader_blink__ZCaDV{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}@media (max-width:480px){.ImageLoader_logo__89_pA{width:30vw;height:30vw}}@media (min-width:481px) and (max-width:768px){.ImageLoader_logo__89_pA{width:25vw;height:25vw}}@media (min-width:769px) and (max-width:1200px){.ImageLoader_logo__89_pA{width:15vw;height:15vw}}@media (min-width:1200px){.ImageLoader_logo__89_pA{width:10vw;height:10vw}}.page_headerTitle__gxXq_{font-size:14px}.page_shareButton__TJrDf{padding:4px 12px;border:var(--border-solid);background:var(--yellow);cursor:pointer}.page_divider__MXBYi{display:flex;flex-direction:column;flex:1;margin:auto 0;gap:2px}.page_dividerLine__1Ykyk{background:var(--black);height:1px}.page_editButtons__86FAC{display:flex;gap:3px}.page_headerButton__agX4Z{padding:4px 12px;border:var(--border-solid);background:var(--yellow);cursor:pointer;display:flex;align-items:center;gap:6px}.page_headerButton__agX4Z:hover{background:var(--cream)}.page_headerButton__agX4Z svg{width:18px;height:18px}.page_buttonText__2N5AK{font-size:12px;text-transform:uppercase}.page_saveButton__1BUVy{background:var(--green)}.page_viewToggle__qXHQC{display:flex;gap:4px;width:-moz-fit-content;width:fit-content}.page_toggleButton__eYmIR{padding:4px 8px;background:var(--cream);border:var(--border-solid);cursor:pointer;height:24px;display:flex;align-items:center}.page_toggleButton__eYmIR.page_active__amq_i{background:var(--black);color:var(--yellow)}@media (max-width:500px){.page_editCancelText__JBMAl{display:none}}.page_hideAbove480__pxjlc{display:flex}@media (min-width:480px){.page_hideAbove480__pxjlc{display:none}}.Footer_footer__4m1fF{background-color:var(--cream);width:100%;height:auto;align-items:flex-end;padding:auto auto 2px;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-top:1px solid var(--black)}.Footer_footerContent__MEeaN,.Footer_footer__4m1fF{display:flex;position:relative;flex-direction:column}.Footer_footerContent__MEeaN{padding:0;bottom:0;width:95%;margin:0 auto}.Footer_footerLogo__3F86o{aspect-ratio:7.14;-o-object-fit:contain;object-fit:contain;width:215px;max-width:50%;margin:5px auto 0;display:none}.Footer_footerText__fR0ng{color:var(--black);text-align:center;font:8px/122.5% var(--font-family-primary);padding:0;margin:.5px auto}@media (min-height:675px){.Footer_footerText__fR0ng{font-size:9px}}@media (min-height:790px){.Footer_footerLogo__3F86o{display:flex}}@media (min-width:550px){.Footer_footerLogo__3F86o{display:flex;height:4dvw;max-height:100px}}@media (max-height:680px){.Footer_footerLogo__3F86o{display:none}}