@tailwind base;@tailwind components;@tailwind utilities;*{margin:0;padding:0;box-sizing:border-box}:root{--color-primary:#1a7a4a;--color-primary-dark:#125534;--color-primary-light:#e8f5ee;--color-accent:#f5a623;--color-accent-light:#fef6e9;--color-text:#111827;--color-text-muted:#6b7280;--color-bg:#f9fafb;--color-surface:#fff;--color-border:#e5e7eb;--mobile-max-width:430px}body,html{height:100%;font-family:Inter,system-ui,-apple-system,sans-serif;background-color:#e5e7eb;color:var(--color-text)}#__next,.app-container,main{min-height:100vh;max-width:var(--mobile-max-width);margin:0 auto;background:var(--color-bg);box-shadow:0 0 20px rgba(0,0,0,.05);position:relative;overflow-x:hidden}h1,h2,h3,h4{color:var(--color-text);font-weight:600}p{line-height:1.5}.text-truncate-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}