/*! tailwindcss v4.0.15 | MIT License | https://tailwindcss.com */@layer theme{:host,:root{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-black:#000;--color-white:#fff;--spacing:.25rem;--text-xs:.75rem;--text-xs--line-height:calc(1/.75);--text-sm:.875rem;--text-sm--line-height:calc(1.25/.875);--text-lg:1.125rem;--text-lg--line-height:calc(1.75/1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75/1.25);--text-2xl:1.5rem;--text-2xl--line-height:calc(2/1.5);--font-weight-black:900;--radius-md:.375rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,::backdrop,:after,:before{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}:host,html{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}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;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}menu,ol,ul{list-style:none}audio,canvas,embed,iframe,img,object,svg,video{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,optgroup,select,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:color-mix(in oklab,currentColor 50%,transparent)}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:calc(var(--spacing)*0)}.z-10{z-index:10}.m-3{margin:calc(var(--spacing)*3)}.mt-2\.5{margin-top:calc(var(--spacing)*2.5)}.mt-5{margin-top:calc(var(--spacing)*5)}.mt-10{margin-top:calc(var(--spacing)*10)}.mb-2{margin-bottom:calc(var(--spacing)*2)}.mb-2\.5{margin-bottom:calc(var(--spacing)*2.5)}.mb-5{margin-bottom:calc(var(--spacing)*5)}.mb-8{margin-bottom:calc(var(--spacing)*8)}.flex{display:flex}.h-14{height:calc(var(--spacing)*14)}.h-16{height:calc(var(--spacing)*16)}.h-34{height:calc(var(--spacing)*34)}.min-h-screen{min-height:100vh}.w-12{width:calc(var(--spacing)*12)}.w-48{width:calc(var(--spacing)*48)}.w-50{width:calc(var(--spacing)*50)}.w-\[325px\]{width:325px}.w-full{width:100%}.max-w-\[300px\]{max-width:300px}.max-w-\[400px\]{max-width:400px}.flex-grow{flex-grow:1}.transform{transform:var(--tw-rotate-x)var(--tw-rotate-y)var(--tw-rotate-z)var(--tw-skew-x)var(--tw-skew-y)}.cursor-pointer{cursor:pointer}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-4{gap:calc(var(--spacing)*4)}:where(.space-x-2>:not(:last-child)){--tw-space-x-reverse:0;margin-inline-start:calc(calc(var(--spacing)*2)*var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--spacing)*2)*calc(1 - var(--tw-space-x-reverse)))}.overflow-hidden{overflow:hidden}.rounded-\[30px\]{border-radius:30px}.rounded-\[40px\]{border-radius:40px}.rounded-md{border-radius:var(--radius-md)}.border{border-style:var(--tw-border-style);border-width:1px}.border-solid{--tw-border-style:solid;border-style:solid}.bg-black{background-color:var(--color-black)}.bg-transparent{background-color:#0000}.object-contain{object-fit:contain}.p-2{padding:calc(var(--spacing)*2)}.p-5{padding:calc(var(--spacing)*5)}.py-4{padding-block:calc(var(--spacing)*4)}.pl-2\.5{padding-left:calc(var(--spacing)*2.5)}.text-center{text-align:center}.font-\[\'Satoshi\'\]{font-family:Satoshi}.font-\[\'Satoshi-Black\'\]{font-family:Satoshi-Black}.font-\[\'Satoshi-Bold\'\]{font-family:Satoshi-Bold}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.font-black{--tw-font-weight:var(--font-weight-black);font-weight:var(--font-weight-black)}.text-ellipsis{text-overflow:ellipsis}.whitespace-nowrap{white-space:nowrap}.text-\[\#FF0000\]{color:red}.text-black{color:var(--color-black)}.text-white{color:var(--color-white)}.underline{text-decoration-line:underline}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.opacity-0{opacity:0}.filter{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,)}.outline-none{--tw-outline-style:none;outline-style:none}@media (width>=40rem){.sm\:text-left{text-align:left}}.text-balance{text-wrap:balance}}:root{--foreground-rgb:0,0,0;--background-start-rgb:214,219,220;--background-end-rgb:255,255,255}@media (prefers-color-scheme:dark){:root{--foreground-rgb:255,255,255;--background-start-rgb:0,0,0;--background-end-rgb:0,0,0}}body{color:rgb(var(--foreground-rgb));background:linear-gradient(to bottom,transparent,rgb(var(--background-end-rgb)))rgb(var(--background-start-rgb))}@font-face{font-family:AnonPro;src:url(/assets/fonts/AnonymousPro-Bold.ttf)format("truetype")}@font-face{font-family:Poppins;src:url(/assets/fonts/Poppins-Bold.ttf)format("truetype")}@font-face{font-family:Satoshi-Black;src:url(/assets/fonts/Poppins-Regular.ttf)format("truetype")}@font-face{font-family:Poppins-Medium;src:url(/assets/fonts/Poppins-Medium.ttf)format("truetype")}@font-face{font-family:Poppins-Black;src:url(/assets/fonts/Poppins-Black.ttf)format("truetype")}@font-face{font-family:Satoshi;src:url(/assets/fonts/Satoshi-Regular.ttf)format("truetype")}@font-face{font-family:Satoshi;src:url(/assets/fonts/Satoshi-Bold.ttf)format("truetype")}@font-face{font-family:Satoshi;src:url(/assets/fonts/Satoshi-Medium.ttf)format("truetype")}@font-face{font-family:Satoshi-Black;src:url(/assets/fonts/Satoshi-Black.ttf)format("truetype")}body,html{-ms-overflow-style:none;scrollbar-width:none;overflow-y:inherit;background-color:#000;margin:0;padding:0}:root{--primary-color:#000;--text-color:#fff;--panel-background:#000;--border-color:#fff;--border-color-opacity:#fff3}::-webkit-scrollbar{display:none}*{box-sizing:border-box}::placeholder{color:#313541;opacity:1}h1{color:#fff;font-family:Satoshi-Black;font-size:1.2rem;font-weight:700}a,body,button,h2,p{color:var(--text-color);font-weight:400}a,body,button,h2,p,span{font-family:Satoshi-Black,sans-serif}span{font-weight:500}@keyframes customEnterModalAnimation{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes customLeaveModalAnimation{0%{transform:translateY(0)}to{transform:translateY(100%)}}.login-container{color:#fff;background-color:#000;flex-direction:column;justify-content:space-between;height:100vh;padding:0;display:flex}.footer-copy{color:#313541;width:100%;font-family:Satoshi-Black,sans-serif;font-size:.8rem}.container{align-self:center;width:100vw}.container,.mfa-container{color:#fff;background-color:#000;flex-direction:column;justify-content:center;align-items:center;height:100vh;padding:0;display:flex}@keyframes enhancedBreath{0%,to{opacity:.2;transform:scale(.9)}50%{opacity:1;transform:scale(1.3)}}.claim-btn{width:100px;height:40px;padding:10px;font-family:Poppins,sans-serif;font-size:12px}.claims{border-radius:20px;flex-wrap:wrap;justify-content:flex-start;align-items:center;width:375px;margin:0 auto;display:flex}.token-img{width:50px;height:50px}.claim-title{font-size:"1.675rem";color:#02ff40;white-space:nowrap;text-overflow:ellipsis;width:100%;font-family:Satoshi-Black;overflow:hidden}.with-divider:after{content:"";background:linear-gradient(90deg,#0000,#282525cc,#0000);height:1px;position:absolute;bottom:0;left:0;right:0}.footer-bar{z-index:1500;background-color:#000;border-top-left-radius:20px;border-top-right-radius:20px;justify-content:space-between;align-items:center;width:100%;max-width:400px;height:auto;margin:0;padding-top:10px;padding-bottom:10px;position:fixed;bottom:0}.payment-options{flex-direction:row;gap:20px;display:flex}.payment-icon-option{color:#fff;cursor:pointer;flex-direction:row;align-items:center;font-family:Satoshi-Black;font-size:1em;display:flex}.payment-icon-option.selected{background-color:#000;border:2px solid #02ff40;border-radius:10px;justify-content:center;align-items:center;padding:2px;display:flex;position:relative}.payment-option{color:#fff;cursor:pointer;flex-direction:row;align-items:center;padding:20px;font-family:Satoshi-Black;font-size:1em;display:flex}.payment-option.selected{background-color:#ffffff14;position:relative}.archive-payment-option.selected:after{content:"";color:#fff;background-image:url(/check.png);background-position:50%;background-repeat:no-repeat;background-size:cover;width:20px;height:20px;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.pre-order-check{margin-right:20px}.button-container,.pay-button-container{flex-direction:column;display:flex}.button-container{background:linear-gradient(#0000,#000);align-items:center;margin-top:12px;margin-bottom:12px}.default-button-container{flex-direction:column;margin-top:10px;display:flex}.footer-text-view{border:1px solid #02ff40;border-radius:100px;max-width:300px;margin-top:12px;margin-bottom:12px}.footer-text-view,.preorder-text-view{white-space:nowrap;text-overflow:ellipsis;text-align:center;cursor:pointer;background-color:#000000e6;flex:1;justify-content:center;align-items:center;gap:5px;width:100%;padding-left:20px;padding-right:20px;display:flex;overflow:hidden}.preorder-text-view{border:none}.pre-order-badge{width:108px;height:36px;margin-left:10px}.footer-count-text{color:#fff;margin-top:10px;font-family:Satoshi;font-size:14px}.footer-count-text,.footer-text-underline{text-align:center;margin-right:5px;font-weight:700}.footer-text-underline{color:#02ff40;font-family:Poppins;font-size:16px;text-decoration:underline}.add-cards-footer-text{color:#fff;margin:0}.add-cards-footer-text,.footer-text{text-align:center;font-family:Satoshi-Black;font-size:16px;font-weight:700}.footer-text{color:#02ff40;margin-right:5px;padding:15px}.share-footer-text{color:#02ff40;text-align:center;margin-right:5px;font-family:Satoshi-Black;font-size:14px;font-weight:700}.footer-container{text-overflow:ellipsis;background-color:#000000e6;flex-direction:row;flex:1;justify-content:center;align-items:center;width:100%;margin-top:10px;display:flex;overflow:hidden}.footer-container,.footer-subtext{white-space:nowrap;text-align:center}.footer-subtext{color:#6e7484;font-family:Satoshi-Black;font-size:15px!important}.footer-text-logo{color:#02ff40;text-align:center;margin-top:10px;font-family:Satoshi-Black;font-size:.8em;font-weight:400}.avatar-container-footer{display:inline-block;position:relative}.rank-footer{color:var(--bags_green,#02ff40);text-align:center;-webkit-text-stroke-width:2;-webkit-text-stroke-color:#000;background-color:#000000e6;border-radius:4px;padding:2px 4px;font-family:Poppins;font-size:14px;font-style:normal;font-weight:900;line-height:normal;position:absolute;bottom:-10px;left:40%;transform:translate(-50%)}.close-user-stats{width:100%;margin-bottom:14px;padding-left:10px;padding-right:10px}.centered-button,.centered-button-stats,.close-user-stats{justify-content:center;align-items:center;display:flex}.centered-button-stats{width:100%;padding-left:10px;padding-right:10px}.pay-user-stats{padding-left:20px;padding-right:20px}.pay-user-stats,.user-stats{justify-content:space-between;align-items:center;width:100%;display:flex}.user-stats{max-width:375px;margin-top:14px;margin-bottom:14px;padding-left:10px;padding-right:10px}.user-stats.centered{flex-direction:column;justify-content:center;align-items:center}.next-footer-bar{max-width:100%;bottom:30px;left:0;right:0}.next-footer-bar,.next-footer-bar2{z-index:1000;border-top-left-radius:20px;border-top-right-radius:20px;justify-content:space-between;align-items:center;width:100%;height:auto;margin:0;position:fixed}.next-footer-bar2{background:#000 linear-gradient(#191b21,#000);max-width:555px;bottom:0;left:50%;transform:translate(-50%)}.add-cards-text-view{white-space:nowrap;text-overflow:ellipsis;text-align:center;cursor:pointer;background-color:#0000;border:none;border-radius:100px;flex:1;justify-content:center;align-items:center;gap:5px;width:343px;max-width:343px;height:40px;margin-top:12px;margin-bottom:22px;padding:10px 20px;display:flex;overflow:hidden}@media (width<=768px){.logo{width:auto;max-height:40px}.footer-bar{z-index:1500;background:#000 linear-gradient(#191b21,#000)}.footer-bar,.next-footer-bar{border-top-left-radius:20px;border-top-right-radius:20px;justify-content:space-between;align-items:center;width:100%;max-width:100%;height:auto;margin:0;position:fixed;bottom:0;left:0;right:0}.next-footer-bar{z-index:1000}.footer-text-view{cursor:pointer;flex-direction:row;flex:1;justify-content:center;align-items:center;display:flex}.payment-options{gap:20px}.payment-options,.payment-toggle-options{flex-direction:row;width:50px;display:flex}.pay-user-stats{justify-content:space-between;align-items:center;width:100%;display:flex}.pay-user-stats.centered{flex-direction:column;justify-content:center;align-items:center}.user-stats{justify-content:space-between;align-items:center;width:100%;margin-top:10px;margin-bottom:14px;display:flex}.user-stats.centered{flex-direction:column}.preorder-text-view,.user-stats.centered{justify-content:center;align-items:center}.preorder-text-view{background-color:#000000e6;width:100%;padding-left:20px;padding-right:20px}.add-cards-text-view,.preorder-text-view{white-space:nowrap;text-overflow:ellipsis;text-align:center;cursor:pointer;border:none;flex:1;gap:5px;display:flex;overflow:hidden}.add-cards-text-view{background-color:#0000;border-radius:100px;justify-content:center;align-items:center;width:343px;max-width:343px;height:40px;margin-top:12px;margin-bottom:22px;padding:10px 20px}.footer-subtext{font-size:15px!important}}.navbar{background-color:#000;justify-content:center;align-items:center;width:100%;margin:0;padding:20px 50px;display:flex;position:static}.logo{width:auto;max-height:30px;margin:0}.logo-container{flex-direction:column}.logo-container,.total-memberships{justify-content:center;align-items:center;display:flex}.total-memberships{color:#6e7484;gap:5px;margin-top:10px;font-size:14px}.claimed-icon{color:#6e7484;object-fit:contain;width:16px;height:12px}.nav-item{flex:1}@media (width<=768px){.logo{width:auto;max-height:30px}}.coming-soon{margin-top:30px}.logo-header{justify-content:center;align-items:center;width:100%;padding:20px 0;display:flex}.logo{width:120px}.title-text{color:#000;-webkit-text-stroke-width:1px;-webkit-text-stroke-color:#0f0;text-shadow:0 0 8px #0f0c;z-index:2;font-family:Satoshi-Black;font-size:12px;position:relative}.membership-swiper .swiper-slide-content{justify-content:center;align-items:center;display:flex}.membership-swiper .swiper-pagination-bullet{opacity:1;background:#313541;border-radius:50%;width:10px;height:10px}.membership-swiper .swiper-pagination-bullet-active{background:#eaecf2}.countdown-timer,.member-number{-webkit-text-stroke-width:1px;-webkit-text-stroke-color:#02ff40;text-shadow:0 0 8px #0f0c;font-size:30px}.countdown-timer,.member-number,.share-count{color:#000;z-index:2;font-family:Satoshi-Black;position:relative}.share-count{-webkit-text-stroke-width:1.3px;-webkit-text-stroke-color:#02ff40;text-shadow:0 0 3px #0f0c;margin-top:20px;margin-bottom:20px;font-size:40px}.member-supscript{font-family:Poppins-Black;font-size:18px}.bags-secured{color:#fff;z-index:2;font-family:Satoshi-Black;font-size:12px}.bags-secured-view,.member-number-view{justify-content:center;align-items:center;display:flex}.bags-secured-view{gap:10px}.super_member_card_number{margin-right:2px;font-size:12px;line-height:2}.member_card_number{flex-direction:row;justify-content:center;align-items:center;font-size:30px;display:flex}.member_card_number,.welcome-number{color:#000;-webkit-text-stroke-width:1px;-webkit-text-stroke-color:#02ff40;text-shadow:0 0 8px #0f0c;z-index:2;font-family:Satoshi-Black;position:relative}.welcome-number{font-size:55px}.countdown-container{flex-direction:column;justify-content:center;align-items:center;display:flex}.matrix-header{text-align:center;background-position:50%;background-size:cover;justify-content:center;display:flex;position:relative}.matrix-grid{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.drops-container{flex-direction:column;flex:none;justify-content:center;align-self:center;align-items:center;width:100%;margin-top:10px;margin-bottom:20px;display:flex;position:relative;overflow:hidden}.toast-container{z-index:1500!important}.member-drops-container2{height:100%;position:fixed;top:45%;left:50%;transform:translate(-50%,-50%)}.member-drops-container,.member-drops-container2{flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}.member-drops-container{flex:none;align-self:center;margin-top:15px;margin-bottom:50px;position:relative;overflow:hidden}.drops-image{object-fit:contain;flex-direction:column;justify-content:center;align-self:center;align-items:center;width:170px;height:170px;display:flex}.header-content{z-index:2;max-width:330px;margin-bottom:15px;padding-top:15px;padding-left:30px;padding-right:30px;position:relative}.share-my-bags-btn{color:#000;cursor:pointer;background-color:#02ff40;border:none;border-radius:12px;margin-top:20px;padding:15px 30px;font-size:1.2rem}.loading{text-align:center;height:100vh}.content{flex-direction:column;flex-grow:1;justify-content:center;align-items:center;gap:50px;display:flex}.bags-logo{margin-bottom:0}.logo{width:50px;height:auto;margin-bottom:20px}.x-logo{width:30px;height:30px;margin-left:8px}.twitter-button{cursor:pointer;text-align:center;color:#000;background:#02ff40;border:none;border-radius:12px;justify-content:center;align-items:center;width:280px;padding:20px;font-family:Helvetica,sans-serif;font-size:1.2rem;display:flex}.disclaimer{text-align:center;margin-top:20px;margin-bottom:20px;font-family:Satoshi-Black;font-size:.8rem}.terms-container{max-width:800px;height:calc(100vh - 60px);margin:0 auto;padding:20px;overflow-y:auto}.footer,.terms-container h1,.terms-container h2,.terms-container p{color:#313541;font-family:Satoshi-Black}.footer{text-align:center;flex-direction:column;padding:0 10px}.footer,.footer-links{justify-content:center;display:flex}.footer-links{flex-flow:wrap;align-items:center}.footer-links a{color:#313541;margin:5px;font-family:Satoshi-Black,sans-serif;font-size:.8rem;text-decoration:none}@media (width<=768px){.drops-container{flex-direction:column;flex:none;width:100%;margin-top:10px;margin-bottom:20px;position:relative;overflow:hidden}.drops-container,.drops-image{justify-content:center;align-self:center;align-items:center;display:flex}.drops-image{object-fit:contain;flex-direction:column}.twitter-button{width:calc(100% - 40px);margin-left:10px;margin-right:10px;padding:18px 20px;font-size:1.1rem;position:fixed;bottom:30px}}.loader-container{flex-direction:column;justify-content:center;align-items:stretch;height:100vh;display:flex}.loading-bar-container{background-color:#191b21;border-radius:15px;width:90%;height:30px;margin:20px auto;overflow:hidden}.loading-bar{background-color:#02ff40;height:100%}.percentage-counter{color:#02ff40;text-align:center;margin-top:50px;font-size:24px}.bags-loader{justify-content:center;align-items:center;display:flex}.bags-loader img{width:80px;animation:enhancedBreath 2.5s cubic-bezier(.68,-.55,.27,1.55) infinite}.membership-swiper{max-width:350px}@media (width>=1024px){.loading-bar-container{max-width:350px}.hide-on-desktop{display:none}}.otp-input{text-align:center;border:1px solid var(--grey_dark,#313541);background:var(--black,#000);color:#02ff40;border-radius:30px;outline:none;width:45px;height:55px;font-size:24px;transition:border-color .3s}.otp-input:focus{border-color:#02ff40}@media (width<=600px){.otp-input{border:1px solid var(--grey_dark,#313541);background:var(--black,#000);color:#02ff40;border-radius:30px;width:45px;height:55px;font-size:20px}}.otp-container{align-items:center;gap:10px}.leaderboard,.otp-container{justify-content:center;display:flex}.leaderboard{border-radius:20px;flex-wrap:wrap;max-width:375px;margin:0 auto}.leaderboard-header{text-align:center;gap:30px;width:100%;margin-top:30px;margin-bottom:20px}.member-leaderboard-header{text-align:center;gap:30px;width:100%;margin:20px 10px}.leaderboard-title{color:#02ff40;white-space:nowrap;text-overflow:ellipsis;width:100%;font-family:Satoshi-Black;font-size:16px;overflow:hidden}.leaderboard-subtext{text-align:center;color:#3f4454;margin-top:10px;font-size:16px;font-weight:400}.member-leaderboard-subtext{text-align:center;color:#6e7484;margin-left:10px;margin-right:10px;font-size:15px;font-weight:400}.leaderboard-cta{flex-direction:column;align-items:center;gap:10px;margin-top:20px;display:flex}.leaderboard-cta-appstore{color:#fff;background-color:#02ff40;border-radius:8px;align-items:center;gap:10px;padding:12px 20px;font-size:16px;font-weight:600;text-decoration:none;display:flex}.leaderboard-cta-appstore.disabled{color:#b0b0b0;pointer-events:none;background-color:#02ff4066}.lock-icon{width:16px;height:16px}.leaderboard-card{color:#fff;border-radius:10px;justify-content:space-between;align-items:center;width:100%;padding:20px;display:flex;position:relative}.leaderboard-avatar{border-radius:50%;width:40px;height:40px;margin-right:10px}.leaderboard-details{flex-direction:row;flex:1;align-items:center;display:flex}.leaderboard-username{margin-bottom:0;margin-right:15px;font-family:Satoshi-Black;font-size:16px;font-weight:400}.leaderboard-stats{flex:0;align-items:center;gap:10px;display:flex}.member-view-count{color:#02ff40;margin-right:20px}.member-view-count,.view-count{align-items:center;font-size:16px;display:flex}.view-count{color:#fff}.like-count img,.view-count img{width:22px;height:12px;margin-right:3px}.member-view-icon{width:100px;height:10px}.view-icon{width:22px}.twitter-link-icon,.view-icon{object-fit:contain;height:12px}.twitter-link-icon{width:12px}.divider{width:90%;left:5%}.divider,.leaderboard-card.with-divider:after{background:linear-gradient(90deg,#0000,#282525cc,#0000);height:1px;position:absolute;bottom:0}.leaderboard-card.with-divider:after{content:"";left:0;right:0}.logout{color:red;font-size:16px;font-weight:400}.avatar-container{display:inline-block;position:relative}.rank{color:#02ff40;text-align:center;background-color:#000000e6;border-radius:4px;padding:2px 4px;font-family:Satoshi-Black;font-size:10px;position:absolute;bottom:0;left:40%;transform:translate(-50%)}.dashboard__container{background-color:var(--primary-color);overflow-y:auto}.dashboard__container,.dashboard__content{flex-direction:column;align-items:center;display:flex}.dashboard__content{justify-content:center;padding:50px 0}.member__profile,.profile{flex-direction:column;align-items:center;display:flex}.member__profile{justify-content:center;height:100%}.profile{font-family:Poppins;font-size:1em;font-weight:800}.fm-badge{margin-left:5px}.coin-badge,.fm-badge{color:#02ff40;z-index:2;font-family:Satoshi-Black;font-size:.8em;font-weight:800;position:absolute}.coin-badge{border-radius:40px}.member-id{color:#000;-webkit-text-stroke-width:1px;-webkit-text-stroke-color:#02ff40;text-shadow:0 0 8px #0f0c;z-index:2;margin:0;font-family:Satoshi-Black;font-size:12px;position:relative}.profile-rank{bottom:-3px}.leaderboard-rank,.profile-rank{color:#02ff40;text-align:center;z-index:3;background-color:#000000e6;border-radius:4px;font-family:Satoshi-Black;font-size:12px;position:absolute;left:50%;transform:translate(-50%)}.leaderboard-rank{padding:2px 4px;bottom:-10px}.profile-picture-container{flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative}.fm-badge-container{margin-bottom:10px;position:absolute;bottom:-15px}.fm-badge-container,.profile-stats{justify-content:center;width:100%;display:flex}.profile-stats{gap:20px}.profile-link{color:#fff;cursor:pointer;background-color:#00000080;border-radius:50px;align-items:center;padding:2px 20px;font-size:12px;display:flex}.profile-link-text{color:#fff}.profile-link img{width:12px;margin-right:5px}.stat-item-top{color:#02ff40;flex-direction:row;flex:1}.stat-item,.stat-item-top{justify-content:center;align-items:center;gap:5px;font-family:Satoshi;display:flex}.stat-item{flex-direction:column;flex:1}.stat-item p{color:#6e7484;margin:0;font-family:Satoshi}.stat-item div{flex-direction:row;justify-content:center;align-items:center;display:flex}.stat-item-title{color:"#02ff40";margin-top:5px;font-family:Satoshi;font-size:14px}.member-since-text{color:"#02ff40";margin:0;font-size:14px}.member-stat-item-title{color:#02ff40;font-size:14px}.profile-link p{color:#fff;font-family:Satoshi-Black}.stat-item img{opacity:1;width:14px;height:12px}.member-picture{width:42.5px;height:42.5px}.member-picture,.profile-picture{z-index:2;border-radius:50%;position:absolute;left:50%;transform:translate(-50%)}.profile-picture{width:55px;height:55px;bottom:-14px}.footer_price{color:#fff;margin-left:5px;font-family:Satoshi-Black;font-size:16px}.footer_app_price{color:#6e7484;text-align:right;margin-right:5px;font-family:Satoshi-Black;font-size:12px}.member_footer_invites{text-align:center;color:#fff;font-size:16px}.member_footer_discount{text-align:center;color:#02ff40;font-size:16px}.footer_invites{text-align:center;color:#fff;font-size:12px}.footer_discount{font-size:12px}.footer-ID,.footer_discount{text-align:center;color:#02ff40}.footer-ID{font-family:Satoshi-Black;font-size:15px}.footer_countdown{color:#02ff40;margin-left:10px}.footer_countdown,.payment-modal-name{font-family:Satoshi-Black;font-size:12px}.payment-modal-name{color:#fff}.payment-modal-name,.profile-name{text-align:center;border-radius:20px;flex-direction:column;justify-content:center;align-self:center;align-items:center;gap:5px;display:flex;position:relative}.profile-name{color:#6e7484;margin-bottom:10px;font-family:Satoshi-Black;font-size:12px}.profile_username{text-align:center;color:#fff;justify-content:center;align-self:center;align-items:center;gap:5px;margin:5px;font-family:Poppins;font-size:20px;display:flex;position:relative}.leaderboard-card-container{width:100%;height:200px}.leaderboard-card-view{background-color:#17191e;border-radius:20px;justify-content:space-between;align-self:center;align-items:center;width:300px;height:80px;padding:10px 20px;overflow:hidden}.leaderboard-card-view,.leaderboard-rank-view{flex-direction:row;display:flex;position:relative}.leaderboard-rank-view{text-align:center;color:#6e7484;z-index:2;margin-top:10px;font-size:12px}.leaderboard-img{z-index:2;border-radius:50%;width:44px;height:44px;position:relative}.leaderboard-text{text-align:center;color:#6e7484;z-index:2;font-family:Satoshi-Black;font-size:12px;position:relative}.claimed-view{border-radius:20px;flex-direction:row;justify-content:space-between;align-self:center;align-items:center;display:flex;position:relative;overflow:hidden}.members-icon{z-index:2;width:12px;height:12px;margin-right:5px;position:relative}.claimed-text{text-align:center;color:#6e7484;z-index:2;font-family:Satoshi-Black;font-size:14px;position:relative}.member_username{margin-bottom:9.27px;font-size:15px}.member_title,.member_username{text-align:center;color:#fff;z-index:2;font-family:Poppins;position:relative}.member_title{margin:0;padding-bottom:15px;font-size:20px}.leaderboard-user{color:#fff;z-index:2;margin-left:10px;font-family:Poppins;font-size:20px;position:relative}.leaderboard-rank-increase{color:#000;-webkit-text-stroke-width:1px;-webkit-text-stroke-color:#0f0;text-shadow:0 0 8px #0f0c;font-size:12px}.leaderboard-rank-increase,.member_subtitle{z-index:2;font-family:Satoshi-Black;position:relative}.member_subtitle{text-align:center;color:#6e7484;margin:0;font-size:16px}.member-profile-name{color:#fff}.center-div{flex-direction:column;justify-content:center;align-items:center;display:flex}.member-card{width:300px;height:200px}.drops-card,.member-card{border-radius:20px;flex-direction:column;justify-content:center;align-self:center;align-items:center;display:flex;position:relative;overflow:hidden}.drops-card{z-index:2;width:335px;height:225px}.profile-card{border-radius:20px;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:350px;padding-left:10px;padding-right:10px;display:flex;position:relative;overflow:hidden}.member-background-container{width:170px;height:170px}.background-container,.member-background-container{z-index:-1;background-position:50%;background-size:cover;border-radius:20px;position:absolute;top:0;left:0}.background-container{width:100%;height:100%}.member-card-overlay{z-index:1;border-radius:20px;position:absolute}.profile-card-overlay{border-radius:20px;position:absolute;inset:0}.member-background-image{filter:blur(10px)brightness(.1)}.background-image,.member-background-image{z-index:0;background-position:50%;background-size:cover;border-radius:20px;width:100%;height:100%;position:absolute;top:0;left:0}.profile-card-overlay{z-index:1}.member-picture,.profile-link,.profile-name,.profile-picture,.profile-stats{z-index:2;position:relative}.spinner{border:8px solid #ffffff4d;border-top-color:#02ff40;border-radius:50%;width:50px;height:50px}.spinner,.walletSpinner{animation:spin 1s linear infinite}.walletSpinner{border:4px solid #02ff415d;border-top-color:#02ff40;border-radius:100%;width:25px;height:25px}.walletSpinnerWrapper{background-color:#02ff410b;border:2px solid #02ff4006;border-radius:100%;justify-content:center;align-items:center;width:45px;height:45px;padding:8px;display:flex}@keyframes spin{to{transform:rotate(1turn)}}.walletDisplayUnderProfile{color:#6e7484;padding-left:.35rem;text-decoration:none!important}.walletDisplayLink{cursor:pointer;text-decoration:none!important}.walletDisplayIconDiv{margin-top:15px}.loading{flex-direction:column;justify-content:center;align-items:center;gap:15px;display:flex}@media (width<=768px){.profile-stats{width:80%}.member-card{border-radius:20px;flex-direction:column;justify-content:center;align-self:center;align-items:center;width:247px;height:170px;display:flex;position:relative;overflow:hidden}}.chat-background{text-align:center;color:#fff;z-index:1;justify-content:center;align-items:center;width:375px;height:667px;padding:20px;display:flex;position:relative}.chat-background:before{content:"";opacity:.4;z-index:-1;background-image:url(/assets/images/chat_bg.png);background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}.chat-name-badge{background:linear-gradient(#019926,#02ff40 85%,#3eff6d)}.pfp-blur-background{background:linear-gradient(#00000080,#00000080)}.token-list{color:#fff;background-color:#000;padding:16px}.token-list-title{margin-bottom:16px;font-size:18px;font-weight:600}.token-list-items{margin:0;padding:0;list-style-type:none}.token-list-item{border-bottom:1px solid #ffffff1a;align-items:center;padding:12px 0;display:flex}.token-icon-container{margin-right:12px}.token-icon{object-fit:cover;border-radius:50%;width:30px;height:30px}.token-info{flex-direction:column;flex-grow:1;display:flex}.token-symbol{font-family:Satoshi;font-size:16px;font-weight:500}.token-name{color:#888;font-family:Satoshi;font-size:14px}.token-action{margin-left:auto}.token-action-icon{width:20px;height:20px}.buy-button{color:#02ff40;cursor:pointer;background-color:#00330d;border:none;border-radius:20px;padding:10px 15px;font-family:Satoshi-Black;font-size:10px;font-weight:700;transition:background-color .3s}.buy-button:hover{background-color:#00e63a3c}.profile-buttons{z-index:3;justify-content:center;gap:10px;margin-top:10px;margin-bottom:15px;display:flex}.copy-link-button,.subscribe-button{cursor:pointer;border-radius:15px;align-items:center;padding:5px 20px;font-size:12px;font-weight:700;transition:background-color .3s;display:flex}.subscribe-button{color:#000;background-color:#02ff40;border:none;font-family:Satoshi-Black}.subscribe-button:hover{background-color:#00e639}.copy-link-button{color:#fff;background-color:#131517;border:none;border-radius:15px;padding:10px 30px;font-family:Satoshi-Black}.copy-link-button:hover{background-color:#2a2a2acc}.copy-link-button img,.subscribe-button img{margin-right:4px}@property --tw-rotate-x{syntax:"*";inherits:false;initial-value:rotateX(0)}@property --tw-rotate-y{syntax:"*";inherits:false;initial-value:rotateY(0)}@property --tw-rotate-z{syntax:"*";inherits:false;initial-value:rotateZ(0)}@property --tw-skew-x{syntax:"*";inherits:false;initial-value:skewX(0)}@property --tw-skew-y{syntax:"*";inherits:false;initial-value:skewY(0)}@property --tw-space-x-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}