.app-footer-root{--canvas:#f8f7fb;--ink-soft:#46435c;--muted:#8a889b;--line:#e9e7f0;--brand-deep:#5e5c8a;border-top:1px solid var(--line);background:var(--canvas);width:100%;color:var(--muted);font-family:var(--font-sans),"Hanken Grotesk",sans-serif;flex:none;font-size:12.5px}.app-footer-root,.app-footer-root *{box-sizing:border-box}.app-footer-root .footer-shell{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px 28px;padding:16px 26px;display:flex}.app-footer-root .footer-copy{white-space:nowrap}.app-footer-root .footer-links{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px 18px;display:flex}.app-footer-root .footer-links a{color:var(--muted);text-decoration:none;transition:color .14s}.app-footer-root .footer-links a:hover{color:var(--brand-deep)}.app-footer-root .footer-links a.footer-help{color:var(--ink-soft);font-weight:600}.app-footer-root .footer-links a.footer-help:hover{color:var(--brand-deep)}.app-footer-root .footer-sep{background:var(--line);flex:none;width:1px;height:12px}@media (max-width:640px){.app-footer-root .footer-shell{flex-direction:column;align-items:flex-start;padding:14px 20px}.app-footer-root .footer-links{justify-content:flex-start}.app-footer-root .footer-sep{display:none}}