/* Contrast corrections for dark cobalt and navy surfaces. */
.variant-02 :is(
  .bg-\[\#14245E\],
  .bg-\[\#2847B8\],
  .from-\[\#14245E\],
  .from-\[\#2847B8\]
) .text-\[\#5F7110\] {
  color: #C9DF5A !important;
}

.variant-02 :is(
  .bg-\[\#14245E\],
  .bg-\[\#2847B8\],
  .from-\[\#14245E\],
  .from-\[\#2847B8\]
) .border-\[\#5F7110\] {
  border-color: #C9DF5A !important;
}

/* Make muted dark-surface copy comfortably readable. */
.variant-02 .bg-\[\#2847B8\] .text-white\/80,
.variant-02 .from-\[\#2847B8\] .text-white\/80 {
  color: rgba(255, 255, 255, .9) !important;
}
