.button{border:none;background-color:#ffe462;color:#000;font-size:30px;line-height:30px;cursor:pointer;padding:10px;transition:all .3s}.button:hover{opacity:.8}.button--disabled{pointer-events:none;opacity:.6}.button--secondary{background-color:#7c2161;color:#fff}.button--white,.counter{background-color:#fff;color:#000}.counter{position:relative;display:flex;justify-content:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:8px;border:2px solid #ffe462;font-size:34px;line-height:30px}.counter__button{cursor:pointer;font-size:44px}.counter__button:hover{opacity:.8}.counter__value{text-align:center;min-width:120px;font-weight:600}.select{display:flex;align-items:center;justify-content:space-between;background-color:#fff;padding-left:12px}.select__placeholder,.select__value{font-size:28px;line-height:28px;color:#000}.select__placeholder{color:gray;-webkit-user-select:none;-moz-user-select:none;user-select:none}.mint-block__tabs{display:flex;gap:12px}.mint-block__tabs-tab{width:100%}.mint-block__tabs-tab.--active{opacity:.4;transform:scale(.9);pointer-events:none}.mint-block__image{width:100%;height:auto;aspect-ratio:1/1}.mint-block__button{width:100%}.mint-block__section{animation:fadeId 1s ease}.mint-block__section:not(:last-child){margin-bottom:12px}.mint-page{max-width:420px;width:100%;margin:0 auto;padding:12px}.loader{position:fixed;top:0;left:0;z-index:1;height:100vh;width:100vw;background-color:rgba(0,0,0,.749)}.loader,.loader__inner{display:flex;justify-content:center;align-items:center}.loader__inner{flex-direction:column}.loader__image{max-width:240px}.loader__text{font-size:24px}.token-select__token{display:flex;justify-content:space-between;align-items:center}.token-select__token-button{font-size:16px;line-height:16px;padding:4px 12px}.token-select__token-description{width:67px;text-align:center}.token-select__token:not(:last-child){margin-bottom:12px}.token-select__loading{text-align:center}.modal{position:fixed;top:0;left:0;z-index:1;height:100vh;width:100vw;background-color:rgba(0,0,0,.549);display:flex;justify-content:center;align-items:center;animation:fadeIn .5s ease}.modal__inner{position:relative;max-width:484px;width:100%;padding:12px 16px;margin:0 12px;border-radius:8px;background-color:#661b50}.modal__content{line-height:20px;font-size:18px;color:#fff;max-height:50vh;overflow:auto;padding-right:12px}.modal__content span{color:#21b8ff}.modal__close{position:absolute;right:-22px;top:-16px;background-color:#fff;color:#000;padding:0 6px;border-radius:6px;margin:6px 12px;cursor:pointer;font-size:24px;height:24px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.main{height:100%;display:flex;align-items:center}@font-face{font-family:Pixelized;src:url(/fonts/Pixelized.3e78a711.ttf) format("truetype")}*{font-family:Pixelized,monospace!important}#app,body,html{margin:0;height:100%}body{color:#fff;background-color:#000}body::-webkit-scrollbar,div::-webkit-scrollbar,html::-webkit-scrollbar,main::-webkit-scrollbar,span::-webkit-scrollbar{-webkit-appearance:none;width:5px;height:5px}body::-webkit-scrollbar-thumb,div::-webkit-scrollbar-thumb,html::-webkit-scrollbar-thumb,main::-webkit-scrollbar-thumb,span::-webkit-scrollbar-thumb{background-color:#fff}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}