@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";
*{box-sizing:border-box;margin:0;padding:0}:root{--ff:"Manrope",-apple-system,BlinkMacSystemFont,sans-serif;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--text-5xl:3rem;--font-regular:400;--font-medium:500;--font-semibold:600;--font-bold:700;--font-extrabold:800;--bg-base:#050304;--bg-surface:#0c080a;--bg-elevated:#141012;--bg-highlight:#1e191b;--text-primary:#f2f2f2;--text-secondary:#aeaeae;--text-muted:#717171;--accent:#dc4b69;--accent-hover:#f95577;--accent-subtle:#310c13;--accent-glow:#dc4b694d;--accent-secondary:#f59145;--accent-secondary-subtle:#371801;--color-success:#4aa651;--color-warning:#d9a514;--color-error:#de3b3d;--border:#242122;--border-subtle:#181516;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--radius-sm:.5rem;--radius-md:.75rem;--radius-lg:1rem;--radius-xl:1.25rem;--radius-2xl:1.5rem;--radius-full:9999px;--shadow-sm:inset 0 1px 1px #ffffff0f,0 1px 2px #0006,0 2px 4px #0003;--shadow-md:inset 0 1px 2px #ffffff14,0 2px 4px #0006,0 4px 8px #0003;--shadow-lg:inset 0 1px 3px #ffffff1a,0 4px 8px #0006,0 8px 16px #0003;--shadow-xl:inset 0 2px 4px #ffffff1f,0 8px 16px #0006,0 16px 32px #0003;--shadow-inset:inset 0 2px 4px #0006,inset 0 -1px 2px #ffffff0d;--shadow-glow:inset 0 1px 2px #ffffff26,0 2px 4px #0000004d,0 0 20px var(--accent-glow);--transition-fast:.15s ease-out;--transition:.2s ease-out;--transition-slow:.3s ease-out;--transition-spring:.4s cubic-bezier(.34,1.56,.64,1)}@supports (color:lab(0% 0 0)){:root{--bg-base:lab(.87859% .636175 -.117674);--bg-surface:lab(2.43015% 1.24016 -.230542);--bg-elevated:lab(5.18779% 2.0439 -.381008);--bg-highlight:lab(9.41349% 2.65305 -.50177);--text-primary:lab(95.36% 0 0);--text-secondary:lab(71% 0 0);--text-muted:lab(47.8% 0 .0000119209);--accent:lab(53.8681% 58.5431 16.0615);--accent-hover:lab(60.5996% 65.0369 17.8703);--accent-subtle:lab(8.83682% 19.5299 4.96893);--accent-glow:lab(53.8681% 58.5431 16.0615/.3);--accent-secondary:lab(70.2543% 34.3873 55.5962);--accent-secondary-subtle:lab(12.6787% 14.1208 18.713);--color-success:lab(61.2132% -42.0948 35.0149);--color-warning:lab(71.1681% 11.7208 71.0541);--color-error:lab(51.5803% 63.2457 38.9399);--border:lab(12.9335% 1.66339 -.313935);--border-subtle:lab(7.16439% 1.56981 -.293875)}}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;font-size:16px}body{font-family:var(--ff);font-size:var(--text-base);font-weight:var(--font-regular);color:var(--text-secondary);background-color:var(--bg-base);min-height:100vh;line-height:1.6}h1,h2,h3,h4,h5,h6{color:var(--text-primary);line-height:1.2;font-weight:var(--font-bold)}h1{font-size:var(--text-5xl)}h2{font-size:var(--text-4xl)}h3{font-size:var(--text-2xl)}h4{font-size:var(--text-xl)}h5{font-size:var(--text-lg)}h6{font-size:var(--text-base)}p{color:var(--text-secondary);max-width:65ch;line-height:1.7}small{font-size:var(--text-sm);color:var(--text-muted)}a{color:var(--accent);transition:color var(--transition);text-decoration:none}a:hover{color:var(--accent-hover)}::selection{background:var(--accent);color:var(--bg-base)}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.container{width:100%;max-width:1200px;padding:0 var(--space-6);margin:0 auto}@media (max-width:768px){.container{padding:0 var(--space-4)}}.text-gradient{background:linear-gradient(135deg,var(--accent),var(--accent-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.elevation-0{box-shadow:none}.elevation-1{box-shadow:var(--shadow-sm)}.elevation-2{box-shadow:var(--shadow-md)}.elevation-3{box-shadow:var(--shadow-lg)}.elevation-4{box-shadow:var(--shadow-xl)}.recessed{box-shadow:var(--shadow-inset)}
