*{box-sizing:border-box;margin:0;padding:0}:root{--primary:#2d6a4f;--primary-light:#40916c;--primary-dark:#1b4332;--secondary:#f5a623;--accent:#e8735a;--bg:#f8f9fa;--bg-card:#fff;--text-primary:#1a1a2e;--text-secondary:#6c757d;--text-muted:#adb5bd;--border:#dee2e6;--border-light:#f1f3f4;--shadow-sm:0 1px 3px rgba(0,0,0,.08);--shadow-md:0 4px 16px rgba(0,0,0,.1);--shadow-lg:0 8px 32px rgba(0,0,0,.14);--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--radius-xl:28px}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background-color:var(--bg);color:var(--text-primary);line-height:1.6}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none}button,input,select,textarea{font-family:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--border-light)}::-webkit-scrollbar-thumb{background:var(--text-muted);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}