*,:after,:before{margin:0;padding:0;box-sizing:border-box}body{background:#111A16;color:#e4e4e4;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}.page{min-height:100vh;display:flex;flex-direction:column}.header{position:fixed;top:0;left:0;right:0;z-index:100;padding:24px 40px}.hero{flex:1 1;justify-content:center;min-height:100vh;padding:0 40px}.hero,.hero__content{display:flex;align-items:center}.hero__content{flex-direction:column;gap:24px}.hero__logo{width:80px;height:80px}.hero__login{font-size:14px;color:#80FBD2;transition:opacity .15s ease}.hero__login:hover{opacity:.7}.footer{background:#0D0D0D;padding:48px 24px}.footer__inner{display:flex;flex-direction:column;align-items:center;max-width:1080px;margin:0 auto;text-align:center}.footer__logo{width:40px;height:40px;margin-bottom:16px}.footer__tagline{font-size:14px;color:rgba(228,228,228,.45);margin-bottom:24px}.footer__links{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-bottom:32px}.footer__link{font-size:14px;color:rgba(228,228,228,.45);transition:color .15s ease}.footer__link:hover{color:#80FBD2}.footer__legal{font-size:14px;color:rgba(228,228,228,.3);margin-bottom:16px;transition:color .15s ease}.footer__legal:hover{color:rgba(228,228,228,.5)}.footer__copyright{font-size:14px;color:rgba(228,228,228,.3)}@media (max-width:768px){.header{padding:16px 20px}.hero{padding:0 20px}.footer{padding:40px 20px 30px}}