.Header-module__lnUIdW__header{z-index:100;-webkit-backdrop-filter:blur(16px);background:#fafbfcd9;border-bottom:1px solid #0000;transition:border-color .25s,box-shadow .25s;position:sticky;top:0}.Header-module__lnUIdW__header.Header-module__lnUIdW__scrolled{border-bottom-color:var(--border);box-shadow:0 1px 12px #0000000a}.Header-module__lnUIdW__inner{justify-content:space-between;align-items:center;height:72px;display:flex}.Header-module__lnUIdW__brand{align-items:center;gap:10px;display:flex}.Header-module__lnUIdW__logoIcon{background:var(--accent);color:#fff;border-radius:var(--radius-sm);justify-content:center;align-items:center;width:36px;height:36px;display:flex}.Header-module__lnUIdW__brandName{letter-spacing:-.03em;color:var(--text-primary);font-size:1.3rem;font-weight:800}.Header-module__lnUIdW__nav{align-items:center;gap:6px;display:flex}.Header-module__lnUIdW__navLink{color:var(--text-body);border-radius:var(--radius-sm);padding:8px 14px;font-size:.9rem;font-weight:500;transition:color .15s,background .15s;position:relative}.Header-module__lnUIdW__navLink:hover{color:var(--text-primary);background:#6366f10f}.Header-module__lnUIdW__navLink.Header-module__lnUIdW__active{color:var(--accent);background:#6366f114;font-weight:600}.Header-module__lnUIdW__navLink.Header-module__lnUIdW__active:after{content:"";background:var(--accent);border-radius:50%;width:4px;height:4px;position:absolute;bottom:2px;left:50%;transform:translate(-50%)}.Header-module__lnUIdW__separator{background:var(--border);width:1px;height:20px;margin:0 6px}.Header-module__lnUIdW__signIn{color:var(--text-body);border:1px solid var(--border);border-radius:var(--radius-sm);align-items:center;gap:7px;padding:8px 14px;font-size:.87rem;font-weight:500;transition:color .15s,background .15s,border-color .15s;display:inline-flex}.Header-module__lnUIdW__signIn:hover{color:var(--text-primary);background:var(--bg-soft);border-color:var(--border-strong)}.Header-module__lnUIdW__userMenu{align-items:center;gap:8px;display:flex}.Header-module__lnUIdW__userAvatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex;overflow:hidden}.Header-module__lnUIdW__avatarImg{object-fit:cover;border-radius:50%;width:28px;height:28px}.Header-module__lnUIdW__avatarFallback{background:var(--accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.75rem;font-weight:700;display:flex}.Header-module__lnUIdW__cta{margin-left:4px;padding:10px 20px;font-size:.87rem}.Header-module__lnUIdW__signOutLink{color:var(--text-muted);border-radius:var(--radius-sm);padding:8px 10px;font-size:.82rem;font-weight:500;transition:color .15s}.Header-module__lnUIdW__signOutLink:hover{color:var(--text-primary)}.Header-module__lnUIdW__mobileActions{align-items:center;gap:10px;display:none}.Header-module__lnUIdW__mobileCta{padding:8px 16px;font-size:.82rem}.Header-module__lnUIdW__mobileSignIn{color:var(--text-body);border:1px solid var(--border);border-radius:var(--radius-sm);white-space:nowrap;padding:8px 12px;font-size:.82rem;font-weight:500;transition:color .15s,background .15s}.Header-module__lnUIdW__mobileSignIn:hover{color:var(--text-primary);background:var(--bg-soft)}.Header-module__lnUIdW__burger{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-white);cursor:pointer;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;padding:6px;transition:border-color .15s;display:flex}.Header-module__lnUIdW__burger:hover{border-color:var(--border-strong)}.Header-module__lnUIdW__burger span{background:var(--text-primary);border-radius:1px;width:100%;height:2px;transition:transform .25s,opacity .25s;display:block}.Header-module__lnUIdW__burgerOpen span:first-child{transform:translateY(7px)rotate(45deg)}.Header-module__lnUIdW__burgerOpen span:nth-child(2){opacity:0}.Header-module__lnUIdW__burgerOpen span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.Header-module__lnUIdW__drawer{background:var(--bg-white);border-top:1px solid #0000;max-height:0;transition:max-height .3s;overflow:hidden}.Header-module__lnUIdW__drawerOpen{border-top-color:var(--border);max-height:400px}.Header-module__lnUIdW__drawerNav{flex-direction:column;padding:12px 24px 20px;display:flex}.Header-module__lnUIdW__drawerLink{color:var(--text-body);border-bottom:1px solid var(--border);padding:12px 0;font-size:.95rem;font-weight:500;transition:color .15s}.Header-module__lnUIdW__drawerLink:last-child{border-bottom:none}.Header-module__lnUIdW__drawerActive{color:var(--accent);font-weight:600}.Header-module__lnUIdW__drawerDivider{background:var(--border);height:1px;margin:4px 0}@media (max-width:768px){.Header-module__lnUIdW__nav{display:none}.Header-module__lnUIdW__mobileActions{display:flex}.Header-module__lnUIdW__inner{height:60px}.Header-module__lnUIdW__logoIcon{width:32px;height:32px}.Header-module__lnUIdW__logoIcon svg{width:18px;height:18px}.Header-module__lnUIdW__brandName{font-size:1.15rem}}
.Footer-module__3hUVsW__footer{background:var(--bg-soft);border-top:1px solid var(--border)}.Footer-module__3hUVsW__inner{grid-template-columns:1.6fr 1fr 1fr 1fr;gap:48px;padding:56px 24px;display:grid}.Footer-module__3hUVsW__brand{flex-direction:column;gap:12px;display:flex}.Footer-module__3hUVsW__logoRow{color:var(--text-primary);align-items:center;gap:8px;font-size:1.1rem;font-weight:700;display:flex}.Footer-module__3hUVsW__logoIcon{background:var(--accent);color:#fff;border-radius:6px;justify-content:center;align-items:center;width:26px;height:26px;display:flex}.Footer-module__3hUVsW__tagline{color:var(--text-body);max-width:280px;font-size:.9rem;line-height:1.6}.Footer-module__3hUVsW__support{flex-direction:column;gap:4px;display:flex}.Footer-module__3hUVsW__supportLink{align-items:center;gap:6px;font-size:.88rem;font-weight:600;transition:opacity .15s;display:inline-flex;color:var(--accent)!important}.Footer-module__3hUVsW__supportLink:hover{opacity:.8}.Footer-module__3hUVsW__supportNote{color:var(--text-muted);font-size:.78rem;font-weight:500}.Footer-module__3hUVsW__legal{color:var(--text-muted);margin-top:4px;font-size:.78rem;line-height:1.6}.Footer-module__3hUVsW__column{flex-direction:column;gap:12px;display:flex}.Footer-module__3hUVsW__colTitle{text-transform:uppercase;letter-spacing:.1em;color:var(--text-primary);margin-bottom:4px;font-size:.8rem;font-weight:700}.Footer-module__3hUVsW__column a{color:var(--text-body);font-size:.9rem;transition:color .15s}.Footer-module__3hUVsW__column a:hover{color:var(--accent)}.Footer-module__3hUVsW__bottom{border-top:1px solid var(--border);padding:20px 0}.Footer-module__3hUVsW__copy{color:var(--text-muted);font-size:.78rem}@media (max-width:768px){.Footer-module__3hUVsW__inner{grid-template-columns:1fr 1fr;gap:32px;padding:40px 16px}.Footer-module__3hUVsW__brand{grid-column:1/-1}.Footer-module__3hUVsW__tagline{font-size:.85rem}}@media (max-width:480px){.Footer-module__3hUVsW__inner{grid-template-columns:1fr;gap:24px;padding:32px 14px}.Footer-module__3hUVsW__logoRow{font-size:1rem}.Footer-module__3hUVsW__tagline{max-width:100%;font-size:.82rem}.Footer-module__3hUVsW__colTitle{font-size:.75rem}.Footer-module__3hUVsW__column a{font-size:.85rem}.Footer-module__3hUVsW__copy{font-size:.72rem}}
