.Header-module__hBw1pG__header{width:100%;font-family:var(--font-sans),sans-serif;flex-direction:column;display:flex}.Header-module__hBw1pG__topBar{background-color:#00a79d;width:100%;height:1rem}.Header-module__hBw1pG__mainHeader{background-color:#f8f9fc;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.Header-module__hBw1pG__logoSection,.Header-module__hBw1pG__logoLink{align-items:center;display:flex}.Header-module__hBw1pG__logoImage{object-fit:contain;width:auto;height:4.5rem}.Header-module__hBw1pG__searchSection{flex:1;max-width:42rem;margin:0 3rem}.Header-module__hBw1pG__searchContainer{align-items:center;width:100%;display:flex;position:relative}.Header-module__hBw1pG__searchInput{color:#374151;background-color:#fff;border:1px solid #00a79d;border-radius:.5rem;outline:none;width:100%;height:2.75rem;padding-left:1rem;padding-right:3rem;transition:all .2s}.Header-module__hBw1pG__searchInput:focus{box-shadow:0 0 0 2px #00a79d80}.Header-module__hBw1pG__searchButton{color:#00a79d;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.25rem;transition:color .2s;display:flex;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.Header-module__hBw1pG__searchButton:hover{color:#00a79d}.Header-module__hBw1pG__profileSection{justify-content:center;align-items:center;padding:.5rem;display:flex;position:relative}.Header-module__hBw1pG__profileButton{color:#00a79d;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:color .2s;display:flex}.Header-module__hBw1pG__profileButton:hover{color:#00a79d}.Header-module__hBw1pG__userProfile{cursor:pointer;flex-direction:column;align-items:flex-end;display:flex;position:relative}.Header-module__hBw1pG__userInfo{color:#00a79d;align-items:center;gap:.5rem;display:flex}.Header-module__hBw1pG__userName{font-size:.95rem;font-weight:600}.Header-module__hBw1pG__profileIconWrapper{color:#00a79d;background:#f0fdfa;border:1.5px solid #00a79d;border-radius:50%;justify-content:center;align-items:center;padding:.4rem;display:flex}.Header-module__hBw1pG__chevron{color:#00a79d;transition:transform .2s}.Header-module__hBw1pG__userProfile:hover .Header-module__hBw1pG__chevron{transform:rotate(180deg)}.Header-module__hBw1pG__dropdown{z-index:1000;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;min-width:160px;margin-top:.75rem;animation:.2s ease-out Header-module__hBw1pG__slideDown;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}@keyframes Header-module__hBw1pG__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.Header-module__hBw1pG__dropdownItem{cursor:pointer;color:#374151;text-align:left;background:0 0;border:none;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.Header-module__hBw1pG__dropdownItem:hover{color:#00a79d;background-color:#f3f4f6}.Header-module__hBw1pG__dropdownItem svg{color:#6b7280}.Header-module__hBw1pG__dropdownItem:hover svg{color:#00a79d}.Header-module__hBw1pG__dropdownDivider{background-color:#e5e7eb;height:1px;margin:.5rem 0}@media (max-width:768px){.Header-module__hBw1pG__mainHeader{background-color:#fff;grid-template-columns:1fr auto;align-items:center;gap:.5rem;padding:.5rem 1rem;display:grid}.Header-module__hBw1pG__logoSection{grid-area:1/1;gap:.75rem}.Header-module__hBw1pG__profileSection{grid-area:1/2;padding:.25rem}.Header-module__hBw1pG__searchSection{grid-area:2/1/auto/span 2;width:100%;max-width:none;margin:.25rem 0}.Header-module__hBw1pG__logoImage{height:2.5rem}.Header-module__hBw1pG__searchInput{height:2.25rem;font-size:.85rem}.Header-module__hBw1pG__profileIconWrapper{padding:.3rem}}.Header-module__hBw1pG__searchRow{align-items:center;gap:1rem;width:100%;display:flex}.Header-module__hBw1pG__hamburgerBtn{color:#00a79d;cursor:pointer;background:#f0fdfa;border:1.5px solid #00a79d;border-radius:50%;justify-content:center;align-items:center;padding:.4rem;transition:all .2s;display:none}.Header-module__hBw1pG__hamburgerBtn:hover{color:#fff;background:#00a79d}.Header-module__hBw1pG__drawerOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;background:#0f172a66;justify-content:flex-end;width:100%;height:100%;animation:.3s Header-module__hBw1pG__fadeIn;display:flex;position:fixed;top:0;left:0}.Header-module__hBw1pG__drawerContent{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;flex-direction:column;width:85%;max-width:360px;height:100%;animation:.3s cubic-bezier(.4,0,.2,1) Header-module__hBw1pG__slideIn;display:flex;box-shadow:-10px 0 25px #0000001a}.Header-module__hBw1pG__drawerHeader{border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.Header-module__hBw1pG__drawerTitle{color:#0f172a;margin:0;font-size:1.25rem;font-weight:700}.Header-module__hBw1pG__closeBtn{color:#64748b;cursor:pointer;background:0 0;border:none;padding:4px;transition:transform .2s}.Header-module__hBw1pG__closeBtn:hover{color:#ef4444;transform:scale(1.1)}.Header-module__hBw1pG__drawerBody{flex:1;padding:1.5rem;overflow-y:auto}.Header-module__hBw1pG__sectionLabel{text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;margin-bottom:1rem;font-size:.75rem;font-weight:700}.Header-module__hBw1pG__drawerNavSection{margin-bottom:2rem}.Header-module__hBw1pG__drawerNavGrid{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}.Header-module__hBw1pG__drawerNavItem{color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;align-items:flex-start;gap:.5rem;padding:1rem;text-decoration:none;transition:all .2s;display:flex}.Header-module__hBw1pG__drawerNavItem svg{color:#00a79d}.Header-module__hBw1pG__drawerNavItem span{font-size:.85rem;font-weight:600}.Header-module__hBw1pG__drawerNavItem:hover{color:#00a79d;background:#f1f5f9;border-color:#00a79d;transform:translateY(-2px)}.Header-module__hBw1pG__navActive{color:#00a79d;background:#f0fdfa;border-color:#00a79d}.Header-module__hBw1pG__drawerDivider{background:linear-gradient(90deg,#0000,#0000000d,#0000);height:1px;margin:2rem 0}@keyframes Header-module__hBw1pG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Header-module__hBw1pG__slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}@media (max-width:768px){.Header-module__hBw1pG__hamburgerBtn{display:flex}}@media (max-width:480px){.Header-module__hBw1pG__drawerNavGrid{grid-template-columns:1fr}.Header-module__hBw1pG__userName{display:none}.Header-module__hBw1pG__userInfo{gap:.25rem}}
