@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";header{margin:0 auto;width:100vw;max-width:var(--max-width);height:70px;background:#040408e6;display:flex;align-items:center;justify-content:space-between;padding:0rem 1rem 0rem 4rem;position:relative}.header--logo{height:40px}.header--logo-link{display:inline-block;transition:transform .3s ease}.header--logo-link:hover{transform:scale(1.1);cursor:pointer}.header--logo-link:active{transform:scale(.95)}.header--menu{display:flex;align-items:center}.header--menu a{color:#fff;margin-right:3rem;font-size:.7rem}.header--menu a:hover{color:#26dfd5e6}.mobile-menu-btn{width:30px;height:30px;position:absolute;right:1.5rem;top:50%;transform:translateY(-50%);cursor:pointer;display:none;z-index:1001}.mobile-menu-btn .line{width:100%;height:2px;background:#fff;position:absolute;transition:all .3s ease}.mobile-menu-btn .line-top{top:0}.mobile-menu-btn .line-center{top:50%;transform:translateY(-50%)}.mobile-menu-btn .line-bottom{bottom:0}.mobile-menu-btn.active .line-top{transform:translateY(12px) rotate(-45deg)}.mobile-menu-btn.active .line-center{opacity:0}.mobile-menu-btn.active .line-bottom{transform:translateY(-12px) rotate(45deg)}.mobile-nav{position:fixed;top:0;left:100%;width:100%;height:100%;background:#0a0a12;transition:left .3s ease;z-index:1000;display:flex;flex-direction:column;padding-top:8rem}.mobile-nav.active{left:0}.mobile-nav-links{display:flex;flex-direction:column;align-items:center;list-style:none}.mobile-nav-links li{padding:2rem;font-size:1.4rem}.mobile-nav-links a{color:#fff}.mobile-nav-links a.active{color:#1fb7afcc}.mobile-socials{margin-top:auto;padding-bottom:3rem;display:flex;flex-direction:column;align-items:center}.mobile-socials a{margin-bottom:1rem;color:#fff}@media(max-width:900px){.header--menu{display:none}.mobile-menu-btn{display:block}header{padding:0rem 1rem}}main.home{width:100vw;min-height:calc(100vh - 70px);max-width:var(--max-width);overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;background:radial-gradient(circle at center,#01040d,#000);margin:0 auto;text-align:center}main.home:before,main.home:after{content:"";position:absolute;border-radius:50%;filter:blur(150px);opacity:.6;animation:float 20s infinite alternate}main.home:before{width:600px;height:600px;background:#1fc9c066;top:-200px;left:-200px}main.home:after{width:800px;height:800px;background:#1fc9c04d;bottom:-300px;right:-300px}@keyframes float{0%{transform:translate(0)}to{transform:translate(50px,50px)}}section.home{width:80vw;max-width:var(--max-width);height:100%;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.home .add-link{background-color:var(--green-button);border-color:transparent;margin-top:1rem;padding:8px 14px;border-radius:6px;color:#fff;cursor:pointer;transition:transform .3s,background-color .3s}.home .add-link:hover{background-color:var(--button-hover)}.home h1{font-size:4rem;font-weight:700;margin-bottom:1rem;color:#fff;text-shadow:0 0 20px rgba(88,101,242,.2);transform:translateY(-10px);text-align:center}.home p{font-size:1rem;line-height:1.6;margin-bottom:1rem;color:#c0c0d0;padding:0 2rem;text-align:center;transform:translateY(-10px)}.home a{font-size:.9rem;font-weight:500;color:#3cdcd4;text-decoration:none;transition:color .3s,transform .3s}.home a:hover{color:#1fb7afcc;transform:translateY(-1px)}.home footer{position:fixed;bottom:0;margin:.8rem 0;font-size:.6rem;text-align:center}@media(max-width:920px){.home p{letter-spacing:.1rem}}@media(min-height:1000px)and (max-width:920px){.home h1{font-size:3.8rem}}@media(max-width:780px){main.home:before{width:300px;height:300px;background:#1fc9c099;top:-100px;left:-100px}main.home:after{width:500px;height:500px;background:#1fc9c099;bottom:-150px;right:-150px}.home h1{font-size:3.6rem}.home p,.home a{font-size:.8rem}}@media(max-width:420px){.home h1{font-size:3.4rem}}@media(max-width:380px){.home footer{margin:.4rem 0}.home h1{font-size:3rem}}@media(max-width:300px){section.home{transform:scale(.9)}.home h1{font-size:2rem}.home p,.home a{font-size:.6rem}}main.legal{max-width:var(--max-width);min-height:calc(100vh - 70px);margin:0 auto;position:relative;overflow-x:hidden;background:radial-gradient(circle at center,#12121e,#0a0a12)}section.legal{max-width:900px;margin:120px auto 60px;padding:0 6rem;text-align:left}.legal footer{text-align:center;font-size:.6rem;color:#888;margin:.8rem 0}.legal h1{font-size:3.4rem;font-weight:700;margin-bottom:1rem}.legal h2{font-size:1.8rem;font-weight:600;margin:2rem 0 1rem}.legal p,.legal li{font-size:.8rem;line-height:1.6;margin-bottom:1rem;color:#c0c0d0}.legal ul{padding-left:1.5rem;margin-bottom:1rem}.legal a{font-size:.8rem;font-weight:500;color:#3cdcd4;text-decoration:none;transition:color .3s,transform .3s}.legal a:hover{color:#1fb7afcc;transform:translateY(-1px)}.legal .muted{font-size:.7rem;color:#888}@media(max-width:920px){section.legal{width:75%;padding-right:2rem;margin:8rem 0}.legal h2{font-size:1.4rem}.legal p,.legal a{letter-spacing:.1rem;line-height:1.2rem;font-size:.6rem}.legal li{line-height:.8rem}}@media(min-height:1000px)and (max-width:920px){.legal h1{font-size:3.6rem}}@media(max-width:780px){section.legal{margin:120px auto 60px;padding:0 2rem 0 0}.legal h1{font-size:3rem}.legal .muted{font-size:.5rem}}@media(max-width:420px){section.legal{width:85%;padding-right:2rem}.legal h1{font-size:2.6rem}.legal h2{font-size:1.2rem}.legal p{line-height:1.2rem}.legal li{font-size:.7rem;line-height:1.1rem}}@media(max-width:300px){section.legal{transform:scale(.9)}.legal h1{font-size:2rem}.legal h2{font-size:1rem}.legal p,.legal a{font-size:.6rem}}:root{--black: #000;--white: #fff;--light: #e0e5e4;--link-hover: rgba(38, 223, 213, .9);--button-hover: rgba(32, 206, 197, .3);--green-button: rgb(29, 194, 185);--scale-xs: scale(1.1);--max-width: 1280px}::-webkit-scrollbar{display:none}html{font-family:Poppins,sans-serif;scroll-behavior:smooth}*{margin:0;padding:0;box-sizing:border-box;text-decoration:none;list-style:none}body{width:100vw;min-height:100vh;letter-spacing:2px;background-color:var(--black);color:var(--light);overflow-x:hidden}
