nav[data-astro-cid-3ef6ksr2]{position:fixed;top:0;left:0;right:0;backdrop-filter:blur(10px);background:rgb(var(--primary-color) / .95);border-bottom:1px solid rgb(var(--white-color) / .1);z-index:1000}.nav-container[data-astro-cid-3ef6ksr2]{max-width:var(--container-width);height:var(--nav-height);align-items:center;display:flex;justify-content:space-between;margin:0 auto;padding:0 2.5rem}.nav-logo[data-astro-cid-3ef6ksr2]{align-items:center;color:rgb(var(--white-color) / .9);display:flex;font-size:1.25rem;font-weight:var(--font-weight-bold);gap:12px;margin-right:1.5rem;text-decoration:none;user-select:none;z-index:1002}.logo[data-astro-cid-3ef6ksr2]{width:auto;height:32px}.nav-links[data-astro-cid-3ef6ksr2]{align-items:center;display:flex;gap:2rem}.nav-link[data-astro-cid-3ef6ksr2]{position:relative;color:rgb(var(--white-color) / .9);font-weight:var(--font-weight-medium);text-decoration:none;transition:color var(--transition-medium)}a[data-astro-cid-3ef6ksr2][href]:where(.nav-logo,.nav-link):hover{filter:brightness(.9)}a[data-astro-cid-3ef6ksr2]:not([href]):where(.nav-logo,.nav-link){cursor:default}.nav-link[data-astro-cid-3ef6ksr2].active{color:rgb(var(--white-color))}.nav-link[data-astro-cid-3ef6ksr2].active:after{position:absolute;left:0;right:0;height:2px;background:rgb(var(--white-color));border-radius:1px;bottom:-.375rem;content:""}.nav-link[data-astro-cid-3ef6ksr2][data-unread]:before{position:absolute;right:-1rem;width:1rem;height:1rem;content:attr(data-unread);align-items:center;background:rgb(var(--accent-color));border-radius:var(--radius-full);color:rgb(var(--primary-color));display:flex;font-size:.75rem;justify-content:center}.mobile-nav[data-astro-cid-3ef6ksr2]{align-items:center;display:none;gap:1.5rem}#hamburger-icon[data-astro-cid-3ef6ksr2]{position:relative;width:36px;height:36px;align-items:center;background:none;border:none;border-radius:var(--radius-sm);display:flex;flex-direction:column;justify-content:center;margin:4px;padding:8px;transition:background-color var(--transition-medium);z-index:1002}#hamburger-icon[data-astro-cid-3ef6ksr2]:hover{background-color:rgb(var(--white-color) / .1)}.hamburger-line[data-astro-cid-3ef6ksr2]{position:absolute;width:20px;height:2px;background:rgb(var(--white-color));transform-origin:center;transition:all var(--transition-medium)}.hamburger-line[data-astro-cid-3ef6ksr2]:first-child{transform:translateY(-5px)}.hamburger-line[data-astro-cid-3ef6ksr2]:nth-child(2){transform:translateY(0)}.hamburger-line[data-astro-cid-3ef6ksr2]:last-child{transform:translateY(5px)}#hamburger-icon[data-astro-cid-3ef6ksr2].active .hamburger-line[data-astro-cid-3ef6ksr2]:first-child{transform:rotate(45deg)}#hamburger-icon[data-astro-cid-3ef6ksr2].active .hamburger-line[data-astro-cid-3ef6ksr2]:nth-child(2){opacity:0}#hamburger-icon[data-astro-cid-3ef6ksr2].active .hamburger-line[data-astro-cid-3ef6ksr2]:last-child{transform:rotate(-45deg)}#mobile-menu[data-astro-cid-3ef6ksr2]{--font-size-menu: 1.25rem;position:fixed;inset:0;width:100vw;height:100vh;background:rgb(var(--primary-color));opacity:.98;-webkit-overflow-scrolling:touch;transform:translate(-100%);transition:transform var(--transition-medium);z-index:1001}#mobile-menu[data-astro-cid-3ef6ksr2].active{transform:translate(0)}#mobile-menu-content[data-astro-cid-3ef6ksr2]{height:100%;min-height:100vh;align-items:center;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;-webkit-overflow-scrolling:touch;overflow-y:auto;overscroll-behavior:contain;padding:2rem;text-align:center}.mobile-nav-link[data-astro-cid-3ef6ksr2]{width:100%;border-bottom:1px solid rgb(var(--white-color) / .1);color:rgb(var(--white-color));display:block;font-size:var(--font-size-menu);font-weight:var(--font-weight-medium);padding:1.5rem 0;text-decoration:none;transition:color var(--transition-medium)}.mobile-nav-link[data-astro-cid-3ef6ksr2]:hover{color:rgb(var(--accent-color))}.mobile-nav-link[data-astro-cid-3ef6ksr2][data-unread]:after{position:relative;top:-.5rem;left:-.25rem;width:1.1rem;height:1.1rem;content:attr(data-unread);align-items:center;background:rgb(var(--accent-color));border-radius:var(--radius-full);color:rgb(var(--primary-color));display:inline-flex;font-size:.8rem;font-weight:var(--font-weight-bold);justify-content:center}a[data-astro-cid-3ef6ksr2][href].nav-button{background:linear-gradient(135deg,#e48803,rgb(var(--accent-color)) 75%,#fdcc85);border:none;border-radius:var(--radius-full);color:rgb(var(--white-color));display:inline-block;filter:none;font-size:calc(var(--font-size-base) * .95);font-weight:var(--font-weight-semibold);padding:.5rem 1rem;text-decoration:none;transition:all var(--transition-medium);white-space:nowrap}a[data-astro-cid-3ef6ksr2][href].nav-button:hover{box-shadow:0 8px 25px rgb(var(--accent-color) / .3);transform:translateY(-2px)}a[data-astro-cid-3ef6ksr2][href].nav-button:active{box-shadow:none;transform:translateY(0);transition-duration:var(--transition-instant)}#mobile-menu-content[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2][href].nav-button{color:rgb(var(--white-color));font-size:calc(var(--font-size-menu) * .95);margin-top:2rem;margin-bottom:2rem;padding:.75rem 3rem}@media (max-width: 991px){.nav-container[data-astro-cid-3ef6ksr2]{padding:0 2rem}.nav-links[data-astro-cid-3ef6ksr2]{gap:1.5rem}}@media (max-width: 767px){.nav-container[data-astro-cid-3ef6ksr2]{padding:0 1.5rem}.desktop-nav[data-astro-cid-3ef6ksr2]{display:none}.mobile-nav[data-astro-cid-3ef6ksr2]{display:flex}}@media (max-width: 479px){.nav-container[data-astro-cid-3ef6ksr2]{padding:0 1rem}.mobile-nav[data-astro-cid-3ef6ksr2]{gap:1rem}}@media (orientation: landscape) and (max-height: 430px){.nav-container[data-astro-cid-3ef6ksr2]{height:60px;padding-right:.5rem}#mobile-menu-content[data-astro-cid-3ef6ksr2]{justify-content:flex-start;padding-top:calc(var(--nav-height) / 1.5)}}footer[data-astro-cid-sz7xmlte]{--col-gap: 6.25vw;width:100vw;background:#1a1a1a;color:rgb(var(--white-color));padding:4rem 0 2rem}.footer-content[data-astro-cid-sz7xmlte]{display:grid;gap:var(--col-gap);grid-template-columns:1fr 2fr;margin-bottom:3rem}.footer-brand[data-astro-cid-sz7xmlte]{max-width:320px}.footer-logo[data-astro-cid-sz7xmlte]{align-items:center;color:rgb(var(--white-color));display:flex;font-size:var(--font-size-static);font-weight:var(--font-weight-semibold);gap:12px;margin-bottom:1rem}.footer-logo-img[data-astro-cid-sz7xmlte]{width:auto;height:24px}.footer-desc[data-astro-cid-sz7xmlte]{color:rgb(var(--color-gray-300));line-height:1.6;text-wrap:balance}.footer-links[data-astro-cid-sz7xmlte]{display:grid;gap:2rem;grid-template-columns:1.3fr 1fr 1fr 1fr}.footer-col-title[data-astro-cid-sz7xmlte]{color:rgb(var(--white-color));font-weight:var(--font-weight-semibold);margin-bottom:1rem}.footer-link-list[data-astro-cid-sz7xmlte]{list-style:none}.footer-link-list[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte]{margin-bottom:.5rem}.footer-link[data-astro-cid-sz7xmlte]{color:rgb(var(--color-gray-300))}.footer-bottom[data-astro-cid-sz7xmlte]{align-items:center;border-top:1px solid rgb(var(--color-gray-800));display:flex;justify-content:space-between;padding-top:2rem}.footer-copyright[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte],.copyright-link[data-astro-cid-sz7xmlte]{color:rgb(var(--color-gray-400));font-size:.9rem}.footer-social[data-astro-cid-sz7xmlte]{display:flex;gap:1.5rem}.social-link[data-astro-cid-sz7xmlte]{color:rgb(var(--color-gray-300));font-size:1.2rem}[data-astro-cid-sz7xmlte]:where(.footer-logo,.footer-link,.copyright-link,.social-link){text-decoration:none;transition:color var(--transition-medium)}[data-astro-cid-sz7xmlte]:where(.footer-logo,.footer-link,.copyright-link,.social-link):hover{color:rgb(var(--accent-color))}@media (max-width: 991px){.footer-content[data-astro-cid-sz7xmlte]{gap:calc(var(--col-gap) * 2);grid-template-columns:1fr 1.5fr}.footer-links[data-astro-cid-sz7xmlte]{gap:2rem;grid-template-columns:repeat(2,1fr)}}@media (max-width: 767px){footer[data-astro-cid-sz7xmlte]{padding:3rem 0 2rem}.footer-content[data-astro-cid-sz7xmlte]{gap:3rem;grid-template-columns:1fr}.footer-brand[data-astro-cid-sz7xmlte]{max-width:100%}.footer-desc[data-astro-cid-sz7xmlte]{text-wrap:pretty}.footer-links[data-astro-cid-sz7xmlte]{gap:1.5rem}.footer-bottom[data-astro-cid-sz7xmlte]{flex-direction:column;gap:1.5rem;text-align:center}}@media (max-width: 479px){footer[data-astro-cid-sz7xmlte]{padding:2.5rem 0 1.5rem}.footer-content[data-astro-cid-sz7xmlte]{gap:2rem;margin-bottom:2rem}.footer-links[data-astro-cid-sz7xmlte]{gap:1.25rem}.footer-col-title[data-astro-cid-sz7xmlte]{font-size:.95rem;margin-bottom:.75rem}.footer-link[data-astro-cid-sz7xmlte]{font-size:.9rem}.footer-bottom[data-astro-cid-sz7xmlte]{gap:1rem}}
