.Header-module__LH37dG__header{background:var(--header-bg);-webkit-backdrop-filter:var(--header-blur);backdrop-filter:var(--header-blur);box-shadow:var(--shadow-sm);border-bottom:1px solid var(--border-color);z-index:100;position:fixed;top:0;left:0;right:0}.Header-module__LH37dG__container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:.875rem 1.5rem;display:flex}.Header-module__LH37dG__left{align-items:center;gap:2.5rem;display:flex}.Header-module__LH37dG__logo{opacity:1;align-items:center;text-decoration:none;transition:all .3s;display:flex;transform:translateY(0)}.Header-module__LH37dG__logoHidden{opacity:0;pointer-events:none;transform:translateY(-8px)}.Header-module__LH37dG__logo img{width:auto;height:40px}.Header-module__LH37dG__betaBadge{background:var(--brand-gradient);color:#fff;border-radius:var(--border-radius-full);letter-spacing:.05em;text-transform:uppercase;justify-content:center;align-items:center;margin-left:.375rem;padding:.125rem .5rem;font-size:.625rem;font-weight:700;line-height:1.4;display:inline-flex}.Header-module__LH37dG__logo:hover:not(.Header-module__LH37dG__logoHidden){opacity:.85;transform:scale(1.02)}.Header-module__LH37dG__logoIcon{border-radius:var(--border-radius-sm);background:var(--brand-gradient);color:#fff;-webkit-text-fill-color:white;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;display:flex}.Header-module__LH37dG__nav{gap:.25rem;display:flex}.Header-module__LH37dG__navLink{color:var(--text-secondary);border-radius:var(--border-radius-full);padding:.5rem 1rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;position:relative}.Header-module__LH37dG__navLink:hover{color:var(--text-primary);background:var(--brand-muted)}.Header-module__LH37dG__navLink:active{transform:scale(.97)}.Header-module__LH37dG__navLinkActive{color:var(--text-inverse);background:var(--brand-gradient)}.Header-module__LH37dG__navLinkActive:hover{color:var(--text-inverse);background:var(--brand-gradient-hover)}.Header-module__LH37dG__right{align-items:center;gap:.75rem;display:flex}.Header-module__LH37dG__themeToggle{border:1px solid var(--border-color);border-radius:var(--border-radius-sm);cursor:pointer;width:36px;height:36px;color:var(--text-secondary);background:0 0;justify-content:center;align-items:center;font-size:1.125rem;transition:all .2s;display:flex}.Header-module__LH37dG__themeToggle:hover{background:var(--brand-muted);border-color:var(--brand-primary);color:var(--brand-primary)}.Header-module__LH37dG__hamburger{border:1px solid var(--border-color);cursor:pointer;border-radius:var(--border-radius-sm);background:0 0;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:8px;transition:all .2s;display:none}.Header-module__LH37dG__hamburger:hover{background:var(--brand-muted);border-color:var(--brand-primary)}.Header-module__LH37dG__hamburgerLine{background:var(--text-primary);border-radius:1px;width:100%;height:2px;transition:all .2s;display:block}.Header-module__LH37dG__hamburger:hover .Header-module__LH37dG__hamburgerLine{background:var(--brand-primary)}.Header-module__LH37dG__mobileOverlay{background:var(--overlay-bg);z-index:10000;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s;display:none;position:fixed;inset:0}.Header-module__LH37dG__mobileOverlayOpen{opacity:1;visibility:visible}.Header-module__LH37dG__mobileMenu{background:var(--bg-primary);z-index:10001;width:300px;max-width:85vw;box-shadow:var(--shadow-xl);-webkit-overflow-scrolling:touch;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);padding-left:env(safe-area-inset-left);transition:transform .3s;display:none;position:fixed;top:0;bottom:0;left:0;overflow-y:auto;transform:translate(-100%)}.Header-module__LH37dG__mobileMenuOpen{transform:translate(0)}.Header-module__LH37dG__mobileMenuHeader{padding:1rem 1.25rem;padding-top:max(1rem,env(safe-area-inset-top));border-bottom:1px solid var(--border-color);background:var(--bg-elevated);justify-content:space-between;align-items:center;display:flex}.Header-module__LH37dG__mobileMenuTitle{background:var(--brand-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.25rem;font-weight:800}.Header-module__LH37dG__closeBtn{background:var(--bg-tertiary);width:40px;height:40px;color:var(--text-secondary);cursor:pointer;border-radius:var(--border-radius-sm);border:none;justify-content:center;align-items:center;font-size:1.25rem;transition:all .2s;display:flex}.Header-module__LH37dG__closeBtn:hover{background:var(--brand-muted);color:var(--brand-primary)}.Header-module__LH37dG__mobileMenuLinks{padding:1rem .75rem;padding-bottom:max(1rem,env(safe-area-inset-bottom));flex-direction:column;flex:1;gap:.25rem;display:flex}.Header-module__LH37dG__mobileNavLink{color:var(--text-primary);border-radius:var(--border-radius-md);align-items:center;gap:.75rem;padding:.875rem 1rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.Header-module__LH37dG__mobileNavLink:hover{background:var(--brand-muted);color:var(--brand-primary)}.Header-module__LH37dG__mobileNavLink:active{transform:scale(.98)}.Header-module__LH37dG__mobileNavLinkActive{background:var(--brand-gradient);color:#fff}.Header-module__LH37dG__mobileNavLinkActive:hover{background:var(--brand-gradient-hover);color:#fff}.Header-module__LH37dG__mobileNavIcon{justify-content:center;align-items:center;width:20px;height:20px;display:flex}.Header-module__LH37dG__mobileUserSection{border-top:1px solid var(--border-color);margin-top:auto;padding:1rem 1.25rem}.Header-module__LH37dG__mobileUserButton{color:#fff;background:var(--brand-gradient);border-radius:var(--border-radius-md);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.875rem 1rem;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.Header-module__LH37dG__mobileUserButton:hover{background:var(--brand-gradient-hover);transform:translateY(-1px)}@media (max-width:768px){.Header-module__LH37dG__nav{display:none}.Header-module__LH37dG__hamburger{display:flex}.Header-module__LH37dG__mobileOverlay{display:block}.Header-module__LH37dG__mobileMenu{flex-direction:column;display:flex}.Header-module__LH37dG__container{padding:.75rem 1rem}.Header-module__LH37dG__left{gap:.75rem}.Header-module__LH37dG__logo img{height:32px}}@media (max-width:380px){.Header-module__LH37dG__container{padding:.75rem}.Header-module__LH37dG__logo img{height:28px}.Header-module__LH37dG__mobileMenu{width:280px}.Header-module__LH37dG__mobileNavLink{padding:.75rem .875rem;font-size:.9375rem}}
