.footer{border-top:1px solid var(--line);padding:28px 0 18px;background:var(--surface);color:var(--muted)}
.footer-main{display:flex;gap:24px;align-items:center;justify-content:space-between;padding-bottom:18px}
.footer-title{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.footer-title img{width:28px;height:28px;border-radius:8px;object-fit:cover}.footer-title strong{font-family:var(--font-display);font-size:16px;color:var(--ink)}.footer-title span{font-family:var(--font-mono);font-size:11px;letter-spacing:.04em}
.footer-description{margin:2px 0 0;font-size:12.5px}.system-status{display:inline-flex;align-items:center;gap:7px;white-space:nowrap;border:1px solid rgba(33,198,143,.35);background:rgba(33,198,143,.12);color:#5FE6B6;padding:5px 10px;border-radius:999px;font-size:11.5px;font-weight:600}.system-status:before{content:'';width:7px;height:7px;border-radius:50%;background:#32D49A;box-shadow:0 0 0 3px rgba(50,212,154,.15)}
.footer-bottom{border-top:1px solid var(--line);padding-top:14px;display:flex;flex-wrap:wrap;gap:14px;align-items:center;justify-content:space-between}.footer-links{display:flex;flex-wrap:wrap;gap:16px}.footer-links a{font-size:12px;font-weight:600;color:var(--muted);text-decoration:none}.footer-links a:hover{color:var(--orange)}.footer .meta{margin:0;font-family:var(--font-mono);font-size:12px}
@media(max-width:620px){.footer-main,.footer-bottom{align-items:flex-start;flex-direction:column}.footer-main{gap:14px}}
