@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap");:root{--primary:#310242;--accent:#3e0062;--tertiary:#22012F;--green:#71e14d;--green-accent:#0E3602;--dark-green:#002004;--yellow:#f7dc4e;--white:#ffffff;--black:#000000;--primary-font:"Roboto",sans-serif;--secondary-font:monospace;--green-border:2px solid var(--green-accent);--yellow-border:2px solid var(--yellow);--accent-border:2px solid var(--accent);--tertiary-border:2px solid var(--tertiary);--button-corners:200px;--container-corners:10px;--card-shadow:0 5px 15px rgba(0,0,0,0.20)}*,:after,:before{box-sizing:border-box}body,html{height:100%}body{margin:0;padding:0;background:var(--tertiary);color:var(--white);font-family:var(--secondary-font);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.4}h1,h2,h3,h4,h5,h6{margin:0 0 .5em;font-family:var(--primary-font);font-weight:500;color:inherit;line-height:1.1}p{margin:0 0 1em;font-family:var(--secondary-font);font-weight:400;color:inherit}a{color:var(--green)}@media (min-width:731px){h1{font-size:48px}h2{font-size:40px}h3{font-size:32px}h4{font-size:24px}h5{font-size:20px}h6{font-size:18px}p{font-size:16px}}@media (max-width:730px){h1{font-size:2.25rem}h2{font-size:1.875rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}p{font-size:.875rem}}::-webkit-scrollbar{background-color:var(--primary)}::-webkit-scrollbar-thumb{background-color:var(--accent)}.footer_footer__MbdlQ{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1rem 1rem;background:var(--primary);border-top:2px solid var(--accent)}.footer_topRow__ZnONz{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:2rem}@media (min-width:731px){.footer_topRow__ZnONz{max-width:1000px}}.footer_link__TtCV5{color:var(--white);font-family:var(--primary-font);text-decoration:none;transition:color 1s ease}.footer_link__TtCV5:hover{color:var(--green)}.footer_privacy__L0guG,.footer_terms__wd37p{flex:1 1;text-align:center}.footer_githubSection__x8SUN{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 1rem}.footer_editLink__qs7mD{color:var(--white);font-family:var(--primary-font);text-decoration:none;font-size:.875rem;margin-bottom:1.5rem;transition:color 1s ease}.footer_editLink__qs7mD:hover{color:var(--green)}.footer_githubWrapper__aJowS{display:flex;align-items:center;justify-content:center}.footer_githubMobile__7Gwc3{display:block;width:50px;height:50px}.footer_githubDesktop__UoMYX{display:none;width:70px;height:70px}@media (min-width:731px){.footer_githubMobile__7Gwc3{display:none}.footer_githubDesktop__UoMYX{display:block}.footer_editLink__qs7mD{font-size:1rem}}.footer_copyright__69W_S{color:var(--green);font-family:var(--primary-font);font-weight:500;text-align:center;font-size:1rem;margin:0}.header_spacer___UVet{height:90px}@media (max-width:730px){.header_spacer___UVet{height:60px}}.header_fixed__zYFbZ{position:fixed;top:0;left:0;right:0;background:var(--primary);border-left:2px solid var(--accent);border-right:2px solid var(--accent);border-bottom:2px solid var(--accent);box-shadow:0 4px 10px rgba(0,0,0,.18);z-index:50;height:90px}@media (max-width:730px){.header_fixed__zYFbZ{height:60px}}.header_inner__NEl4N{position:relative;height:100%}.header_left__AfhPT{position:absolute;left:12px;top:50%;transform:translateY(-50%)}.header_center__CjL9_{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);text-decoration:none}.header_right__Zq0mQ{position:absolute;right:12px;top:50%;transform:translateY(-50%)}.header_logo__zlk1H{display:block;height:32px;width:auto}@media (min-width:731px){.header_logo__zlk1H{height:48px}}.header_hamburger__U34oc{width:28px;height:28px}@media (min-width:731px){.header_hamburger__U34oc{width:30px;height:30px}}.header_githubMobile__vhRVH{display:flex;align-items:center;justify-content:center;width:28px;height:28px}.header_githubDesktop__27t3Y{display:none;align-items:center;justify-content:center;width:30px;height:30px}@media (min-width:731px){.header_githubMobile__vhRVH{display:none}.header_githubDesktop__27t3Y{display:flex;margin-left:1rem}}.github_root__UrV2l{display:inline-block;color:var(--green);line-height:0;animation:github_githubColorCycle__3_s8P 6s infinite;animation-timing-function:linear;-webkit-font-smoothing:antialiased}.github_svg__v_3vJ{width:100%;height:auto;display:block}.github_svg__v_3vJ circle,.github_svg__v_3vJ g,.github_svg__v_3vJ path,.github_svg__v_3vJ rect{fill:currentColor;stroke:none}@keyframes github_githubColorCycle__3_s8P{0%{color:var(--green)}33.33%{color:var(--green)}50%{color:var(--yellow)}83.33%{color:var(--yellow)}to{color:var(--green)}}@media (prefers-reduced-motion:reduce){.github_root__UrV2l{animation:none}}.hamburger_hamburger__uYk7N{width:28px;height:28px;background:transparent;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}@media (min-width:731px){.hamburger_hamburger__uYk7N{width:30px;height:30px}}.hamburger_hamburger__uYk7N:focus-visible{outline:2px solid var(--white);outline-offset:2px;border-radius:4px}.hamburger_hamburger__uYk7N:hover{transform:scale(1.05)}.hamburger_icon__1kko8{width:100%;height:100%}.hamburger_line__sqz0c{stroke:var(--green);stroke-width:2;stroke-linecap:round;transition:stroke .5s ease}.hamburger_hamburger__uYk7N.hamburger_open__BWW5J .hamburger_line__sqz0c{stroke:var(--yellow)}.menu_overlay__F5LwP{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:98}.menu_overlay__F5LwP.menu_open__7fdOE{opacity:1;visibility:visible}.menu_menu__dbtxi{position:fixed;top:50%;transform:translateY(-50%);right:-100%;height:90vh;width:85vw;max-width:320px;background:var(--dark-green);border-left:var(--tertiary-border);border-radius:var(--container-corners) 0 0 var(--container-corners);z-index:99;transition:right .4s cubic-bezier(.4,0,.2,1),transform .4s cubic-bezier(.4,0,.2,1);overflow-y:auto;display:flex;flex-direction:column;padding:2rem 1.5rem}@media (min-width:731px){.menu_menu__dbtxi{width:400px;max-width:400px;padding:2.5rem 2rem;height:95vh}}.menu_menu__dbtxi.menu_open__7fdOE{right:0}.menu_closeButton__5g4oo{position:absolute;top:1rem;right:1rem;width:32px;height:32px;background:transparent;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.menu_closeButton__5g4oo:hover{transform:scale(1.1)}.menu_closeButton__5g4oo:focus-visible{outline:2px solid var(--white);outline-offset:2px;border-radius:4px}.menu_closeIcon__0GxlX{width:100%;height:100%}.menu_closeIcon__0GxlX line{stroke:var(--yellow);stroke-width:1.5;stroke-linecap:round}.menu_logoLink__E6Lxa{display:flex;justify-content:center;margin-top:3rem;margin-bottom:3rem;text-decoration:none}.menu_logo__VkbU2{width:80px;height:auto}@media (min-width:731px){.menu_logo__VkbU2{width:100px}}.menu_logoLink__E6Lxa:focus-visible{outline:2px solid var(--white);outline-offset:4px;border-radius:8px}.menu_menuItems__Tw4GJ{list-style:none;padding:0;margin:0 0 3rem;display:flex;flex-direction:column;gap:.5rem;flex:1 1}.menu_menuItem__dMkkB{display:block;width:100%;text-align:left;padding:.875rem 1.25rem;color:var(--yellow);font-family:var(--primary-font);font-size:1.125rem;font-weight:500;text-decoration:none;background:transparent;border:none;border-radius:var(--container-corners);cursor:pointer;transition:background-color .5s ease,transform .2s ease}@media (min-width:731px){.menu_menuItem__dMkkB{font-size:1.25rem;padding:1rem 1.5rem}}.menu_menuItem__dMkkB:hover{transform:translateX(4px)}.menu_menuItem__dMkkB.menu_active__JzoLB{background-color:var(--tertiary)}.menu_menuItem__dMkkB:focus-visible{outline:2px solid var(--white);outline-offset:2px}.menu_githubWrapper__Dmsew{display:flex;justify-content:center;margin-top:auto;padding-top:2rem}