/* Custom component styles from the original Nova Kaizen design,
   layered on top of Tailwind's utility classes. */

body {
	font-family: 'Inter', sans-serif;
	background-color: #0a0f1d;
}

.gradient-text {
	background: linear-gradient(135deg, #38bdf8 0%, #818cf8 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.glass-card {
	background: rgba(17, 24, 39, 0.7);
	backdrop-filter: blur(12px);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.glass-card:hover {
	border-color: rgba(56, 189, 248, 0.3);
	box-shadow: 0 10px 30px -10px rgba(6, 182, 212, 0.15);
}

.hero-glow {
	background: radial-gradient(circle at 50% 20%, rgba(14, 165, 233, 0.15) 0%, rgba(10, 15, 29, 0) 70%);
}

.custom-logo-link img {
	max-height: 3rem;
	width: auto;
}
