.ambient-particles{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;overflow:hidden;pointer-events:none}.ambient-particles__wrap{position:absolute;transform:translate(calc(var(--mouse-x, 0) * var(--parallax, 12px)),calc(var(--mouse-y, 0) * var(--parallax, 12px)));transition:transform .4s ease-out}.ambient-particles__dot{position:absolute;border-radius:50%;background:var(--dot-color, var(--accent));opacity:0;will-change:transform,opacity;animation-name:ambient-dot-life;animation-timing-function:ease-in-out;animation-iteration-count:infinite}@keyframes ambient-dot-life{0%,to{opacity:0;transform:translate(0)}20%{opacity:.5}50%{opacity:.5;transform:translate(var(--drift-x))}85%{opacity:0}}@media(prefers-reduced-motion:reduce){.ambient-particles__dot{animation:none}.ambient-particles__wrap{transition:none;transform:none}}.footer{border-top:1px solid var(--border);padding:var(--space-2xl) var(--space-xl)}.footer__inner{max-width:var(--content-width);margin:0 auto;display:flex;align-items:center;flex-wrap:wrap;gap:var(--space-xl)}.footer__links{display:flex;gap:var(--space-lg);margin-right:auto}.footer__links a{font-size:.85rem;color:var(--text-muted);text-decoration:none}.footer__links a:hover{color:var(--text)}.footer__copy{font-size:.78rem;color:var(--text-faint);width:100%;text-align:center;margin-top:var(--space-lg)}@media(min-width:640px){.footer__copy{width:auto;margin-top:0;text-align:right}}
