.Header-module__hBw1pG__header{background:var(--bg-primary);z-index:100;align-items:center;height:70px;display:flex;position:relative}.Header-module__hBw1pG__navContainer{justify-content:space-between;align-items:center;width:100%;display:flex}.Header-module__hBw1pG__logo{letter-spacing:-.04em;font-family:Inter,sans-serif;font-size:1.4rem;font-weight:600}.Header-module__hBw1pG__logoLink{color:inherit;transition:opacity var(--transition-fast);align-items:center;gap:8px;text-decoration:none;display:flex}.Header-module__hBw1pG__logoLink:hover{opacity:.8}.Header-module__hBw1pG__logoIcon{border-radius:6px;transform:rotate(90deg)}.Header-module__hBw1pG__logoIconLight{display:none}html[data-theme=light] .Header-module__hBw1pG__logoIconDark{display:none}html[data-theme=light] .Header-module__hBw1pG__logoIconLight{display:block}.Header-module__hBw1pG__logoText{color:var(--text-primary);align-items:center;line-height:1;display:flex}.Header-module__hBw1pG__navLinks,.Header-module__hBw1pG__desktopNavLinks{align-items:center;gap:24px;display:flex}.Header-module__hBw1pG__link{color:var(--text-secondary);transition:color var(--transition-fast);font-size:.9rem;font-weight:500}.Header-module__hBw1pG__link:hover{color:var(--text-primary)}.Header-module__hBw1pG__navLink{color:var(--text-secondary);transition:color var(--transition-fast);font-size:.9rem;font-weight:500;text-decoration:none}.Header-module__hBw1pG__navLink:hover{color:var(--text-primary)}.Header-module__hBw1pG__ctaButton{background:var(--text-primary);color:var(--bg-primary);transition:transform var(--transition-fast), background var(--transition-fast);border-radius:100px;padding:6px 14px;font-size:.9rem;font-weight:700}.Header-module__hBw1pG__ctaButton:hover{background:var(--text-secondary);transform:scale(1.05)}.Header-module__hBw1pG__signInBtn{color:var(--text-primary);border:1px solid var(--btn-ghost-border);cursor:pointer;transition:background var(--transition-fast), border-color var(--transition-fast);background:0 0;border-radius:100px;padding:6px 14px;font-size:.9rem;font-weight:500}.Header-module__hBw1pG__signInBtn:hover{background:var(--hover-surface);border-color:var(--hairline-strong)}.Header-module__hBw1pG__mobileMenuBtn{border:1px solid var(--btn-ghost-border);width:38px;height:38px;color:var(--text-primary);cursor:pointer;background:0 0;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:5px;display:none}.Header-module__hBw1pG__mobileMenuBtn span{background:currentColor;border-radius:999px;width:15px;height:2px}.Header-module__hBw1pG__mobileMenuLayer{z-index:1100;background:var(--overlay-mobile);position:fixed;inset:0}.Header-module__hBw1pG__mobileSheet{background:var(--chrome-mobile-sheet);border-left:1px solid var(--hairline-strong);width:min(82vw,340px);box-shadow:var(--sheet-shadow);padding:22px 24px;animation:.22s ease-out Header-module__hBw1pG__mobileSheetIn;position:fixed;top:0;bottom:0;right:0}@keyframes Header-module__hBw1pG__mobileSheetIn{0%{opacity:0;transform:translate(18px)}to{opacity:1;transform:translate(0)}}.Header-module__hBw1pG__mobileSheetTop{justify-content:space-between;align-items:center;gap:16px;margin-bottom:28px;display:flex}.Header-module__hBw1pG__mobileSheetTitle{color:var(--text-primary);letter-spacing:.12em;text-transform:uppercase;font-size:.78rem;font-weight:800}.Header-module__hBw1pG__mobileCloseBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;font-size:.86rem;font-weight:700}.Header-module__hBw1pG__mobileSheetLinks{flex-direction:column;gap:4px;display:flex}.Header-module__hBw1pG__mobileSheetLinks a{border-bottom:1px solid var(--hairline);color:var(--text-primary);letter-spacing:-.02em;padding:16px 0;font-size:1.35rem;font-weight:750;text-decoration:none}.Header-module__hBw1pG__userSection{align-items:center;display:flex;position:relative}.Header-module__hBw1pG__userAvatarBtn{background:var(--avatar-bg);border:1px solid var(--avatar-border);width:38px;height:38px;color:var(--text-primary);cursor:pointer;transition:all var(--transition-fast);border-radius:50%;justify-content:center;align-items:center;font-size:1rem;font-weight:600;display:flex}.Header-module__hBw1pG__userAvatarBtn:hover{background:var(--hover-surface);border-color:var(--hairline-strong);transform:scale(1.05)}.Header-module__hBw1pG__dropdownMenu{background:var(--chrome-dropdown);border:1px solid var(--hairline-strong);min-width:220px;box-shadow:var(--dropdown-shadow);z-index:1000;border-radius:12px;padding:8px 0;animation:.2s ease-out Header-module__hBw1pG__dropdownSlideIn;position:absolute;top:calc(100% + 12px);right:0}@keyframes Header-module__hBw1pG__dropdownSlideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.Header-module__hBw1pG__dropdownHeader{padding:8px 16px 12px}.Header-module__hBw1pG__dropdownEmail{color:var(--dropdown-email-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.85rem;display:block;overflow:hidden}.Header-module__hBw1pG__dropdownDivider{background:var(--hairline);height:1px;margin:4px 0}.Header-module__hBw1pG__dropdownItem{text-align:left;width:100%;color:var(--text-primary);cursor:pointer;transition:background var(--transition-fast);background:0 0;border:none;padding:10px 16px;font-size:.9rem;font-weight:500;display:block}.Header-module__hBw1pG__dropdownItem:hover{background:var(--hover-surface)}.Header-module__hBw1pG__dropdownItem:last-child{color:var(--destructive)}.Header-module__hBw1pG__dropdownItem:last-child:hover{background:var(--destructive-soft-bg)}@media (max-width:820px){.Header-module__hBw1pG__navLinks{gap:10px}.Header-module__hBw1pG__desktopNavLinks,.Header-module__hBw1pG__link,.Header-module__hBw1pG__ctaButton{display:none}.Header-module__hBw1pG__mobileMenuBtn{display:flex}.Header-module__hBw1pG__signInBtn{padding:6px 12px}}
.NetworkPopup-module__aUbFXW__popupContainer{z-index:99999;opacity:0;pointer-events:none;transition:transform .3s cubic-bezier(.16,1,.3,1),opacity .3s cubic-bezier(.16,1,.3,1);position:fixed;top:24px;left:50%;transform:translate(-50%)translateY(-20px)}.NetworkPopup-module__aUbFXW__popupContainer.NetworkPopup-module__aUbFXW__visible{opacity:1;pointer-events:auto;transform:translate(-50%)translateY(0)}.NetworkPopup-module__aUbFXW__popupCard{background:var(--chrome-modal);box-shadow:var(--dropdown-shadow);border:1px solid #ff44444d;border-radius:12px;align-items:center;gap:12px;padding:12px 16px;display:flex}.NetworkPopup-module__aUbFXW__iconWrapper{color:#ef4444;justify-content:center;align-items:center;display:flex}.NetworkPopup-module__aUbFXW__message{color:var(--text-primary);letter-spacing:.01em;margin:0;font-size:.9rem;font-weight:500}.NetworkPopup-module__aUbFXW__closeButton{color:var(--muted-text);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;margin-left:8px;padding:4px;transition:color .2s,background .2s;display:flex}.NetworkPopup-module__aUbFXW__closeButton:hover{color:var(--text-primary);background:var(--hover-surface)}@media (max-width:600px){.NetworkPopup-module__aUbFXW__popupContainer{top:auto;bottom:24px;transform:translate(-50%)translateY(20px)}}
