:root{--color-brand-blue: #3361C1;--color-brand-blue-hover: #2B54AD;--color-signal-teal: #00D68F;--color-caution-yellow: #FFD60A;--color-alert-red: #FF4538;--color-bg: #0A0A0A;--color-surface: #1A1A1A;--color-surface-high: #2A2A2A;--color-surface-border: rgba(51, 97, 193, .15);--color-border-subtle: #292929;--color-text: #FFFFFF;--color-text-secondary: #888888;--color-text-muted: #666666;--color-text-tertiary: #555555;--font-heading: "Instrument Serif", serif;--font-body: "Manrope", sans-serif;--radius-sm: 10px;--radius-md: 16px;--radius-lg: 20px;--radius-xl: 28px;--radius-pill: 999px;--max-width: 1200px}[data-theme=light]{--color-brand-blue: #2B54AD;--color-brand-blue-hover: #234A99;--color-signal-teal: #00B375;--color-caution-yellow: #E6B800;--color-alert-red: #E63B30;--color-bg: #F5F5F5;--color-surface: #FFFFFF;--color-surface-high: #F0F0F0;--color-surface-border: rgba(0, 0, 0, .08);--color-border-subtle: #E6E6E6;--color-text: #1A1A1A;--color-text-secondary: #878787;--color-text-muted: #BABABA;--color-text-tertiary: #AAAAAA}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background-color:var(--color-bg);color:var(--color-text);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{max-width:var(--max-width);margin:0 auto;padding:0 24px}@media(max-width:768px){.container{padding:0 16px}}.nav[data-astro-cid-37fxchfa]{position:sticky;top:0;z-index:100;background:var(--color-bg);border-bottom:1px solid var(--color-surface-border)}.nav-inner[data-astro-cid-37fxchfa]{display:flex;align-items:center;justify-content:space-between;height:64px}.nav-logo-img[data-astro-cid-37fxchfa]{border-radius:8px}.nav-logo[data-astro-cid-37fxchfa]{display:flex;align-items:center;gap:10px;font-family:var(--font-body);font-weight:700;font-size:1.125rem;color:var(--color-text)}.nav-links[data-astro-cid-37fxchfa]{display:flex;gap:32px}.nav-links[data-astro-cid-37fxchfa] a[data-astro-cid-37fxchfa]{font-size:.9rem;font-weight:500;color:var(--color-text-secondary);transition:color .2s}.nav-links[data-astro-cid-37fxchfa] a[data-astro-cid-37fxchfa]:hover{color:var(--color-text)}.nav-actions[data-astro-cid-37fxchfa]{display:flex;align-items:center;gap:12px}.theme-toggle[data-astro-cid-37fxchfa]{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:none;border:1px solid var(--color-surface-border);border-radius:50%;color:var(--color-text-secondary);cursor:pointer;transition:color .2s,border-color .2s;padding:0}.theme-toggle[data-astro-cid-37fxchfa]:hover{color:var(--color-text);border-color:var(--color-text-secondary)}[data-theme=dark] .icon-moon[data-astro-cid-37fxchfa],[data-theme=light] .icon-sun[data-astro-cid-37fxchfa]{display:none}.nav-cta[data-astro-cid-37fxchfa]{display:inline-flex;align-items:center;padding:8px 20px;background:var(--color-brand-blue);color:#fff;font-size:.875rem;font-weight:600;border-radius:var(--radius-pill);transition:background .2s}.nav-cta[data-astro-cid-37fxchfa]:hover{background:var(--color-brand-blue-hover)}.nav-toggle-input[data-astro-cid-37fxchfa]{display:none}.nav-hamburger[data-astro-cid-37fxchfa]{display:none;flex-direction:column;justify-content:center;gap:5px;cursor:pointer;z-index:101;padding:4px}.nav-hamburger[data-astro-cid-37fxchfa] span[data-astro-cid-37fxchfa]{display:block;width:22px;height:2px;background:var(--color-text);transition:transform .3s,opacity .3s}.nav-toggle-input[data-astro-cid-37fxchfa]:checked+.nav-hamburger[data-astro-cid-37fxchfa] span[data-astro-cid-37fxchfa]:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.nav-toggle-input[data-astro-cid-37fxchfa]:checked+.nav-hamburger[data-astro-cid-37fxchfa] span[data-astro-cid-37fxchfa]:nth-child(2){opacity:0}.nav-toggle-input[data-astro-cid-37fxchfa]:checked+.nav-hamburger[data-astro-cid-37fxchfa] span[data-astro-cid-37fxchfa]:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.nav-mobile[data-astro-cid-37fxchfa]{display:none;position:absolute;top:64px;left:0;right:0;background:var(--color-surface);border-bottom:1px solid var(--color-surface-border);flex-direction:column;padding:16px 24px;gap:16px}.nav-inner[data-astro-cid-37fxchfa]:has(.nav-toggle-input:checked) .nav-mobile[data-astro-cid-37fxchfa]{display:flex}.nav-mobile[data-astro-cid-37fxchfa] a[data-astro-cid-37fxchfa]{font-size:1rem;font-weight:500;color:var(--color-text-secondary);padding:8px 0}.nav-mobile[data-astro-cid-37fxchfa] a[data-astro-cid-37fxchfa]:hover{color:var(--color-text)}.nav-mobile-cta[data-astro-cid-37fxchfa]{display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;background:var(--color-brand-blue);color:#fff!important;font-weight:600;border-radius:var(--radius-pill);margin-top:8px}@media(max-width:768px){.nav-links[data-astro-cid-37fxchfa],.nav-cta[data-astro-cid-37fxchfa]{display:none}.nav-hamburger[data-astro-cid-37fxchfa]{display:flex}}.footer[data-astro-cid-37fxchfa]{border-top:1px solid var(--color-surface-border);padding-top:64px;margin-top:80px}.footer-inner[data-astro-cid-37fxchfa]{display:grid;grid-template-columns:1fr 1fr 1fr;gap:48px;padding-bottom:48px}.footer-brand[data-astro-cid-37fxchfa]{display:flex;flex-direction:column;gap:16px}.footer-logo[data-astro-cid-37fxchfa]{display:flex;align-items:center;gap:10px;font-family:var(--font-body);font-weight:700;font-size:1.125rem;color:var(--color-text)}.footer-tagline[data-astro-cid-37fxchfa]{font-size:.875rem;color:var(--color-text-secondary);line-height:1.6;max-width:320px}.footer-download-btn[data-astro-cid-37fxchfa]{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:var(--color-brand-blue);color:#fff;font-size:.875rem;font-weight:600;border-radius:var(--radius-pill);transition:background .2s;width:fit-content}.footer-download-btn[data-astro-cid-37fxchfa]:hover{background:var(--color-brand-blue-hover)}.footer-links[data-astro-cid-37fxchfa]{display:contents}.footer-column[data-astro-cid-37fxchfa]{display:flex;flex-direction:column;gap:12px}.footer-column[data-astro-cid-37fxchfa] h4[data-astro-cid-37fxchfa]{font-size:.75rem;font-weight:700;letter-spacing:.1em;color:var(--color-text);margin-bottom:4px}.footer-column[data-astro-cid-37fxchfa] a[data-astro-cid-37fxchfa]{font-size:.875rem;color:var(--color-text-secondary);transition:color .2s}.footer-column[data-astro-cid-37fxchfa] a[data-astro-cid-37fxchfa]:hover{color:var(--color-text)}.footer-bottom[data-astro-cid-37fxchfa]{display:flex;align-items:center;justify-content:space-between;padding:24px;border-top:1px solid var(--color-surface-border)}.footer-bottom[data-astro-cid-37fxchfa] p[data-astro-cid-37fxchfa]{font-size:.8rem;color:var(--color-text-muted)}.footer-social[data-astro-cid-37fxchfa]{display:flex;gap:16px}.footer-social[data-astro-cid-37fxchfa] a[data-astro-cid-37fxchfa]{color:var(--color-text-muted);transition:color .2s}.footer-social[data-astro-cid-37fxchfa] a[data-astro-cid-37fxchfa]:hover{color:var(--color-text)}@media(max-width:768px){.footer-inner[data-astro-cid-37fxchfa]{grid-template-columns:1fr;gap:40px}.footer-bottom[data-astro-cid-37fxchfa]{flex-direction:column;gap:16px;text-align:center}}
