.site-footer{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;text-align:center;font-size:12px;color:var(--muted);padding:20px 0 32px}.footer-brand{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:7px;min-width:0}.footer-brand-logo{width:36px;height:36px;object-fit:contain;display:block;flex:0 0 auto}.footer-brand strong{color:var(--text);font-size:14.5px;font-weight:750}.footer-brand span{overflow-wrap:anywhere}.footer-channels{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px;margin:1px 0 0}.footer-channel{min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:8px 14px;border:1px solid rgba(60,100,145,.18);border-radius:999px;background:rgba(255,255,255,.8);box-shadow:0 3px 12px rgba(31,51,73,.06);color:var(--text);font-size:13px;font-weight:700;line-height:1;text-decoration:none;white-space:nowrap;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease,background .16s ease}.footer-channel:hover{transform:translateY(-1px);border-color:rgba(24,103,206,.34);background:#fff;box-shadow:0 6px 16px rgba(31,51,73,.1)}.footer-channel:active{transform:translateY(0)}.footer-channel:focus-visible{outline:none;box-shadow:var(--ui-focus),0 4px 14px rgba(31,51,73,.08)}.footer-channel-icon{width:18px;height:18px;display:grid;place-items:center;flex:0 0 18px}.footer-channel-icon svg{width:18px;height:18px;display:block;fill:currentColor}.footer-channel-youtube .footer-channel-icon{color:#ff0033}.footer-channel-telegram .footer-channel-icon{color:#229ed9}.footer-channel-label{display:inline-block;transform:translateY(.2px)}@media(prefers-reduced-motion:reduce){.footer-channel{transition:none}.footer-channel:hover{transform:none}}@media(max-width:699px){.site-footer{padding:17px 12px 28px;gap:10px}.footer-brand{max-width:100%;gap:5px}.footer-brand-logo{width:32px;height:32px}.footer-brand strong{font-size:13.5px}.footer-brand span{flex-basis:100%;font-size:11.5px}.footer-channels{width:100%;gap:8px}.footer-channel{min-height:44px;padding:9px 12px;font-size:12.5px}}