.footer{background:var(--white);border-top:1px solid var(--gray-200)}.footer .footer__container{justify-content:space-between;align-items:center;max-width:767px;margin:0 auto;padding:2rem 0;display:flex;position:relative}@media (max-width:778px){.footer .footer__container{width:100%;max-width:100%;padding:1rem .75rem}}@media (max-width:460px){.footer .footer__container{flex-direction:column;gap:.75rem}}.footer .footer__left{align-items:center;gap:.5rem;display:flex}@media (max-width:460px){.footer .footer__left{flex-wrap:wrap;justify-content:center}}.footer .footer__copyright{color:var(--gray-500);font-size:.875rem}.footer .footer__divider{color:var(--gray-300)}.footer .footer__link{color:var(--gray-500);font-size:.875rem;transition:color .2s}.footer .footer__link:hover{color:var(--gray-900)}.footer .footer__right{align-items:center;gap:1rem;display:flex}.footer .footer__social-link{color:var(--gray-500);justify-content:center;align-items:center;font-size:1.25rem;transition:color .2s;display:flex}.footer .footer__social-link:hover{color:var(--gray-900)}
:root,html[data-theme=light]{--black:#0f0f10;--white:#fff;--gray-950:#0e0e10;--gray-900:#141518;--gray-800:#1e1f23;--gray-700:#2a2b30;--gray-600:#515256;--gray-500:#6f7074;--gray-400:#a6a7a9;--gray-300:#d2d3d5;--gray-200:#e6e7e9;--gray-100:#f3f3f4;--gray-50:#fafafa}html[data-theme=dark]{--black:#fff;--white:#0f0f10;--gray-950:#fafafa;--gray-900:#f3f3f4;--gray-800:#e6e7e9;--gray-700:#d2d3d5;--gray-600:#a6a7a9;--gray-500:#6f7074;--gray-400:#515256;--gray-300:#2a2b30;--gray-200:#1e1f23;--gray-100:#141518;--gray-50:#0e0e10;--theme-logo-filter:invert(1)brightness(1.2)contrast(1.2)}*{box-sizing:border-box;outline:none;margin:0;padding:0;font-family:inherit;list-style:none}html{scroll-behavior:smooth}body{min-height:100vh;font-family:var(--font-comic),"Comic Sans MS",cursive,sans-serif;background-color:var(--gray-900);color:var(--gray-100);grid-template-rows:auto 1fr auto;line-height:1.5;transition:background-color .25s,color .25s;display:grid;position:relative}html[data-theme=dark] body,html[data-theme=light] body{background-color:var(--white);color:var(--gray-800)}html,body{-webkit-overflow-scrolling:touch}h1,h2,h3,h4,h5,h6{font-weight:500}button{cursor:pointer;background:0 0;border:none;outline:none}a{color:inherit;text-decoration:none}address{font-style:normal}img{max-width:100%;display:block}figure{display:block}figcaption{display:none}::selection{background:var(--gray-700);color:var(--white)}html[data-theme=light] ::selection,html[data-theme=dark] ::selection{background:var(--gray-800);color:var(--white)}@media (max-width:778px){*{-webkit-tap-highlight-color:#0000;-webkit-user-select:none;user-select:none}section{will-change:auto;backface-visibility:hidden;transform:translateZ(0)}main#main-content{z-index:1;position:relative}}
