@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--color-bg: #F8FAFC;--color-bg-white: #FFFFFF;--color-text: #0F172A;--color-text-muted: #475569;--color-accent: #64748B;--color-accent-hover: #475569;--color-border: #E2E8F0;--font-sans: "Inter", sans-serif;--max-width: 1200px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--color-bg);color:var(--color-text);line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-sans);color:var(--color-text);margin-bottom:1rem;font-weight:800;letter-spacing:-.02em}p{margin-bottom:1rem}a{text-decoration:none;transition:color .2s ease}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 2rem}.btn{display:inline-block;background-color:var(--color-accent);color:#fff;padding:1rem 2rem;border-radius:4px;font-weight:600;font-size:1rem;border:none;cursor:pointer;transition:all .2s ease}.btn:hover{background-color:var(--color-accent-hover);color:#fff}.card{background:var(--color-bg-white);padding:2.5rem;border-radius:8px;box-shadow:0 20px 40px -10px #00000014,0 10px 20px -5px #0000000a}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.text-center{text-align:center}.text-muted{color:var(--color-text-muted)}.text-accent{color:var(--color-accent)}.w-full{width:100%}@media (min-width: 768px){.md\:flex{display:flex}.md\:grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.md\:grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}}.grid{display:grid;gap:2rem}.grid-2,.grid-3{grid-template-columns:1fr}.page-header{background-color:#f1f5f9;padding:4rem 0 3rem;border-bottom:1px solid var(--color-border)}.page-header-image{background-size:cover;background-position:center;padding:6rem 0 5rem;border-bottom:none;position:relative}.page-header h1,.page-header-image h1{font-size:2.8rem;margin-bottom:1rem;color:#0f172a;line-height:1.1;text-transform:uppercase}.page-header-image h1{color:#1e293b}.page-header-image p.text-muted{color:#334155;font-weight:500}.content-section{padding:4rem 0}.cookie-banner:where(.astro-FZBXXTEK){position:fixed;bottom:0;left:0;right:0;background-color:#0f172a;color:#fff;padding:1rem;z-index:9999;box-shadow:0 -4px 10px #0000001a;transform:translateY(100%);transition:transform .3s ease-in-out}.cookie-banner:where(.astro-FZBXXTEK).show{transform:translateY(0)}.cookie-content:where(.astro-FZBXXTEK){max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:1rem;align-items:center;text-align:center}@media (min-width: 768px){.cookie-content:where(.astro-FZBXXTEK){flex-direction:row;justify-content:space-between;text-align:left}}.cookie-banner:where(.astro-FZBXXTEK) p:where(.astro-FZBXXTEK){margin:0;font-size:.9rem;color:#f1f5f9}.cookie-link:where(.astro-FZBXXTEK){color:#60a5fa;text-decoration:underline}.cookie-actions:where(.astro-FZBXXTEK){display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center;flex-shrink:0}.cookie-btn:where(.astro-FZBXXTEK){background-color:#fff;color:#0f172a;border:none;padding:.5rem 1.5rem;border-radius:4px;font-weight:600;cursor:pointer;white-space:nowrap;transition:background-color .2s}.cookie-btn:where(.astro-FZBXXTEK):hover{background-color:#f8fafc}.cookie-btn-outline:where(.astro-FZBXXTEK){background-color:transparent;color:#fff;border:1px solid rgba(255,255,255,.4)}.cookie-btn-outline:where(.astro-FZBXXTEK):hover{background-color:#ffffff1a}
