.foot{padding:16px;border-top:1px solid var(--border);background:var(--bg);text-align:center}
.foot .socials{display:flex;justify-content:center;gap:12px;margin-bottom:8px}
.foot .socials a{color:var(--muted)}
.foot .socials a:hover{color:var(--accent-text)}
.foot .socials svg{width:24px;height:24px;fill:currentColor;display:block}
.foot .muted{color:var(--muted);font-size:13px;margin:0}
.foot .madebyphille{display:inline-block;margin-top:8px;height:32px}
.foot .madebyphille svg{height:32px;display:block;width:auto}
