.footer{background-color:var(--bg-90,black);color:var(--text-10,white);padding:1em;width:100%;padding-left:max(0.75rem, calc((100% - 80ch) / 2));padding-right:max(0.75rem, calc((100% - 80ch) / 2));font-size:.9em}.footer .footer-content{display:grid;grid-template-areas:"about-app about-app about-app" "branding links links" "legal legal legal" "socials socials socials"}.footer .footer-section{display:flex;flex-wrap:wrap;gap:.5em;padding:.5em}.footer .footer-section:not(:last-child){border-bottom:1px solid var(--bg-80,grey)}.footer .footer-muted{opacity:.75}.footer .footer-small{font-size:smaller}.footer .footer-link{color:inherit;text-decoration:none}.footer .footer-link:hover{text-decoration:underline}.footer .footer-link:active,.footer .footer-link:visited,.footer .footer-link:hover,.footer .footer-link:focus{color:var(--text-20,grey)}.footer .footer-links-group{list-style:none;display:flex;gap:.5em;padding:0;flex-wrap:wrap;justify-content:flex-start}.footer .footer-links-group[title]::before{content:attr(title);display:block;font-weight:700;opacity:.75}.footer .footer-links-group.vertical{flex-direction:column}#footer-about-app,#footer-legal{justify-content:space-between;align-items:center}#footer-about-app{grid-area:about-app}#footer-links{grid-area:links;justify-content:flex-end}#footer-branding{grid-area:branding;display:flex;flex-direction:column;align-content:center;align-items:center;gap:0;padding:1em}#footer-socials{grid-area:socials;font-size:1.125em}#footer-legal{grid-area:legal}#footer-branding #footer-brand{display:flex;flex-direction:row;flex-wrap:wrap;gap:.5em;align-items:center}#footer-branding #footer-brand img{width:4em;height:4em;border-radius:100%}@media screen and (max-width:800px){.footer{font-size:1em}.footer .footer-content{display:grid;grid-template-areas:"about-app about-app about-app" "links links links" "branding branding branding" "legal legal legal" "socials socials socials"}#footer-about-app,#footer-legal{flex-direction:column;gap:0}#footer-links{justify-content:initial}#footer-socials{justify-content:center}}