.site-footer{background:var(--bg-card);border-top:1px solid var(--border);position:relative;overflow:hidden;margin-top:var(--sp-16)}.site-footer::before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0%,var(--red) 25%,var(--red) 75%,transparent 100%);opacity:.7;z-index:var(--z-raised)}.site-footer::after{content:"";position:absolute;bottom:-80px;right:-80px;width:440px;height:320px;background:radial-gradient(ellipse,rgba(255,45,85,.07)0,transparent 70%);pointer-events:none}.footer-body{max-width:1260px;margin:0 auto;padding:52px 40px 0;display:grid;grid-template-columns:260px 1fr;gap:0 56px}.footer-brand{display:flex;flex-direction:column;gap:var(--sp-5);padding-right:40px;border-right:1px solid var(--border)}.footer-brand .site-logo{margin-left:-1px}.footer-brand .site-logo img{height:34px;width:auto;object-fit:contain}.footer-brand-desc{font-size:.77rem;color:var(--text-muted);line-height:1.85;max-width:200px}.footer-links a,.footer-status{font-family:var(--font-ui);color:var(--text-sub);display:inline-flex;align-items:center}.footer-status{gap:7px;font-size:.65rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:5px 10px;border:1px solid var(--border);border-radius:2px;background:var(--bg-elevated);width:fit-content}.footer-status-dot{width:6px;height:6px;border-radius:50%;background:var(--color-success);box-shadow:0 0 6px var(--color-success);flex-shrink:0}.footer-cols{display:grid;grid-template-columns:repeat(4,1fr);gap:36px}.footer-col-title{font-family:var(--font-heading);font-size:.55rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--text-muted);padding-bottom:10px;margin-bottom:var(--sp-4);border-bottom:1px solid var(--border);position:relative}.footer-col-title::after,.footer-social-link::before{content:"";position:absolute;left:0;background:var(--red)}.footer-col-title::after{bottom:-1px;width:28px;height:1px}.footer-links,.footer-socials{display:flex;flex-direction:column}.footer-links{list-style:none;gap:var(--sp-2)}.footer-links a{font-size:.82rem;font-weight:500;letter-spacing:.03em;gap:var(--sp-2);transition:color var(--t-fast),gap var(--t-fast)}.footer-links a::before{content:"";display:block;width:3px;height:3px;border-radius:50%;background:var(--text-muted);flex-shrink:0;transition:background var(--t-fast),transform var(--t-fast)}.footer-links a:hover{color:var(--red);gap:12px}.footer-links a:hover::before{background:var(--red);transform:scale(1.6)}.footer-socials{gap:7px}.footer-social-icon-wrap,.footer-social-link{border:1px solid var(--border);border-radius:var(--radius-sm);display:flex;align-items:center;overflow:hidden}.footer-social-link{gap:10px;padding:9px 12px;background:var(--bg-elevated);font-family:var(--font-ui);color:var(--text-sub);cursor:pointer;position:relative;transition:border-color var(--t-fast),background var(--t-fast),color var(--t-fast),transform var(--t-fast)}.footer-social-link::before{top:0;bottom:0;width:2px;transform:scaleY(0);transform-origin:bottom;transition:transform var(--t-mid)}.footer-social-link:hover{border-color:var(--border-red);background:var(--red-dim);color:var(--text);transform:translateX(3px)}.footer-social-link:hover::before{transform:scaleY(1)}.footer-social-icon-wrap{width:50px;height:50px;flex-shrink:0;background:rgba(255,255,255,.04);justify-content:center}.footer-social-icon-wrap .footer-social-img{width:40px;height:40px;object-fit:contain;transition:transform var(--t-fast)}.footer-social-link:hover .footer-social-icon-wrap .footer-social-img{transform:scale(1.08)}.footer-social-meta{display:flex;flex-direction:column;gap:1px;flex:1;min-width:0}.footer-social-name{font-size:.73rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.footer-social-handle{font-size:.6rem;font-weight:500;color:var(--text-muted);letter-spacing:.04em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.footer-social-arrow{font-size:.9rem;color:var(--text-muted);transition:color var(--t-fast);flex-shrink:0}.footer-bottom-links a:hover,.footer-social-link:hover .footer-social-arrow{color:var(--red)}.footer-bottom{max-width:1260px;margin:40px auto 0;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:var(--sp-4);border-top:1px solid var(--border);padding:18px 40px 24px}.footer-bottom-badge,.footer-bottom-links a,.footer-copy{font-family:var(--font-ui);font-size:.67rem;font-weight:500;color:var(--text-muted);letter-spacing:.06em}.footer-bottom-badge{font-size:.6rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:var(--red);border:1px solid var(--border-red);padding:4px 14px;border-radius:2px;background:var(--red-dim);white-space:nowrap}.footer-bottom-links{display:flex;gap:18px;justify-content:flex-end}.footer-bottom-links a{transition:color var(--t-fast)}@media (min-width:1024px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}}@media (max-width:1023px){.footer-body{grid-template-columns:1fr;padding:36px var(--sp-5)0;gap:var(--sp-8)}.footer-brand{padding-right:0;border-right:none;padding-bottom:var(--sp-8);border-bottom:1px solid var(--border);flex-direction:row;flex-wrap:wrap;align-items:flex-start;gap:var(--sp-5)}.footer-brand-desc{max-width:280px}.footer-cols{grid-template-columns:repeat(2,1fr);gap:28px}.footer-bottom{grid-template-columns:1fr 1fr;grid-template-rows:auto auto;padding:16px var(--sp-5) var(--sp-5);gap:var(--sp-3)}.footer-bottom-badge{grid-column:1/-1;justify-self:center;order:-1}.footer-copy{grid-column:1}.footer-bottom-links{grid-column:2}}@media (max-width:640px){.footer-body{padding:28px 14px 0}.footer-brand{flex-direction:column;gap:14px}.footer-cols{grid-template-columns:repeat(2,1fr);gap:22px}.footer-bottom{grid-template-columns:1fr;text-align:center;padding:16px 14px 20px;gap:10px}.footer-bottom-badge{justify-self:center}.footer-copy{text-align:center;grid-column:1}.footer-bottom-links{justify-content:center;grid-column:1}}@media (max-width:480px){.footer-cols{grid-template-columns:1fr 1fr;gap:18px}.footer-social-link{padding:var(--sp-2) 10px}.footer-social-meta .footer-social-handle{display:none}}