@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";*{box-sizing:border-box}body{font-family:Inter,sans-serif;background:#fff;color:#1d293d;margin:0}footer{background:#fff;padding:2rem;display:flex;justify-content:center;align-items:center}footer p{color:#00000080}.app-nav{display:flex;justify-content:space-between;align-items:center;padding:2rem 8vw;border-bottom:1px solid rgba(0,0,0,.1);position:sticky;top:0;background:#fff;z-index:500}.app-nav .nav-title{font-weight:600;font-size:1.25rem}.app-nav .links{display:flex;gap:1rem}.app-nav .links a{color:#000000bf;text-decoration:none;padding:.125rem .25rem;transition:.2s ease;background:linear-gradient(#fff 0% 100%,#fafeb8 100% 100%)}.app-nav .links a.selected{background:linear-gradient(#fff 0% 50%,#fafeb8 50% 100%)}.app-nav .links a:not(.selected):hover{opacity:.8}
