@import"https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap";.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}.navbar:where(.astro-dmqpwcec){font-family:Nunito,sans-serif;width:75%%;text-align:center;padding:16px}.navbar:where(.astro-dmqpwcec) ul:where(.astro-dmqpwcec){display:flex;justify-content:center;align-items:center}.navbar:where(.astro-dmqpwcec) ul:where(.astro-dmqpwcec) li:where(.astro-dmqpwcec){margin:0 10px;list-style:none;font-size:1.4rem;font-weight:700}.navbar:where(.astro-dmqpwcec) ul:where(.astro-dmqpwcec) li:where(.astro-dmqpwcec) a:where(.astro-dmqpwcec){color:var(--text-color);text-decoration:none;transition:color .3s ease-in-out}.navbar:where(.astro-dmqpwcec) ul:where(.astro-dmqpwcec) li:where(.astro-dmqpwcec) a:where(.astro-dmqpwcec):hover{color:var(--primary-color)}.menu-toggle:where(.astro-dmqpwcec){display:none;cursor:pointer;font-size:1.5rem;background:none;border:none;color:var(--text-color)}@media (max-width: 700px){.navbar:where(.astro-dmqpwcec){text-align:left;z-index:10}.navbar:where(.astro-dmqpwcec) ul:where(.astro-dmqpwcec){flex-direction:column;align-items:flex-start;overflow:hidden;max-height:0;opacity:0;padding-left:0;transition:max-height .3s ease-out,opacity .3s ease-out}.navbar:where(.astro-dmqpwcec) ul:where(.astro-dmqpwcec).show{max-height:500px;opacity:1;transition:max-height .3s ease-in,opacity .3s ease-in}.navbar:where(.astro-dmqpwcec) ul:where(.astro-dmqpwcec) li:where(.astro-dmqpwcec){margin:8px 0;font-size:1.2rem}.menu-toggle:where(.astro-dmqpwcec){display:block;margin-bottom:8px}}footer:where(.astro-sz7xmlte){position:relative;height:100px;left:0;bottom:0;width:100%;text-align:center}:root{--primary-color: #FFA447;--secondary-color: #FF8C32;--text-color: #fbfbfb;--text-muted: #94A3B8;--background-gradient: radial-gradient(61.06% 61.06% at 50% 38.94%, #1e5a80 0, #081042 100%)}body{background-image:var(--background-gradient);background-size:cover;background-position:center;background-repeat:no-repeat;color:var(--text-color);font-family:Lato,sans-serif;font-size:1.25rem;line-height:1.2em;font-weight:400;z-index:-10;margin:0;position:relative;overflow-x:hidden}body:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/noise.gif);opacity:.03;mix-blend-mode:overlay;pointer-events:none;z-index:-5}body:after{content:"";position:absolute;background-image:url(/stars.png);width:100vw;height:100%;position:fixed;top:0;left:0;mix-blend-mode:screen;background-size:cover;background-position:center;background-repeat:repeat;opacity:.3;pointer-events:none;z-index:-4}h1,h2,h3{font-family:Nunito,sans-serif}h1{font-size:3.5rem;font-weight:800;line-height:1.2em;margin-bottom:.75rem}h2{font-size:2.5rem;font-weight:600;line-height:1.2em;margin-bottom:.75rem}h3{font-size:1.5rem;line-height:1.2em;margin:0;margin-bottom:.75rem}a{position:relative;text-decoration:none;color:var(--primary-color)}a:after{content:"";position:absolute;left:0;bottom:-3px;width:0;height:2px;background-color:var(--primary-color);transition:width .3s ease}a:hover:after{width:100%}a:hover{color:var(--primary-color)}.background{position:fixed;top:-6rem;left:0;width:100%;height:100%;background-image:url(/chat.png);background-position:center;background-repeat:no-repeat;z-index:-1;opacity:.03;animation:float 10s ease-in-out infinite}@keyframes float{0%{transform:translatey(0)}50%{transform:translatey(-1em)}to{transform:translatey(0)}}.main-layout{display:grid;align-items:start;justify-items:center;grid-template-columns:1fr minmax(0,800px) 1fr;gap:0;padding:6em 0;min-height:100vh}.main-content{margin:0 auto;grid-column:2}.left-sidebar{grid-column:3;display:flex;flex-direction:column;align-items:center;width:60%}.main-layout.wide{grid-template-columns:1fr minmax(0,1200px) 1fr}.about-banner{object-fit:cover;width:100%;height:100%;border-radius:4px}article img{width:100%;height:auto;border-radius:4px}article video,article img,article lite-youtube{margin:0 auto;max-width:60%;display:block}article h2,article h3{margin-top:3rem;margin-bottom:1.5rem;text-align:center}article figcaption{font-size:.875rem;color:var(--text-color);text-align:center;margin-top:.5rem}@media (max-width: 700px){.main-layout{grid-template-columns:1fr;padding:2em 1em}.left-sidebar{grid-column:1;width:100%;align-items:center}.main-content{grid-column:1;width:100%}.about-banner{width:100%;height:auto}.background{width:50%;height:auto}}@media (max-width: 320px){.background{width:25%;height:auto}.about-banner{width:100%;height:auto;border-radius:2px}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.2rem}p{font-size:.9rem;line-height:1.4em}a{font-size:.9rem}}@keyframes astroFadeInOut{0%{opacity:1}to{opacity:0}}@keyframes astroFadeIn{0%{opacity:0;mix-blend-mode:plus-lighter}to{opacity:1;mix-blend-mode:plus-lighter}}@keyframes astroFadeOut{0%{opacity:1;mix-blend-mode:plus-lighter}to{opacity:0;mix-blend-mode:plus-lighter}}@keyframes astroSlideFromRight{0%{transform:translate(100%)}}@keyframes astroSlideFromLeft{0%{transform:translate(-100%)}}@keyframes astroSlideToRight{to{transform:translate(100%)}}@keyframes astroSlideToLeft{to{transform:translate(-100%)}}@media (prefers-reduced-motion){::view-transition-group(*),::view-transition-old(*),::view-transition-new(*){animation:none!important}[data-astro-transition-scope]{animation:none!important}}
