:root{--background:#eee;--foreground:#090909;--accent-one:#355aff;--accent-two:#001c97;--box-shadow:#00000080}@media (prefers-color-scheme:dark){:root{--background:#171717;--foreground:#eee;--box-shadow:#000}}html,body,main{max-width:100vw;min-height:100vh;overflow-x:hidden}html{scroll-behavior:smooth}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Arial,Helvetica,sans-serif}*{box-sizing:border-box;margin:0;padding:0}@media (prefers-color-scheme:dark){html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}
footer{background:linear-gradient(to right, color-mix(in srgb, var(--foreground) 20%, var(--background)), var(--background));width:100%;color:var(--foreground);box-shadow:0 -2px 8px var(--box-shadow);flex-wrap:wrap;align-items:center;gap:2rem;padding:2rem;display:flex}.left-footer{border-left:2px solid var(--foreground);flex-direction:column;flex:1;gap:.25rem;min-width:180px;padding-left:1rem;font-weight:900;display:flex}.center-footer{text-align:center;flex-direction:column;flex:1;align-items:center;gap:1rem;min-width:200px;font-weight:600;display:flex}.center-footer div{flex-wrap:wrap;justify-content:center;display:flex}.center-footer a{color:var(--foreground);text-align:center;padding:0 20px;text-decoration:none;transition:color .3s}.center-footer a:hover{color:var(--accent-one);text-decoration:underline}.center-footer p{color:var(--foreground);opacity:.6;font-size:.8rem}.center-footer a:not(.no-border){border-right:1px solid var(--foreground)}.right-footer{border-right:2px solid var(--foreground);flex:1;justify-content:flex-end;gap:1.5rem;min-width:180px;padding-right:1rem;display:flex}.right-footer .contact{text-align:end;flex-direction:column;gap:.5rem;font-weight:900;display:flex}.right-footer .socials{grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;gap:.5rem;height:100%;margin:auto 0;display:grid}.right-footer .socials svg{width:30px;height:30px;fill:var(--foreground);cursor:pointer;transition:fill .3s}.right-footer .socials svg:hover{fill:var(--accent-one)}@media (min-width:850px){.mobile-only,.contact.mobile-only{display:none}}@media (max-width:850px){footer{text-align:center;flex-direction:column;align-items:center}.desktop-only,.contact.desktop-only{display:none}.left-footer,.center-footer,.right-footer{border:none;align-items:center;width:100%;padding:0}.left-footer img{aspect-ratio:1;width:100px}.right-footer{flex-direction:column;justify-content:center;gap:2rem}.right-footer .socials{grid-template-columns:1fr 1fr 1fr 1fr}}
