.Header-module__hBw1pG__header{z-index:30;border-bottom:2px solid var(--border-strong);background:var(--bg);height:64px;box-shadow:var(--shadow-sm);position:relative}.Header-module__hBw1pG__shell{grid-template-columns:auto 1fr auto;align-items:center;gap:clamp(1.6rem,4vw,4rem);width:min(100%,1510px);height:100%;margin:0 auto;padding:0 clamp(1.2rem,3vw,3rem);display:grid}.Header-module__hBw1pG__brand{color:var(--text-primary);font-family:var(--font-display);letter-spacing:.02em;text-transform:uppercase;align-items:center;font-size:1.85rem;font-weight:700;line-height:1;text-decoration:none;display:inline-flex}.Header-module__hBw1pG__brand span{color:var(--accent)}.Header-module__hBw1pG__desktopNav{align-items:stretch;gap:1.75rem;height:100%;display:flex}.Header-module__hBw1pG__navLink{color:var(--text-secondary);font-family:var(--font-data);text-transform:uppercase;align-items:center;font-size:.95rem;font-weight:700;text-decoration:none;transition:color .16s;display:inline-flex;position:relative}.Header-module__hBw1pG__navLink:hover,.Header-module__hBw1pG__navLinkActive{color:var(--accent)}.Header-module__hBw1pG__navLinkActive:after{content:"";background:var(--accent);height:3px;position:absolute;bottom:0;left:0;right:0}.Header-module__hBw1pG__desktopActions{align-items:center;gap:.72rem;display:flex}.Header-module__hBw1pG__searchButton,.Header-module__hBw1pG__modeButton,.Header-module__hBw1pG__myStuffButton,.Header-module__hBw1pG__avatarButton,.Header-module__hBw1pG__iconButton{border:2px solid var(--border-strong);background:var(--surface);color:var(--text-primary);font-family:var(--font-data);text-transform:uppercase;cursor:pointer;transition:transform 80ms var(--ease-out-expo), box-shadow 80ms var(--ease-out-expo), background 80ms ease, color 80ms ease;white-space:nowrap;justify-content:center;align-items:center;font-size:.9rem;font-weight:700;text-decoration:none;display:inline-flex;box-shadow:2px 2px #000}.Header-module__hBw1pG__searchButton:hover,.Header-module__hBw1pG__modeButton:hover,.Header-module__hBw1pG__myStuffButton:hover,.Header-module__hBw1pG__avatarButton:hover,.Header-module__hBw1pG__iconButton:hover{background:var(--surface-2);color:var(--accent);transform:translate(-1px,-1px);box-shadow:3px 3px #000}.Header-module__hBw1pG__searchButton:active,.Header-module__hBw1pG__modeButton:active,.Header-module__hBw1pG__myStuffButton:active,.Header-module__hBw1pG__avatarButton:active,.Header-module__hBw1pG__iconButton:active{box-shadow:none;transform:translate(0)}.Header-module__hBw1pG__searchButton{border-radius:var(--radius-md);min-width:140px;height:37px;color:var(--text-secondary);justify-content:flex-start;gap:.62rem;padding:0 .9rem}.Header-module__hBw1pG__modeButton{border-radius:var(--radius-md);gap:.5rem;height:37px;padding:0 .9rem}.Header-module__hBw1pG__myStuffButton{border-radius:var(--radius-md);gap:.52rem;height:37px;padding:0 .72rem}.Header-module__hBw1pG__avatarButton,.Header-module__hBw1pG__iconButton{border-radius:var(--radius-pill);width:38px;height:38px}.Header-module__hBw1pG__mobileActions{justify-content:flex-end;align-items:center;gap:.58rem;display:none}.Header-module__hBw1pG__mobileSheet{border-bottom:2px solid var(--border-strong);background:var(--bg);box-shadow:var(--shadow-md);align-content:start;gap:.45rem;padding:.8rem 1rem 1rem;display:grid;position:fixed;inset:64px 0 0;overflow-y:auto}.Header-module__hBw1pG__mobileLink{border:2px solid var(--border-strong);border-radius:var(--radius-md);background:var(--surface);color:var(--text-primary);font-family:var(--font-data);text-transform:uppercase;padding:.9rem 1rem;font-size:.96rem;font-weight:700;text-decoration:none}.Header-module__hBw1pG__mobileLinkActive{background:var(--surface-2);color:var(--accent)}@media (max-width:1120px){.Header-module__hBw1pG__desktopNav,.Header-module__hBw1pG__desktopActions{display:none}.Header-module__hBw1pG__shell{grid-template-columns:auto 1fr}.Header-module__hBw1pG__mobileActions{display:flex}}@media (max-width:640px){.Header-module__hBw1pG__shell{padding:0 .9rem}.Header-module__hBw1pG__brand{font-size:1.32rem}}.Header-module__hBw1pG__dropdownContainer{align-items:center;display:flex;position:relative}.Header-module__hBw1pG__dropdownButton{color:var(--text-secondary);font-family:var(--font-data);text-transform:uppercase;cursor:pointer;background:0 0;border:none;align-items:center;gap:.35rem;height:100%;padding:0;font-size:.95rem;font-weight:700;transition:color .16s;display:inline-flex}.Header-module__hBw1pG__dropdownButton:hover,.Header-module__hBw1pG__dropdownButtonActive{color:var(--accent)}.Header-module__hBw1pG__dropdownMenu{background:var(--surface);border:2px solid var(--border-strong);width:520px;box-shadow:var(--shadow-md);border-radius:var(--radius-lg);z-index:100;grid-template-columns:1fr 1fr;gap:.75rem;padding:1.25rem;display:grid;position:absolute;top:50px;right:-100px}.Header-module__hBw1pG__dropdownItem{border-radius:var(--radius-md);border:1px solid #0000;flex-direction:column;gap:.2rem;padding:.6rem .8rem;text-decoration:none;transition:background .12s,border-color .12s;display:flex}.Header-module__hBw1pG__dropdownItem:hover{background:var(--surface-2);border-color:var(--border-soft)}.Header-module__hBw1pG__dropdownItemActive{background:var(--surface-2);border-color:var(--border-strong)}.Header-module__hBw1pG__dropdownItemActive .Header-module__hBw1pG__dropdownItemTitle{color:var(--accent)}.Header-module__hBw1pG__dropdownItemTitle{font-family:var(--font-data);text-transform:uppercase;color:var(--text-primary);letter-spacing:.01em;font-size:.88rem;font-weight:800}.Header-module__hBw1pG__dropdownItemDesc{color:var(--text-muted);font-size:.74rem;line-height:1.3}
