@import"https://fonts.googleapis.com/css2?family=Bitcount+Prop+Single:wght@400;700&display=swap";:root{--primary: #5b925d;--primary-dark: #4a7a4c;--primary-light: #6fa871;--primary-foreground: #ffffff;--cream: #f5f3ed;--black: #1a1a1a;--white: #ffffff;--gray-dark: #333333;--gray: #666666;--gray-light: #999999;--success: #5b925d;--success-foreground: #ffffff;--error: #dc2626;--error-hover: #b91c1c;--error-foreground: #ffffff;--destructive: #dc2626;--destructive-foreground: #ffffff;--warning: #f59e0b;--warning-foreground: #1a1a1a;--info: #3b82f6;--info-foreground: #ffffff;--background: #ffffff;--foreground: #1a1a1a;--card: #f5f3ed;--card-foreground: #1a1a1a;--muted: #f5f3ed;--muted-foreground: #666666;--accent: #f5f3ed;--border: #1a1a1a;--text: #1a1a1a;--text-secondary: #666666;--surface-subtle: #fafafa;--surface-muted: #f5f5f5;--surface-emphasis: #f0f0f0;--border-subtle: #e5e5e5;--border-muted: #cccccc;--error-subtle: #fff5f5;--radius: .625rem;--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 1.5rem;--spacing-lg: 2rem;--spacing-xl: 3rem;--spacing-2xl: 4rem;--shadow-brutal: 4px 4px 0px 0px rgb(0 0 0);--shadow-brutal-sm: 2px 2px 0px 0px rgb(0 0 0)}*{margin:0;padding:0;box-sizing:border-box}html{font-family:Bitcount Prop Single,Courier New,monospace,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background-color:var(--background);color:var(--foreground);line-height:1.6;font-size:16px}h1,h2,h3,h4,h5,h6{font-weight:800;line-height:1.2;color:var(--foreground)}h1{font-size:clamp(2rem,5vw,4rem)}h2{font-size:clamp(1.75rem,4vw,3rem)}h3{font-size:clamp(1.5rem,3vw,2rem)}p{color:var(--foreground);line-height:1.7}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}*:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.container{max-width:1280px;margin:0 auto;padding:0 1rem}.section{padding:4rem 1rem}@media(min-width:768px){.section{padding:6rem 1rem}}.text-center{text-align:center}.text-balance{text-wrap:balance}.text-muted{color:var(--muted-foreground)}.hidden{display:none}@media(min-width:1024px){.lg-block{display:block}}
