.Instructions_container__r0BzU{max-width:800px;padding:2rem;background-color:transparent;border:var(--default-border);border-radius:12px;margin:0 auto 2rem}.Instructions_title__RbfTS{font-size:2.5rem;font-weight:700;margin-bottom:2rem;text-align:center;color:#fff;text-shadow:0 0 10px hsla(0,0%,100%,.2)}.Instructions_addressButton__lnZjO{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;margin-bottom:2rem;padding:1.25rem 1.5rem;background-color:var(--secondary-color);border:var(--default-border);border-radius:8px;cursor:pointer;transition:all .2s ease;color:#fff;position:relative;overflow:hidden;min-height:70px}.Instructions_addressButton__lnZjO:hover{background-color:var(--primary-color);transform:translateY(-1px);box-shadow:0 4px 8px rgba(0,0,0,.2)}.Instructions_addressButton__lnZjO:active{transform:translateY(0)}.Instructions_contractLabel__k8Jug{font-family:var(--font-primary);font-weight:1;color:#fff;white-space:nowrap;flex-shrink:0}.Instructions_addressWrapper__iqkVl{position:relative;flex:1 1;display:flex;align-items:center;justify-content:center;min-width:0;padding:.5rem .75rem;min-height:36px;background-color:var(--primary-color);border:var(--default-border);border-radius:4px;overflow:hidden}.Instructions_addressText__M5Iq2,.Instructions_copiedText__shxG3{position:absolute;width:100%;text-align:center;font-family:monospace;font-size:.9rem;letter-spacing:.5px;transition:opacity 1s ease;white-space:nowrap}.Instructions_fadeIn__MAobs{opacity:1}.Instructions_fadeOut__WWvzY{opacity:0}.Instructions_copyIcon__4mutx{width:16px;height:16px;flex-shrink:0;color:#fff;opacity:.8;transition:opacity .2s ease}.Instructions_addressButton__lnZjO:hover .Instructions_copyIcon__4mutx{opacity:1}.Instructions_intro__voP5Q{font-size:1.1rem;text-align:center;color:#fff;margin-bottom:2rem}.Instructions_section__FvrbA{margin-bottom:2rem}.Instructions_sectionTitle__sSCvY{font-size:1.5rem;font-weight:1;margin-bottom:1rem;color:#fff}.Instructions_rulesList___zNh2{list-style-position:inside;space-y:.75rem}.Instructions_rulesList___zNh2 li{margin-bottom:.75rem;color:#fff;line-height:1.6}.Instructions_section__FvrbA p{color:#fff;line-height:1.6}@media (max-width:768px){.Instructions_container__r0BzU{padding:1.5rem;margin:1rem}.Instructions_title__RbfTS{font-size:2rem}.Instructions_addressButton__lnZjO{flex-wrap:wrap;gap:.75rem;padding:1.25rem 1rem;min-height:auto}.Instructions_contractLabel__k8Jug{font-size:.9rem;width:100%;text-align:center}.Instructions_addressWrapper__iqkVl{width:100%;order:2}.Instructions_copyIcon__4mutx{order:3;margin:0 auto}.Instructions_addressText__M5Iq2,.Instructions_copiedText__shxG3{font-size:.8rem}}.TokenStatus_container__hZREz{width:100%;text-align:center;margin-bottom:2rem;min-height:3.5rem;display:flex;align-items:center;justify-content:center}.TokenStatus_text__Rds_2{font-family:var(--font-primary);font-size:2.5rem;color:#fff;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__7TTjd 1s ease-in-out}.TokenStatus_text__Rds_2.TokenStatus_transitioning__Cb9Nw{opacity:0;transform:translateY(-5px)}@keyframes TokenStatus_initialFadeIn__7TTjd{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.TokenStatus_text__Rds_2{font-size:2rem}.TokenStatus_container__hZREz{min-height:3rem;margin-bottom:0}}.NFTScreen_wrapper__T5hEw{display:flex;flex-direction:column;align-items:center;width:100%;min-height:550px}.NFTScreen_wrapper__T5hEw,.NFTScreen_wrapper__T5hEw.NFTScreen_stable__zFVLM{opacity:1;transform:scale(1);transition:all .5s ease-in-out}.NFTScreen_wrapper__T5hEw.NFTScreen_switching__rBZPn{opacity:.3;transform:scale(.98)}.NFTScreen_tokenIdText__Qq3R7{color:#fff;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__0jgU_{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__cn4uU{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__XI__N{width:80%;height:80%;fill:#fff;transition:fill 1s ease-in-out,color 1s ease-in-out}.NFTScreen_iconWrapper___4inN{display:flex;align-items:center;justify-content:center;width:100%;height:100%}@keyframes NFTScreen_stableFadeIn__TDG4a{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}@media (max-width:768px){.NFTScreen_wrapper__T5hEw{min-height:400px}.NFTScreen_container__0jgU_{max-width:350px}.NFTScreen_tokenIdText__Qq3R7{font-size:1rem}}.ButtonSection_container__SnuI_{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__yv1NN 1s ease-in-out}.ButtonSection_container__SnuI_.ButtonSection_transitioning____OW6{opacity:0}.ButtonSection_burnButton__IPriO,.ButtonSection_gateButton__T0QbZ,.ButtonSection_loadingButton__eGNCe,.ButtonSection_mintButton__ADMjN{padding:1rem 2rem;font-family:var(--font-primary);font-size:1.2rem;text-transform:uppercase;letter-spacing:1px;background:transparent;border:var(--default-border);border-radius:200px;color:#fff;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center;position:relative;overflow:hidden}.ButtonSection_loadingButton__eGNCe{opacity:.5;cursor:not-allowed}.ButtonSection_gateButton__T0QbZ:hover,.ButtonSection_mintButton__ADMjN:hover:not(:disabled){background:var(--secondary-color);transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,123,255,.3)}.ButtonSection_burnButton__IPriO{border-color:var(--accent-color);color:var(--accent-color)}.ButtonSection_burnButton__IPriO:hover:not(:disabled){background:var(--accent-color);color:#fff;transform:translateY(-2px);box-shadow:0 5px 15px rgba(255,0,0,.3)}.ButtonSection_burnButton__IPriO:disabled,.ButtonSection_mintButton__ADMjN:disabled{cursor:not-allowed}.ButtonSection_burnButton__IPriO:disabled:not(.ButtonSection_processing__haILj),.ButtonSection_mintButton__ADMjN:disabled:not(.ButtonSection_processing__haILj){opacity:.5}.ButtonSection_burnButton__IPriO.ButtonSection_processing__haILj,.ButtonSection_mintButton__ADMjN.ButtonSection_processing__haILj{position:relative;z-index:1}.ButtonSection_burnButton__IPriO.ButtonSection_processing__haILj:before,.ButtonSection_mintButton__ADMjN.ButtonSection_processing__haILj:before{content:"";position:absolute;top:0;left:-110%;width:110%;height:100%;border-radius:200px;animation:ButtonSection_waveSlide__QL80L 2s ease-in-out infinite;z-index:-1}.ButtonSection_mintButton__ADMjN.ButtonSection_processing__haILj:before{background:var(--secondary-color)}.ButtonSection_burnButton__IPriO.ButtonSection_processing__haILj:before{background:var(--accent-color)}@keyframes ButtonSection_waveSlide__QL80L{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__yv1NN{0%{opacity:0}to{opacity:1}}@media (min-width:769px){.ButtonSection_burnButton__IPriO{min-width:200px}.ButtonSection_mintButton__ADMjN{min-width:400px}}@media (max-width:768px){.ButtonSection_container__SnuI_{flex-direction:column;gap:.8rem;min-height:140px;margin-top:0}.ButtonSection_burnButton__IPriO,.ButtonSection_gateButton__T0QbZ,.ButtonSection_loadingButton__eGNCe,.ButtonSection_mintButton__ADMjN{width:100%;max-width:300px}}.ButtonSection_faucetText__2XCaQ{text-align:center;margin-top:3rem;font-size:1rem;text-decoration:none;display:block;color:inherit}@media (max-width:768px){.ButtonSection_faucetText__2XCaQ{margin-top:2rem}}.MintPageWrapper_container___Tnh_{min-height:100vh;display:flex;align-items:flex-start;justify-content:center;padding:2rem;background:transparent;margin-top:2rem}.MintPageWrapper_content___0vlA{width:100%;max-width:600px;display:flex;flex-direction:column;align-items:center}@media (max-width:768px){.MintPageWrapper_container___Tnh_{padding:1rem;margin-bottom:5rem;min-height:auto}}