.Header-module__lnUIdW__header{z-index:50;background:var(--background);border-bottom:1px solid var(--border);position:sticky;top:0}.Header-module__lnUIdW__container{max-width:var(--container-max);height:var(--header-height);align-items:center;gap:1rem;margin:0 auto;padding:0 1rem;display:flex}.Header-module__lnUIdW__mobileMenuBtn{cursor:pointer;color:var(--foreground);background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;display:flex}@media (min-width:768px){.Header-module__lnUIdW__mobileMenuBtn{display:none}}.Header-module__lnUIdW__logo{color:var(--foreground);align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;display:flex}.Header-module__lnUIdW__logoImage{object-fit:cover;border-radius:.5rem;width:36px;height:36px}.Header-module__lnUIdW__logoText{display:none}@media (min-width:640px){.Header-module__lnUIdW__logoText{display:block}}.Header-module__lnUIdW__desktopNav{align-items:center;gap:.5rem;margin-left:1rem;display:none}@media (min-width:768px){.Header-module__lnUIdW__desktopNav{display:flex}}.Header-module__lnUIdW__navLink{color:var(--muted-foreground);border-radius:.5rem;padding:.5rem 1rem;font-size:.9375rem;font-weight:500;transition:all .2s}.Header-module__lnUIdW__navLink:hover{color:var(--primary);background:var(--muted)}.Header-module__lnUIdW__actions{align-items:center;gap:.25rem;margin-left:auto;display:flex}@media (min-width:640px){.Header-module__lnUIdW__actions{gap:.5rem}}.Header-module__lnUIdW__iconBtn{cursor:pointer;width:40px;height:40px;color:var(--muted-foreground);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.Header-module__lnUIdW__iconBtn:hover{background:var(--muted);color:var(--foreground)}.Header-module__lnUIdW__userMenuWrapper{position:relative}.Header-module__lnUIdW__avatarBtn{border:2px solid var(--border);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:0;transition:border-color .2s;display:flex;overflow:hidden}.Header-module__lnUIdW__avatarBtn:hover{border-color:var(--primary)}.Header-module__lnUIdW__avatar{object-fit:cover;width:100%;height:100%}.Header-module__lnUIdW__avatarPlaceholder{background:var(--muted);width:100%;height:100%;color:var(--muted-foreground);justify-content:center;align-items:center;display:flex}.Header-module__lnUIdW__avatarSkeleton{background:var(--muted);border-radius:50%;width:40px;height:40px;animation:1.5s infinite Header-module__lnUIdW__pulse}@keyframes Header-module__lnUIdW__pulse{0%,to{opacity:1}50%{opacity:.5}}.Header-module__lnUIdW__dropdown{background:var(--card);border:1px solid var(--border);width:220px;box-shadow:var(--shadow-lg);z-index:100;border-radius:.75rem;position:absolute;top:calc(100% + .5rem);right:0;overflow:hidden}.Header-module__lnUIdW__dropdownHeader{background:var(--muted);padding:.75rem 1rem}.Header-module__lnUIdW__userName{color:var(--foreground);font-size:.9375rem;font-weight:600}.Header-module__lnUIdW__userEmail{color:var(--muted-foreground);text-overflow:ellipsis;white-space:nowrap;font-size:.8125rem;overflow:hidden}.Header-module__lnUIdW__dropdownDivider{background:var(--border);height:1px}.Header-module__lnUIdW__dropdownItem{width:100%;color:var(--foreground);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.875rem;transition:background .2s;display:flex}.Header-module__lnUIdW__dropdownItem:hover{background:var(--muted)}.Header-module__lnUIdW__dropdownItemHighlight{color:var(--primary);font-weight:500;}.Header-module__lnUIdW__loginBtn{color:#fff;background:var(--primary);cursor:pointer;border:none;border-radius:9999px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:background .2s}.Header-module__lnUIdW__loginBtn:hover{background:var(--primary-hover)}.Header-module__lnUIdW__searchBar{border-top:1px solid var(--border);background:var(--muted);padding:.75rem 1rem}.Header-module__lnUIdW__searchContainer{background:var(--background);border:1px solid var(--border);border-radius:9999px;align-items:center;gap:.75rem;max-width:600px;margin:0 auto;padding:.5rem 1rem;display:flex}.Header-module__lnUIdW__searchIcon{color:var(--muted-foreground);flex-shrink:0}.Header-module__lnUIdW__searchInput{color:var(--foreground);background:0 0;border:none;outline:none;flex:1;font-size:.9375rem}.Header-module__lnUIdW__searchInput::placeholder{color:var(--muted-foreground)}.Header-module__lnUIdW__searchCloseBtn{background:var(--muted);cursor:pointer;width:28px;height:28px;color:var(--muted-foreground);border:none;border-radius:50%;justify-content:center;align-items:center;display:flex}.Header-module__lnUIdW__searchCloseBtn:hover{background:var(--border)}.Header-module__lnUIdW__mobileNav{border-top:1px solid var(--border);background:var(--background);flex-direction:column;padding:.5rem;display:flex}@media (min-width:768px){.Header-module__lnUIdW__mobileNav{display:none}}.Header-module__lnUIdW__mobileNavLink{color:var(--foreground);border-radius:.5rem;padding:.75rem 1rem;font-size:1rem;font-weight:500;transition:background .2s}.Header-module__lnUIdW__mobileNavLink:hover{background:var(--muted)}
.Footer-module__3hUVsW__footer{background:var(--muted);border-top:1px solid var(--border);margin-top:auto;padding:3rem 0 1.5rem}.Footer-module__3hUVsW__container{max-width:var(--container-max);margin:0 auto;padding:0 1rem}@media (min-width:640px){.Footer-module__3hUVsW__container{padding:0 1.5rem}}.Footer-module__3hUVsW__grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:640px){.Footer-module__3hUVsW__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.Footer-module__3hUVsW__grid{grid-template-columns:2fr 1fr 1fr 1fr}}.Footer-module__3hUVsW__brand{max-width:300px}.Footer-module__3hUVsW__logo{color:var(--foreground);align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:1.25rem;font-weight:700;display:inline-flex}.Footer-module__3hUVsW__logoImage{object-fit:cover;border-radius:.5rem;width:32px;height:32px}.Footer-module__3hUVsW__description{color:var(--muted-foreground);font-size:.875rem;line-height:1.6}.Footer-module__3hUVsW__column{flex-direction:column;gap:.75rem;display:flex}.Footer-module__3hUVsW__columnTitle{color:var(--foreground);margin-bottom:.25rem;font-size:.875rem;font-weight:600}.Footer-module__3hUVsW__link{color:var(--muted-foreground);font-size:.875rem;transition:color .2s}.Footer-module__3hUVsW__link:hover{color:var(--primary)}.Footer-module__3hUVsW__divider{background:var(--border);height:1px;margin:2rem 0 1.5rem}.Footer-module__3hUVsW__bottom{justify-content:center;align-items:center;display:flex}.Footer-module__3hUVsW__copyright{color:var(--muted-foreground);font-size:.8125rem}
