@import"https://fonts.googleapis.com/css2?family=Paytone+One&family=Tektur:wght@400..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap";*{box-sizing:border-box;margin:0;font-family:Ubuntu,Arial,Helvetica,sans-serif;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}html{width:100vw;height:100dvh;overflow:hidden}body{width:100vw;height:100dvh;margin:0;background-color:#0a060e}a{all:unset}header{position:relative;height:90px;width:100%;max-width:100vw;background-color:#160d1f;box-shadow:0 0 8px 1px #180f22;color:#11d8a9;display:flex;align-items:center;justify-content:center;z-index:10}main{position:relative;height:calc(100dvh - 120px)}footer{position:absolute;bottom:0;z-index:4;height:30px;width:100vw;background-color:#160d1f;box-shadow:0 0 8px 1px #180f22;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.75rem}.max-w-head-container{max-width:1280px;width:100%;height:100%;display:flex;align-items:flex-start;justify-content:space-between;padding-left:1rem;padding-right:1rem}.max-w-foot-container{max-width:1280px;width:100%;height:100%;display:flex;align-items:center;justify-content:space-between;padding-left:1rem;padding-right:1rem}.home-button{width:80px;text-align:start;font-size:3.2rem;text-shadow:rgb(111,0,255) 20px -4px 50px;cursor:pointer;letter-spacing:-.62rem;transform:rotate(90deg)}#power{animation:highlight 2s infinite}#souluos{font-family:Paytone One,Arial,sans-serif;animation:highlight 2s infinite}@keyframes highlight{0%{color:#f9f9f9;text-shadow:#f9f9f9 0 0 30px}60%{color:#11d8a9;text-shadow:rgb(17,216,169) 0 0 30px}to{color:#f9f9f9;text-shadow:#f9f9f9 0 0 30px}}@media screen and (min-width:800px){main{position:relative;height:calc(100dvh - 110px)}header{height:80px}.home-button{width:150px;font-size:4rem;align-items:center;text-align:center;letter-spacing:-.85rem;transform:rotate(0)}}#breath-container{position:absolute;top:0;left:0;width:100vw;height:calc(100dvh - 110px);z-index:-1;filter:blur(12px);overflow:hidden}.breath{position:absolute;inset:0;margin:auto;border-radius:50%;box-shadow:0 0 calc(40px * var(--index)) calc(40px * var(--index)) #160d1f;animation:breath 26s infinite ease-in-out}@keyframes breath{0%{width:calc(1px * var(--index));height:calc(1px * var(--index))}50%{width:calc(200vw / var(--index));height:calc(200vw / var(--index))}to{width:1px;height:1px}}.loader-container{width:100vw;height:100dvh;background-color:#090909;z-index:3;display:flex;justify-content:center;align-items:center;position:fixed;top:0;left:0}.loader-section{position:relative;z-index:3;height:30%;aspect-ratio:1;display:flex;justify-content:center;align-items:center}.loader{width:200px;height:200px;border-radius:50%;position:absolute;border:3px solid;border-color:rgba(175,240,241,.5) rgba(175,240,241,.5) transparent transparent;animation:rotation 10s linear infinite}.loader:after,.loader:before{content:"";box-sizing:border-box;position:absolute;inset:0;margin:auto;border:1px solid;border-color:rgba(175,240,241,.358) rgba(175,240,241,.358) transparent transparent;width:120px;height:120px;border-radius:50%}.loader:before{width:60px;height:60px;border-color:rgba(175,240,241,.9) rgba(175,240,241,.9) transparent transparent;animation:rotation 1s linear infinite}.loader:after{animation:rotationBack 1s linear infinite}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes rotationBack{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}.disappear{animation:disappear 1s forwards;transition:opacity 1s ease-out}@keyframes disappear{0%{opacity:1;display:flex;z-index:2}99%{display:flex;z-index:2}to{opacity:0;display:none;z-index:-1}}.star{height:100%;aspect-ratio:1;position:absolute;top:0%;left:0%;transform:rotate(calc(30deg * var(--index)));animation:flash 6s infinite;background-image:radial-gradient(circle,#232323,#d9f4f61a 70%);background-size:150%;mix-blend-mode:difference}@keyframes flash{0%{box-shadow:0 0 32px 18px #2d0277}20%{box-shadow:0 0 12px 12px #25aad7}40%{box-shadow:0 0 12px 12px #480a6e}60%{box-shadow:0 0 32px 18px #9c25d7}80%{box-shadow:0 0 12px 12px #25aad7}to{box-shadow:0 0 32px 18px #2d0277}}
