@charset "UTF-8";.homepage__container{width:100%;min-height:100vh;padding:10px;display:flex;flex-direction:column;align-items:center;gap:20px}.homepage__container .homepage__inner{width:100%;max-width:1200px;display:flex;flex-direction:column;align-items:stretch;gap:20px}@media(min-width:640px){.homepage__container{padding:12px}}@media(min-width:768px){.homepage__container{padding:14px}}@media(min-width:1024px){.homepage__container{padding:16px}.homepage__container .homepage__inner{gap:50px}}@media(min-width:1280px){.homepage__container{padding:18px}}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:#181818}::-webkit-scrollbar-thumb{background:#037e2a}::-webkit-scrollbar-thumb:hover{background:#003812}.header{width:100%;padding:40px 24px;display:flex;flex-direction:column;align-items:center;align-content:center;gap:16px;background:#f5f5f5;border-radius:24px;box-shadow:0 20px 40px #00000014,0 4px 10px #0000000d;transition:all .3s ease}.header .header__profileImg{flex:1}.header .header__profileImg img{width:180px;height:180px;border-radius:50%;object-fit:cover}.header .header__profileTxt{flex:1}.header .header__profileTxt h1{color:red}.header .header__profileTxt h3{color:gray}.switcher{width:100%;padding:6px;display:inline-flex;flex-wrap:wrap;align-items:center;justify-content:space-around;gap:4px;background:#f5f5f5;border-radius:24px;box-shadow:0 20px 40px #00000014,0 4px 10px #0000000d;transition:all .3s ease}.switcher__item{padding:10px 20px;border-radius:5px;border:none;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:14px;font-weight:500;color:#1c1c1c;cursor:pointer;transition:all .2s ease;background:transparent}.switcher__item:hover{background-color:#0000000d}.switcher__item--active{background-color:#fff;box-shadow:0 1px 3px #00000014}.switcher__icon{font-size:14px}.switcher__text{white-space:nowrap}@media(min-width:640px){.switcher{padding:8px}.switcher__item{padding:10px 24px;font-size:15px}}@media(min-width:768px){.switcher__item{padding:12px 28px}}@media(min-width:1024px){.switcher{gap:6px}}@media(min-width:1280px){.switcher__item{padding:10px 20px}}*{margin:0;padding:0;font-family:monospace!important}*,*:before,*:after{box-sizing:border-box}html,body{height:100%}body{background-color:#fff;margin:0;padding:0;font-family:aquarius-regular!important}.app_container{display:flex;flex-direction:column;min-height:100vh}@font-face{font-family:aquarius-regular;src:url(/assets/Aquarius-Regular-BXRYaJEl.ttf) format("truetype")}:root{margin:0;padding:0;color:#fff}.main_container{height:auto;overflow:hidden}
