.footer{background-color:var(--surface);color:var(--text-secondary);border-top:1px solid var(--border-default);position:relative}.footer__row{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem 1.5rem;padding-block:1.75rem 2.25rem;font-size:.8125rem;display:flex}.footer__logo-image{object-fit:contain;width:auto;height:20px}.footer__logo-image--dark{display:none}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .footer__logo-image--light{display:none}:root:not([data-theme=light]) .footer__logo-image--dark{display:block}}:root[data-theme=dark] .footer__logo-image--light{display:none}:root[data-theme=dark] .footer__logo-image--dark{display:block}.footer__links{flex-wrap:wrap;align-items:center;gap:.75rem 1.25rem;display:flex}.footer__link{color:var(--text-secondary);font-size:inherit;transition:color var(--duration-fast) var(--ease-smooth);font-weight:500;text-decoration:none}.footer__link:hover{color:var(--brand-accent);text-underline-offset:3px;text-decoration:underline}.footer__copyright{color:var(--text-secondary);font-size:inherit;flex-wrap:wrap;align-items:center;gap:.25em;display:flex}.footer__flag{vertical-align:middle;border-radius:2px;width:auto;height:1em}.footer__social{gap:.5rem;display:flex}.theme-switch{align-items:center;gap:.625rem;display:flex}.theme-switch__option{font:inherit;color:var(--text-secondary);cursor:pointer;transition:color var(--duration-fast) var(--ease-smooth);background:0 0;border:0;padding:0;font-weight:500}.theme-switch__option+.theme-switch__option{border-inline-start:1px solid var(--border-default);padding-inline-start:.625rem}.theme-switch__option:hover{color:var(--brand-accent)}.theme-switch__option[data-active=true]{color:var(--text-primary);text-underline-offset:3px;text-decoration:underline}.social-icon{border-radius:var(--radius-full);border:1px solid var(--border-default);width:32px;height:32px;color:var(--text-secondary);transition:all var(--duration-medium) var(--ease-smooth);background-color:#0000;justify-content:center;align-items:center;display:flex}.social-icon:hover{border-color:var(--brand-accent);color:var(--brand-accent)}.social-icon svg{width:16px;height:16px}
