@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:rgba(var(--background-950),.9)}::-webkit-scrollbar-thumb{background:rgba(var(--background-800),.9);border-radius:1rem}::-webkit-scrollbar-thumb:hover{background:rgba(var(--background-700),.9)}html{font-size:62.5%}body{font-size:1.6rem;font-weight:400;line-height:1.5;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:rgba(var(--background-900),.9)!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 rgba(var(--white),.1);background-color:rgba(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 rgba(var(--primary-500),.6)}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:rgba(var(--white),.075)}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:rgba(var(--white),.2);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:rgba(var(--background-100),.1);padding:.2rem 1rem;border-radius:.5rem;font-size:1.4rem;border:1px solid rgba(var(--white),.1);word-break:break-word;transition:background-color .2s}.tag:hover{background-color:rgba(var(--background-100),.2)}.tag svg{vertical-align:middle}footer{display:flex;justify-content:center;align-items:center;padding:1.4rem 2rem;background-color:rgba(var(--background-950),.9);-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);border-top:1px solid rgba(var(--white),.1);width:100%}@media screen and (max-width: 768px){hr.narrow{width:80%}}@media screen and (max-width: 500px){hr.narrow{width:100%}}._frontpage_srk3s_1{display:flex;flex-direction:column;justify-content:center;flex-grow:1;width:100%}._logo_srk3s_11{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_srk3s_11:hover{box-shadow:0 0 1.6rem rgba(var(--primary-500),.5)}._title_srk3s_29{font-weight:600;text-align:center}._socials_srk3s_34{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:.8rem;list-style:none}._socials_srk3s_34 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_srk3s_34 li a:hover{background-color:rgba(var(--white),.075)}._twitch_srk3s_58{color:#9146ff}._twitch_srk3s_58:hover{color:#a76eff}._discord_srk3s_66{color:#5865f2}._discord_srk3s_66:hover{color:#7d88ff}._github_srk3s_74{color:#e6edf3}._github_srk3s_74:hover{color:#f2f4f8}._youtube_srk3s_82{color:#f33}._youtube_srk3s_82:hover{color:#ff4d4d}._steam_srk3s_90,._steam_srk3s_90:hover{color:#fff}._twitter_srk3s_98{color:#1da1f2}._twitter_srk3s_98:hover{color:#1ea1f2}._email_srk3s_106,._email_srk3s_106:hover{color:#fff}._focusedQuote_n40yr_1{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;background-color:rgba(var(--black),.3);-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);display:flex;justify-content:center;align-items:center;transition:opacity .25s}._focusedQuote_n40yr_1 ._close_n40yr_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_n40yr_1 blockquote{position:relative;background-color:rgba(var(--white),.075);overflow:hidden;border-radius:1.2rem;border:1px solid rgba(var(--white),.1);padding:2rem;max-width:min(60rem,90%);width:100%;display:flex;flex-direction:column}._focusedQuote_n40yr_1 blockquote p{max-width:95%;font-size:2rem;line-height:3rem;font-style:italic}._focusedQuote_n40yr_1 blockquote cite{font-size:1.8rem;color:rgb(var(--text-200))}._focusedQuote_n40yr_1 blockquote cite:before{content:"— "}._focusedQuote_n40yr_1 blockquote ._tags_n40yr_60{margin-top:2rem;display:flex;list-style:none;flex-wrap:wrap;gap:.8rem}._quotes_n40yr_68{margin-top:1rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(25rem,1fr));gap:2rem}._quotes_n40yr_68 blockquote{background-color:rgba(var(--white),.075);border-radius:1.2rem;border:1px solid rgba(var(--white),.1);padding:1.4rem;display:flex;flex-direction:column;gap:1rem;cursor:pointer;transition:background-color .2s}._quotes_n40yr_68 blockquote:hover{background-color:rgba(var(--white),.1)}._quotes_n40yr_68 blockquote p{font-size:1.6rem;line-height:2.4rem;font-style:italic}._quotes_n40yr_68 blockquote cite{font-size:1.4rem;line-height:2.4rem;color:rgb(var(--text-200))}._quotes_n40yr_68 blockquote cite:before{content:"— "}._tagsDescription_n40yr_107{margin-top:1rem}._tags_n40yr_60{margin-top:.5rem;justify-content:flex-start;max-height:11rem;overflow-y:auto}._activeTag_n40yr_118{background-color:rgba(var(--white),.2)}._modalOverlay_1uf0g_1{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(var(--black),.3);-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);display:flex;justify-content:center;align-items:center;z-index:1000;padding:2rem}._modalContent_1uf0g_16{background-color:rgba(var(--white),.075);border-radius:1.2rem;border:1px solid rgba(var(--white),.1);max-width:min(60rem,90%);width:100%;max-height:80vh;overflow-y:auto;position:relative;opacity:0;transform:scale(.95) translateY(2rem);animation:_modalFadeIn_1uf0g_1 .25s ease-out 16ms forwards;min-height:0;contain:layout style}._modalOverlay_1uf0g_1._closing_1uf0g_34{animation:_overlayFadeOut_1uf0g_1 .25s ease-out}._modalContent_1uf0g_16._closing_1uf0g_34{animation:_modalFadeOut_1uf0g_1 .25s ease-out}@keyframes _modalFadeIn_1uf0g_1{0%{opacity:.001;transform:scale(.95) translateY(2rem)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes _overlayFadeOut_1uf0g_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_1uf0g_1{0%{opacity:1;transform:scale(1) translateY(0)}to{opacity:0;transform:scale(.95) translateY(2rem)}}._closeButton_1uf0g_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_1uf0g_75:hover{color:rgb(var(--text-200))}._quote_1uf0g_97{margin:0;padding:2rem;display:flex;flex-direction:column;gap:1rem}._quote_1uf0g_97 p{margin:0;font-size:2rem;line-height:3rem;font-style:italic;color:rgb(var(--text-50));max-width:95%}._quote_1uf0g_97 cite{font-size:1.8rem;line-height:2.4rem;font-style:normal;color:rgb(var(--text-200))}._quote_1uf0g_97 cite:before{content:"— "}._tags_1uf0g_125{list-style:none;padding:0;margin:2rem 0 0;display:flex;flex-wrap:wrap;gap:.8rem}._tag_1uf0g_125{background-color:rgba(var(--background-100),.1);color:rgb(var(--text-50));padding:.2rem 1rem;border-radius:.5rem;font-size:1.4rem;border:1px solid rgba(var(--white),.1);transition:background-color .2s}@media (max-width: 768px){._modalOverlay_1uf0g_1{padding:1rem}._quote_1uf0g_97{padding:1.5rem}._quote_1uf0g_97 p{font-size:1.8rem;line-height:2.6rem}._quote_1uf0g_97 cite{font-size:1.6rem}}._projects_65a9h_1{margin-top:1rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(30rem,1fr));gap:2rem}._projects_65a9h_1>li{background-color:rgba(var(--white),.075);border-radius:1.2rem;border:1px solid rgba(var(--white),.1);display:flex;overflow:hidden;flex-direction:column;gap:1rem;transition:background-color .2s}._projects_65a9h_1>li:hover{background-color:rgba(var(--white),.1)}._projects_65a9h_1>li img{width:100%;max-height:20rem;height:100%;object-fit:cover;object-position:center}._projects_65a9h_1>li ._projectInfo_65a9h_31{padding:2rem;padding-top:0;display:flex;flex-direction:column;gap:1rem}._projects_65a9h_1>li ._projectInfo_65a9h_31 h2{font-size:2.8rem;font-weight:600;color:rgb(var(--text-50))}._projects_65a9h_1>li ._projectInfo_65a9h_31 h2 small{font-size:1.6rem;font-weight:400;color:rgba(var(--text-50),.65);vertical-align:middle}._projects_65a9h_1>li ._projectInfo_65a9h_31 p{-webkit-hyphens:auto;hyphens:auto;word-break:break-word;overflow-wrap:break-word}._projects_65a9h_1>li ._projectInfo_65a9h_31>ul{list-style:none;display:flex;flex-wrap:wrap;gap:.8rem}._projects_65a9h_1>li ._projectInfo_65a9h_31>ul>li a{display:flex;align-items:center;justify-content:center;gap:.6rem;border:1px solid rgba(var(--white),.15);border-radius:.8rem;padding:.6rem 1.2rem;font-size:1.4rem;color:rgb(var(--text-50));transition:background-color .2s}._projects_65a9h_1>li ._projectInfo_65a9h_31>ul>li a:hover{background-color:rgba(var(--white),.1)}
