.form-input{outline:none;background:var(--form-input-background-gradient);box-shadow:var(--form-input-shadow);transition:all .2s ease}.form-input:focus{background:#c2c2c21c;box-shadow:var(--form-input-shadow-active)}.home-title{background:var(--home-title-background);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.home-header-subtitle{background:var(--home-header-subtitle-background);border:var(--home-header-subtitle-border);box-shadow:var(--home-header-subtitle-shadow);border-radius:999px;margin:0 auto 12px;padding:4px 14px}.text-description{color:#9b96b0}.text-subdescription{color:#d2d0dd}.shadow-button,.shadow-button-bg{color:black;outline:none;background-image:var(--shadow-button-background-gradient);box-shadow:var(--shadow-button-shadow);overflow:hidden}.shadow-button{position:relative;cursor:pointer;z-index:1;&:active{box-shadow:var(--shadow-button-shadow-active)}}.shadow-button:before{content:"";position:absolute;inset:0;background-image:var(--shadow-button-hover);opacity:0;transition:opacity .2s ease,box-shadow .2s ease;z-index:-1}.shadow-button:hover:before{opacity:1}.shadow-button:active:before{box-shadow:var(--shadow-button-shadow-active)}.shadow-button-secondary{color:white;outline:none;background:var(--shadow-button-secondary-background-gradient);box-shadow:var(--shadow-button-secondary-shadow);transition:all .2s ease;cursor:pointer;&:hover:not(:active){filter:brightness(1.3)}&:active{box-shadow:var(--shadow-button-secondary-shadow-active)}}.admin-edit-btn{position:absolute;top:0;right:0;font-size:16px;color:white;opacity:.4;outline:none;background:var(--foreground);box-shadow:var(--shadow-button-blue-shadow);overflow:hidden;transition:all .2s ease;cursor:pointer;z-index:10000;&:hover{opacity:.8}}.shadow-button-blue,.subpage-btn-current,.subpage-btn:hover{color:white;outline:none;background:var(--shadow-button-blue-background-gradient);box-shadow:var(--shadow-button-blue-shadow);transition:all .2s ease;cursor:pointer}.shadow-button-blue:hover:not(:active),.subpage-btn-current:hover:not(:active){filter:brightness(1.3)}.admin-edit-btn:active,.shadow-button-blue:active,.subpage-btn-current:active{box-shadow:var(--shadow-button-blue-shadow-active)}.subpage-btn-current:has(~.subpage-btn:hover),.subpage-btn:hover~.subpage-btn-current{color:black;background:none;box-shadow:none}.shadow-button-blue:disabled,.shadow-button-mix-secondary:disabled,.shadow-button-secondary:disabled,.shadow-button:disabled,.subpage-btn-current:disabled{opacity:.5;cursor:not-allowed}.trading-ask-btn,.trading-bid-btn{outline:none;box-shadow:var(--shadow-button-shadow);overflow:hidden;position:relative;cursor:pointer;z-index:1;&:active{box-shadow:var(--shadow-button-shadow-active)}}.trading-bid-btn{color:var(--color-picking-second);background:var(--gradient-a-color)}.trading-ask-btn{color:var(--color-sixth-color);background:var(--gradient-b-color)}.trading-ask-btn:hover:not(:active),.trading-bid-btn:hover:not(:active){scale:1.1}.styled-button{background:var(--styled-button-background-gradient);box-shadow:var(--styled-button-shadow);cursor:pointer;transition:all .2s ease}.styled-button:hover{box-shadow:var(--styled-button-shadow-hover)}.styled-button:active{transform:var(--styled-button-shadow-active-transform);box-shadow:var(--styled-button-shadow-active)}.styled-button:disabled{opacity:.5;cursor:not-allowed}.primary-custom-button{position:relative;padding:2px;overflow:hidden;box-shadow:var(--primary-custom-button-box-shadow);color:white;z-index:0}.primary-custom-button:active{transform:translateY(2px)}.primary-custom-button:hover{color:var(--primary-custom-button-hover-color);text-shadow:var(--primary-custom-button-hover-text-shadow)}.primary-custom-button:after{content:"";position:absolute;top:var(--y);left:var(--x);transform:translate(-50%,-50%);width:400px;height:400px;background:var(--primary-custom-button-hover-after-background);transition:.3s,top 0s,left 0s;z-index:-2;opacity:0}.primary-custom-button:hover:after{opacity:1}.secondary-custom-button{position:relative;padding:2px;overflow:hidden;box-shadow:var(--secondary-custom-button-box-shadow);color:white;z-index:0}.secondary-custom-button:active{transform:translateY(2px)}.secondary-custom-button:hover{color:var(--secondary-custom-button-hover-color);text-shadow:var(--secondary-custom-button-hover-text-shadow)}.secondary-custom-button:after{content:"";position:absolute;top:var(--y);left:var(--x);transform:translate(-50%,-50%);width:400px;height:400px;background:var(--secondary-custom-button-hover-after-background);transition:.3s,top 0s,left 0s;z-index:-2;opacity:0}.secondary-custom-button:hover:after{opacity:1}.form-button{outline:none;background:var(--form-input-background-gradient);box-shadow:var(--form-input-shadow);border:1px solid var(--border);transition:all .2s ease}.form-button:active{background:#c2c2c21c;box-shadow:var(--form-input-shadow-active)}