/* Modal-specific Tailwind utility classes */
/* These are generated for the transaction details modal */

/* Flexbox utilities */
.flex { display: flex; }
.flex-wrap { flex-wrap: wrap; }
.items-center { align-items: center; }
.justify-between { justify-content: space-between; }

/* Spacing utilities */
.gap-3 { gap: 0.75rem; }
.gap-6 { gap: 1.5rem; }
.p-3 { padding: 0.75rem; }
.p-4 { padding: 1rem; }
.p-5 { padding: 1.25rem; }
.px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.pb-3 { padding-bottom: 0.75rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mt-1 { margin-top: 0.25rem; }
.mr-1 { margin-right: 0.25rem; }
.mr-2 { margin-right: 0.5rem; }
.ml-2 { margin-left: 0.5rem; }

/* Sizing utilities */
.w-5 { width: 1.25rem; }
.h-5 { height: 1.25rem; }

/* Text utilities */
.text-xs { font-size: 0.75rem; line-height: 1rem; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-2xl { font-size: 1.5rem; line-height: 2rem; }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }
.font-mono { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; }
.uppercase { text-transform: uppercase; }
.tracking-wide { letter-spacing: 0.025em; }
.inline-block { display: inline-block; }
.inline-flex { display: inline-flex; }

/* Color utilities */
.text-white { color: #fff; }
.text-gray-500 { color: rgb(107, 114, 128); }
.text-gray-700 { color: rgb(55, 65, 81); }
.text-gray-800 { color: rgb(31, 41, 55); }
.text-blue-500 { color: rgb(59, 130, 246); }
.text-blue-600 { color: rgb(37, 99, 235); }
.text-blue-800 { color: rgb(30, 64, 175); }
.text-purple-800 { color: rgb(107, 33, 168); }
.text-green-600 { color: rgb(22, 163, 74); }
.text-green-800 { color: rgb(22, 101, 52); }
.text-yellow-800 { color: rgb(133, 77, 14); }
.text-red-600 { color: rgb(220, 38, 38); }
.text-red-800 { color: rgb(153, 27, 27); }
.text-emerald-600 { color: rgb(5, 150, 105); }

/* Background colors */
.bg-white { background-color: #fff; }
.bg-blue-500 { background-color: rgb(59, 130, 246); }
.bg-blue-600 { background-color: rgb(37, 99, 235); }
.bg-blue-100 { background-color: rgb(219, 234, 254); }
.bg-purple-600 { background-color: rgb(147, 51, 234); }
.bg-purple-700 { background-color: rgb(126, 34, 206); }
.bg-purple-100 { background-color: rgb(243, 232, 255); }
.bg-green-500 { background-color: rgb(34, 197, 94); }
.bg-green-600 { background-color: rgb(22, 163, 74); }
.bg-green-700 { background-color: rgb(21, 128, 61); }
.bg-green-100 { background-color: rgb(220, 252, 231); }
.bg-yellow-600 { background-color: rgb(202, 138, 4); }
.bg-yellow-700 { background-color: rgb(161, 98, 7); }
.bg-yellow-100 { background-color: rgb(254, 249, 195); }
.bg-red-600 { background-color: rgb(220, 38, 38); }
.bg-red-700 { background-color: rgb(185, 28, 28); }
.bg-red-100 { background-color: rgb(254, 226, 226); }

/* Gradients */
.bg-gradient-to-r { background-image: linear-gradient(to right, var(--tw-gradient-stops)); }
.bg-gradient-to-br { background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)); }
.from-blue-50 { --tw-gradient-from: rgb(239, 246, 255); --tw-gradient-to: rgb(239, 246, 255); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.to-purple-50 { --tw-gradient-to: rgb(250, 245, 255); }
.from-blue-50 { --tw-gradient-from: rgb(239, 246, 255); }
.to-blue-100 { --tw-gradient-to: rgb(219, 234, 254); }
.from-purple-50 { --tw-gradient-from: rgb(250, 245, 255); }
.to-purple-100 { --tw-gradient-to: rgb(243, 232, 255); }
.from-green-50 { --tw-gradient-from: rgb(240, 253, 244); }
.to-green-100 { --tw-gradient-to: rgb(220, 252, 231); }
.from-yellow-50 { --tw-gradient-from: rgb(254, 252, 232); }
.to-yellow-100 { --tw-gradient-to: rgb(254, 249, 195); }

/* Border utilities */
.border-2 { border-width: 2px; }
.border-b-2 { border-bottom-width: 2px; }
.border-l-4 { border-left-width: 4px; }
.border-blue-300 { border-color: rgb(147, 197, 253); }
.border-purple-300 { border-color: rgb(216, 180, 254); }
.border-green-300 { border-color: rgb(134, 239, 172); }
.border-green-500 { border-color: rgb(34, 197, 94); }
.border-yellow-300 { border-color: rgb(253, 224, 71); }
.border-red-300 { border-color: rgb(252, 165, 165); }
.border-red-500 { border-color: rgb(239, 68, 68); }
.border-emerald-500 { border-color: rgb(16, 185, 129); }

/* Border radius */
.rounded-lg { border-radius: 0.5rem; }
.rounded-xl { border-radius: 0.75rem; }
.rounded-md { border-radius: 0.375rem; }
.rounded-full { border-radius: 9999px; }

/* Shadows */
.shadow-sm { box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05); }
.shadow-md { box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); }
.shadow-lg { box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); }

/* Grid utilities */
.grid { display: grid; }
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }

/* Responsive grid */
@media (min-width: 768px) {
  .md\\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* Space utilities */
.space-y-3 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.75rem; }
.space-y-4 > :not([hidden]) ~ :not([hidden]) { margin-top: 1rem; }

/* Hover utilities */
.hover\\:bg-blue-700:hover { background-color: rgb(29, 78, 216); }
.hover\\:bg-purple-700:hover { background-color: rgb(126, 34, 206); }
.hover\\:bg-green-600:hover { background-color: rgb(22, 163, 74); }
.hover\\:bg-yellow-700:hover { background-color: rgb(161, 98, 7); }
.hover\\:bg-red-700:hover { background-color: rgb(185, 28, 28); }
.hover\\:shadow-lg:hover { box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); }

/* Transition */
.transition { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
