.Navbar-module__TcZsTG__navbar{z-index:1000;-webkit-backdrop-filter:blur(16px)saturate(180%);background:rgba(13,15,19,.85);border-bottom:1px solid rgba(255,255,255,.06);position:-webkit-sticky;position:sticky;top:0;left:0;right:0}.Navbar-module__TcZsTG__container{max-width:1440px;padding:var(--space-md)var(--space-xl);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.Navbar-module__TcZsTG__logoLink{transition:opacity var(--transition-fast);align-items:center;display:flex}.Navbar-module__TcZsTG__logoLink:hover{opacity:.8}.Navbar-module__TcZsTG__navLinks{align-items:center;gap:var(--space-lg);margin-left:var(--space-xl);display:flex}.Navbar-module__TcZsTG__navLink{color:rgba(255,255,255,.5);transition:color var(--transition-fast);cursor:pointer;background:0 0;border:none;padding:0;font-size:.9375rem;font-weight:500;text-decoration:none;position:relative}.Navbar-module__TcZsTG__navLink:hover{color:#e8eaed}.Navbar-module__TcZsTG__navLink:after{content:"";height:2px;transition:transform var(--transition-fast);background:#3b82f6;position:absolute;bottom:-4px;left:0;right:0;transform:scaleX(0)}.Navbar-module__TcZsTG__navLink:hover:after{transform:scaleX(1)}.Navbar-module__TcZsTG__quickMarketsLink{color:#3b82f6;background:linear-gradient(135deg,rgba(59,130,246,.1),rgba(6,182,212,.1));border-radius:6px;padding:6px 12px;font-weight:600}.Navbar-module__TcZsTG__quickMarketsLink:hover{color:#3b82f6;background:linear-gradient(135deg,rgba(59,130,246,.15),rgba(6,182,212,.15))}.Navbar-module__TcZsTG__quickMarketsLink:after{display:none}.Navbar-module__TcZsTG__infoDropdown{display:inline-block;position:relative}.Navbar-module__TcZsTG__dropdownMenu{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);opacity:0;visibility:hidden;min-width:160px;transition:opacity var(--transition-fast),visibility var(--transition-fast);z-index:1001;background:rgba(21,24,32,.98);border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:8px 0;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%);box-shadow:0 8px 32px rgba(0,0,0,.5)}.Navbar-module__TcZsTG__infoDropdown:hover .Navbar-module__TcZsTG__dropdownMenu{opacity:1;visibility:visible}.Navbar-module__TcZsTG__dropdownItem{color:rgba(255,255,255,.5);transition:all var(--transition-fast);padding:10px 16px;font-size:.9375rem;font-weight:500;text-decoration:none;display:block}.Navbar-module__TcZsTG__dropdownItem:hover{color:#e8eaed;background:rgba(255,255,255,.04)}.Navbar-module__TcZsTG__actions{align-items:center;gap:10px;margin-left:auto;display:flex}.Navbar-module__TcZsTG__userSection{align-items:center;gap:10px;display:flex}.Navbar-module__TcZsTG__balanceButton{transition:all var(--transition-base);cursor:pointer;color:inherit;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:8px;flex-direction:column;justify-content:center;align-items:flex-start;gap:2px;height:44px;padding:10px 14px;text-decoration:none;display:flex}.Navbar-module__TcZsTG__balanceButton:hover{background:rgba(255,255,255,.08);border-color:rgba(59,130,246,.4);transform:translateY(-1px);box-shadow:0 4px 12px rgba(59,130,246,.15)}.Navbar-module__TcZsTG__balanceButton:active{transform:translateY(0)}.Navbar-module__TcZsTG__balanceLabel{color:var(--color-grey);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:600;line-height:1}.Navbar-module__TcZsTG__balanceValue{color:#e8eaed;font-family:JetBrains Mono,Monaco,Courier New,monospace;font-size:.875rem;font-weight:700;line-height:1}.Navbar-module__TcZsTG__address{color:#e8eaed;transition:all var(--transition-base);cursor:pointer;white-space:nowrap;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:8px;justify-content:center;align-items:center;gap:8px;height:44px;padding:10px 14px;font-family:JetBrains Mono,Monaco,Courier New,monospace;font-size:.875rem;font-weight:600;display:flex}.Navbar-module__TcZsTG__address:hover{background:rgba(255,255,255,.08);border-color:rgba(59,130,246,.4);transform:translateY(-1px);box-shadow:0 4px 12px rgba(59,130,246,.15)}.Navbar-module__TcZsTG__address:active{transform:translateY(0)}.Navbar-module__TcZsTG__addressCopied{color:var(--color-success)!important;background:rgba(34,197,94,.15)!important;border-color:rgba(34,197,94,.5)!important}.Navbar-module__TcZsTG__bottomNav{display:none}@media (max-width:768px){.Navbar-module__TcZsTG__container{padding:var(--space-md)}.Navbar-module__TcZsTG__navLinks,.Navbar-module__TcZsTG__infoDropdown{display:none}.Navbar-module__TcZsTG__actions,.Navbar-module__TcZsTG__userSection{gap:6px}.Navbar-module__TcZsTG__balanceButton{min-width:70px;height:38px;padding:8px 10px}.Navbar-module__TcZsTG__balanceLabel{font-size:.625rem}.Navbar-module__TcZsTG__balanceValue{font-size:.75rem}.Navbar-module__TcZsTG__address{display:none}.Navbar-module__TcZsTG__userSection button[class*=button]{height:38px!important;padding:8px 12px!important;font-size:.8125rem!important}.Navbar-module__TcZsTG__bottomNav{z-index:1000;-webkit-backdrop-filter:blur(16px);padding:var(--space-sm)var(--space-md);background:rgba(13,15,19,.95);border-top:1px solid rgba(255,255,255,.06);justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px rgba(0,0,0,.4)}.Navbar-module__TcZsTG__bottomNavLink{color:rgba(255,255,255,.4);transition:all var(--transition-fast);padding:var(--space-sm)var(--space-md);border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:none;flex:1;justify-content:center;align-items:center;font-size:.8125rem;font-weight:500;text-decoration:none;display:flex;position:relative}.Navbar-module__TcZsTG__bottomNavIconWithLabel{flex-direction:column;align-items:center;gap:2px;display:flex}.Navbar-module__TcZsTG__bottomNavLabel{color:inherit;font-size:.75rem;font-weight:500}.Navbar-module__TcZsTG__bottomNavLabelTop{color:inherit;font-size:.75rem;font-weight:500;line-height:1}.Navbar-module__TcZsTG__bottomNavLink:not(:last-child):after{content:"";background:rgba(255,255,255,.08);width:1px;height:20px;position:absolute;top:50%;right:0;transform:translateY(-50%)}.Navbar-module__TcZsTG__bottomNavLink:active{color:#e8eaed;background:rgba(255,255,255,.06);transform:scale(.95)}.Navbar-module__TcZsTG__mobileMenuOverlay{z-index:1100;background:rgba(0,0,0,.7);animation:.3s ease-out Navbar-module__TcZsTG__fadeIn;position:fixed;top:0;bottom:0;left:0;right:0}@keyframes Navbar-module__TcZsTG__fadeIn{0%{opacity:0}to{opacity:1}}.Navbar-module__TcZsTG__mobileMenuDrawer{-webkit-backdrop-filter:blur(16px);z-index:1101;background:rgba(21,24,32,.98);border-left:1px solid rgba(255,255,255,.06);flex-direction:column;width:280px;max-width:85vw;animation:.3s ease-out Navbar-module__TcZsTG__slideIn;display:flex;position:fixed;top:0;bottom:0;right:0;box-shadow:-4px 0 20px rgba(0,0,0,.5)}@keyframes Navbar-module__TcZsTG__slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.Navbar-module__TcZsTG__mobileMenuHeader{padding:var(--space-sm)var(--space-md);border-bottom:1px solid rgba(255,255,255,.06);justify-content:flex-end;align-items:center;display:flex}.Navbar-module__TcZsTG__mobileMenuClose{cursor:pointer;color:rgba(255,255,255,.5);transition:all var(--transition-fast);background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:8px;display:flex}.Navbar-module__TcZsTG__mobileMenuClose:active{color:#e8eaed;background:rgba(255,255,255,.06)}.Navbar-module__TcZsTG__mobileMenuContent{padding:var(--space-md);flex-direction:column;flex:1;gap:4px;display:flex}.Navbar-module__TcZsTG__mobileMenuItem{color:rgba(255,255,255,.6);transition:all var(--transition-fast);border-radius:8px;padding:16px 20px;font-size:1rem;font-weight:500;text-decoration:none;display:block}.Navbar-module__TcZsTG__mobileMenuItem:active{color:#e8eaed;background:rgba(255,255,255,.06);transform:scale(.98)}.Navbar-module__TcZsTG__mobileMenuSection{margin-bottom:var(--space-md);padding-bottom:var(--space-md);border-bottom:1px solid rgba(255,255,255,.06)}.Navbar-module__TcZsTG__mobileMenuSectionTitle{color:var(--color-blue);text-transform:uppercase;letter-spacing:.05em;padding:8px 20px;font-size:.75rem;font-weight:600;display:block}}
