.app{background-color:#322c49;min-height:100vh;display:flex;flex-direction:column;padding:20px}.header{display:flex;justify-content:flex-end;align-items:center;gap:20px}.logo{color:#fff;font-size:30px;text-transform:uppercase;font-family:Lexend,sans-serif;display:flex;align-items:center;gap:10px}.logo-icon{width:40px;height:40px;border-radius:50%;overflow:hidden;background:#fff;border:2px solid #987db9;display:flex;align-items:center;justify-content:center}.logo-icon img{width:85%;height:auto}.logo-color{color:#b798dd}.wallet-info{background:rgba(183,152,221,.2);padding:.5rem 1rem;border-radius:8px;font-size:.9rem;font-weight:500;border:1px solid rgba(183,152,221,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.farcaster-badge{display:flex;align-items:center;gap:.5rem;margin-top:1rem;padding:.5rem 1rem;background:rgba(183,152,221,.2);border-radius:20px;color:#fff;font-size:.9rem;font-weight:500;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(183,152,221,.3)}.main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:25px}.progress-wrapper{max-width:60%;width:100%;min-width:400px}.progress-heading{display:flex;justify-content:unset;align-items:center;gap:15px;margin-bottom:15px}.progress-text{font-size:30px;font-family:Retro Gaming,sans-serif;color:#fff}.progress-bar-wrapper{border-radius:15px;border:2px solid #fff;overflow:hidden;padding:4px;height:60px}.progress-bar{display:flex;justify-content:unset;align-items:center;gap:30px;background:#e0e0e0;height:100%;border-radius:9px;overflow:hidden;position:relative;transition:all ease .3s}.progress-bar:before{position:absolute;content:"";top:0;width:100%;height:65%;background:rgba(255,255,255,.4);border-radius:9px;left:0;z-index:1;transition:all ease .3s}.progress-bar:after{position:absolute;content:"";top:7px;left:50%;width:97%;height:10px;border-radius:100px;transform:translate(-50%);background:rgba(255,255,255,.8);transition:all ease .3s}.striped{background:#b798dd;min-width:40px;height:100%;transform:skew(-30deg)}.action-button{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px}.action-button button{min-width:150px}.token-amount-display{display:flex;align-items:center;gap:15px;margin-top:20px}.amount-btn{min-width:40px!important;height:40px;border-radius:50%;background:#8c6af5;border:none;font-size:20px;font-weight:700;cursor:pointer;transition:all ease .3s;display:flex;align-items:center;justify-content:center}.amount-btn:hover:not(:disabled){background:#987db9;transform:scale(1.1)}.amount-btn:disabled{background:rgba(183,152,221,.3);cursor:not-allowed;transform:none}.amount-text{font-size:24px;font-weight:700;color:#fff;font-family:Retro Gaming,sans-serif;min-width:40px;text-align:center}.footer{display:flex;justify-content:flex-start;padding:20px}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(50,44,73,.8);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:rgba(183,152,221,.1);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(183,152,221,.2);border-radius:20px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #b798dd33;animation:modalSlideIn .3s cubic-bezier(.4,0,.2,1)}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid rgba(183,152,221,.2)}.modal-title{font-size:1.5rem;font-weight:700;color:#fff;font-family:Lexend,sans-serif;margin:0}.modal-close{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:.5rem;border-radius:8px;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.modal-close:hover{background:rgba(183,152,221,.2)}.modal-body{padding:2rem}.claim-modal{display:flex;flex-direction:column;align-items:center;gap:2rem;text-align:center}.claim-icon{display:flex;align-items:center;justify-content:center;width:80px;height:80px;background:linear-gradient(135deg,#b798dd,#987db9);border-radius:50%;box-shadow:0 8px 25px #b798dd4d}.claim-content h3{font-size:2rem;font-weight:700;color:#fff;font-family:Lexend,sans-serif;margin:0 0 1rem}.claim-content p{font-size:1.1rem;color:#ffffffe6;margin:.5rem 0;line-height:1.6}.claim-actions{display:flex;gap:1rem;margin-top:1rem}.button-invite{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;background:linear-gradient(45deg,#b798dd,#987db9);border:none;border-radius:12px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-family:Lexend,sans-serif;text-decoration:none}.button-invite:hover{transform:translateY(-2px);box-shadow:0 8px 25px #b798dd66}.instruction-modal{display:flex;flex-direction:column;align-items:center;gap:2rem;text-align:center}.instruction-icon{display:flex;align-items:center;justify-content:center;width:80px;height:80px;background:linear-gradient(135deg,#b798dd,#987db9);border-radius:50%;box-shadow:0 8px 25px #b798dd4d}.instruction-content h3{font-size:2rem;font-weight:700;color:#fff;font-family:Lexend,sans-serif;margin:0 0 1.5rem}.instruction-steps{display:flex;flex-direction:column;gap:1.5rem;width:100%}.step{display:flex;align-items:flex-start;gap:1rem;text-align:left;background:rgba(183,152,221,.1);padding:1.5rem;border-radius:12px;border:1px solid rgba(183,152,221,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.step-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:linear-gradient(135deg,#b798dd,#987db9);border-radius:50%;flex-shrink:0;box-shadow:0 4px 12px #b798dd4d}.step-content h4{font-size:1.2rem;font-weight:700;color:#fff;font-family:Lexend,sans-serif;margin:0 0 .5rem}.step-content p{font-size:1rem;color:#ffffffe6;margin:0;line-height:1.5}.instruction-note{background:rgba(183,152,221,.1);padding:1rem;border-radius:8px;border:1px solid rgba(183,152,221,.2);margin-top:1rem}.instruction-note p{font-size:.9rem;color:#fffc;margin:0;line-height:1.4}.instruction-note strong{color:#fff}.mode-switch{position:relative;display:flex;background:#b798dd;border-radius:999px;padding:6px;width:fit-content;margin:0 auto 24px;box-shadow:0 2px 8px #a259f71a;min-width:220px}.switch-slider{position:absolute;top:6px;left:6px;width:calc(50% - 6px);height:calc(100% - 12px);background:#fff;border-radius:999px;transition:transform .3s cubic-bezier(.4,0,.2,1);z-index:1}.switch-btn{position:relative;z-index:2;border:none;background:transparent;color:#fff;font-size:1.1rem;padding:12px 36px;border-radius:999px;cursor:pointer;transition:color .2s;outline:none}.switch-btn.active{color:#b798dd}.action-area-wrapper{min-height:123px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.share-wrapper{width:100%;display:flex;justify-content:end}@media (max-width: 600px){.header button{width:100%;max-width:200px}.progress-wrapper{max-width:100%;min-width:unset;margin:0 auto}.action-button{flex-direction:column;align-items:center;gap:10px}}@media (max-width: 768px){.modal-content{margin:1rem;max-height:80vh}.button-3d{width:80px;height:80px;font-size:16px}}@media (max-width: 480px){.app{padding:1rem}.progress-wrapper{padding:2rem 1rem}.progress-text{font-size:24px}.button-flat-xl{padding:1rem 1.5rem;font-size:1rem}}.splash-screen{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#322c49 0%,#786194 100%);display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .5s ease-in-out}.splash-content{text-align:center;color:#fff;animation:slideUp .8s ease-out}.splash-logo{width:120px;height:120px;margin:0 auto 20px;border-radius:50%;background:white;border:3px solid #987db9;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 25px #b798dd4d}.splash-logo img{width:85%;height:auto}.splash-title{font-size:2.5rem;font-family:Lexend,sans-serif;margin:0 0 10px;text-transform:uppercase}.splash-title .logo-color{color:#b798dd}.splash-subtitle{font-size:1.2rem;color:#ffffffe6;margin:0 0 30px;font-family:Retro Gaming,sans-serif}.loading-spinner{margin-top:40px}.spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.3);border-top:3px solid #b798dd;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto}.skrrt-logo{width:250px}.skrrt-logo img{width:85%;height:auto}.connect-btn{gap:5px!important}.announcement{text-align:center}.mint-icon{display:flex;align-items:center;justify-content:center;width:80px;height:80px;background:white;border-radius:50%;box-shadow:0 8px 25px #b798dd4d}.avatar{width:65px;height:65px;border-radius:50%;border:1px solid white}.profile{max-width:400px;border:1px solid white;display:flex;flex-direction:column;gap:15px;width:90%;padding:15px;border-radius:10px;background-color:#160f1d;box-shadow:0 4px 30px #b798dd4d}.profile-header{display:flex;gap:15px}.profile-info{display:flex;flex-direction:column}.profile-username{color:gray}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@font-face{font-family:Retro Gaming;src:url(/fonts/retro-gaming.ttf)}@font-face{font-family:Lexend;src:url(/fonts/Lexend.ttf)}@keyframes _spin_1hxb9_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._progressRow_1hxb9_17{display:flex;align-items:center;gap:20px;position:relative;padding-bottom:16px}._label_1hxb9_25{font-family:Lexend;font-size:16px;color:#fff;font-weight:400}._value_1hxb9_32{font-family:Lexend;font-size:16px;color:#fff;font-weight:400;margin-left:auto}._progressBarWrapper_1hxb9_40{position:absolute;bottom:0;left:0;right:0;height:12px;background-color:#ffffff1a;border-radius:6px;overflow:hidden}._progressBar_1hxb9_40{height:100%;background-color:#8c6af5;border-radius:6px;transition:width .3s ease;background-image:repeating-linear-gradient(45deg,transparent,transparent 10px,rgba(255,255,255,.1) 10px,rgba(255,255,255,.1) 20px)}@font-face{font-family:Retro Gaming;src:url(/fonts/retro-gaming.ttf)}@font-face{font-family:Lexend;src:url(/fonts/Lexend.ttf)}@keyframes _spin_1j16n_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._priceLabel_1j16n_17{font-family:Lexend;font-size:16px;color:#fff;font-weight:400}._selector_1j16n_24{display:flex;height:38px;align-items:center;background-color:#ffffff1a;border-radius:6px;padding:4px;width:fit-content}._button_1j16n_34{width:38px;height:28px;background-color:transparent;border:none;color:#fff;font-family:Lexend;font-size:20px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all ease .3s;border-radius:4px}._button_1j16n_34:hover:not(:disabled){background-color:#ffffff1a}._button_1j16n_34:disabled{opacity:.4;cursor:not-allowed}._quantity_1j16n_58{min-width:60px;text-align:center;font-family:Lexend;font-size:16px;color:#fff;font-weight:400;padding:0 8px}@font-face{font-family:Retro Gaming;src:url(/fonts/retro-gaming.ttf)}@font-face{font-family:Lexend;src:url(/fonts/Lexend.ttf)}@keyframes _spin_gu0l9_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._overlay_gu0l9_17{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:_fadeIn_gu0l9_1 .3s cubic-bezier(.4,0,.2,1)}._overlay_gu0l9_17._closing_gu0l9_32{animation:_fadeOut_gu0l9_1 .3s cubic-bezier(.4,0,.2,1)}._content_gu0l9_36{position:relative;background:#101729;border-radius:20px;max-width:500px;width:100%;padding:24px;box-shadow:10px 20px 60px #0000004d,0 0 0 1px #8c6af54d,0 0 20px #8c6af566,0 0 40px #8c6af533;animation:_modalSlideIn_gu0l9_1 .3s cubic-bezier(.4,0,.2,1)}._content_gu0l9_36._closing_gu0l9_32{animation:_modalSlideOut_gu0l9_1 .3s cubic-bezier(.4,0,.2,1)}@keyframes _fadeIn_gu0l9_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeOut_gu0l9_1{0%{opacity:1}to{opacity:0}}@keyframes _modalSlideIn_gu0l9_1{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes _modalSlideOut_gu0l9_1{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(20px) scale(.95)}}._closeButton_gu0l9_86{position:absolute;top:16px;right:16px;background:none;border:none;color:#fff;cursor:pointer;padding:.5rem;border-radius:8px;transition:all .3s ease;display:flex;align-items:center;justify-content:center}._closeButton_gu0l9_86:hover{background:rgba(255,255,255,.1)}._textContent_gu0l9_105{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;margin-top:2rem;margin-bottom:2rem;text-align:center}._mainText_gu0l9_116{font-size:1.25rem;font-weight:700;color:#fff;font-family:Lexend;margin:0;line-height:1.4}._subText_gu0l9_125{font-size:1rem;font-weight:400;color:#e0e0e0;font-family:Lexend;margin:0;line-height:1.4}._buttons_gu0l9_134{display:grid;grid-template-columns:1fr 1fr;gap:1rem;justify-content:center;margin-top:2rem}._actionButton_gu0l9_142{flex:1;padding:10px 24px;border-radius:10px;background:#8c6af5;color:#fff;font-family:Lexend;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;border:none}._actionButton_gu0l9_142:hover{background:rgba(140,106,245,.4)}._actionButton_gu0l9_142:active{transform:scale(.98)}@font-face{font-family:Retro Gaming;src:url(/fonts/retro-gaming.ttf)}@font-face{font-family:Lexend;src:url(/fonts/Lexend.ttf)}@keyframes _spin_1hyqi_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._main_1hyqi_17{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:25px}._skrttHeader_1hyqi_26{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}._skrttLogo_1hyqi_34{width:80%;height:auto;border-radius:12px}._skrttTitle_1hyqi_40{font-size:32px;color:#fff;font-weight:700}._mintSection_1hyqi_46{display:flex;flex-direction:column;gap:24px;width:100%;max-width:500px}._mintSectionItem_1hyqi_54{display:flex;align-items:center;justify-content:space-between;gap:16px}._mintSectionItem_1hyqi_54:first-child{align-items:end}._mintSectionItem_1hyqi_54 ._mintSectionItemLabel_1hyqi_63{display:flex;align-items:center;justify-content:center;gap:8px}._mintSectionItem_1hyqi_54 ._mintSectionItemLabel_1hyqi_63 h3{font-size:18px;color:#fff;font-weight:700}._mintSectionItem_1hyqi_54 ._mintSectionItemLabel_1hyqi_63 p{display:flex;align-items:center;gap:4px;justify-content:center;font-size:18px;color:#fff;font-weight:400}._mintSectionItem_1hyqi_54 ._mintSectionItemLabel_1hyqi_63 p img{width:20px;height:20px;border-radius:50%;overflow:hidden}._mintButton_1hyqi_90{margin-top:12px;width:100%}@font-face{font-family:Retro Gaming;src:url(/fonts/retro-gaming.ttf)}@font-face{font-family:Lexend;src:url(/fonts/Lexend.ttf)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--background: #ffffff;--foreground: #101729}@media (prefers-color-scheme: dark){:root{--background: #0a0a0a;--foreground: #ededed}}html,body{max-width:100vw;overflow-x:hidden}body{color:#fff;background:#101729;font-family:Lexend;font-size:14px}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{outline:none;border:none}.button-flat{color:#fff;padding:8px 12px;border-radius:5px;display:flex;justify-content:center;align-items:center;gap:unset;background-color:#8c6af5;transition:all ease .3s;font-family:Lexend;font-size:16px;cursor:pointer}.button-flat:hover{background:rgba(140,106,245,.4)}.button-flat.button-flat-xl{padding:12px 20px;border-radius:10px}.button-flat:disabled,.button-flat.is-disabled{background-color:#9e82f7;color:#ffffff80;cursor:not-allowed;opacity:.6;pointer-events:none}.button-3d{border-radius:20px;background:#8c6af5;color:#fff;position:relative;aspect-ratio:1;width:100px;font-family:Lexend;font-size:20px;cursor:pointer;transition:all ease .3s}.button-3d:hover{background-color:#786194}.button-3d:hover:before{background-color:#fff3}.button-3d:before{position:absolute;top:0;left:0;width:100%;height:50%;content:"";background:rgba(255,255,255,.4);border-radius:20px;transition:all ease .3s}.button-3d:after{position:absolute;content:"";top:50%;left:50%;width:108%;height:108%;border:2px solid #fff;transform:translate(-50%,-50%);border-radius:25px}@media (prefers-color-scheme: dark){html{color-scheme:dark}}@media (max-width: 500px){.button-3d{width:80px;height:80px;font-size:16px}}*{margin:0;padding:0;box-sizing:border-box}body{line-height:1.6}#root{width:100%;min-height:100vh}button{font-family:inherit}html{scroll-behavior:smooth}
