@import"https://fonts.googleapis.com/css?family=Inter:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic";@import"https://fonts.googleapis.com/css?family=Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{font-family:Poppins,system-ui,Avenir,Helvetica,Arial,sans-serif;color-scheme:dark;--text-50: 242, 237, 242;--text-100: 228, 219, 240;--text-200: 201, 182, 226;--text-300: 174, 146, 211;--text-400: 147, 109, 197;--text-500: 120, 73, 182;--text-600: 96, 58, 146;--text-700: 72, 44, 109;--text-800: 48, 29, 73;--text-900: 24, 15, 36;--text-950: 12, 7, 18;--background-50: 247, 247, 248;--background-100: 240, 240, 240;--background-200: 217, 217, 218;--background-300: 194, 193, 195;--background-400: 149, 147, 150;--background-500: 103, 101, 105;--background-600: 93, 91, 95;--background-700: 62, 61, 63;--background-800: 46, 45, 47;--background-900: 31, 30, 32;--background-950: 12, 11, 12;--primary-50: 241, 235, 250;--primary-100: 228, 215, 244;--primary-200: 200, 175, 233;--primary-300: 173, 135, 222;--primary-400: 145, 95, 211;--primary-500: 118, 55, 200;--primary-600: 94, 44, 160;--primary-700: 71, 33, 120;--primary-800: 47, 22, 80;--primary-900: 24, 11, 40;--primary-950: 12, 5, 20;--secondary-50: 241, 234, 251;--secondary-100: 227, 213, 246;--secondary-200: 200, 171, 237;--secondary-300: 172, 129, 228;--secondary-400: 144, 87, 219;--secondary-500: 116, 45, 210;--secondary-600: 93, 36, 168;--secondary-700: 70, 27, 126;--secondary-800: 47, 18, 84;--secondary-900: 23, 9, 42;--secondary-950: 12, 4, 21;--accent-50: 241, 233, 251;--accent-100: 227, 211, 248;--accent-200: 199, 167, 241;--accent-300: 171, 123, 234;--accent-400: 143, 80, 226;--accent-500: 115, 36, 219;--accent-600: 92, 29, 175;--accent-700: 69, 21, 132;--accent-800: 46, 14, 88;--accent-900: 23, 7, 44;--accent-950: 12, 4, 22;--white: 255, 255, 255;--black: 0, 0, 0;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:1rem}::-webkit-scrollbar-track{background:color-mix(in srgb,rgb(var(--background-950)) 90%,transparent)}::-webkit-scrollbar-thumb{background:color-mix(in srgb,rgb(var(--background-800)) 90%,transparent);border-radius:1rem}::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb,rgb(var(--background-700)) 90%,transparent)}html{font-size:62.5%}body{font-size:1.6rem;font-weight:400;line-height:1.6;background-color:rgb(var(--background-950));color:rgb(var(--text-50));overflow:hidden;height:100vh;display:flex}#root{position:relative;display:flex;min-height:100vh;overflow:hidden;width:100%}.bg{position:absolute;top:0;left:0;width:calc(100vw - 7rem);margin-left:7rem;height:100vh;z-index:-1;background-image:radial-gradient(ellipse 80% 80% at 50% -20%,#916ad14d,#fff0)}.atlas-tooltip{padding:.5rem 1.4rem!important;background-color:color-mix(in srgb,rgb(var(--background-900)) 90%,transparent)!important;border-radius:.6rem!important}a{color:rgb(var(--primary-400));text-decoration:none;transition:color .2s}a:hover{color:rgb(var(--primary-300))}h1,h2,h3,h4,h5,h6{font-weight:700;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.2}h1{font-size:4.8rem}h2{font-size:3.6rem}h3{font-size:2.8rem}h4{font-size:2.2rem}h5{font-size:1.8rem}h6{font-size:1.6rem}nav{display:flex;flex-direction:column;align-items:center;height:100vh;max-width:7rem;width:100%;padding:2rem .8rem;border-right:1px solid color-mix(in srgb,rgb(var(--white)) 10%,transparent);background-color:rgb(var(--background-900));z-index:10}nav>a>img{width:5rem;height:5rem;border-radius:50%;box-shadow:0;transition:box-shadow .35s}nav>a{display:flex;justify-content:center;align-items:center;margin-bottom:2rem}nav>a.active>img{box-shadow:0 0 1rem color-mix(in srgb,rgb(var(--primary-500)) 60%,transparent)}nav ul{list-style:none;padding:0;margin:0;width:100%;display:flex;flex-direction:column;align-items:center;gap:1.6rem}nav ul li a{border-radius:.6rem;width:4.4rem;height:4.4rem;font-size:2.4rem;display:flex;justify-content:center;align-items:center;text-align:center;color:rgb(var(--text-50));transition:background-color .2s,color .2s}nav ul li a:hover,nav ul li a.active{color:rgb(var(--text-50));background-color:color-mix(in srgb,rgb(var(--white)) 7.5%,transparent)}main{padding:2rem;display:flex;flex-direction:column;flex-grow:1;overflow-y:auto;width:100%;height:100%}.container{display:flex;flex-direction:column;flex-grow:1;width:100%;max-width:120rem;margin:0 auto}hr{border:0;height:1px;width:100%;background-color:color-mix(in srgb,rgb(var(--white)) 20%,transparent);opacity:.5;margin:2rem 0}hr.narrow{width:50%}.tags{list-style:none;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.tag{background-color:color-mix(in srgb,rgb(var(--background-100)) 10%,transparent);padding:.35rem 1.4rem;border-radius:.5rem;font-size:1.4rem;border:1px solid color-mix(in srgb,rgb(var(--white)) 10%,transparent);vertical-align:middle;word-break:break-word;transition:background-color .2s}.tag:hover{background-color:color-mix(in srgb,rgb(var(--background-100)) 20%,transparent)}.tag svg{vertical-align:middle}footer{display:flex;justify-content:center;align-items:center;padding:1.4rem 2rem;background-color:color-mix(in srgb,rgb(var(--background-950)) 90%,transparent);-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);border-top:1px solid color-mix(in srgb,rgb(var(--white)) 10%,transparent);width:100%}@media screen and (max-width: 768px){hr.narrow{width:80%}}@media screen and (max-width: 500px){hr.narrow{width:100%}}._frontpage_3fhuw_1{display:flex;flex-direction:column;justify-content:center;flex-grow:1;width:100%}._logo_3fhuw_9{position:relative;border-radius:50%;width:18rem;margin:0 auto;margin-bottom:1.6rem;-webkit-user-select:none;user-select:none;box-shadow:none;transform-style:preserve-3d;z-index:5;transition:box-shadow .35s}._logo_3fhuw_9:hover{box-shadow:0 0 1.6rem color-mix(in srgb,rgb(var(--primary-500)) 50%,transparent)}._title_3fhuw_26{font-weight:600;text-align:center}._socials_3fhuw_31{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:.8rem;list-style:none}._socials_3fhuw_31 li a{display:flex;justify-content:center;align-items:center;width:4rem;height:4rem;font-size:2.8rem;border-radius:.6rem;transition:background-color .2s,color .2s}._socials_3fhuw_31 li a:hover{background-color:color-mix(in srgb,rgb(var(--white)) 7.5%,transparent)}._twitch_3fhuw_55{color:#9146ff}._twitch_3fhuw_55:hover{color:#a76eff}._discord_3fhuw_63{color:#5865f2}._discord_3fhuw_63:hover{color:#7d88ff}._github_3fhuw_71{color:#e6edf3}._github_3fhuw_71:hover{color:#f2f4f8}._youtube_3fhuw_79{color:#f33}._youtube_3fhuw_79:hover{color:#ff4d4d}._steam_3fhuw_87,._steam_3fhuw_87:hover{color:#fff}._twitter_3fhuw_95{color:#1da1f2}._twitter_3fhuw_95:hover{color:#1ea1f2}._email_3fhuw_103,._email_3fhuw_103:hover{color:#fff}._prideTag_3fhuw_111{position:relative;background:linear-gradient(145deg,rgb(var(--background-800)),rgb(var(--background-900))) padding-box,linear-gradient(90deg,#ff5c5c,#ffa640 16%,#ffe766,#6dff80 50%,#66c2ff 66%,#b490ff) border-box;border:1px solid transparent;border-radius:.8rem;padding:.35rem 1.4rem}._prideTag_3fhuw_111>span{color:rgb(var(--text-50));font-weight:500}._prideTag_3fhuw_111:before{content:"";position:absolute;top:-.55rem;left:-.55rem;width:1.8rem;height:1.35rem;background:linear-gradient(180deg,#ff3131,#ff3131 16.67%,#f80 16.67%,#f80 33.33%,#ffd800 33.33%,#ffd800 50%,#3bd600 50%,#3bd600 66.67%,#007bff 66.67%,#007bff 83.33%,#8b3dff 83.33%,#8b3dff);background-repeat:no-repeat;background-size:100% 100%;border:1px solid rgba(255,255,255,.55);border-radius:.25rem;box-shadow:0 2px 4px #00000080;transform:rotate(-12deg);pointer-events:none}._focusedQuote_jeg0h_1{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;background-color:color-mix(in srgb,rgb(var(--black)) 30%,transparent);-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);display:flex;justify-content:center;align-items:center;transition:opacity .25s}._focusedQuote_jeg0h_1 ._close_jeg0h_16{position:absolute;top:1rem;right:1rem;width:3rem;height:3rem;font-size:2.2rem;display:flex;justify-content:center;align-items:center;cursor:pointer;background-color:transparent;border:none}._focusedQuote_jeg0h_1 blockquote{position:relative;background-color:color-mix(in srgb,rgb(var(--white)) 7.5%,transparent);overflow:hidden;border-radius:1.2rem;border:1px solid color-mix(in srgb,rgb(var(--white)) 10%,transparent);padding:2rem;max-width:min(60rem,90%);width:100%;display:flex;flex-direction:column}._focusedQuote_jeg0h_1 blockquote p{max-width:95%;font-size:2rem;line-height:3rem;font-style:italic}._focusedQuote_jeg0h_1 blockquote cite{font-size:1.8rem;color:rgb(var(--text-200))}._focusedQuote_jeg0h_1 blockquote cite:before{content:"— "}._focusedQuote_jeg0h_1 blockquote ._tags_jeg0h_60{margin-top:2rem;display:flex;list-style:none;flex-wrap:wrap;gap:.8rem}._quotes_jeg0h_68{margin-top:1rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(25rem,1fr));gap:2rem}._quotes_jeg0h_68 blockquote{background-color:color-mix(in srgb,rgb(var(--white)) 7.5%,transparent);border-radius:1.2rem;border:1px solid color-mix(in srgb,rgb(var(--white)) 10%,transparent);padding:1.4rem;display:flex;flex-direction:column;gap:1rem;cursor:pointer;transition:background-color .2s}._quotes_jeg0h_68 blockquote:hover{background-color:color-mix(in srgb,rgb(var(--white)) 10%,transparent)}._quotes_jeg0h_68 blockquote p{font-size:1.6rem;line-height:2.4rem;font-style:italic}._quotes_jeg0h_68 blockquote cite{font-size:1.4rem;line-height:2.4rem;color:rgb(var(--text-200))}._quotes_jeg0h_68 blockquote cite:before{content:"— "}._tagsDescription_jeg0h_107{margin-top:1rem}._tags_jeg0h_60{margin-top:.5rem;justify-content:flex-start;max-height:11rem;overflow-y:auto}._activeTag_jeg0h_118{background-color:color-mix(in srgb,rgb(var(--white)) 20%,transparent)}._modalOverlay_1c05h_1{position:fixed;top:0;left:0;right:0;bottom:0;background-color:color-mix(in srgb,rgb(var(--black)) 30%,transparent);-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);display:flex;justify-content:center;align-items:center;z-index:1000;padding:2rem}._modalContent_1c05h_16{background-color:color-mix(in srgb,rgb(var(--white)) 7.5%,transparent);border-radius:1.2rem;border:1px solid color-mix(in srgb,rgb(var(--white)) 10%,transparent);max-width:min(60rem,90%);width:100%;max-height:80vh;overflow-y:auto;position:relative;opacity:0;transform:scale(.95) translateY(2rem);animation:_modalFadeIn_1c05h_1 .25s ease-out 16ms forwards;min-height:0;contain:layout style}._modalOverlay_1c05h_1._closing_1c05h_34{animation:_overlayFadeOut_1c05h_1 .25s ease-out}._modalContent_1c05h_16._closing_1c05h_34{animation:_modalFadeOut_1c05h_1 .25s ease-out}@keyframes _modalFadeIn_1c05h_1{0%{opacity:.001;transform:scale(.95) translateY(2rem)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes _overlayFadeOut_1c05h_1{0%{opacity:1;-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem)}to{opacity:0;-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}}@keyframes _modalFadeOut_1c05h_1{0%{opacity:1;transform:scale(1) translateY(0)}to{opacity:0;transform:scale(.95) translateY(2rem)}}._closeButton_1c05h_75{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2.2rem;cursor:pointer;color:rgb(var(--text-50));padding:0;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;transition:color .2s ease}._closeButton_1c05h_75:hover{color:rgb(var(--text-200))}._quote_1c05h_97{margin:0;padding:2rem;display:flex;flex-direction:column;gap:1rem}._quote_1c05h_97 p{margin:0;font-size:2rem;line-height:3rem;font-style:italic;color:rgb(var(--text-50));max-width:95%}._quote_1c05h_97 cite{font-size:1.8rem;line-height:2.4rem;font-style:normal;color:rgb(var(--text-200))}._quote_1c05h_97 cite:before{content:"— "}._tags_1c05h_125{list-style:none;padding:0;margin:2rem 0 0;display:flex;flex-wrap:wrap;gap:.8rem}._tag_1c05h_125{background-color:color-mix(in srgb,rgb(var(--background-100)) 10%,transparent);color:rgb(var(--text-50));padding:.2rem 1rem;border-radius:.5rem;font-size:1.4rem;border:1px solid color-mix(in srgb,rgb(var(--white)) 10%,transparent);transition:background-color .2s}@media (max-width: 768px){._modalOverlay_1c05h_1{padding:1rem}._quote_1c05h_97{padding:1.5rem}._quote_1c05h_97 p{font-size:1.8rem;line-height:2.6rem}._quote_1c05h_97 cite{font-size:1.6rem}}._projects_laeqr_1{margin-top:1rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(30rem,1fr));gap:2rem}._projects_laeqr_1>li{background-color:color-mix(in srgb,rgb(var(--white)) 7.5%,transparent);border-radius:1.2rem;border:1px solid color-mix(in srgb,rgb(var(--white)) 10%,transparent);display:flex;overflow:hidden;flex-direction:column;gap:1rem;transition:background-color .2s}._projects_laeqr_1>li:hover{background-color:color-mix(in srgb,rgb(var(--white)) 10%,transparent)}._projects_laeqr_1>li img{width:100%;max-height:20rem;height:100%;object-fit:cover;object-position:center}._projects_laeqr_1>li ._projectInfo_laeqr_31{padding:2rem;padding-top:0;display:flex;flex-direction:column;gap:1rem}._projects_laeqr_1>li ._projectInfo_laeqr_31 h2{font-size:2.8rem;font-weight:600;color:rgb(var(--text-50))}._projects_laeqr_1>li ._projectInfo_laeqr_31 h2 small{font-size:1.6rem;font-weight:400;color:color-mix(in srgb,rgb(var(--text-50)) 65%,transparent);vertical-align:middle}._projects_laeqr_1>li ._projectInfo_laeqr_31 p{-webkit-hyphens:auto;hyphens:auto;word-break:break-word;overflow-wrap:break-word}._projects_laeqr_1>li ._projectInfo_laeqr_31>ul{list-style:none;display:flex;flex-wrap:wrap;gap:.8rem}._projects_laeqr_1>li ._projectInfo_laeqr_31>ul>li a{display:flex;align-items:center;justify-content:center;gap:.6rem;border:1px solid color-mix(in srgb,rgb(var(--white)) 15%,transparent);border-radius:.8rem;padding:.6rem 1.2rem;font-size:1.4rem;color:rgb(var(--text-50));transition:background-color .2s}._projects_laeqr_1>li ._projectInfo_laeqr_31>ul>li a:hover{background-color:color-mix(in srgb,rgb(var(--white)) 10%,transparent)}
