@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--background: 0 0% 100%;--foreground: 222.2 84% 4.9%;--surface: 210 40% 96.1%;--border: 214.3 31.8% 91.4%;--muted: 215.4 16.3% 46.9%;--muted-foreground: 215.4 16.3% 46.9%;--primary: 245 82% 60%}.dark{--background: 222.2 84% 4.9%;--foreground: 210 40% 98%;--surface: 222.2 47.4% 11.2%;--border: 217.2 32.6% 17.5%;--muted: 215 20.2% 65.1%;--muted-foreground: 213 27% 84%;--primary: 245 90% 68%}}@layer components{.prose{font-size:18px;line-height:1.8;color:hsl(var(--foreground) / .9);width:100%;margin:0 auto;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}@media (min-width: 768px){.prose{font-size:20px}}.prose p{max-width:720px;margin:0 auto 3.5rem;display:block}.prose h2{max-width:720px;margin:8rem auto 3rem;font-weight:900;font-style:italic;font-size:2.5rem;line-height:1.1;letter-spacing:-.05em;padding-bottom:1.5rem;border-bottom:3px solid hsl(var(--border) / .6);color:hsl(var(--foreground));clear:both}.prose h3{max-width:720px;margin:6rem auto 2rem;font-weight:800;font-size:1.85rem;line-height:1.2;color:hsl(var(--foreground))}.prose h2+p,.prose h3+p{margin-top:0}.prose ul,.prose ol{max-width:720px;margin:0 auto 4rem;padding-left:0}.prose li{line-height:1.8;margin-bottom:1.25rem;position:relative;padding-left:2.5rem}.prose ul li:before{content:"";position:absolute;left:.5rem;top:.75rem;width:.7rem;height:.7rem;background-color:hsl(var(--primary));border-radius:50%}.prose blockquote{max-width:720px;margin:5rem auto;border-left:12px solid hsl(var(--primary));padding:1.5rem 0 1.5rem 3rem;font-size:1.6rem;font-weight:500;font-style:italic;background-color:hsl(var(--foreground) / .02);color:hsl(var(--foreground) / .8);line-height:1.6;border-radius:0 2rem 2rem 0}.prose img,.prose .relative.group\/code-block{max-width:1000px;margin:6rem auto;border-radius:3rem;width:100%;display:block;box-shadow:0 50px 100px -20px #0000001a}.prose>*:last-child{margin-bottom:0}.prose hr{margin:8rem auto;border:0;border-top:2px solid hsl(var(--border) / .4);max-width:120px}}.animate-fade-in{animation:fadeIn 1s cubic-bezier(.16,1,.3,1)}@keyframes fadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
