.footer{border-top:1px solid var(--border);padding:24px 48px;display:flex;justify-content:space-between;align-items:center}.footer__left{font-size:14px;color:var(--gray)}.footer__right{font-size:14px;color:var(--gray2);display:flex;gap:10px}.footer__right a{color:var(--gray);text-decoration:none;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;margin:-11px 0}.footer__right a:hover{color:var(--ink)}.footer__right svg{width:16px;height:16px;fill:var(--gray)}.footer__right svg:hover{fill:var(--ink)}@media(max-width:900px){.footer{padding:20px 24px;flex-direction:column;gap:8px;text-align:center}.footer__sep{display:none}.footer__subtitle{display:block}}