*{margin:0;padding:0;box-sizing:border-box}html,body,#root{min-height:100vh;width:100%}#root{isolation:isolate;position:relative}.app-wrapper{position:relative;z-index:0;min-height:100vh;overflow:hidden}.mesh-bg-light{background:linear-gradient(120deg,#e0c3fc,#8ec5fc);background-size:200% 200%;animation:gradientShift 15s ease infinite}.mesh-bg-dark{background:linear-gradient(120deg,#1e1332,#10263f);background-size:200% 200%;animation:gradientShift 15s ease infinite}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.mesh-bg-light:before,.mesh-bg-dark:before,.mesh-bg-light:after,.mesh-bg-dark:after{content:"";position:absolute;width:60vw;height:60vw;border-radius:50%;filter:blur(80px);z-index:-1;animation:float 20s infinite ease-in-out}.mesh-bg-light:before{background:#ffb6ff66;top:-10vw;left:-10vw}.mesh-bg-light:after{background:#b6ffff66;bottom:-10vw;right:-10vw;animation-delay:-10s}.mesh-bg-dark:before{background:#9333ea26;top:-10vw;left:-10vw}.mesh-bg-dark:after{background:#3b82f626;bottom:-10vw;right:-10vw;animation-delay:-10s}@keyframes float{0%{transform:translate(0) scale(1)}33%{transform:translate(5%,5%) scale(1.05)}66%{transform:translate(-5%,2%) scale(.95)}to{transform:translate(0) scale(1)}}.chakra-container{position:relative;z-index:1}.chakra-tabs__tab-panel{border-radius:1rem}body,#root,.chakra-container,.main-card{transition:all .3s ease-in-out}
