.header{justify-content:space-between;align-items:center;max-width:80rem;margin:0 auto 3rem;padding:1rem;display:flex}@media (min-width:640px){.header{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:1024px){.header{padding-left:2rem;padding-right:2rem}}.header .links{align-items:center;display:flex}.header .links a{justify-content:flex-start;align-items:center;gap:1rem;width:10rem;margin:1rem;padding:.5rem 1rem;display:flex}.header .links .signInOut{color:#fff;cursor:pointer;text-align:center;background-color:#69689b47;border:1px solid #838ba0;border-radius:.5rem;width:11rem;font-weight:700;transition:background-color .2s}.header .links .signInOut:hover{background-color:var(--blue)}footer{border-top:1px solid var(--glass-border);direction:rtl;background:#00000080;padding:3rem 2rem 2rem}footer .footer-content{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1400px;margin:0 auto 2rem;display:grid}footer .footer-section h3{text-align:right;margin-bottom:1rem}footer .footer-section ul{list-style:none}footer .footer-section ul li{margin-bottom:.5rem}footer .footer-section a{color:var(--text-secondary);text-decoration:none;transition:color .3s}footer .footer-section a:hover{color:var(--accent-purple)}footer .social-links{gap:1rem;margin-top:1rem;display:flex}footer .social-links a{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}footer .social-links a:hover{background:var(--accent-purple);transform:translateY(-3px)}footer .footer-bottom{text-align:center;border-top:1px solid var(--glass-border);color:var(--text-secondary);justify-content:center;gap:3rem;padding-top:2rem;display:flex}footer .footer-bottom a{color:var(--gold);margin-right:.5rem}
