.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}:root{--c-palette-1: #0a0a1a;--c-palette-2: #7c3aed;--c-palette-3: #06b6d4;--c-palette-4: #a78bfa;--c-palette-5: #38bdf8;--c-primary: rgba(255, 255, 255, .95);--c-secondary: rgba(255, 255, 255, .6);--c-tertiary: rgba(20, 20, 45, .8);--c-background: #070714;--c-background-alt: rgba(15, 15, 40, .6);--c-link: var(--c-palette-3);--c-link-hover: var(--c-palette-5);--c-button: rgba(15, 15, 40, .6);--c-button-hover: var(--c-palette-3);--c-divider: var(--c-palette-2);--c-divider-shadow: rgba(124, 58, 237, .5);--c-accent-primary: var(--c-palette-2);--c-accent-secondary: var(--c-palette-3);--glass-bg: rgba(15, 15, 40, .45);--glass-bg-hover: rgba(20, 20, 55, .55);--glass-border: rgba(255, 255, 255, .08);--glass-border-hover: rgba(255, 255, 255, .15);--glass-blur: 16px;--glass-shadow: 0 8px 32px rgba(0, 0, 0, .3);--glass-shadow-hover: 0 12px 40px rgba(124, 58, 237, .2);--glow-purple: 0 0 20px rgba(124, 58, 237, .4);--glow-cyan: 0 0 20px rgba(6, 182, 212, .4);--glow-mixed: 0 0 20px rgba(124, 58, 237, .3), 0 0 40px rgba(6, 182, 212, .15);--ff-primary: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;--ff-secondary: Georgia;--motion-duration-fast: .14s;--motion-duration: .22s;--motion-duration-slow: .32s;--motion-duration-xslow: .52s;--motion-duration-xxslow: .7s;--motion-ease: cubic-bezier(.22, 1, .36, 1);--motion-delay-tiny: 50ms;--motion-delay-short: .2s;--motion-duration-noscript: .3s;font-family:var(--ff-primary);line-height:1.5;font-weight:400;color:var(--c-primary);background-color:var(--c-background);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{display:flex;font-size:16px;justify-content:center;margin:0;min-height:100vh;padding:0 1rem;background-color:var(--c-background);background-image:radial-gradient(ellipse 130% 50% at 18% 25%,rgba(124,58,237,.1) 0%,rgba(124,58,237,.04) 50%,transparent 100%),radial-gradient(ellipse 110% 45% at 82% 75%,rgba(6,182,212,.075) 0%,rgba(6,182,212,.03) 50%,transparent 100%);background-repeat:repeat-y;background-size:100% 2200px;position:relative;overflow-x:hidden}h1{font-size:3.2em;line-height:1.1}.main{max-width:58rem;margin:0 auto;position:relative;z-index:1;.section{padding:0;&:before{background:linear-gradient(90deg,transparent,var(--c-palette-2),var(--c-palette-3),var(--c-palette-2),transparent);box-shadow:0 0 14px 1px #7c3aed66;content:"";display:block;height:1px;width:100%;position:relative;margin:2.5rem 0}&.no-border:before{display:none}}}table{border:1px solid var(--c-divider);& th,tr:first-child{background-color:var(--c-accent-primary);font-weight:700;text-decoration:underline}& tr:nth-child(2n){background-color:var(--c-background-alt)}& td{padding:.5rem 1.5rem}& p{margin:0}}p:last-child{margin-bottom:0}img{max-width:100%;height:auto;border-radius:.625rem;&.alignleft{float:left;margin-right:1rem;@media(max-width:768px){float:none;width:100%;margin-right:0;display:block}}&.alignright{float:right;margin-left:1rem;@media(max-width:768px){float:none;width:100%;margin-left:0;display:block}}&.aligncenter{display:block;margin:1rem auto;@media(max-width:768px){width:100%}}}pre code{border-radius:.625rem}pre{box-shadow:0 0 14px 1px var(--c-divider-shadow)}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:active){border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}a{border-bottom:1px solid transparent;color:var(--c-link);font-weight:500;text-decoration:inherit;transition:color var(--motion-duration) var(--motion-ease),border-color var(--motion-duration) var(--motion-ease);&:hover,&:focus{color:var(--c-link-hover);border-color:var(--c-link-hover)}}button,.button{background:var(--glass-bg);backdrop-filter:blur(var(--glass-blur));-webkit-backdrop-filter:blur(var(--glass-blur));border:1px solid var(--glass-border);border-radius:8px;color:var(--c-primary);cursor:pointer;font-family:inherit;font-size:1em;font-weight:500;padding:.6em 1.2em;transition:background var(--motion-duration) var(--motion-ease),border-color var(--motion-duration) var(--motion-ease),color var(--motion-duration) var(--motion-ease),box-shadow var(--motion-duration) var(--motion-ease),transform var(--motion-duration) var(--motion-ease);&:hover,&:focus{background:var(--glass-bg-hover);border-color:var(--glass-border-hover);color:var(--c-button-hover);box-shadow:var(--glow-cyan);transform:translateY(-2px)}&.button--transparent{background-color:transparent;&:hover,&:focus{border-color:var(--c-button-hover)}}&.read-more-button{margin-top:1rem}}@media(prefers-reduced-motion:reduce){a,button,.button{transition:none}button:hover,button:focus,.button:hover,.button:focus{transform:none}}[data-reveal]{opacity:0;transition:opacity var(--reveal-duration, .6s) var(--motion-ease) var(--reveal-delay, 0ms),transform var(--reveal-duration, .6s) var(--motion-ease) var(--reveal-delay, 0ms);&.is-visible{opacity:1;transform:none}}[data-reveal=up]{transform:translateY(18px)}[data-reveal=left]{transform:translate(-18px)}[data-reveal=right]{transform:translate(18px)}[data-reveal=fade]{transform:none}@media(prefers-reduced-motion:reduce){[data-reveal]{opacity:1;transform:none;transition:none}}.twitter>a{background-color:#1da1f233;display:flex;align-items:center;justify-content:center;&:hover{background-color:#1da1f259}&:before{content:" ";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M459.4 151.7c.3 4.5 .3 9.1 .3 13.6 0 138.7-105.6 298.6-298.6 298.6-59.5 0-114.7-17.2-161.1-47.1 8.4 1 16.6 1.3 25.3 1.3 49.1 0 94.2-16.6 130.3-44.8-46.1-1-84.8-31.2-98.1-72.8 6.5 1 13 1.6 19.8 1.6 9.4 0 18.8-1.3 27.6-3.6-48.1-9.7-84.1-52-84.1-103v-1.3c14 7.8 30.2 12.7 47.4 13.3-28.3-18.8-46.8-51-46.8-87.4 0-19.5 5.2-37.4 14.3-53 51.7 63.7 129.3 105.3 216.4 109.8-1.6-7.8-2.6-15.9-2.6-24 0-57.8 46.8-104.9 104.9-104.9 30.2 0 57.5 12.7 76.7 33.1 23.7-4.5 46.5-13.3 66.6-25.3-7.8 24.4-24.4 44.8-46.1 57.8 21.1-2.3 41.6-8.1 60.4-16.2-14.3 20.8-32.2 39.3-52.6 54.3z'/%3E%3C/svg%3E");background-repeat:no-repeat;height:1.5rem;width:1.5rem;display:inline-block;margin-right:.5rem}}.linkedin>a{background-color:#0077b533;display:flex;align-items:center;justify-content:center;&:hover{background-color:#0077b559}&:before{content:" ";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23fff' d='M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z'/%3E%3C/svg%3E");background-repeat:no-repeat;height:1.5rem;width:1.5rem;display:inline-block;margin-right:.5rem}}.github>a{background-color:#3333;display:flex;align-items:center;justify-content:center;&:hover{background-color:#33333359}&:before{content:" ";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 496 512'%3E%3Cpath fill='%23fff' d='M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3 .3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5 .3-6.2 2.3zm44.2-1.7c-2.9 .7-4.9 2.6-4.6 4.9 .3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3 .7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3 .3 2.9 2.3 3.9 1.6 1 3.6 .7 4.3-.7 .7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3 .7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3 .7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z'/%3E%3C/svg%3E");background-repeat:no-repeat;height:1.5rem;width:1.5rem;display:inline-block;margin-right:.5rem}}.codepen>a{background-color:#0003;display:flex;align-items:center;justify-content:center;&:hover{background-color:#00000059}&:before{content:" ";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M502.3 159.7l-234-156c-8-4.9-16.5-5-24.6 0l-234 156C3.7 163.7 0 170.8 0 178v156c0 7.1 3.7 14.3 9.7 18.3l234 156c8 4.9 16.5 5 24.6 0l234-156c6-4 9.7-11.1 9.7-18.3V178c0-7.1-3.7-14.3-9.7-18.3zM278 63.1l172.3 114.9-76.9 51.4L278 165.7V63.1zm-44 0v102.6l-95.4 63.7-76.9-51.4L234 63.1zM44 219.1l55.1 36.9L44 292.8v-73.7zm190 229.7L61.7 334l76.9-51.4L234 346.3v102.6zm22-140.9l-77.7-52 77.7-52 77.7 52-77.7 52zm22 140.9V346.3l95.4-63.7 76.9 51.4L278 448.8zm190-156l-55.1-36.9L468 219.1v73.7z'/%3E%3C/svg%3E");background-repeat:no-repeat;height:1.5rem;width:1.5rem;display:inline-block;margin-right:.5rem}}.instagram>a{background-color:#e1306c33;display:flex;align-items:center;justify-content:center;&:hover{background-color:#e1306c59}&:before{content:" ";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23fff' d='M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z'/%3E%3C/svg%3E");background-repeat:no-repeat;height:1.5rem;width:1.5rem;display:inline-block;margin-right:.5rem}}.twitch>a{background-color:#6441a533;display:flex;align-items:center;justify-content:center;&:hover{background-color:#6441a559}&:before{content:" ";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M391.2 103.5H352.5v109.7h38.6zM285 103H246.4V212.8H285zM120.8 0 24.3 91.4V420.6H140.1V512l96.5-91.4h77.3L487.7 256V0zM449.1 237.8l-77.2 73.1H294.6l-67.6 64v-64H140.1V36.6H449.1z'/%3E%3C/svg%3E");background-repeat:no-repeat;height:1.5rem;width:1.5rem;display:inline-block;margin-right:.5rem}}.youtube>a{background-color:#f003;display:flex;align-items:center;justify-content:center;&:hover{background-color:#ff000059}&:before{content:" ";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='%23fff' d='M549.7 124.1c-6.3-23.7-24.8-42.3-48.3-48.6C458.8 64 288 64 288 64S117.2 64 74.6 75.5c-23.5 6.3-42 24.9-48.3 48.6-11.4 42.9-11.4 132.3-11.4 132.3s0 89.4 11.4 132.3c6.3 23.7 24.8 41.5 48.3 47.8C117.2 448 288 448 288 448s170.8 0 213.4-11.5c23.5-6.3 42-24.2 48.3-47.8 11.4-42.9 11.4-132.3 11.4-132.3s0-89.4-11.4-132.3zm-317.5 213.5V175.2l142.7 81.2-142.7 81.2z'/%3E%3C/svg%3E");background-repeat:no-repeat;height:1.5rem;width:1.5rem;display:inline-block;margin-right:.5rem}}@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}}._masthead_13r5g_1{display:flex;justify-content:center;align-items:center;position:relative;z-index:1;padding:1rem}._masthead-title_13r5g_10{color:var(--c-secondary);font-size:3.2em;line-height:1.1;filter:drop-shadow(0 0 2em var(--c-accent-secondary));&:hover,&:focus{filter:drop-shadow(0 0 1.5em var(--c-accent-secondary))}}._masthead-content_13r5g_21{text-align:center;margin-top:1rem;& a{border:0}}@keyframes _mastheadSlideDownFade_13r5g_1{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}._logo-link_13r5g_41{display:block;opacity:0;transform:translateY(-12px);animation:_mastheadSlideDownFade_13r5g_1 var(--motion-duration-xslow) var(--motion-ease) var(--motion-delay-tiny) forwards;will-change:transform,opacity;@media(prefers-reduced-motion:reduce){animation:none;opacity:1;transform:none}}._logo_13r5g_41{height:auto;width:auto;transition:filter var(--motion-duration-slow) var(--motion-ease);will-change:filter;filter:drop-shadow(0 0 2em var(--c-accent-primary)) drop-shadow(0 0 4em rgba(124,58,237,.3));max-width:100%;@media(min-width:768px){height:10rem}&:hover,&:focus{filter:drop-shadow(0 0 1.5em var(--c-accent-secondary)) drop-shadow(0 0 3em rgba(6,182,212,.4))}}._footer_9rhxb_1{padding:1rem 1.25rem;margin-bottom:3rem;background:var(--glass-bg);backdrop-filter:blur(calc(var(--glass-blur) / 2));-webkit-backdrop-filter:blur(calc(var(--glass-blur) / 2));border:1px solid var(--glass-border);border-radius:.75rem;text-align:center}._footer_9rhxb_1 p{margin:0}
