.site-nav:where(.astro-D6VCOU2G){background:var(--blue-900);position:fixed;top:0;left:0;right:0;z-index:100}.nav-inner:where(.astro-D6VCOU2G){display:flex;align-items:center;justify-content:space-between;max-width:1100px;margin:0 auto;padding:0 1.5rem;height:3.5rem}.nav-brand:where(.astro-D6VCOU2G){color:var(--neutral-light-000)!important;font-family:var(--font-primary);font-size:1.25rem;font-weight:700;text-decoration:none!important}.nav-links:where(.astro-D6VCOU2G){display:flex;list-style:none;margin:0;padding:0;gap:.25rem}.nav-links:where(.astro-D6VCOU2G) a:where(.astro-D6VCOU2G){color:var(--neutral-light-200)!important;text-decoration:none!important;font-size:.9rem;font-weight:500;padding:.4rem .75rem;border-radius:4px;transition:background .2s,color .2s}.nav-links:where(.astro-D6VCOU2G) a:where(.astro-D6VCOU2G):hover,.nav-links:where(.astro-D6VCOU2G) a:where(.astro-D6VCOU2G):focus{background:rgba(255,255,255,.1);color:var(--neutral-light-000)!important}.nav-links:where(.astro-D6VCOU2G) a:where(.astro-D6VCOU2G).active{background:rgba(255,255,255,.15);color:var(--neutral-light-000)!important}.nav-toggle:where(.astro-D6VCOU2G){display:none}.nav-toggle-label:where(.astro-D6VCOU2G){display:none;flex-direction:column;justify-content:center;gap:5px;cursor:pointer;padding:.5rem}.nav-toggle-label:where(.astro-D6VCOU2G) span:where(.astro-D6VCOU2G){display:block;width:22px;height:2px;background:var(--neutral-light-000);transition:transform .3s,opacity .3s}@media (max-width: 768px){.nav-toggle-label:where(.astro-D6VCOU2G){display:flex}.nav-links:where(.astro-D6VCOU2G){display:none;position:absolute;top:3.5rem;left:0;right:0;background:var(--blue-900);flex-direction:column;padding:.5rem 1rem 1rem;box-shadow:0 4px 8px #0003}.nav-links:where(.astro-D6VCOU2G) a:where(.astro-D6VCOU2G){display:block;padding:.6rem .75rem}.nav-toggle:where(.astro-D6VCOU2G):checked~.nav-links:where(.astro-D6VCOU2G){display:flex}.nav-toggle:where(.astro-D6VCOU2G):checked~.nav-toggle-label:where(.astro-D6VCOU2G) span:where(.astro-D6VCOU2G):nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle:where(.astro-D6VCOU2G):checked~.nav-toggle-label:where(.astro-D6VCOU2G) span:where(.astro-D6VCOU2G):nth-child(2){opacity:0}.nav-toggle:where(.astro-D6VCOU2G):checked~.nav-toggle-label:where(.astro-D6VCOU2G) span:where(.astro-D6VCOU2G):nth-child(3){transform:translateY(-7px) rotate(-45deg)}}.site-footer:where(.astro-K2F5ZB5C){background:var(--blue-900);color:var(--neutral-light-300);margin-top:auto;padding:2rem 1.5rem}.footer-inner:where(.astro-K2F5ZB5C){max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.copyright:where(.astro-K2F5ZB5C){margin:0;font-size:.85rem}.footer-links:where(.astro-K2F5ZB5C){display:flex;gap:1.5rem}.footer-links:where(.astro-K2F5ZB5C) a:where(.astro-K2F5ZB5C){color:var(--neutral-light-300)!important;text-decoration:none!important;font-size:.85rem;font-weight:500;transition:color .2s}.footer-links:where(.astro-K2F5ZB5C) a:where(.astro-K2F5ZB5C):hover,.footer-links:where(.astro-K2F5ZB5C) a:where(.astro-K2F5ZB5C):focus{color:var(--teal-400)!important}@media (max-width: 500px){.footer-inner:where(.astro-K2F5ZB5C){flex-direction:column;text-align:center}}:root{--heading: var(--neutral-dark-900);--text: var(--neutral-dark-900);--text-muted: var(--neutral-dark-600);--primary: var(--blue-800);--primary-darker: var(--blue-900);--highlight: var(--teal-400);--button: var(--neutral-light-000);--lightBorder: var(--neutral-light-200);--light: var(--neutral-light-100);--white: var(--neutral-light-000);--card-radius: var(--border-radius-3);--font-primary: Pacaembu, sans-serif;--font-secondary: Mulish, sans-serif}*{box-sizing:border-box}html,body{color:var(--text);font-family:var(--font-secondary);font-size:18px;line-height:1.45;margin:0;padding:0}body{display:flex;flex-direction:column;min-height:100vh;padding-top:3.5rem}h1,h2,h3{font-family:var(--font-primary)}a:link,a:visited{color:var(--primary);text-decoration:underline;text-decoration-color:transparent;font-weight:600;transition:text-decoration-color .2s}a:hover,a:focus{text-decoration-color:var(--highlight)}.sr-only:not(:focus):not(:active){clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.button,a.button{background:var(--primary);border-radius:4px;color:var(--white);display:inline-block;font-weight:700;padding:.5rem 1rem;text-decoration:none;width:max-content;transition:background .2s;margin-top:auto}a.button:hover,a.button:focus,.button:hover,.button:focus{background:var(--primary-darker)}.page-content{max-width:900px;margin:0 auto;padding:3rem 1.5rem;width:100%;flex-grow:1}.page-header{margin-bottom:2rem}.page-header h1{font-size:2.2rem;margin:0 0 .5rem;color:var(--heading)}.page-header p{color:var(--text-muted);font-size:1.1rem;margin:0}
