:root,:root[data-theme=light],body.light,html[data-theme=light]{--footer-bg:#ffffff;--footer-border:#e2e8f0;--footer-text:#0f172a;--footer-muted:#64748b;--footer-accent:#0284c7}:root[data-theme=dark],[data-theme=dark],body.dark,html.dark{--footer-bg:#0e1419;--footer-border:#222222;--footer-text:#ffffff;--footer-muted:#a1a1aa;--footer-accent:#38bdf8}.site-footer{width:100%;margin-top:auto;padding:1.5rem 2rem;background-color:var(--footer-bg);border-top:1px solid var(--footer-border);backdrop-filter:blur(10px);transition:background-color .3s ease,border-color .3s ease}.footer-container{max-width:1400px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.5rem}.footer-brand{display:flex;flex-direction:column;gap:.25rem}.footer-logo{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1rem;color:var(--footer-text)}.footer-copyright{font-size:.8125rem;color:var(--footer-muted);margin:0}.footer-links{display:flex;flex-wrap:wrap;align-items:center;gap:1.25rem}.footer-link{display:inline-flex;align-items:center;gap:.4rem;font-size:.875rem;font-weight:500;color:var(--footer-muted);text-decoration:none;transition:color .2s ease,transform .2s ease}.footer-link svg{flex-shrink:0;stroke:currentColor}.footer-link:hover{color:var(--footer-accent);transform:translateY(-1px)}@media (max-width:640px){.site-footer{padding:1.5rem 1rem}.footer-container{flex-direction:column;align-items:center;text-align:center;gap:1rem}.footer-brand{align-items:center}.footer-links{justify-content:center;gap:1rem}}