/* ITGI Common Styles */
body { background: #f5f7fb; color: #1a1a1a; }
.card { background: #ffffff; border-radius: 12px; }
.header { background: #0f172a; color: #ffffff; }
* { box-sizing: border-box; }
