.site-footer{border-top:1px solid var(--color-border);padding:var(--space-lg) 0;margin-top:var(--space-2xl);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);color:var(--color-text-soft)}.footer-inner{display:flex;justify-content:space-between;align-items:flex-start;gap:var(--space-xl);font-size:.85rem;color:var(--color-text-muted)}.footer-brand{max-width:320px;color:var(--color-text-soft)}.footer-logo{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:.4rem;color:var(--color-text)}.footer-logo-mark{width:24px;height:24px;border-radius:999px;display:grid;place-items:center;font-size:.8rem;font-weight:700;background:radial-gradient(circle at 30% 30%,#bfdbfe,#2563eb);color:#fff}.footer-links{display:flex;flex-direction:column;gap:.3rem;margin-bottom:.6rem}.footer-links a{color:var(--color-text-soft);text-decoration:none}.footer-links a:hover{color:#60a5fa}.footer-meta{margin-top:var(--space-md);font-size:.8rem;color:var(--color-text-muted)}.footer-meta a{color:var(--color-text-muted);text-decoration:none}.footer-meta a:hover{color:#60a5fa}@media (max-width:768px){.footer-inner{flex-direction:column;gap:var(--space-lg)}.footer-brand{max-width:unset}}