.site-foot{
    display:flex;
    align-items:center;
    justify-content:space-between;
    flex-wrap:wrap;
    gap:12px 20px;
    padding:18px 24px;
    border-top:1px solid #252530;
    font-size:12px;
    color:#8b8b9e;
}
.site-foot a{
    color:#60a5fa;
    text-decoration:none;
}
.site-foot a:hover{text-decoration:underline}
.site-foot-links{
    display:flex;
    gap:16px;
    flex-wrap:wrap;
    align-items:center;
}
.site-foot-dev{font-weight:600}
.site-foot-copy{line-height:1.5}
.login-foot{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    text-align:center;
    padding:14px 16px;
    font-size:12px;
    color:#71717a;
    background:rgba(9,9,11,.85);
    border-top:1px solid #27272a;
}
.login-foot a{color:#60a5fa;text-decoration:none;font-weight:600}
.login-foot a:hover{text-decoration:underline}
