
/* Minimal custom styles; Tailwind handles the rest */
:root {
  --brand: #111418;
  --brand-acc: #37f3d2;
}
.gradient-brand {
  background: radial-gradient(60% 60% at 50% 40%, rgba(55,243,210,0.15), transparent 70%);
}
.mask-card:hover { transform: translateY(-2px); }
.shadow-soft { box-shadow: 0 10px 30px rgba(0,0,0,0.25); }
