header{z-index:50;position:relative}.header{justify-content:space-between;align-items:center;max-width:80rem;margin:0 auto;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 .menu-toggle{color:#d6b852;cursor:pointer;background:0 0;border:none;padding:.5rem;display:none}@media (max-width:768px){.header .menu-toggle{justify-content:center;align-items:center;display:flex}}.header .links{align-items:center;gap:.5rem;display:flex}@media (max-width:768px){.header .links{background-color:#b28535;flex-direction:column;padding:1rem;display:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 10px 15px -3px #00000080}.header .links.open{display:flex}.header .links a{width:100%;margin:.25rem 0}}.header .links a{color:inherit;border-radius:.5rem;align-items:center;padding:.5rem 1rem;text-decoration:none;transition:background-color .2s;display:flex}.header .links a:hover{background-color:#ffffff1a}.header .links a svg{width:1rem;margin-left:.5rem}.header .links .signInOut{color:#fff;background-color:#69689b47;border:1px solid #838ba0;justify-content:center;font-weight:700;transition:all .2s ease-in-out}.header .links .signInOut:hover{background-color:var(--blue,#2563eb);border-color:#0000}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}
