@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/fonts/inter-latin.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300 700;font-display:swap;src:url(/fonts/space-grotesk-latin.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--color-bg: #F9F9F7;--color-bg-raised: #ffffff;--color-surface: #ffffff;--color-surface-alt: #EEEDFE;--color-border: #E5E7EB;--color-border-glow: #534AB730;--color-accent: #534AB7;--color-accent-light:#6b62cc;--color-accent-dim: #EEEDFE;--color-success: #1D9E75;--color-text: #2C2C2A;--color-text-muted: #4B5563;--color-text-dim: #6B7280;--color-white: #ffffff;--color-danger: #ef4444;--gradient-hero: linear-gradient(135deg, #EEEDFE 0%, #F9F9F7 100%);--gradient-accent: linear-gradient(135deg, var(--color-accent) 0%, var(--color-success) 100%);--gradient-card: linear-gradient(180deg, #ffffff 0%, #F9F9F7 100%);--font-body: "Inter", system-ui, -apple-system, sans-serif;--font-heading: "Inter", var(--font-body);--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--space-3xl: 4rem;--space-4xl: 6rem;--radius-sm: .5rem;--radius-md: .75rem;--radius-lg: 1rem;--radius-xl: 1.25rem;--radius-full: 9999px;--shadow-sm: 0 1px 3px rgba(0,0,0,.05);--shadow-md: 0 4px 12px rgba(44, 44, 42, .08);--shadow-lg: 0 12px 30px rgba(44, 44, 42, .12);--shadow-glow: 0 0 20px var(--color-border-glow);--transition-fast: .15s ease;--transition-base: .25s ease;--transition-slow: .4s ease;--max-width: 1200px;--header-height: 70px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);background:var(--color-bg);color:var(--color-text);line-height:1.6;min-height:100vh}img,picture,video,canvas,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);line-height:1.2;font-weight:700}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 var(--space-lg)}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.text-green-400{color:var(--color-success)!important}.text-red-400{color:var(--color-danger)!important}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideDown{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-fade-in-up{animation:fadeInUp .6s var(--transition-slow) both}.animate-fade-in{animation:fadeIn .5s ease both}.stagger-1{animation-delay:.05s}.stagger-2{animation-delay:.1s}.stagger-3{animation-delay:.15s}.stagger-4{animation-delay:.2s}.stagger-5{animation-delay:.25s}.stagger-6{animation-delay:.3s}.stagger-7{animation-delay:.35s}.stagger-8{animation-delay:.4s}.stagger-9{animation-delay:.45s}.stagger-10{animation-delay:.5s}.stagger-11{animation-delay:.55s}.stagger-12{animation-delay:.6s}.stagger-13{animation-delay:.65s}.stagger-14{animation-delay:.7s}.stagger-15{animation-delay:.75s}.stagger-16{animation-delay:.8s}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-text-dim)}::selection{background:var(--color-accent);color:var(--color-bg)}.header[data-astro-cid-3ef6ksr2]{position:sticky;top:0;z-index:100;height:var(--header-height);background:#f9f9f7d9;backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%);border-bottom:1px solid var(--color-border)}.header__inner[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:space-between;height:100%}.header__logo[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:8px;font-size:1.5rem;font-weight:700;color:var(--color-accent);letter-spacing:-.02em;transition:opacity var(--transition-fast)}.header__logo-img[data-astro-cid-3ef6ksr2]{border-radius:var(--radius-sm);object-fit:contain}.header__logo[data-astro-cid-3ef6ksr2]:hover{opacity:.85}.header__nav[data-astro-cid-3ef6ksr2]{display:none}@media(min-width:768px){.header__nav[data-astro-cid-3ef6ksr2]{display:flex;gap:1.5rem;align-items:center}}.header__link[data-astro-cid-3ef6ksr2]{font-size:.95rem;font-weight:500;color:var(--color-text);transition:color var(--transition-fast)}.header__link[data-astro-cid-3ef6ksr2]:hover{color:var(--color-accent)}.footer[data-astro-cid-sz7xmlte]{background:var(--color-bg-raised);border-top:1px solid var(--color-border);padding:var(--space-3xl) 0 var(--space-xl);margin-top:auto}.footer__inner[data-astro-cid-sz7xmlte]{display:grid;gap:var(--space-2xl)}.footer__brand[data-astro-cid-sz7xmlte]{max-width:320px}.footer__logo[data-astro-cid-sz7xmlte]{display:flex;align-items:center;gap:var(--space-sm);font-family:var(--font-heading);font-weight:700;font-size:1.2rem;color:var(--color-text);margin-bottom:var(--space-sm)}.footer__tagline[data-astro-cid-sz7xmlte]{color:var(--color-text-muted);font-size:.875rem;line-height:1.6}.footer__links[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-2xl)}.footer__col-title[data-astro-cid-sz7xmlte]{font-family:var(--font-heading);font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-dim);margin-bottom:var(--space-md)}.footer__col[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:var(--space-xs)}.footer__col[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{font-size:.875rem;color:var(--color-text-muted);transition:color var(--transition-fast)}.footer__col[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--color-accent)}.footer__bottom[data-astro-cid-sz7xmlte]{border-top:1px solid var(--color-border);padding-top:var(--space-lg);text-align:center;color:var(--color-text-dim);font-size:.8rem}@media(min-width:768px){.footer__inner[data-astro-cid-sz7xmlte]{grid-template-columns:1fr 2fr;grid-template-rows:1fr auto}.footer__bottom[data-astro-cid-sz7xmlte]{grid-column:1 / -1}}
