@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap");.wallet-adapter-button{background-color:transparent;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:16px;font-weight:600;height:48px;line-height:48px;padding:0 24px;border-radius:4px}.wallet-adapter-button-trigger{background-color:#512da8}.wallet-adapter-button:not([disabled]):focus-visible{outline-color:#fff}.wallet-adapter-button:not([disabled]):hover{background-color:#1a1f2e}.wallet-adapter-button[disabled]{background:#404144;color:#999;cursor:not-allowed}.wallet-adapter-button-end-icon,.wallet-adapter-button-end-icon img,.wallet-adapter-button-start-icon,.wallet-adapter-button-start-icon img{display:flex;align-items:center;justify-content:center;width:24px;height:24px}.wallet-adapter-button-end-icon{margin-left:12px}.wallet-adapter-button-start-icon{margin-right:12px}.wallet-adapter-collapse{width:100%}.wallet-adapter-dropdown{position:relative;display:inline-block}.wallet-adapter-dropdown-list{position:absolute;z-index:99;display:grid;grid-template-rows:1fr;grid-row-gap:10px;padding:10px;top:100%;right:0;margin:0;list-style:none;background:#2c2d30;border-radius:10px;box-shadow:0 8px 20px rgba(0,0,0,.6);opacity:0;visibility:hidden;transition:opacity .2s ease,transform .2s ease,visibility .2s;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif}.wallet-adapter-dropdown-list-active{opacity:1;visibility:visible;transform:translateY(10px)}.wallet-adapter-dropdown-list-item{display:flex;flex-direction:row;justify-content:center;align-items:center;border:none;outline:none;cursor:pointer;white-space:nowrap;box-sizing:border-box;padding:0 20px;width:100%;border-radius:6px;font-size:14px;font-weight:600;height:37px;color:#fff}.wallet-adapter-dropdown-list-item:not([disabled]):hover{background-color:#1a1f2e}.wallet-adapter-modal-collapse-button svg{align-self:center;fill:#999}.wallet-adapter-modal-collapse-button.wallet-adapter-modal-collapse-button-active svg{transform:rotate(180deg);transition:transform .15s ease-in}.wallet-adapter-modal{position:fixed;top:0;left:0;right:0;bottom:0;opacity:0;transition:opacity .15s linear;background:rgba(0,0,0,.5);z-index:1040;overflow-y:auto}.wallet-adapter-modal.wallet-adapter-modal-fade-in{opacity:1}.wallet-adapter-modal-button-close{display:flex;align-items:center;justify-content:center;position:absolute;top:18px;right:18px;padding:12px;cursor:pointer;background:#1a1f2e;border:none;border-radius:50%}.wallet-adapter-modal-button-close:focus-visible{outline-color:#fff}.wallet-adapter-modal-button-close svg{fill:#777;transition:fill .2s ease 0s}.wallet-adapter-modal-button-close:hover svg{fill:#fff}.wallet-adapter-modal-overlay{background:rgba(0,0,0,.5);position:fixed;top:0;left:0;bottom:0;right:0}.wallet-adapter-modal-container{display:flex;margin:3rem;min-height:calc(100vh - 6rem);align-items:center;justify-content:center}@media (max-width:480px){.wallet-adapter-modal-container{margin:1rem;min-height:calc(100vh - 2rem)}}.wallet-adapter-modal-wrapper{box-sizing:border-box;position:relative;display:flex;align-items:center;flex-direction:column;z-index:1050;max-width:400px;border-radius:10px;background:#10141f;box-shadow:0 8px 20px rgba(0,0,0,.6);font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;flex:1 1}.wallet-adapter-modal-wrapper .wallet-adapter-button{width:100%}.wallet-adapter-modal-title{font-weight:500;font-size:24px;line-height:36px;margin:0;padding:64px 48px 48px;text-align:center;color:#fff}@media (max-width:374px){.wallet-adapter-modal-title{font-size:18px}}.wallet-adapter-modal-list{margin:0 0 12px;padding:0;width:100%;list-style:none}.wallet-adapter-modal-list .wallet-adapter-button{font-weight:400;border-radius:0;font-size:18px}.wallet-adapter-modal-list .wallet-adapter-button-end-icon,.wallet-adapter-modal-list .wallet-adapter-button-end-icon img,.wallet-adapter-modal-list .wallet-adapter-button-start-icon,.wallet-adapter-modal-list .wallet-adapter-button-start-icon img{width:28px;height:28px}.wallet-adapter-modal-list .wallet-adapter-button span{margin-left:auto;font-size:14px;opacity:.6}.wallet-adapter-modal-list-more{cursor:pointer;border:none;padding:12px 24px 24px 12px;align-self:flex-end;display:flex;align-items:center;background-color:transparent;color:#fff}.wallet-adapter-modal-list-more svg{transition:all .1s ease;fill:#fff;margin-left:.5rem}.wallet-adapter-modal-list-more-icon-rotate{transform:rotate(180deg)}.wallet-adapter-modal-middle{width:100%;display:flex;flex-direction:column;align-items:center;padding:0 24px 24px;box-sizing:border-box}.wallet-adapter-modal-middle-button{display:block;cursor:pointer;margin-top:48px;width:100%;background-color:#512da8;padding:12px;font-size:18px;border:none;border-radius:8px;color:#fff}@font-face{font-family:Geist;src:url(/Geist-VariableFont_wght.ttf) format("truetype");font-weight:100 900;font-display:swap}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background-color:#070707;color:#fff;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;min-height:100vh}.navbar{width:100%;height:50px;background:#070707;border-bottom:1px solid #1a1a1a;position:-webkit-sticky;position:sticky;top:0;z-index:100}.navbar__inner{max-width:1200px;margin:0 auto;height:100%;justify-content:space-between;padding:0 24px}.navbar__inner,.navbar__logo{display:flex;align-items:center}.navbar__logo img{height:22px;width:auto}.navbar__links{display:flex;align-items:center;gap:32px}.navbar__link{color:#575757;font-size:14px;font-weight:500;text-decoration:none;transition:color .15s ease}.navbar__link--active,.navbar__link:hover{color:#fff}.container{max-width:1200px;margin:0 auto;padding:40px 24px}.header{justify-content:space-between;width:85%;margin:0 auto;padding-bottom:30px}.header,.header__left{display:flex;align-items:center}.header__left{gap:16px}.header__title{font-size:28px;font-weight:700;color:#fff;letter-spacing:-.02em;white-space:nowrap}.header__how-btn{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#070707;border:1px solid #383838;border-radius:999px;color:#fff;font-size:13px;font-weight:500;cursor:pointer;transition:border-color .2s ease,background .2s ease;white-space:nowrap}.header__how-btn:hover{border-color:#555;background:#0e0e0e}.header__how-btn svg{flex-shrink:0}.header__right{display:flex;align-items:center;gap:12px}.header__wallet-btn{padding:8px 20px;background:#fff;border:none;border-radius:999px;color:#070707;font-size:13px;font-weight:600;cursor:pointer;transition:opacity .2s ease}.header__wallet-btn:hover{opacity:.9}.header__sbt-label{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#070707;border:1px solid #383838;border-radius:999px;color:#fff;font-size:13px;font-weight:500}.header__sbt-dot{display:flex;align-items:center;justify-content:center}.header__sbt-dot,.header__sbt-dot img{width:16px;height:16px}.day-list{width:85%;margin:0 auto;display:flex;flex-direction:column;border:1px solid #383838;overflow:hidden}.day-list-item{display:flex;align-items:center;justify-content:space-between;height:90px;padding:0 24px;border-bottom:1px solid #383838;transition:background .15s ease}.day-list-item:last-child{border-bottom:none}.day-list-item:hover{background:hsla(0,0%,100%,.015)}.day-list-item__info{display:flex;align-items:baseline;gap:12px}.day-list-item__day{font-size:16px;font-weight:600;color:#fff}.day-list-item__subtitle{font-size:13px;font-weight:400;color:#575757}.day-list-item__action{flex-shrink:0;border-radius:20px}.day-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:200px;height:42px;padding:0 24px;border-radius:20px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;border:1px solid #383838;background:transparent}.day-btn--entered{color:#fff;border-color:#383838;cursor:pointer}.day-btn--entered:hover{border-color:#555}.day-btn--open{color:#fff;border-color:#383838}.day-btn--open:hover{border-color:#555;background:hsla(0,0%,100%,.04);border-radius:20px}.day-btn--countdown{color:#fff;border-color:#383838;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.day-btn--tba{color:#575757;border-color:#282828;cursor:not-allowed}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.popup{width:85%;max-width:900px;min-width:600px;max-height:90vh;background:#060606;border:1px solid #383838;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;animation:slideUp .25s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.popup__header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 12px}.popup__header-nav{display:none;align-items:center;gap:8px}.popup__header-arrow{background:none;border:1px solid #383838;border-radius:8px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:.7;transition:opacity .15s ease,border-color .15s ease}.popup__header-arrow:hover:not(.popup__header-arrow--disabled){opacity:1;border-color:#555}.popup__header-arrow--disabled{opacity:.2;cursor:not-allowed}.popup__day-badge{display:inline-flex;align-items:center;padding:6px 16px;border:1px solid #383838;border-radius:999px;color:#fff;font-size:13px;font-weight:600}.popup__close{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;opacity:.7;transition:opacity .15s ease}.popup__close:hover{opacity:1}.popup__body{display:flex;align-items:stretch;padding:8px 0;flex:1 1;overflow:hidden}.popup__nav{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:48px;background:none;border:none;cursor:pointer;color:#fff;opacity:.6;transition:opacity .15s ease}.popup__nav:hover:not(.popup__nav--disabled){opacity:1}.popup__nav--disabled{opacity:.15;cursor:not-allowed}.popup__content{flex:1 1;display:flex;gap:24px;overflow-y:auto;padding:0 8px;scrollbar-width:thin;scrollbar-color:#383838 transparent}.popup__content::-webkit-scrollbar{width:4px}.popup__content::-webkit-scrollbar-track{background:transparent}.popup__content::-webkit-scrollbar-thumb{background:#383838;border-radius:4px}.popup__tweet-area{flex:1 1;min-width:0;max-height:380px;overflow-y:auto;border-radius:12px;background:#0c0c0c;border:1px solid #1a1a1a;scrollbar-width:thin;scrollbar-color:#383838 transparent}.popup__tweet-area::-webkit-scrollbar{width:4px}.popup__tweet-area::-webkit-scrollbar-track{background:transparent}.popup__tweet-area::-webkit-scrollbar-thumb{background:#383838;border-radius:4px}.popup__tweet-embed{padding:16px;color:#ccc;font-size:14px;line-height:1.5}.popup__tweet-embed blockquote{border:none;margin:0;padding:0;width:100%}.popup__tweet-embed a{color:#1d9bf0;text-decoration:none}.popup__tweet-embed a:hover{text-decoration:underline}.popup__tweet-placeholder{display:flex;align-items:center;justify-content:center;height:200px;color:#575757;font-size:14px}.popup__steps{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:4px;overflow:visible}.popup__steps-title{font-size:20px;font-weight:700;color:#fff;margin-bottom:8px}.popup__step{display:flex;flex-direction:column;gap:6px;margin-bottom:8px}.popup__step-label{font-size:13px;color:#575757;font-weight:500}.popup__step-desc{font-size:14px;color:#fff;line-height:1.4}.popup__tweet-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;background:#060606;border:1px solid #383838;border-radius:20px;color:#fff;font-size:13px;font-weight:500;text-decoration:none;transition:border-color .15s ease,background .15s ease;width:-moz-fit-content;width:fit-content}.popup__tweet-btn:hover{border-color:#555;background:#0e0e0e}.popup__tweet-btn--disabled{opacity:.4;pointer-events:none;cursor:not-allowed}.popup__fields{display:flex;flex-direction:column;gap:8px;margin-top:4px;color:#fff}.popup__input-wrapper{display:flex;align-items:center;gap:10px;padding:0 14px;height:42px;background:#0a0a0a;border:1px solid #282828;border-radius:20px;transition:border-color .15s ease;position:relative}.popup__input-wrapper:focus-within{border-color:#444}.popup__input-wrapper--disabled{opacity:.4;pointer-events:none}.popup__input-icon{flex-shrink:0;opacity:1}.popup__field-error{font-size:11px;color:#ef4444;margin-top:-4px}.popup__input{flex:1 1;background:none;border:none;outline:none;color:#fff;font-size:13px;font-family:inherit}.popup__input::placeholder{color:#575757}.popup__select-wrapper{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.popup__select-display{flex:1 1;font-size:13px;color:#575757}.popup__select-wrapper:has(.popup__dropdown-item--active) .popup__select-display{color:#fff}.popup__select-chevron{flex-shrink:0;transition:transform .15s ease}.popup__dropdown{position:absolute;bottom:calc(100% + 4px);left:0;right:0;background:#0a0a0a;border:1px solid #383838;border-radius:8px;overflow-y:auto;max-height:200px;z-index:10;scrollbar-width:thin;scrollbar-color:#383838 transparent}.popup__dropdown::-webkit-scrollbar{width:4px}.popup__dropdown::-webkit-scrollbar-track{background:transparent}.popup__dropdown::-webkit-scrollbar-thumb{background:#383838;border-radius:4px}.popup__dropdown::-webkit-scrollbar-thumb:hover{background:#575757}.popup__dropdown-item{padding:10px 14px;font-size:13px;color:#ccc;cursor:pointer;transition:background .1s ease}.popup__dropdown-item:hover{background:#1a1a1a}.popup__dropdown-item--active{color:#fff;background:#1a1a1a}.popup__required-note{font-size:12px;color:#9644ee;margin-top:4px;text-align:left}.popup__footer{padding:16px 24px 24px;display:flex;justify-content:center}.popup__enter-btn{width:220px;height:48px;background:#1a1a1a;border:1px solid #282828;border-radius:20px;color:#575757;font-size:15px;font-weight:600;cursor:not-allowed;transition:all .2s ease}.popup__enter-btn--active{background:#070707;border-color:#fff;color:#fff;cursor:pointer}.popup__enter-btn--active:hover{opacity:.9}.popup__enter-btn--connect{background:#fff;border-color:#fff;color:#070707;cursor:pointer}.popup__enter-btn--connect:hover{opacity:.9}.popup__enter-btn--entered{background:transparent;border:1px solid #22c55e;color:#22c55e;cursor:default}.popup__error{font-size:12px;color:#ef4444;margin-top:4px}.hiw-popup{width:420px;background:#060606;border:1px solid #383838;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;animation:slideUp .25s ease}.hiw-popup__header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 12px}.hiw-popup__body{padding:24px 32px 40px;text-align:center}.hiw-popup__text{font-size:14px;color:#999;line-height:1.6;margin-bottom:16px}.hiw-popup__text:last-child{margin-bottom:0}.hiw-popup__highlight{color:#9644ee}.footer{width:100%;border-top:1px solid #1a1a1a;margin-top:60px;padding:24px 0}.footer__inner{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between}.footer__copy{font-size:13px;color:#575757}.footer__links{display:flex;align-items:center;gap:24px}.footer__link{font-size:13px;color:#575757;text-decoration:none;transition:color .15s ease}.footer__link:hover{color:#fff}.wallet-adapter-button{background:#fff!important;color:#070707!important;border:none!important;border-radius:999px!important;padding:8px 20px!important;font-size:13px!important;font-weight:600!important;font-family:inherit!important;height:auto!important;line-height:1.4!important;cursor:pointer!important;transition:opacity .2s ease!important}.wallet-adapter-button:hover{opacity:.9!important;background:#fff!important}.wallet-adapter-button-trigger,.wallet-adapter-button:not([disabled]):hover{background:#fff!important}.wallet-adapter-button .wallet-adapter-button-start-icon{margin-right:8px!important}.wallet-adapter-button .wallet-adapter-button-start-icon img{width:18px!important;height:18px!important}.wallet-adapter-modal-overlay{background:rgba(0,0,0,.6)!important;backdrop-filter:blur(8px)!important;-webkit-backdrop-filter:blur(8px)!important}.wallet-adapter-modal-wrapper{background:#060606!important;border:1px solid #383838!important;border-radius:16px!important;box-shadow:0 24px 48px rgba(0,0,0,.5)!important;font-family:inherit!important}.wallet-adapter-modal-title{color:#fff!important;font-weight:600!important;font-family:inherit!important}.wallet-adapter-modal-list li{margin:0!important}.wallet-adapter-modal-list .wallet-adapter-button{background:transparent!important;color:#fff!important;border-radius:8px!important;padding:10px 16px!important;width:100%!important;justify-content:flex-start!important;transition:background .15s ease!important}.wallet-adapter-modal-list .wallet-adapter-button:hover{background:#1a1a1a!important;opacity:1!important}.wallet-adapter-modal-list-more{color:#575757!important;cursor:pointer!important;transition:color .15s ease!important}.wallet-adapter-modal-list-more:hover{color:#fff!important}.wallet-adapter-modal-list-more svg{fill:#575757!important;transition:fill .15s ease!important}.wallet-adapter-modal-list-more:hover svg{fill:#fff!important}.wallet-adapter-modal-button-close{background:transparent!important;color:#fff!important;opacity:.7;transition:opacity .15s ease!important}.wallet-adapter-modal-button-close:hover{opacity:1}.wallet-adapter-modal-middle{color:#575757!important}.wallet-adapter-modal-middle a{color:#9644ee!important}.wallet-adapter-dropdown-list{background:#0a0a0a!important;border:1px solid #383838!important;border-radius:8px!important;padding:4px!important;gap:2px!important}.wallet-adapter-dropdown-list li{margin:0!important}.wallet-adapter-dropdown-list-item{background:transparent!important;color:#fff!important;border-radius:6px!important;padding:10px 16px!important;font-size:13px!important;font-weight:500!important;font-family:inherit!important;transition:background .1s ease!important}.wallet-adapter-dropdown-list-item:hover{background:#1a1a1a!important}@media (max-width:1100px){.day-list,.header{width:90%}.popup{width:75%}}@media (max-width:768px){.navbar__logo img{height:18px}.navbar__links{gap:20px}.navbar__link{font-size:13px}.container{padding:24px 16px}.header{padding-bottom:24px}.header,.header__left{flex-direction:column;align-items:flex-start;gap:12px;width:100%}.header__title{font-size:22px}.header__right{width:100%}.header__how-btn{font-size:12px;padding:6px 14px}.day-list{width:100%}.day-list-item{flex-direction:column;align-items:flex-start;justify-content:center;height:auto;padding:16px;gap:10px}.day-list-item__info{flex-direction:column;gap:2px}.day-list-item__action{width:100%}.day-btn{font-size:13px;border-radius:20px}.day-btn,.popup{width:100%;min-width:unset}.popup{max-height:100vh;height:100vh;border-radius:0;border:none}.popup__header{padding:16px 16px 8px}.popup__header-nav{display:flex}.popup__nav{display:none}.popup__content{flex-direction:column;gap:16px;padding:0 16px}.popup__tweet-area{max-height:none}.popup__steps-title{font-size:18px}.popup__enter-btn{width:100%}.popup__footer{padding:16px}.hiw-popup{width:90%;min-width:unset}.footer__inner{flex-direction:column;gap:12px;text-align:center}.footer__links{gap:16px}}