@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--primary:#1a5632;--primary-light:#2a7a48;--primary-dark:#0f3a20;--primary-50:#e8f5e9;--primary-100:#c8e6c9;--accent:#f0a500;--accent-light:#ffc142;--accent-dark:#c88600;--bg:#f8faf9;--bg-alt:#fff;--card-bg:#fff;--text:#1a1a2e;--text-secondary:#4a5568;--text-dim:#718096;--border:#e2e8f0;--border-light:#edf2f7;--success:#48bb78;--error:#e53e3e;--star:#f39c12;--shadow-sm:0 1px 3px #0000000f, 0 1px 2px #0000000a;--shadow-md:0 4px 14px #00000014;--shadow-lg:0 10px 30px #0000001a;--shadow-xl:0 20px 50px #0000001f;--radius:12px;--radius-lg:16px;--radius-xl:24px;--transition:.3s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}button{font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 24px}@media (width<=768px){.container{padding:0 16px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:.6s ease-out both fadeInUp}.fade-in-delay-1{animation-delay:.1s}.fade-in-delay-2{animation-delay:.2s}.fade-in-delay-3{animation-delay:.3s}.fade-in-delay-4{animation-delay:.4s}@keyframes spin{to{transform:rotate(360deg)}}
