@import"https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700&family=Inter:wght@400;500;600&display=swap";@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--background: 0 0% 100%;--foreground: 0 0% 4%;--card: 0 0% 100%;--card-foreground: 0 0% 4%;--popover: 0 0% 100%;--popover-foreground: 0 0% 4%;--primary: 217 64% 14%;--primary-foreground: 0 0% 100%;--secondary: 214 52% 25%;--secondary-foreground: 0 0% 100%;--muted: 216 29% 97%;--muted-foreground: 0 0% 45%;--accent: 350 85% 42%;--accent-foreground: 0 0% 100%;--destructive: 0 84% 60%;--destructive-foreground: 0 0% 100%;--success: 160 84% 39%;--success-foreground: 0 0% 100%;--warning: 38 92% 50%;--warning-foreground: 0 0% 100%;--info: 217 91% 60%;--info-foreground: 0 0% 100%;--border: 0 0% 85%;--input: 0 0% 85%;--ring: 217 64% 14%;--chart-1: 217 65% 44%;--chart-2: 218 64% 29%;--chart-3: 217 64% 14%;--chart-4: 0 0% 0%;--chart-5: 0 0% 0%;--sidebar: 216 29% 97%;--sidebar-foreground: 0 0% 4%;--sidebar-primary: 217 64% 14%;--sidebar-primary-foreground: 0 0% 100%;--sidebar-accent: 350 85% 42%;--sidebar-accent-foreground: 0 0% 100%;--sidebar-border: 0 0% 85%;--sidebar-ring: 217 64% 14%;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-heading: "Barlow Condensed", -apple-system, BlinkMacSystemFont, sans-serif;--font-serif: ui-serif, Georgia, "Times New Roman", serif;--font-mono: ui-monospace, "SF Mono", Monaco, "Cascadia Code", "Roboto Mono", Consolas, "Courier New", monospace;--radius: .5rem;--radius-button: calc(var(--radius) - 2px);--shadow-2xs: 0 1px 3px 0px hsl(0 0% 0% / .05);--shadow-xs: 0 1px 3px 0px hsl(0 0% 0% / .05);--shadow-sm: 0 1px 3px 0px hsl(0 0% 0% / .1), 0 1px 2px -1px hsl(0 0% 0% / .1);--shadow: 0 1px 3px 0px hsl(0 0% 0% / .1), 0 1px 2px -1px hsl(0 0% 0% / .1);--shadow-md: 0 1px 3px 0px hsl(0 0% 0% / .1), 0 2px 4px -1px hsl(0 0% 0% / .1);--shadow-lg: 0 1px 3px 0px hsl(0 0% 0% / .1), 0 4px 6px -1px hsl(0 0% 0% / .1);--shadow-xl: 0 1px 3px 0px hsl(0 0% 0% / .1), 0 8px 10px -1px hsl(0 0% 0% / .1);--shadow-2xl: 0 1px 3px 0px hsl(0 0% 0% / .25)}*{@apply border-border;}body{@apply bg-background text-foreground font-sans;font-family:var(--font-sans)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading)!important}}@layer components{.page-title{font-size:clamp(1.875rem,2vw + 1rem,2.25rem);font-weight:700;line-height:1.15;letter-spacing:normal;color:hsl(var(--foreground))}.rich-text{color:hsl(var(--muted-foreground));font-size:1rem;line-height:1.75}.rich-text h1,.rich-text h2{font-size:clamp(1.5rem,1.5vw + 1rem,1.875rem);font-weight:700;line-height:1.3;color:hsl(var(--foreground));margin-top:2.5rem;margin-bottom:1rem}.rich-text h3{font-size:clamp(1.25rem,1vw + .9rem,1.5rem);font-weight:700;color:hsl(var(--foreground));margin-top:2rem;margin-bottom:.75rem}.rich-text h4{font-size:1.125rem;font-weight:600;color:hsl(var(--foreground));margin-top:1.5rem;margin-bottom:.5rem}.rich-text p{margin-bottom:1.25rem}.rich-text a{color:hsl(var(--primary));text-decoration:underline}.rich-text ul,.rich-text ol{margin:1.25rem 0;padding-left:1.5rem}.rich-text ul{list-style:disc}.rich-text ol{list-style:decimal}.rich-text li{margin-bottom:.5rem}.rich-text blockquote{border-left:3px solid hsl(var(--primary));padding-left:1rem;font-style:italic;margin:1.5rem 0;color:hsl(var(--foreground))}.rich-text code{font-family:var(--font-mono);font-size:.9em;background:hsl(var(--muted));padding:.15rem .35rem;border-radius:.25rem}.rich-text pre{background:hsl(var(--muted));padding:1rem;border-radius:.5rem;overflow-x:auto;margin:1.5rem 0}.rich-text pre code{background:transparent;padding:0}.rich-text img{border-radius:.5rem;margin:1.5rem 0;max-width:100%;height:auto}.rich-text table{width:100%;border-collapse:collapse;margin:1.5rem 0}.rich-text th,.rich-text td{border:1px solid hsl(var(--border));padding:.5rem .75rem;text-align:left}}@layer utilities{.animate-in{animation-duration:.2s;animation-fill-mode:both}.fade-in{animation-name:fadeIn}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}}html{scroll-behavior:smooth}
