@tailwind base;@tailwind components;@tailwind utilities;body,html{height:100%}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;background:#f9f9f9;color:#111}a{color:inherit;text-decoration:none}.container{max-width:1100px;margin:0 auto;padding:0 20px}.header-hero{background:linear-gradient(135deg,#2a2a72,#009ffd);color:#fff;padding:80px 0;text-align:center}.card{background:#fff;padding:24px;border-radius:12px;box-shadow:0 6px 24px rgba(0,0,0,.06)}