.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:fixed;top:0;left:0;bottom:0;width:90%;height:100vh;padding:1.5rem;box-shadow:0 4px 24px 0 rgba(0,0,0,.3);background-color:var(--mobile-menu-bg-color);animation:slideInFromRight .2s ease-out;overflow-y:auto;z-index:10000}@keyframes slideInFromRight{0%{transform:translateX(100%)}to{transform:translateX(0)}}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.15)}.mobile-menu-title{font-size:1.4rem;font-weight:700;color:#ffffff;margin:0}.mobile-menu-close{background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;color:#ffffff;transition:color .2s ease}.mobile-menu-close:hover{color:var(--button-color)}.mobile-menu-section{margin-bottom:1.5rem}.mobile-menu-section h3{font-size:1.2rem;font-weight:600;color:#ffffff;margin-bottom:1rem;padding-bottom:.5rem}.mobile-menu-section h4{font-size:.9rem;font-weight:600;color:#ffffff;margin:1rem 0 .5rem}.mobile-menu-item{padding:1rem 0;color:#ffffff;text-decoration:none;font-size:1.05rem;transition:color .2s ease;display:flex;justify-content:space-between;align-items:center}.mobile-menu-item:after{content:">";color:#ffffff;font-weight:500}.mobile-menu-item:hover{color:#ffffff}.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:#ffffff;flex-shrink:0}.mobile-menu-icon,.mobile-menu-icon svg{width:20px;height:20px}.meta-text{font-size:.8rem;font-weight:600;color:rgba(255,255,255,.5);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.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)}.mobile-menu-login-button{width:100%;padding:.875rem 1.5rem;margin-bottom:2rem;background-color:var(--button-color);color:white;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:background-color .2s ease,transform .1s ease}.mobile-menu-login-button:hover{background-color:var(--button-hover-color)}.mobile-menu-login-button:active{transform:scale(.98)}.mobile-menu-login-button svg{width:20px;height:20px}.mobile-menu-user-section{margin-bottom:2rem}.mobile-menu-user-card{display:flex;align-items:center;gap:1rem;padding:1rem;background-color:rgba(139,92,246,.15);border-radius:12px;margin-bottom:1rem;border:1px solid rgba(139,92,246,.3)}.mobile-menu-user-avatar{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#8b5cf6,#6366f1);display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#ffffff;flex-shrink:0;overflow:hidden}.mobile-menu-user-avatar img{width:100%;height:100%;object-fit:cover}.mobile-menu-user-info{flex:1 1;min-width:0}.mobile-menu-user-name{font-size:1.05rem;font-weight:600;color:#ffffff;margin-bottom:.25rem}.mobile-menu-user-email,.mobile-menu-user-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-menu-user-email{font-size:.85rem;color:rgba(255,255,255,.7)}.mobile-menu-profile-action-button{width:100%;padding:.875rem 1.5rem;margin-bottom:.75rem;background-color:rgba(255,255,255,.1);color:#ffffff;border:1px solid rgba(255,255,255,.2);border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:background-color .2s ease,border-color .2s ease,transform .1s ease}.mobile-menu-profile-action-button:hover{background-color:rgba(255,255,255,.15);border-color:rgba(255,255,255,.3)}.mobile-menu-profile-action-button:active{transform:scale(.98)}.mobile-menu-profile-action-button svg{width:20px;height:20px}.mobile-menu-logout-action-button{width:100%;padding:.875rem 1.5rem;background-color:rgba(239,68,68,.15);color:#f87171;border:1px solid rgba(239,68,68,.3);border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:background-color .2s ease,border-color .2s ease,transform .1s ease}.mobile-menu-logout-action-button:hover{background-color:rgba(239,68,68,.25);border-color:rgba(239,68,68,.4)}.mobile-menu-logout-action-button:active{transform:scale(.98)}.mobile-menu-logout-action-button svg{width:20px;height:20px}.option-trade-units-table thead.desktop-only{display:table-header-group}@media (max-width:599px){.option-trade-units-table thead.desktop-only{display:none}}