@tailwind base;@tailwind components;@tailwind utilities;:root{color-scheme:light}body,html{margin:0;padding:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f8fafc;color:#0f172a}a{color:inherit;text-decoration:none}*{box-sizing:border-box}.container{max-width:1100px;margin:0 auto;padding:0 24px}.card{background:white;border:1px solid #e2e8f0;border-radius:16px;padding:24px}