.site-footer{background-color:#0d1117;color:#f0f0f0;padding:2rem 1rem;display:flex;justify-content:center;align-items:center;border-top:1px solid rgba(255,255,255,0.1)}.footer-content{width:100%;max-width:1100px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-content
a{color:#f0f0f0;text-decoration:none;margin:0
0.5rem;transition:opacity 0.2s ease}.footer-content a:hover{opacity:0.7}.footer-right
img{width:20px;height:20px;margin:0
0.4rem;filter:invert(1);transition:transform 0.2s ease}.footer-right img:hover{transform:scale(1.1)}@media (max-width: 600px){.footer-content{flex-direction:column;text-align:center}}header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;flex-wrap:wrap}header
nav{display:flex;gap:1.5rem}footer{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;padding:1rem 2rem;text-align:center}footer
a{margin:0.5rem}@media (max-width: 768px){header
nav{flex-direction:column;gap:0.75rem}footer{flex-direction:column;gap:0.75rem}.footer-right{order:1}.footer-left{order:2}.footer-center{order:3}}@media (max-width: 480px){header{flex-direction:column;align-items:flex-start}header
nav{align-items:flex-start}}