.CustomAudioPlayer_audioPlayer__Coqln{background-color:var(--primary-color);border:var(--default-border);border-radius:10px;padding:20px;min-height:150px;max-width:600px;width:100%;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:25px}.CustomAudioPlayer_title__M0Rwy{font-size:1.5rem;color:white;max-width:100%;text-align:center;overflow:hidden;text-overflow:ellipsis}.CustomAudioPlayer_announcement__4zelv{font-size:.9rem;line-height:1.2;color:transparent;min-height:1.2rem;text-align:center}.CustomAudioPlayer_announcementVisible__m7DOX{color:white}.CustomAudioPlayer_controls__FKNsZ{display:flex;justify-content:center;align-items:center}.CustomAudioPlayer_playPauseButton__lyigX{background:transparent;border:none;cursor:pointer;outline:none;width:50px;height:50px;margin:10px 0}.CustomAudioPlayer_iconContainer__AERS0{position:relative;width:100%;height:100%}.CustomAudioPlayer_icon__V04gi{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transform:scale(.9);transition:opacity .3s ease,transform .3s ease}.CustomAudioPlayer_active__tuqWA{opacity:1;transform:scale(1)}.CustomAudioPlayer_timelineContainer__wQ4DH{align-self:stretch;padding:0 10px;position:relative;height:24px;display:flex;align-items:center;cursor:pointer}.CustomAudioPlayer_timeline___aO1c{position:relative;background-color:rgba(255,255,255,.3);height:4px;border-radius:2px;width:100%;margin:10px 0}.CustomAudioPlayer_timelineProgress__PxALY{position:absolute;top:0;left:0;height:100%;background-color:white;border-radius:2px;z-index:1}.CustomAudioPlayer_timelineCursor__jRk29{position:absolute;top:50%;transform:translate(-50%,-50%);width:10px;height:30px;background-color:var(--secondary-color);border-radius:5px;transition:transform .1s ease;z-index:2}.CustomAudioPlayer_timelineCursor__jRk29.CustomAudioPlayer_dragging__2u0Cp{transform:translate(-50%,-50%) scale(1.1)}.CustomAudioPlayer_timeCounter__K0HQG{color:white;font-size:.9rem}.CustomAudioPlayer_volumeContainer__oHIoM{display:flex;flex-direction:column;align-items:center;gap:5px}.CustomAudioPlayer_volumeButton__8PWtJ{background:transparent;border:none;cursor:pointer;outline:none;width:40px;height:40px}.CustomAudioPlayer_volumeIcon__qDKVf{width:100%;height:100%}.CustomAudioPlayer_volumeSlider__cPIxb{-webkit-appearance:none;width:100px;height:4px;background:white;border-radius:2px;outline:none;margin-top:20px;margin-bottom:20px;cursor:pointer}.CustomAudioPlayer_volumeSlider__cPIxb::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:10px;height:30px;background:var(--secondary-color);border-radius:5px;border:none;cursor:pointer;-webkit-transition:transform .2s ease,opacity .2s ease;transition:transform .2s ease,opacity .2s ease}.CustomAudioPlayer_volumeSlider__cPIxb::-moz-range-thumb{width:12px;height:12px;background:var(--secondary-color);border-radius:5px;border:none;cursor:pointer}.AudioWrapper_wrapper__JJZEA{opacity:0;transform:translateY(20px);transition:opacity 1.5s ease,transform 1.5s ease;margin-bottom:5rem}.AudioWrapper_visible__IRvrZ{opacity:1;transform:translateY(0)}.AudioWrapper_headline__rHPpM{text-align:center;color:var(--accent-color);font-size:3rem;margin-bottom:50px}.AudioWrapper_content__27iCp{display:flex;flex-direction:column;align-items:center;gap:20px}.AudioWrapper_left__fWDkx,.AudioWrapper_right__V_216{width:100%;max-width:400px}.AudioWrapper_imageContainer__wannT{width:100%}.AudioWrapper_image__7Zxxi{width:100%;height:auto;border-radius:10px}.AudioWrapper_description__zg6RO{text-align:center;margin-top:10px;font-size:1rem;color:#fff}@media (min-width:730px){.AudioWrapper_content__27iCp{flex-direction:row;justify-content:center;align-items:flex-start;gap:8rem;max-width:1000px;margin:0 auto}}.ImageQuote_container___UELh{position:relative;width:90%;max-width:400px;aspect-ratio:1/1;border-radius:10px;overflow:hidden;opacity:0;transition:opacity .75s ease-in-out}.ImageQuote_image__QsH1v{width:100%;height:100%;object-fit:cover}.ImageQuote_overlay__HhqvQ{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.55);display:flex;justify-content:center;align-items:center;opacity:0;transition:opacity .75s ease-in-out .75s}.ImageQuote_text__msUgS{color:white;font-size:1.2rem;text-align:center;padding:20px;font-size:clamp(1rem,1vw,1.5rem)}.ImageQuote_container___UELh.ImageQuote_visible__Ksi33 .ImageQuote_overlay__HhqvQ,.ImageQuote_visible__Ksi33{opacity:1}@media (min-width:730px){.ImageQuote_container___UELh{width:400px}}.ButtonSection_container__5GYBi{display:flex;gap:1rem;justify-content:center;align-items:center;margin-top:2rem;width:100%;max-width:500px;min-height:60px;opacity:1;transition:opacity .3s ease-in-out;animation:ButtonSection_initialFadeIn__0URoz 1s ease-in-out}.ButtonSection_container__5GYBi.ButtonSection_transitioning__YmgpV{opacity:0}.ButtonSection_burnButton__vbq0K,.ButtonSection_gateButton__vIG_6,.ButtonSection_loadingButton__H7HrW,.ButtonSection_mintButton__p31Rp{padding:1rem 2rem;font-family:var(--font-primary);font-size:.9rem;text-transform:uppercase;letter-spacing:1px;background:transparent;border:var(--default-border);border-radius:200px;color:white;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center;position:relative;overflow:hidden}.ButtonSection_loadingButton__H7HrW{opacity:.5;cursor:not-allowed}.ButtonSection_gateButton__vIG_6:hover,.ButtonSection_mintButton__p31Rp:hover:not(:disabled){background:var(--secondary-color);transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,123,255,.3)}.ButtonSection_burnButton__vbq0K{border-color:var(--accent-color);color:var(--accent-color)}.ButtonSection_burnButton__vbq0K:hover:not(:disabled){background:var(--accent-color);color:white;transform:translateY(-2px);box-shadow:0 5px 15px rgba(255,0,0,.3)}.ButtonSection_burnButton__vbq0K:disabled,.ButtonSection_mintButton__p31Rp:disabled{cursor:not-allowed}.ButtonSection_burnButton__vbq0K:disabled:not(.ButtonSection_processing__LeNHP),.ButtonSection_mintButton__p31Rp:disabled:not(.ButtonSection_processing__LeNHP){opacity:.5}.ButtonSection_burnButton__vbq0K.ButtonSection_processing__LeNHP,.ButtonSection_mintButton__p31Rp.ButtonSection_processing__LeNHP{position:relative;z-index:1}.ButtonSection_burnButton__vbq0K.ButtonSection_processing__LeNHP:before,.ButtonSection_mintButton__p31Rp.ButtonSection_processing__LeNHP:before{content:"";position:absolute;top:0;left:-110%;width:110%;height:100%;border-radius:200px;animation:ButtonSection_waveSlide__orok1 2s ease-in-out infinite;z-index:-1}.ButtonSection_mintButton__p31Rp.ButtonSection_processing__LeNHP:before{background:var(--secondary-color)}.ButtonSection_burnButton__vbq0K.ButtonSection_processing__LeNHP:before{background:var(--accent-color)}@keyframes ButtonSection_waveSlide__orok1{0%{left:-110%;opacity:0}20%{opacity:1}50%{left:0;opacity:1}80%{left:0;opacity:0}to{left:0;opacity:0}}@keyframes ButtonSection_initialFadeIn__0URoz{0%{opacity:0}to{opacity:1}}@media (min-width:769px){.ButtonSection_burnButton__vbq0K{min-width:200px}.ButtonSection_mintButton__p31Rp{min-width:400px}}@media (max-width:768px){.ButtonSection_container__5GYBi{flex-direction:column;gap:.8rem;min-height:140px;margin-top:0}.ButtonSection_burnButton__vbq0K,.ButtonSection_gateButton__vIG_6,.ButtonSection_loadingButton__H7HrW,.ButtonSection_mintButton__p31Rp{width:100%;max-width:300px}}.ButtonSection_faucetText__jvthc{text-align:center;margin-top:3rem;font-size:1rem;text-decoration:none;display:block;color:inherit}@media (max-width:768px){.ButtonSection_faucetText__jvthc{margin-top:2rem}}.Dropdown_dropdownContainer__8Repz{display:inline-flex;flex-direction:column;position:relative;font-family:var(--font-body);cursor:pointer}.Dropdown_dropdownButton__fnpr8{display:flex;align-items:center;justify-content:space-between;min-width:300px;padding:8px 12px;border:var(--default-border);border-radius:30px;background:transparent;color:var(--foreground);outline:none}.Dropdown_dropdownButton__fnpr8.Dropdown_open__U_Edf{border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0}.Dropdown_displayText__AcStW{flex:1 1;text-align:center;white-space:normal;word-wrap:break-word}.Dropdown_triangleIcon__hkeyB{margin-left:8px;transition:transform .2s ease}.Dropdown_triangleDown__8DtUV{transform:rotate(0deg)}.Dropdown_triangleUp__60Psn{transform:rotate(180deg)}.Dropdown_dropdownListWrapper__5m0Mj{position:absolute;top:100%;left:0;right:0}.Dropdown_middleSection__2NE2r{max-height:150px;overflow-y:auto;background-color:var(--background-dark,#0d1b2a);border-left:var(--default-border);border-right:var(--default-border);z-index:2}.Dropdown_dropdownList__TFYap{list-style:none;margin:0;padding:0}.Dropdown_dropdownItem__4xEIw{padding:8px 12px;color:var(--foreground);text-align:center;transition:background-color .1s ease;cursor:pointer}.Dropdown_dropdownItem__4xEIw:hover{background:#fff;color:#000}.Dropdown_bottomSection__p1wXI{margin-top:-2px;background-color:var(--background-dark,#0d1b2a);border:var(--default-border);border-top:none;border-radius:0 0 90px 90px;height:10px;z-index:1}.Dropdown_middleSection__2NE2r::-webkit-scrollbar{width:10px}.Dropdown_middleSection__2NE2r::-webkit-scrollbar-thumb{background-color:var(--secondary-color);border-radius:5px}.DebugPanel_panel__YGJh_{width:400px;max-height:600px;border:var(--default-border,2px solid #0056b3);border-radius:10px;overflow:hidden;box-shadow:0 10px 30px rgba(0,123,255,.3);font-size:12px}.DebugPanel_minimized__IlO1O,.DebugPanel_panel__YGJh_{position:fixed;bottom:20px;right:20px;background:var(--primary-color,#007bff);z-index:9999;font-family:monospace}.DebugPanel_minimized__IlO1O{border:var(--default-border,2px solid #0056b3);border-radius:20px;padding:8px 16px;cursor:pointer;font-size:14px;color:white;transition:all .2s ease}.DebugPanel_minimized__IlO1O:hover{background:var(--secondary-color,#0056b3);transform:scale(1.05)}.DebugPanel_header__n_oAS{display:flex;justify-content:space-between;align-items:center;padding:10px 15px;background:rgba(0,0,0,.2);border-bottom:1px solid var(--secondary-color,#0056b3)}.DebugPanel_header__n_oAS h3{margin:0;color:white;font-size:14px}.DebugPanel_minimize__sscT9{background:transparent;border:1px solid var(--secondary-color,#0056b3);color:white;padding:2px 10px;cursor:pointer;border-radius:4px;font-size:16px;line-height:1}.DebugPanel_minimize__sscT9:hover{background:var(--secondary-color,#0056b3)}.DebugPanel_section__Vsdez{padding:15px;border-bottom:1px solid rgba(255,255,255,.1);max-height:200px;overflow-y:auto}.DebugPanel_section__Vsdez:last-child{border-bottom:none}.DebugPanel_section__Vsdez h4{margin:0 0 10px;color:white;font-size:12px;text-transform:uppercase;letter-spacing:1px}.DebugPanel_envList__ys10C{display:flex;flex-direction:column;gap:5px}.DebugPanel_envItem__vktKh{display:flex;justify-content:space-between;align-items:center;padding:5px 10px;background:rgba(0,0,0,.1);border-radius:4px}.DebugPanel_envKey__g0e6J{color:rgba(255,255,255,.7);font-weight:700}.DebugPanel_envValue__aUHB5{color:white;text-align:right;word-break:break-all;max-width:200px}.DebugPanel_endpointTests__EOcI0{display:flex;flex-direction:column;gap:8px}.DebugPanel_testRow__4MBx7{display:flex;align-items:center;gap:10px}.DebugPanel_testButton__2jpsh{background:var(--secondary-color,#0056b3);border:none;color:white;padding:5px 12px;border-radius:4px;cursor:pointer;font-size:11px;font-family:monospace;white-space:nowrap;transition:all .2s ease}.DebugPanel_testButton__2jpsh:hover{background:#0066cc;transform:translateY(-1px)}.DebugPanel_testButton__2jpsh:disabled{opacity:.5;cursor:not-allowed}.DebugPanel_testResult__VuyaQ{flex:1 1;font-size:10px;color:rgba(255,255,255,.8);padding:4px 8px;background:rgba(0,0,0,.2);border-radius:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.DebugPanel_footer__RPwhJ{padding:10px 15px;background:rgba(0,0,0,.2);text-align:center;color:rgba(255,255,255,.5)}.DebugPanel_toggleContainer__VNzz4{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));grid-gap:1rem;gap:1rem;width:100%;max-width:600px;padding:1rem;background:rgba(0,0,0,.1);border-radius:10px;border:1px solid rgba(255,255,255,.1)}.DebugPanel_toggleItem__UUQwF{display:flex;align-items:center;gap:.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:white;font-family:monospace;font-size:12px}.DebugPanel_checkbox__YY_T_{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.DebugPanel_checkmark__wZNQc{position:relative;height:20px;width:20px;background-color:rgba(255,255,255,.1);border:2px solid rgba(255,255,255,.3);border-radius:4px;transition:all .2s ease}.DebugPanel_toggleItem__UUQwF:hover .DebugPanel_checkmark__wZNQc{background-color:rgba(255,255,255,.2)}.DebugPanel_checkbox__YY_T_:checked~.DebugPanel_checkmark__wZNQc{background-color:#4CAF50;border-color:#4CAF50}.DebugPanel_checkmark__wZNQc:after{content:"";position:absolute;display:none;left:6px;top:2px;width:5px;height:10px;border:solid white;border-width:0 3px 3px 0;transform:rotate(45deg)}.DebugPanel_checkbox__YY_T_:checked~.DebugPanel_checkmark__wZNQc:after{display:block}.DebugPanel_toggleLabel__wNFLa{white-space:nowrap}.DebugPanel_modalBackdrop__4sYv3{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);z-index:10000}.DebugPanel_rateLimitModal__tT3bW{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#1a1a1a;border:2px solid var(--secondary-color,#0056b3);border-radius:10px;z-index:10001;box-shadow:0 10px 30px rgba(0,123,255,.5);overflow:hidden;display:flex;flex-direction:column;align-items:center;max-width:90vw}.DebugPanel_modalContent__0jt2w{padding:2rem;text-align:center;color:white;font-family:monospace}.DebugPanel_modalContent__0jt2w h3{margin:0 0 1rem;color:#ff4444}.DebugPanel_modalContent__0jt2w p{margin:.5rem 0}.DebugPanel_modalButton__P8HQp{margin-top:1rem;padding:.5rem 2rem;background:var(--secondary-color,#0056b3);border:none;border-radius:4px;color:white;cursor:pointer;font-size:14px;transition:all .2s ease}.DebugPanel_modalButton__P8HQp:hover{background:#0066cc;transform:translateY(-1px)}.DebugPanel_section__Vsdez::-webkit-scrollbar{width:6px}.DebugPanel_section__Vsdez::-webkit-scrollbar-track{background:rgba(0,0,0,.1)}.DebugPanel_section__Vsdez::-webkit-scrollbar-thumb{background:var(--secondary-color,#0056b3);border-radius:3px}.DebugPanel_section__Vsdez::-webkit-scrollbar-thumb:hover{background:#0066cc}@media (max-width:768px){.DebugPanel_panel__YGJh_{width:320px;max-height:400px;bottom:10px;right:10px}.DebugPanel_section__Vsdez{padding:10px;max-height:150px}.DebugPanel_envValue__aUHB5{max-width:150px}.DebugPanel_toggleContainer__VNzz4{grid-template-columns:1fr 1fr;max-width:320px}.DebugPanel_rateLimitModal__tT3bW{width:90vw}}.NFTScreen_wrapper__pTwHp{display:flex;flex-direction:column;align-items:center;width:100%;min-height:550px}.NFTScreen_wrapper__pTwHp,.NFTScreen_wrapper__pTwHp.NFTScreen_stable__85tKl{opacity:1;transform:scale(1);transition:all .5s ease-in-out}.NFTScreen_wrapper__pTwHp.NFTScreen_switching__dw2Ia{opacity:.3;transform:scale(.98)}.NFTScreen_tokenIdText__9OSES{color:white;text-align:center;font-size:1.2rem;font-weight:1;margin-bottom:1rem;height:1.5rem;display:flex;align-items:center;justify-content:center}.NFTScreen_container__ksy5M{width:90%;max-width:500px;aspect-ratio:1/1;background-color:transparent;border:var(--default-border);border-radius:10px;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.NFTScreen_keyWrapper__7v3ZN{width:100%;height:100%;background-color:rgba(0,0,0,.3);display:flex;align-items:center;justify-content:center;transition:background-color 1s ease-in-out}.NFTScreen_key__HNYL1{width:80%;height:80%;fill:white;transition:fill 1s ease-in-out,color 1s ease-in-out}.NFTScreen_iconWrapper__A2SpI{display:flex;align-items:center;justify-content:center;width:100%;height:100%}@keyframes NFTScreen_stableFadeIn__rbR1p{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}@media (max-width:768px){.NFTScreen_wrapper__pTwHp{min-height:400px}.NFTScreen_container__ksy5M{max-width:350px}.NFTScreen_tokenIdText__9OSES{font-size:1rem}}.NFTScreen_dropdownListWrapper__X7Aqo{position:absolute;top:100%;left:0;right:0;z-index:1000}.NFTScreen_middleSection__rPQ5_{max-height:150px;overflow-y:auto;background-color:var(--primary-color);border-left:var(--default-border);border-right:var(--default-border);z-index:1001;position:relative}.NFTScreen_bottomSection__PpBQ2{margin-top:-2px;background-color:var(--primary-color);border:var(--default-border);border-top:none;border-radius:0 0 90px 90px;height:10px;z-index:1000;position:relative}.NFTScreen_dropdownButton__vXZRL:focus-visible{outline:2px solid var(--secondary-color);outline-offset:2px}.NFTScreen_dropdownItem__963v_:focus-visible{outline:2px solid var(--secondary-color);outline-offset:-2px}.NFTScreen_dropdownButton__vXZRL:focus:not(:focus-visible),.NFTScreen_dropdownItem__963v_:focus:not(:focus-visible){outline:none}.NFTScreen_srOnly__eE9lm{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.TokenStatus_container__H_Gl1{width:100%;text-align:center;margin-bottom:2rem;min-height:3.5rem;display:flex;align-items:center;justify-content:center}.TokenStatus_text__Chiel{font-family:var(--font-primary);font-size:2.5rem;color:white;margin:0;text-transform:uppercase;letter-spacing:2px;opacity:1;transform:translateY(0);transition:opacity .5s ease-in-out,transform .5s ease-in-out;animation:TokenStatus_initialFadeIn__wB5Jg 1s ease-in-out}.TokenStatus_text__Chiel.TokenStatus_transitioning__Eo9jI{opacity:0;transform:translateY(-5px)}@keyframes TokenStatus_initialFadeIn__wB5Jg{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.TokenStatus_text__Chiel{font-size:2rem}.TokenStatus_container__H_Gl1{min-height:3rem;margin-bottom:0}}.viewpage_wrapper__q8LQb{max-width:400px;margin:2rem auto 0}.viewpage_title__dmAA9{font-family:AgencyB;font-size:20px;text-align:center;margin-bottom:.5rem}.viewpage_container__4JolB{display:flex;justify-content:center;border:var(--default-border);overflow:hidden;width:100%}.viewpage_container__4JolB.viewpage_single__8Pzqw{width:200px;margin:0 auto}.viewpage_section__Ynyu9{flex:1 1;max-width:200px;text-align:center;padding:.75rem 1.5rem;text-decoration:none;color:inherit;transition:background-color 1s}.viewpage_container__4JolB.viewpage_single__8Pzqw .viewpage_section__Ynyu9{flex:none;width:100%}.viewpage_section__Ynyu9:hover{background-color:var(--secondary-color)}.viewpage_section__Ynyu9:not(:last-child){border-right:2px solid var(--secondary-color)}