.LandingNavigation-module__BNQGSa__nav{z-index:100;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0a0e0bd9;border-bottom:1px solid #3de84a14;justify-content:space-between;align-items:center;height:64px;padding:0 48px;display:flex;position:fixed;top:0;left:0;right:0}.LandingNavigation-module__BNQGSa__navLogo{font-family:var(--font-barlow), sans-serif;letter-spacing:.04em;color:#fff;align-items:center;gap:10px;font-size:1.2rem;font-weight:700;text-decoration:none;display:flex}.LandingNavigation-module__BNQGSa__navLogoIcon{background:#3de84a;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;display:flex}.LandingNavigation-module__BNQGSa__navLinks{align-items:center;gap:36px;list-style:none;display:flex}.LandingNavigation-module__BNQGSa__navLinks a{color:#8e9baa;letter-spacing:.02em;font-size:.88rem;font-weight:500;text-decoration:none;transition:color .2s}.LandingNavigation-module__BNQGSa__navLinks a:hover{color:#fff}.LandingNavigation-module__BNQGSa__navLinks .LandingNavigation-module__BNQGSa__btnNav{font-family:var(--font-barlow), sans-serif;text-transform:uppercase;cursor:pointer;background:#3de84a;border:none;border-radius:8px;justify-content:center;align-items:center;gap:9px;padding:8px 20px;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 4px 15px #3de84a40;color:#0d0f0e!important}.LandingNavigation-module__BNQGSa__navLinks .LandingNavigation-module__BNQGSa__btnNav:hover{filter:brightness(1.1);transform:translateY(-1px);box-shadow:0 6px 22px #3de84a59}.LandingNavigation-module__BNQGSa__userLink{cursor:pointer;background-color:#0000;border:none;align-items:center;gap:5px;width:fit-content;text-decoration:none;display:flex}.LandingNavigation-module__BNQGSa__userName{color:#3de84a;z-index:1;border-radius:8px;margin-top:3px;padding:4px 8px;font-size:1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.LandingNavigation-module__BNQGSa__userLink:hover .LandingNavigation-module__BNQGSa__userName{color:#fff}.LandingNavigation-module__BNQGSa__userName:after{content:"";opacity:0;background:#3de84a;width:0;height:2px;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;bottom:-2px;left:50%;transform:translate(-50%)}.LandingNavigation-module__BNQGSa__userLink:hover .LandingNavigation-module__BNQGSa__userName:after{opacity:1;width:80%}.LandingNavigation-module__BNQGSa__userAvatar{color:#fff;background:linear-gradient(135deg,#2bc436,#1a6e22);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:11px;font-weight:700;display:flex;overflow:hidden}.LandingNavigation-module__BNQGSa__avatarImg{object-fit:cover;width:100%;height:100%}.LandingNavigation-module__BNQGSa__navHamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;padding:6px;display:none}.LandingNavigation-module__BNQGSa__navHamburger span{background:#fff;border-radius:2px;width:24px;height:2px;transition:transform .25s,opacity .25s;display:block}.LandingNavigation-module__BNQGSa__navHamburger.LandingNavigation-module__BNQGSa__open span:first-child{transform:translateY(7px)rotate(45deg)}.LandingNavigation-module__BNQGSa__navHamburger.LandingNavigation-module__BNQGSa__open span:nth-child(2){opacity:0}.LandingNavigation-module__BNQGSa__navHamburger.LandingNavigation-module__BNQGSa__open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.LandingNavigation-module__BNQGSa__navDrawer{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:99;opacity:0;visibility:hidden;pointer-events:none;background:#0a0e0bf7;border-bottom:1px solid #3de84a1a;flex-direction:column;gap:4px;padding:24px 24px 32px;transition:transform .25s,opacity .25s,visibility .25s;display:flex;position:fixed;top:64px;left:0;right:0;transform:translateY(-8px)}.LandingNavigation-module__BNQGSa__navDrawer.LandingNavigation-module__BNQGSa__open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.LandingNavigation-module__BNQGSa__navDrawer a{color:#8e9baa;border-bottom:1px solid #ffffff0d;padding:13px 0;font-size:1rem;font-weight:500;text-decoration:none;transition:color .2s}.LandingNavigation-module__BNQGSa__navDrawer a:hover{color:#fff}.LandingNavigation-module__BNQGSa__btnDrawer{font-family:var(--font-barlow), sans-serif;text-transform:uppercase;cursor:pointer;background:#3de84a;border:none;border-radius:8px;justify-content:center;align-items:center;gap:9px;margin-top:18px;padding:13px 36px;font-size:1rem;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 4px 20px #3de84a40;color:#0d0f0e!important}.LandingNavigation-module__BNQGSa__btnDrawer:hover{filter:brightness(1.1);transform:translateY(-1px);box-shadow:0 6px 28px #3de84a59}@media (max-width:768px){.LandingNavigation-module__BNQGSa__nav{padding:0 20px}.LandingNavigation-module__BNQGSa__navLinks{display:none}.LandingNavigation-module__BNQGSa__navHamburger,.LandingNavigation-module__BNQGSa__navDrawer{display:flex}.LandingNavigation-module__BNQGSa__userLink{padding:13px 0 0}}@keyframes LandingNavigation-module__BNQGSa__shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.LandingNavigation-module__BNQGSa__skeletonContainer{align-items:center;gap:10px;padding:8px 0;display:flex}.LandingNavigation-module__BNQGSa__skeletonName,.LandingNavigation-module__BNQGSa__skeletonAvatar{background:linear-gradient(90deg,#ffffff0d 25%,#ffffff1a 50%,#ffffff0d 75%) 0 0/200% 100%;animation:1.5s linear infinite LandingNavigation-module__BNQGSa__shimmer}.LandingNavigation-module__BNQGSa__skeletonName{border-radius:4px;width:80px;height:14px}.LandingNavigation-module__BNQGSa__skeletonAvatar{border-radius:50%;width:24px;height:24px}
