@import url("https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap");:root{color-scheme:dark;font-family:Geist,sans-serif;--color-bg-0:oklch(0.10 0.006 264);--color-bg-1:oklch(0.15 0.008 264);--color-bg-2:oklch(0.20 0.010 264);--color-bg-3:oklch(0.26 0.012 264);--color-bg-highlight:oklch(0.32 0.014 264);--color-border:oklch(0.34 0.012 264/55%);--color-text-primary:oklch(0.92 0.02 260);--color-text-muted:oklch(0.72 0.02 260);--color-text-subtle:oklch(0.55 0.014 260);--color-brand:oklch(0.74 0.17 298);--color-brand-strong:oklch(0.64 0.22 298);--color-brand-soft:oklch(0.82 0.10 298);--color-success:oklch(0.78 0.15 152);--color-error:oklch(0.72 0.19 25);--elevation-1:inset 0 1px 1px rgba(255,255,255,0.06),0 1px 2px rgba(0,0,0,0.45),0 4px 8px rgba(0,0,0,0.25);--elevation-2:inset 0 1px 2px rgba(255,255,255,0.08),0 2px 4px rgba(0,0,0,0.50),0 8px 16px rgba(0,0,0,0.30);--elevation-3:inset 0 1px 3px rgba(255,255,255,0.10),0 4px 8px rgba(0,0,0,0.55),0 16px 32px rgba(0,0,0,0.35);--elevation-4:inset 0 2px 4px rgba(255,255,255,0.12),0 8px 16px rgba(0,0,0,0.55),0 32px 64px rgba(0,0,0,0.40);--shadow-inset:inset 0 2px 4px rgba(0,0,0,0.50),inset 0 -1px 2px rgba(255,255,255,0.04);--shadow-glow:inset 0 1px 2px rgba(255,255,255,0.15),0 2px 4px rgba(0,0,0,0.35),0 0 24px rgba(180,120,255,0.18);--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-7:2.5rem;--space-8:3rem;--space-10:4rem;--space-12:5rem;--font-size-xs:0.75rem;--font-size-sm:0.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.5rem;--font-size-2xl:clamp(2rem,4vw,2.5rem);--font-size-3xl:clamp(2.75rem,6vw,4rem);--line-height-tight:1.2;--line-height-snug:1.35;--line-height-relaxed:1.6;--radius-sm:0.5rem;--radius-md:1rem;--radius-lg:1.5rem;--radius-xl:2rem;--radius-pill:9999px;--navbar-blur:blur(18px)}@media (prefers-color-scheme:light){:root{color-scheme:light;--color-bg-0:oklch(0.96 0.01 264);--color-bg-1:oklch(0.98 0.01 264);--color-bg-2:oklch(1.00 0.00 264);--color-bg-3:oklch(1.00 0.00 264);--color-bg-highlight:oklch(1.00 0.00 264);--color-border:oklch(0.88 0.01 264/60%);--color-text-primary:oklch(0.18 0.02 260);--color-text-muted:oklch(0.40 0.02 260);--color-text-subtle:oklch(0.55 0.014 260);--color-brand:oklch(0.58 0.22 298);--color-brand-strong:oklch(0.50 0.26 298);--color-brand-soft:oklch(0.82 0.12 298);--elevation-1:inset 0 1px 0 rgba(255,255,255,0.80),0 1px 2px rgba(0,0,0,0.08),0 2px 4px rgba(0,0,0,0.06);--elevation-2:inset 0 1px 0 rgba(255,255,255,0.90),0 2px 4px rgba(0,0,0,0.08),0 4px 8px rgba(0,0,0,0.06);--elevation-3:inset 0 1px 0 rgba(255,255,255,1),0 4px 8px rgba(0,0,0,0.08),0 8px 16px rgba(0,0,0,0.06);--elevation-4:inset 0 1px 0 rgba(255,255,255,1),0 8px 16px rgba(0,0,0,0.08),0 16px 32px rgba(0,0,0,0.06);--shadow-inset:inset 0 2px 4px rgba(0,0,0,0.08),inset 0 -1px 0 rgba(255,255,255,0.80);--shadow-glow:inset 0 1px 0 rgba(255,255,255,1),0 2px 4px rgba(0,0,0,0.08),0 0 20px rgba(140,80,220,0.12)}}*,:after,:before{box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background:var(--color-bg-0);font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:var(--font-size-base);line-height:var(--line-height-relaxed)}body,h1,h2,h3,h4,h5,h6{margin:0;color:var(--color-text-primary)}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:var(--line-height-tight)}p{margin:0;color:var(--color-text-muted)}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}::selection{background:var(--color-brand-soft);color:var(--color-bg-0)}