.bg-blue-50 { background-color: #eff6ff; }
.border-blue-100 { border-color: #dbeafe; }
.text-blue-700 { color: #1d4ed8; }
.text-emerald-700 { color: #047857; }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.bg-white\/70 { background-color: rgba(255, 255, 255, 0.7); }
.tracking-\[0\.4em\] { letter-spacing: 0.4em; }
.hover\:bg-blue-100:hover { background-color: #dbeafe; }
.list-decimal { list-style-type: decimal; }
@media (min-width: 40rem) {
    .sm\:flex-row { flex-direction: row; }
    .sm\:flex-wrap { flex-wrap: wrap; }
    .sm\:inline { display: inline; }
    .sm\:gap-6 { gap: 1.5rem; }
    .sm\:p-5 { padding: 1.25rem; }
}
