:root{--background:#fefffe;--foreground:#1a2e1a;--primary:#2d5016;--primary-foreground:#fefffe;--primary-glow:#4a7c59;--primary-light:#7fb069;--secondary:#f7faf7;--secondary-foreground:#1a2e1a;--accent:#eef5ee;--accent-foreground:#1a2e1a;--muted:#f2f7f2;--muted-foreground:#4a5d4a;--card:#ffffff;--card-foreground:#1a2e1a;--border:#d4e6d4;--input:#d4e6d4;--ring:#2d5016;--destructive:#dc2626;--destructive-foreground:#fefffe;--radius:0.75rem;--card-shadow:0 4px 20px -4px rgba(45,80,22,0.1);--card-shadow-hover:0 8px 30px -4px rgba(45,80,22,0.15);--warm-glow:0 0 40px rgba(74,124,89,0.2);--hero-gradient:linear-gradient(135deg,rgba(45,80,22,0.1),rgba(74,124,89,0.05));--transition-smooth:all 0.3s cubic-bezier(0.4,0,0.2,1);--transition-spring:all 0.4s cubic-bezier(0.175,0.885,0.32,1.275)}.dark{--background:#0f1b0f;--foreground:#fefffe;--primary:#7fb069;--primary-foreground:#0f1b0f;--secondary:#1a2e1a;--secondary-foreground:#fefffe;--accent:#243324;--accent-foreground:#fefffe;--muted:#1f2e1f;--muted-foreground:#9db39d;--card:#162b16;--card-foreground:#fefffe;--border:#243324;--input:#243324;--ring:#7fb069}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,sans-serif;background:var(--background);color:var(--foreground);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,Georgia,serif;font-weight:700;line-height:1.2}.hero-gradient{background:var(--hero-gradient)}.card-shadow{box-shadow:var(--card-shadow)}.card-shadow-hover{box-shadow:var(--card-shadow-hover)}.warm-glow{box-shadow:var(--warm-glow)}.transition-smooth{transition:var(--transition-smooth)}.transition-spring{transition:var(--transition-spring)}@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Playfair+Display:wght@400;600;700&display=swap");