.footer-notes{text-align:center;max-width:680px;font-family:var(--font-mono);color:var(--text-footer-note);margin:0 auto;padding:96px 16px 40px;font-size:14px;line-height:1.8}.footer-notes-separator{background:var(--border-card);width:40px;height:1px;margin:0 auto 24px}.footer-notes-line{margin:0}.footer-notes-line-number{color:var(--text-footer-note-soft)}.footer-notes-line-creator{color:var(--ds-gray-1000);transition:color var(--duration-fast) ease;font-weight:600;text-decoration:underline}.footer-notes-line-creator:hover{color:var(--ds-gray-900)}.footer-notes-card{z-index:100;border-radius:var(--radius-24);background:var(--ds-background-100);width:200px;box-shadow:var(--shadow-card);transform-origin:var(--radix-hover-card-content-transform-origin);animation:footer-notes-card-in .2s var(--ease-out);flex-direction:column;align-items:center;gap:16px;padding:20px;display:flex}.footer-notes-card[data-state=closed]{animation:.12s ease-in forwards footer-notes-card-out}.footer-notes-card-photo{object-fit:cover;width:80px;height:80px;box-shadow:0 0 0 3px var(--border-card);border-radius:9999px}.footer-notes-card-greeting{font:var(--text-copy-14);color:var(--ds-gray-900);text-align:center;margin:0;font-weight:500}.footer-notes-card-profiles{gap:12px;display:flex}.footer-notes-card-profiles-link{background:var(--ds-gray-100);width:44px;height:44px;color:var(--ds-gray-1000);transition:background-color var(--duration-fast) ease;border-radius:9999px;justify-content:center;align-items:center;display:inline-flex}.footer-notes-card-profiles-link:hover{background:var(--ds-gray-200)}.footer-notes-card-profiles-link svg{width:20px;height:20px}@keyframes footer-notes-card-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes footer-notes-card-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(8px)}}@media (prefers-reduced-motion:reduce){.footer-notes-card{animation-name:footer-notes-fade-in}.footer-notes-card[data-state=closed]{animation-name:footer-notes-fade-out}@keyframes footer-notes-fade-in{0%{opacity:0}to{opacity:1}}@keyframes footer-notes-fade-out{0%{opacity:1}to{opacity:0}}}@media (max-width:768px){.footer-notes{padding:64px 24px 32px}}
.site-footer{background:var(--ds-background-100);box-shadow:inset 0 1px 0 var(--ds-gray-alpha-400);margin-top:0;padding:32px 0}.site-footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.site-footer-left{flex-wrap:wrap;align-items:center;gap:24px;display:flex}.site-footer-wordmark{font:var(--text-heading-16);letter-spacing:var(--tracking-heading-16);align-items:center;gap:8px;display:inline-flex}.site-footer-nav{gap:16px;display:flex}.site-footer-nav-link{font:var(--text-label-14);color:var(--ds-gray-900);transition:color var(--duration-fast) ease;align-items:center;gap:8px;display:inline-flex}.site-footer-nav-link:hover{color:var(--ds-gray-1000)}.site-footer-nav-link-icon{width:16px;height:16px}.site-footer-wordmark-mark{border-radius:var(--radius-min);background:var(--primary);width:16px;height:16px}
