/* Custom utilities to complement Tailwind via CDN */
.text-gradient { background: linear-gradient(90deg, #2563EB, #06B6D4); -webkit-background-clip: text; background-clip: text; color: transparent; }
.shadow-card { box-shadow: 0 6px 30px rgba(2, 6, 23, 0.08); }
