@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&family=Lexend:wght@100..900&family=Pacifico&display=swap";.gs-section{display:flex;flex-direction:column;gap:2rem;padding:4rem}.gs-section-title{align-self:center;width:40rem;font-size:2.5rem;font-weight:700;background:var(--color-primary);color:#fff;padding:1rem;border-radius:1rem;border:.5rem solid var(--color-secondary);text-align:center}.gs-section-content{padding:1rem;font-size:1.6rem;line-height:1.6;color:var(--color-text);text-wrap-style:pretty;display:flex;flex-direction:column;gap:1rem}.hero-card{width:12rem;display:flex;flex-direction:column;align-items:center;background-color:var(--color-primary);border-radius:1rem;overflow:hidden;cursor:pointer;opacity:.55;transition:rotate .3s ease-in-out,opacity .3s ease-in-out,scale .3s ease-in-out}.hero-card:hover{opacity:1;scale:1.05;rotate:5deg}.hero-card:active{scale:.5}.hero-card-icon-container{width:100%;aspect-ratio:1;display:flex;align-items:center;justify-content:center;padding:3rem;transition:padding .3s ease-in-out}.hero-card:hover .hero-card-icon-container{padding:2rem}.hero-card-icon{width:100%;height:100%}.hero-card-text{width:100%;display:flex;font-size:1rem;align-items:center;background-color:var(--color-secondary);padding:.5rem 1rem}.hero-card-name{flex:1}.hero-card-link{height:100%;aspect-ratio:1}.hero{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4rem;height:100vh;position:relative;margin-bottom:4rem;--gradient-height: 3rem}.hero:before{content:"";position:absolute;top:100%;left:0;width:100%;height:var(--gradient-height);z-index:-1;background:linear-gradient(to right,var(--color-secondary),var(--color-tertiary))}.hero:after{content:"";position:absolute;top:100%;left:0;width:100%;height:var(--gradient-height);z-index:-1;background:linear-gradient(to bottom,transparent,var(--color-background))}.hero-background{position:absolute;padding:1rem;left:0;top:0;height:100%;width:100%;aspect-ratio:1;z-index:-1;pointer-events:none;background:linear-gradient(to bottom right,var(--color-primary),var(--color-secondary),var(--color-tertiary))}.hero-background:before{content:"";display:block;width:100%;height:100%;border-radius:1rem;background:var(--color-background)}.content{display:flex;flex-direction:column;align-items:center;text-align:center}.brand{display:flex;flex-direction:column;align-items:center}.brand-logo{width:10rem;height:10rem}.brand-logo img{width:100%;height:100%;object-fit:contain}.brand-name{font-size:4rem;font-weight:700;margin-top:.5rem}.slogan{font-size:1.2rem;color:#666;margin-top:.5rem}.actions{display:flex;gap:2rem}:root{--color-primary: #A15EFF;--color-secondary: #D65EBA;--color-tertiary: #FF7E47;--color-black: #000000;--color-white: #FFFFFF;--color-gray: #808080;--color-danger: #FF4C4C;--color-success: #4CAF50;--color-warning: #FF9800;--color-background: #111111}*{margin:0;padding:0;box-sizing:border-box;cursor:inherit;background:transparent;color:var(--color-white);user-select:none;-webkit-user-select:none;transition:transform .3s ease-in-out,filter .3s ease-in-out,scale .3s ease-in-out,background-color .3s ease-in-out,color .3s ease-in-out,opacity .3s ease-in-out,transform .3s ease-in-out,translate .3s ease-in-out,box-shadow .3s ease-in-out,outline .3s ease-in-out,border-color .3s ease-in-out,border-radius .3s ease-in-out,filter .3s ease-in-out,text-shadow .3s ease-in-out}html,body,#root{position:fixed;top:0;left:0;width:100%;height:100%;cursor:default;background-color:var(--color-background);color:var(--color-white);overflow-y:auto;font-family:Lexend,JetBrains Mono,Pacifico,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}::-webkit-scrollbar{width:.5rem;height:.5rem;background-color:#fff3}::-webkit-scrollbar-thumb{background-color:#fff3;border-radius:.25rem}::-webkit-scrollbar-thumb:hover{background-color:#fff9}img{-webkit-user-select:none;user-select:none;pointer-events:none}
