.Navigation-module__oqQG6q__navContainer{z-index:50;background-color:var(--background);border-bottom:1px solid var(--border);position:sticky;top:0}.Navigation-module__oqQG6q__navInner{max-width:80rem;height:var(--nav-height-mobile);justify-content:space-between;align-items:center;margin:0 auto;padding:0 1rem;display:flex}@media (min-width:640px){.Navigation-module__oqQG6q__navInner{height:var(--nav-height-desktop);padding:0 1.5rem}}.Navigation-module__oqQG6q__logoArea{z-index:10;flex:1;justify-content:flex-start;align-items:center;display:flex}.Navigation-module__oqQG6q__logoText{color:var(--foreground);letter-spacing:-.02em;margin:0;font-size:24px;font-weight:800;transition:opacity .2s ease-in-out;display:inline-block}.group:hover .Navigation-module__oqQG6q__logoText{opacity:.8}.Navigation-module__oqQG6q__tabsContainer{z-index:60;flex:0 auto;justify-content:center;align-items:stretch;height:100%;display:none}@media (min-width:768px){.Navigation-module__oqQG6q__tabsContainer{display:flex}}.Navigation-module__oqQG6q__tabItem{align-items:center;height:100%;padding:0 .125rem;display:flex}.Navigation-module__oqQG6q__tabButton{white-space:nowrap;cursor:pointer;color:var(--foreground-secondary);border-radius:var(--radius-button);background-color:#0000;justify-content:center;align-items:center;gap:.375rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.Navigation-module__oqQG6q__tabButton:hover{color:var(--foreground);background-color:#0000}.Navigation-module__oqQG6q__tabButtonActive{color:var(--foreground);background-color:#0000;font-weight:700}.Navigation-module__oqQG6q__tabButtonActive:hover{color:var(--foreground);background-color:#0000}.Navigation-module__oqQG6q__chevron{transition:transform .2s ease-in-out}.Navigation-module__oqQG6q__tabItem:hover .Navigation-module__oqQG6q__chevron,.Navigation-module__oqQG6q__chevronActive{transform:rotate(180deg)}.Navigation-module__oqQG6q__megaMenu{background-color:var(--background);border-bottom:1px solid var(--border);z-index:50;opacity:0;visibility:hidden;pointer-events:none;transform-origin:top;width:100%;transition:opacity .25s,transform .35s cubic-bezier(.16,1,.3,1),visibility .25s;position:absolute;top:100%;left:0;transform:translateY(-8px);box-shadow:0 10px 25px -5px #0000001a}@media (prefers-color-scheme:dark){.Navigation-module__oqQG6q__megaMenu{box-shadow:0 10px 25px -5px #00000080}}.Navigation-module__oqQG6q__megaMenuVisible{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translateY(0)!important}.Navigation-module__oqQG6q__megaMenuContent{max-width:80rem;height:240px;margin:0 auto;padding:2.5rem 1rem;display:flex}@media (min-width:640px){.Navigation-module__oqQG6q__megaMenuContent{padding:2.5rem 1.5rem}}.Navigation-module__oqQG6q__megaMenuLeft{border-right:1px solid var(--border);flex-direction:column;flex:0 0 280px;justify-content:flex-start;margin-right:2.5rem;padding-right:2.5rem;display:flex}.Navigation-module__oqQG6q__megaMenuLeft h3{color:var(--foreground);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.Navigation-module__oqQG6q__megaMenuLeft p{color:var(--foreground-secondary);font-size:.9375rem;line-height:1.6}.Navigation-module__oqQG6q__megaMenuRight{column-width:200px;column-rule:1px solid var(--border);column-fill:auto;flex:1;column-gap:5rem;height:100%}.Navigation-module__oqQG6q__dropdownMenu{z-index:50;opacity:0;visibility:hidden;pointer-events:none;transform-origin:top;flex-direction:column;min-width:200px;transition:opacity .25s,transform .35s cubic-bezier(.16,1,.3,1),visibility .25s;display:flex;position:absolute;top:calc(100% + .5rem);left:50%;transform:translate(-50%)translateY(8px)scale(.98)}.Navigation-module__oqQG6q__tabItem:hover .Navigation-module__oqQG6q__dropdownMenu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)translateY(0)scale(1)}.Navigation-module__oqQG6q__dropdownInner{background-color:var(--background);border:1px solid var(--border);border-radius:var(--radius-card);flex-direction:column;padding:.5rem 0;display:flex;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}@media (prefers-color-scheme:dark){.Navigation-module__oqQG6q__dropdownInner{box-shadow:0 4px 6px -1px #00000080}}.Navigation-module__oqQG6q__dropdownLink{width:180px;color:var(--foreground-secondary);text-align:center;border-radius:var(--radius-button);break-inside:avoid;background-color:#0000;justify-content:center;align-items:center;margin:0 auto .5rem;padding:.75rem 0;font-size:.9375rem;font-weight:500;transition:all .2s;display:flex}.Navigation-module__oqQG6q__dropdownLink:hover{background-color:var(--surface-hover);color:var(--foreground)}.Navigation-module__oqQG6q__dropdownLinkActive{background-color:var(--accent-light);color:var(--accent);font-weight:600}.Navigation-module__oqQG6q__dropdownHeader{color:var(--foreground-secondary);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;text-align:left;padding:.5rem 1.5rem;font-size:.75rem;font-weight:700}.Navigation-module__oqQG6q__actionsArea{z-index:50;flex:1;justify-content:flex-end;align-items:center;gap:.25rem;display:flex}@media (min-width:640px){.Navigation-module__oqQG6q__actionsArea{gap:.5rem}}.Navigation-module__oqQG6q__actionButton{border-radius:var(--radius-button);cursor:pointer;color:var(--foreground-secondary);white-space:nowrap;background-color:#0000;border:1px solid #0000;justify-content:center;align-items:center;padding:.25rem .375rem;font-size:.75rem;font-weight:500;transition:all .2s;display:flex}@media (min-width:640px){.Navigation-module__oqQG6q__actionButton{padding:.375rem 1rem;font-size:.875rem}}.Navigation-module__oqQG6q__actionButton:hover{background-color:var(--surface-hover);color:var(--foreground)}.Navigation-module__oqQG6q__primaryButton{background-color:var(--accent);color:#fff;border-color:var(--accent);font-weight:500}.Navigation-module__oqQG6q__primaryButton:hover{background-color:var(--accent-hover);color:#fff;border-color:var(--accent-hover)}@media (prefers-color-scheme:dark){.Navigation-module__oqQG6q__primaryButton{background-color:var(--accent);color:#202124}.Navigation-module__oqQG6q__primaryButton:hover{background-color:var(--accent-hover);color:#202124}}.Navigation-module__oqQG6q__modalOverlay{z-index:100;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#20212499;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.Navigation-module__oqQG6q__modalContent{background-color:var(--background);border-radius:var(--radius-card);border:1px solid var(--border);width:100%;max-width:28rem;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}@media (prefers-color-scheme:dark){.Navigation-module__oqQG6q__modalContent{box-shadow:0 20px 25px -5px #00000080}}.Navigation-module__oqQG6q__modalHeader{background-color:var(--background);justify-content:space-between;align-items:center;padding:1.5rem 1.5rem 1rem;display:flex}.Navigation-module__oqQG6q__modalTitle{color:var(--foreground);font-size:1.25rem;font-weight:600}.Navigation-module__oqQG6q__modalBody{flex-direction:column;gap:1rem;padding:0 1.5rem 1.5rem;display:flex}.Navigation-module__oqQG6q__modalInput,.Navigation-module__oqQG6q__modalTextarea{background-color:var(--surface);border:1px solid var(--border);border-radius:var(--radius-input);width:100%;color:var(--foreground);outline:none;padding:.75rem 1rem;font-size:.875rem;transition:all .2s}.Navigation-module__oqQG6q__modalInput:focus,.Navigation-module__oqQG6q__modalTextarea:focus{border-color:var(--accent);background-color:var(--background);box-shadow:0 0 0 2px var(--accent-light)}.Navigation-module__oqQG6q__modalFooter{background-color:var(--background);justify-content:flex-end;gap:.5rem;padding:1rem 1.5rem 1.5rem;display:flex}.Navigation-module__oqQG6q__spinner{animation:1s linear infinite Navigation-module__oqQG6q__spin}@keyframes Navigation-module__oqQG6q__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Navigation-module__oqQG6q__backdropVisible{opacity:1;visibility:visible}.Navigation-module__oqQG6q__backdrop{top:var(--nav-height-mobile);-webkit-backdrop-filter:blur(32px);opacity:0;visibility:hidden;z-index:40;pointer-events:none;background-color:#0006;transition:opacity .3s,visibility .3s;position:fixed;bottom:0;left:0;right:0}@media (min-width:640px){.Navigation-module__oqQG6q__backdrop{top:var(--nav-height-desktop)}}@media (prefers-color-scheme:dark){.Navigation-module__oqQG6q__backdrop{background-color:#000000b3}}.Navigation-module__oqQG6q__profileContainer{align-items:center;display:flex;position:relative}.Navigation-module__oqQG6q__profilePill{border:1px solid var(--border);border-radius:var(--radius-button);cursor:pointer;color:var(--foreground-secondary);white-space:nowrap;background-color:#0000;grid-template-columns:auto 1fr auto;align-items:center;gap:.25rem;padding:.25rem .375rem;transition:all .2s;display:grid}@media (min-width:640px){.Navigation-module__oqQG6q__profilePill{gap:.5rem;padding:.25rem .5rem}}.Navigation-module__oqQG6q__profilePill:hover{background-color:var(--surface-hover);border-color:var(--foreground-secondary);color:var(--foreground)}.Navigation-module__oqQG6q__profileAvatar{background-color:var(--accent-light);width:24px;height:24px;color:var(--accent);border-radius:50%;justify-content:center;align-items:center;display:flex;overflow:hidden}.Navigation-module__oqQG6q__profileAvatar img{object-fit:cover;width:100%;height:100%}.Navigation-module__oqQG6q__profileName{white-space:nowrap;text-overflow:ellipsis;text-align:center;max-width:60px;font-size:.75rem;font-weight:500;overflow:hidden}@media (min-width:640px){.Navigation-module__oqQG6q__profileName{max-width:80px;font-size:.875rem}}.Navigation-module__oqQG6q__profileChevron{transition:transform .2s ease-in-out}.Navigation-module__oqQG6q__profileContainer:hover .Navigation-module__oqQG6q__profileChevron{transform:rotate(180deg)}.Navigation-module__oqQG6q__profileDropdown{z-index:50;opacity:0;visibility:hidden;pointer-events:none;min-width:220px;padding-top:.5rem;transition:all .2s cubic-bezier(.16,1,.3,1);position:absolute;top:100%;right:0;transform:translateY(-8px)}.Navigation-module__oqQG6q__profileContainer:hover .Navigation-module__oqQG6q__profileDropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.Navigation-module__oqQG6q__profileDropdownInner{background-color:var(--background);border:1px solid var(--border);border-radius:var(--radius-card);flex-direction:column;padding:.5rem;display:flex;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a}@media (prefers-color-scheme:dark){.Navigation-module__oqQG6q__profileDropdownInner{box-shadow:0 10px 25px -5px #00000080}}.Navigation-module__oqQG6q__profileHeader{text-align:left;flex-direction:column;gap:.25rem;padding:.75rem 1rem;display:flex}.Navigation-module__oqQG6q__profileDivider{background-color:var(--border);height:1px;margin:.25rem 0}.Navigation-module__oqQG6q__profileDropdownItem{border-radius:var(--radius-button);width:100%;color:var(--foreground-secondary);cursor:pointer;text-align:left;background-color:#0000;border:none;align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.Navigation-module__oqQG6q__profileDropdownItem:hover{background-color:var(--surface-hover);color:var(--foreground)}
