.raycast-navbar-wrapper{z-index:1000;width:100%;max-width:1200px;margin:0 auto;padding:0 1.25rem;transition:top .3s cubic-bezier(.16,1,.3,1);position:fixed;top:1.25rem;left:0;right:0}.raycast-navbar-wrapper.is-scrolled{top:.75rem}.raycast-navbar{-webkit-backdrop-filter:blur(16px)saturate(180%);background:#0d0e12d1;border:1px solid #ffffff14;border-radius:16px;justify-content:space-between;align-items:center;min-height:56px;padding:.5rem .75rem .5rem 1.25rem;display:flex;box-shadow:0 12px 32px -8px #000000a6,0 0 0 1px #ffffff05,inset 0 1px #ffffff14}.raycast-navbar__brand{color:#fff;align-items:center;gap:.75rem;text-decoration:none;display:flex}.raycast-navbar__logo-box{border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;transition:transform .2s;display:flex;overflow:hidden}.raycast-navbar__brand:hover .raycast-navbar__logo-box{transform:scale(1.06)}.raycast-navbar__logo-img{object-fit:contain;width:100%;height:100%}.raycast-navbar__brand-name{font-family:var(--font-geist-sans), "Inter", -apple-system, system-ui, sans-serif;letter-spacing:-.02em;color:#fff;white-space:nowrap;font-size:1.05rem;font-weight:700}.raycast-navbar__actions{align-items:center;gap:.75rem;display:flex}.raycast-navbar__menu{align-items:center;gap:.35rem;margin-right:.25rem;display:flex}.raycast-navbar__link{font-family:var(--font-geist-sans), "Inter", -apple-system, system-ui, sans-serif;color:#9294a0;white-space:nowrap;border-radius:8px;padding:.45rem .9rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .15s,background-color .15s}.raycast-navbar__link:hover{color:#fff;background-color:#ffffff0f}.raycast-navbar__link.is-active{color:#fff;background-color:#ffffff1a;font-weight:600}.raycast-navbar__cta-btn{color:#0b0c0e;font-family:var(--font-geist-sans), "Inter", -apple-system, system-ui, sans-serif;background-color:#fff;border-radius:10px;align-items:center;gap:.5rem;padding:.45rem 1rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:background-color .2s,transform .15s,box-shadow .2s;display:inline-flex;box-shadow:0 1px 2px #0003}.raycast-navbar__cta-btn:hover{background-color:#f1f2f5;transform:translateY(-.5px);box-shadow:0 0 18px #ffffff4d}.raycast-navbar__cta-btn:active{transform:translateY(0)}.raycast-navbar__cta-btn.is-active{color:#fff;background-color:#ef4444;box-shadow:0 0 16px #ef444473}.raycast-navbar__cta-btn.is-active:hover{background-color:#dc2626;box-shadow:0 0 22px #ef4444a6}.raycast-navbar__cta-arrow{transition:transform .2s}.raycast-navbar__cta-btn:hover .raycast-navbar__cta-arrow{transform:translate(2px)}.raycast-navbar__mobile-toggle{color:#9294a0;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.4rem;transition:color .15s,background-color .15s;display:none}.raycast-navbar__mobile-toggle:hover{color:#fff;background-color:#ffffff14}.raycast-navbar__mobile-menu{-webkit-backdrop-filter:blur(20px);background:#0d0e12f0;border:1px solid #ffffff14;border-radius:14px;flex-direction:column;gap:.25rem;margin-top:.5rem;padding:.75rem;animation:.2s cubic-bezier(.16,1,.3,1) mobileMenuFade;display:flex;box-shadow:0 16px 32px #000000b3}@keyframes mobileMenuFade{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.raycast-navbar__mobile-link{font-family:var(--font-geist-sans), "Inter", system-ui, sans-serif;color:#9294a0;border-radius:8px;padding:.6rem .85rem;font-size:.9rem;text-decoration:none;transition:color .15s,background .15s}.raycast-navbar__mobile-link:hover{color:#fff;background-color:#ffffff0f}.raycast-navbar__mobile-link.is-active{color:#fff;background-color:#ffffff1a;font-weight:600}.raycast-navbar__mobile-divider{background-color:#ffffff14;height:1px;margin:.4rem 0}.raycast-navbar__mobile-cta{justify-content:center;margin-top:.25rem;padding:.65rem}@media (max-width:768px){.raycast-navbar__menu{display:none}.raycast-navbar__mobile-toggle{display:flex}}@media (max-width:480px){.raycast-navbar-wrapper{padding:0 .75rem;top:.75rem}.raycast-navbar__cta-btn:not(.raycast-navbar__mobile-cta){display:none}}
