*,*:before,*:after{box-sizing:border-box}html,body,#root{width:100%;margin:0;padding:0}:root{font-family:Work Sans,Inter,Open Sans,sans-serif;line-height:1.6;font-weight:400;color-scheme:light dark;color:#000;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--navbar-height: 70px}a{font-weight:500;color:#646cff;text-decoration:underline}a:hover{color:#535bf2}body{min-width:320px;min-height:100vh;margin:0;padding:0}h1{font-size:3.2em;font-weight:500;line-height:1.2;text-align:center;margin-bottom:1rem}h2{font-size:2em;font-weight:400;line-height:1.3;text-align:center;margin-bottom:1rem}.subsection-title{font-size:1.25em;font-weight:400;margin-top:1.5rem;margin-bottom:.5rem;text-align:left;color:#be5103}p,li{font-size:1rem;line-height:1.6;margin-bottom:.75rem;text-align:left}ul{padding-left:1.5rem}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.highlight{color:#be5103}.page-content{--padding-top: 56px;padding-top:var(--padding-top);max-width:1200px;margin:0 auto}.navbar{position:fixed;top:0;left:0;width:100%;z-index:1000;height:var(--navbar-height);display:flex;align-items:center;justify-content:space-between;background-color:#9495b7;padding:0 1.5rem}.navbar-links{list-style:none;display:flex;gap:1.5rem;margin:0;padding:0}.navbar-links a{color:#fff;text-decoration:none;font-weight:500}.navbar-links a:hover,.navbar-links a.active{text-decoration:underline}.team-logo{max-width:49px;aspect-ratio:1 / 1;height:auto;border-radius:10px}.hamburger{display:none;width:30px;height:2px;background-color:#fff;position:relative;cursor:pointer}.hamburger:before,.hamburger:after{content:"";width:30px;height:2px;background-color:#fff;position:absolute;left:0;transition:.3s}.hamburger:before{top:-8px}.hamburger:after{top:8px}.hamburger.active{background:transparent}.hamburger.active:before{transform:rotate(45deg) translate(5px,5px)}.hamburger.active:after{transform:rotate(-45deg) translate(5px,-5px)}@media(max-aspect-ratio:4/5){.navbar-links{display:none;flex-direction:column;background-color:#9495b7;position:absolute;top:var(--navbar-height);right:0;width:200px;padding:1rem;gap:1rem;border-radius:0 0 0 8px}.navbar-links.show{display:flex}.hamburger{display:block}}.site-footer{margin-top:4rem;padding:3.5rem 1.5rem;text-align:center;background-color:#f5f5f5}.footer-title{color:#be5103;font-size:2rem;font-weight:500;margin-bottom:.75rem}.footer-text{max-width:600px;margin:0 auto 1.75rem;font-size:1rem;line-height:1.6;color:#333;text-align:center}.footer-button{display:inline-block;padding:.75rem 1.75rem;border-radius:8px;background-color:#be5103;color:#fff;font-weight:600;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease}.footer-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #00000026}.feature-cards{display:flex;justify-content:space-between;flex-wrap:wrap;max-width:900px;margin:2rem auto;gap:1rem}.feature-card{flex:1 1 calc(33% - .67rem);aspect-ratio:1.25 / 1;background-color:#9495b7;padding:2rem;text-align:center;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s ease,box-shadow .2s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #00000026}.feature-card:hover .feature-title{display:none}.feature-card:hover .feature-description{display:block}.feature-card a{color:#00008b}@media(max-aspect-ratio:4/5){.feature-cards{flex-direction:column;width:90%;margin:2rem auto}.feature-card{flex:1 1 100%}}@media(hover:hover)and (pointer:fine){.feature-card:hover .feature-title{display:none}.feature-card:hover .feature-description{display:block}}@media(hover:none)and (pointer:coarse){.feature-card{cursor:pointer}}.feature-title{font-size:1.2rem;font-weight:400;color:#fff}.feature-description{display:none;margin-top:1rem;font-size:.95rem;color:#fff;font-weight:400;margin:0;text-align:left}.feature-description ul{margin:.25rem 0;padding-left:1.25rem}.feature-description li{margin-bottom:.25rem}.join-discord-button{display:inline-block;background-color:#1a1a1a;color:#fff;font-weight:500;text-decoration:none;padding:.75em 1.5em;border-radius:8px;border:1px solid transparent;transition:background-color .25s,border-color .25s;cursor:pointer;margin-top:1rem}.join-discord-button:hover{background-color:#d4d5e2;border-color:#535bf2}.hero{--hero-height: 50vh;height:var(--hero-height);position:relative;width:100vw;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;background-image:url(/assets/Gold_Cryostat_8K-4-CHhyk5Nq.webp);background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;overflow:hidden;padding-top:1px}.hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:0}.hero:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0006}.hero-content{position:relative;z-index:1;max-width:800px;padding:4.5rem 1rem 0}.hero h1,.hero p{margin-top:0}.hero-attribution{position:absolute;bottom:8px;left:0;width:100%;text-align:center;font-size:.75rem;color:#fff;padding:4px 0;z-index:10}.hero-attribution a{color:#fff;text-decoration:underline}.hero-attribution a:hover{color:#ddd}.team-grid-wrapper{display:flex;justify-content:center;margin-top:2rem}.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;width:100%;max-width:1200px}@media(max-width:900px){.team-grid{grid-template-columns:repeat(2,1fr);max-width:800px}}@media(max-width:700px){.team-grid{grid-template-columns:1fr;max-width:90%}}.contact-content{display:flex;width:90%;height:80%;margin:3rem auto;gap:2rem;min-height:450px}.contact-map{flex:1;min-height:450px}.contact-info{flex:1;background-color:#f5f5f5;padding:2rem;border-radius:4px}.contact-info h2{margin-top:0}.contact-info h3{margin-top:0;margin-bottom:.25rem}.contact-info p{margin-top:.25rem;margin-bottom:1rem}@media(max-aspect-ratio:4/5){.contact-content{flex-direction:column;width:90%}.contact-map{min-height:300px}}.calendar-page{width:90%;max-width:900px;margin:3rem auto}.calendar-container{position:relative;padding-bottom:75%;height:0;overflow:hidden}.calendar-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0;overflow:hidden}
