.site-page{min-height:100vh;display:flex;flex-direction:column}
.site-page>main{flex:1 0 auto}
.site-footer{flex:0 0 auto;border-top:1px solid var(--line,#dce4eb);background:#fff;color:var(--muted,#607080)}
footer{touch-action:manipulation}
.site-footer-inner{width:min(1180px,calc(100% - 32px));min-height:88px;margin:auto;display:flex;justify-content:space-between;align-items:center;gap:24px;font-size:.88rem}
.site-footer-brand{display:flex;align-items:center;gap:10px;min-width:0}
.site-footer-brand img{width:34px;height:34px;object-fit:contain;flex:0 0 auto}
.site-footer-brand span,.site-footer-brand strong,.site-footer-brand small{display:block}
.site-footer-brand strong{color:var(--text,#17212b)}
.site-footer-brand small{font-size:.78rem;line-height:1.45}
.site-footer-credit{max-width:430px;text-align:right}
.footer-easter-egg{position:fixed;left:50%;bottom:24px;z-index:100;display:flex;align-items:center;gap:9px;max-width:calc(100% - 32px);padding:12px 16px;border:1px solid #cbdce8;border-radius:14px;background:#fff;color:var(--text,#17212b);box-shadow:0 14px 34px rgba(20,45,70,.18);font:inherit;line-height:1.4;text-align:center;opacity:0;visibility:hidden;pointer-events:none;transform:translate(-50%,10px);transition:opacity .24s ease,transform .24s ease,visibility 0s linear .24s}
.footer-easter-egg.is-visible{opacity:1;visibility:visible;transform:translate(-50%,0);transition-delay:0s}
.footer-easter-egg strong{font-size:.92rem}
@media(max-width:680px){
  .site-footer-inner{width:min(100% - 24px,760px);min-height:0;padding:16px 0;align-items:flex-start;flex-direction:column;justify-content:center;gap:10px}
  .site-footer-credit{max-width:none;text-align:left}
}
@media(max-width:900px){.site-page.has-mobile-bar .site-footer{margin-bottom:78px}}
@media(max-width:900px){.site-page.has-mobile-bar .footer-easter-egg{bottom:88px}}
@media(prefers-reduced-motion:reduce){.footer-easter-egg{transition:none;transform:translate(-50%,0)}}
