:root{--background: #f6f3ee;--foreground: #1e2a24;--border: #00000014;--input: #ffffff;--primary: #2f6b4a;--primary-foreground: #ffffff;--secondary: #e9e3d8;--secondary-foreground: #2e2a25;--muted: #f0ede9;--muted-foreground: #9a8f85;--success: #dcefe0;--success-foreground: #1e3a2b;--accent: #b8893b;--accent-foreground: #ffffff;--destructive: #c94a3a;--destructive-foreground: #ffffff;--warning: #f3e6c9;--warning-foreground: #4a3818;--card: #ffffff;--card-foreground: #1e2a24;--sidebar: #f1ece6;--sidebar-foreground: #2e2a25;--sidebar-primary: #2f6b4a;--sidebar-primary-foreground: #ffffff;--radius-sm: .25rem;--radius-md: .375rem;--radius-lg: .5rem;--radius-xl: .75rem;--radius-full: 9999px;--font-family-body: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;font-size:16px}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%;font-family:var(--font-family-body);background-color:var(--background);color:var(--foreground);line-height:1.6}body{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.3;color:var(--foreground)}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}p{color:var(--foreground);opacity:.9}a{color:var(--primary);text-decoration:none;transition:color .3s ease}a:hover{color:var(--accent)}.container{max-width:1200px;margin:0 auto;padding:0 1rem}@media(max-width:768px){:root{font-size:14px}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}}@media(max-width:480px){:root{font-size:13px}h1{font-size:1.75rem}h2{font-size:1.25rem}h3{font-size:1.125rem}}
