.navbar-desktop-only{display:flex;position:sticky;top:10px;z-index:500}.navbar-mobile-only{display:none}@media (max-width:768px){.navbar-desktop-only{display:none}.navbar-mobile-only{display:block;position:sticky;top:0;z-index:500;height:-moz-fit-content;height:fit-content}}.sticky-navbar{position:sticky;top:10px;z-index:1000;background:rgba(255,255,255,.7);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:2rem;margin:0 4rem;width:90%;height:-moz-fit-content;height:fit-content;box-shadow:0 4px 24px 0 rgba(0,0,0,.1);border:1px solid rgba(241,223,255,.5)}.centered-navbar{justify-content:space-between;padding:0 2rem}.centered-navbar,.navbar-title{display:flex;align-items:center}.navbar-title{font-size:1.2rem;font-weight:700;color:var(--text-color);letter-spacing:-.01em;text-decoration:none;margin-right:0;transition:color .2s;justify-self:start;gap:0}.navbar-logo{flex-shrink:0}.navbar-title:hover{color:var(--button-color)}.centered-nav-links{display:flex;align-items:center;justify-content:flex-end;gap:1.5rem;justify-self:end}.nav-link.nav-item{color:var(--title-text-color);font-size:.9rem;font-weight:300;font-family:var(--computer-font-family);letter-spacing:-.01em;text-decoration:none;padding:0 .25rem;border-radius:999px;transition:background .18s,color .18s}.nav-link.nav-item:hover{color:var(--text-color);font-weight:500}.navbar.mobile{position:sticky;top:0;z-index:9999;background:rgba(255,255,255,.7);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:0;margin:0;width:auto;height:-moz-fit-content;height:fit-content;box-shadow:0 4px 24px 0 rgba(0,0,0,.1);border:1px solid rgba(255,255,255,.2);padding:0 .5rem}.navbar.mobile .navbar-container{display:flex;align-items:center;height:-moz-fit-content;height:fit-content;justify-content:space-between;width:100%!important;max-width:100%!important;overflow:visible;position:relative;margin:0!important;padding:.25rem 0!important}.navbar.mobile .logo{font-size:1.2rem;font-weight:700;color:var(--text-color);text-decoration:none;margin:0;padding:0;flex-shrink:0}.navbar.mobile .hamburger{display:flex;flex-direction:column;justify-content:space-around;width:30px;height:20px;background:transparent;border:none;cursor:pointer;padding:0;z-index:10;flex-shrink:0;margin-left:auto;margin-right:0}.navbar.mobile .hamburger span{width:100%;height:3px;background:var(--text-color);border-radius:10px;transition:all .3s linear;position:relative;transform-origin:1px}.navbar.mobile .hamburger.open span:first-child{transform:rotate(45deg)}.navbar.mobile .hamburger.open span:nth-child(2){opacity:0}.navbar.mobile .hamburger.open span:nth-child(3){transform:rotate(-45deg)}.mobile-menu{position:absolute;top:100%;left:0;right:0;padding:2rem 1rem;box-shadow:0 4px 24px 0 rgba(0,0,0,.1);opacity:1;background-color:var(--third-background-color)}.mobile-menu-section{margin-bottom:1.5rem;border-bottom:2px solid rgba(0,0,0,.05)}.mobile-menu-section h3{font-size:1.2rem;font-weight:600;color:var(--text-color);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid rgba(0,0,0,.1)}.mobile-menu-section h4{font-size:.9rem;font-weight:600;color:var(--text-color);margin:1rem 0 .5rem}.mobile-menu-item{padding:1rem 0;color:var(--text-color);text-decoration:none;font-size:1rem;transition:color .2s ease;display:flex;justify-content:space-between;align-items:center}.mobile-menu-item:after{content:">";color:var(--text-color);font-weight:500}.mobile-menu-item:hover{color:var(--text-color)}.mobile-menu a,.mobile-menu a:hover{text-decoration:none}.mobile-menu-item-content{display:flex;align-items:center;gap:.75rem;flex:1 1}.mobile-menu-icon{color:var(--text-color);flex-shrink:0}.mobile-menu-icon,.mobile-menu-icon svg{width:20px;height:20px}.mobile-menu-logout-button{background:none;border:none;cursor:pointer;width:100%;text-align:left;margin-top:1rem;margin-bottom:1rem;font-family:inherit;font-size:inherit;color:inherit}.mobile-menu-logout-button:hover{background:none}.mobile-menu-section-logout{margin-top:1rem;border-bottom:none}.nav-link.active{color:var(--primary-color)!important;font-weight:700!important}.mobile-menu-item.active{background-color:rgba(var(--primary-color-rgb,139,92,246),.1)}.mobile-menu-item.active .mobile-menu-item-content{color:var(--primary-color);font-weight:700}.mobile-menu-item.active .mobile-menu-icon{color:var(--primary-color)}.option-trade-units-table thead.desktop-only{display:table-header-group}@media (max-width:599px){.option-trade-units-table thead.desktop-only{display:none}}