.menu-bar{z-index:1000;background:#fff;border-bottom:1px solid #e5e7eb;width:100%;position:sticky;top:0}.menu-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:.75rem 1rem;display:flex}.desktop-menu{align-items:center;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.link{cursor:pointer;color:#374151;text-decoration:none}.link:hover{color:#1f2937}.mobile-menu-button{display:none}@media (max-width:1024px){.mobile-menu-button{display:block}.desktop-menu{display:none}}.mobile-menu-overlay{z-index:1100;background:#00000080;justify-content:flex-end;display:flex;position:fixed;inset:0}.mobile-menu{z-index:1110;background:#fff;flex-direction:column;gap:1rem;width:260px;height:100%;padding:1rem;transition:transform .3s ease-in-out;display:flex;transform:translate(100%)}.mobile-menu.open{transform:translate(0)}.close-mobile-menu{align-self:flex-end}.progress-bar-container{background:#e5e7eb;width:100%;height:4px;position:absolute;bottom:0;left:0}.progress-bar{background:linear-gradient(90deg,#3b82f6,#9333ea);height:100%}
