.top-bar{position:fixed;top:0;left:0;width:100vw;padding:.85rem 2rem;min-height:4.5rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;z-index:999;background:rgba(8,12,9,.55);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(140,198,63,.12);transition:opacity .3s ease}body.menu-open .top-bar{opacity:0;pointer-events:none}.top-bar .top-bar-cta{display:flex;align-items:center;gap:.75rem}.top-bar .btn{margin:0;height:2.9rem;padding-left:2.9rem;padding-right:1.1rem;font-size:.82rem}.top-bar .btn .circle{width:2.2rem;height:2.2rem;left:.35rem}.top-bar .btn .icon{font-size:1.1rem;left:.9rem}.top-bar .top-bar-logo{width:2.25rem;display:flex;align-items:center}.top-bar .top-bar-logo img{width:100%;height:auto;display:block}@media (max-width:1000px){.top-bar{padding:.7rem 1.25rem;min-height:3.9rem}.top-bar .btn{height:2.3rem;padding-left:2.3rem;padding-right:.85rem;font-size:.7rem}.top-bar .btn .circle{width:1.7rem;height:1.7rem;left:.3rem}.top-bar .btn .icon{font-size:.85rem;left:.725rem}.top-bar .top-bar-logo{width:1.9rem}}