/* ViSUALIZE mock - Tailwind utilities (tw- prefix, no preflight)
   Generated from used classes only */

/* Layout */
.tw-flex { display: flex; }
.tw-flex-col { flex-direction: column; }
.tw-flex-row { flex-direction: row; }
.tw-flex-wrap { flex-wrap: wrap; }
.tw-flex-1 { flex: 1 1 0%; }
.tw-inline-block { display: inline-block; }
.tw-items-center { align-items: center; }
.tw-justify-between { justify-content: space-between; }
.tw-text-center { text-align: center; }
.tw-w-full { width: 100%; }
.tw-h-full { height: 100%; }
.tw-h-64 { height: 16rem; }
.tw-max-w-xs { max-width: 20rem; }

/* Spacing */
.tw-gap-4 { gap: 1rem; }
.tw-gap-6 { gap: 1.5rem; }
.tw-gap-8 { gap: 2rem; }
.tw-p-3 { padding: 0.75rem; }
.tw-p-6 { padding: 1.5rem; }
.tw-p-8 { padding: 2rem; }
.tw-p-10 { padding: 2.5rem; }
.tw-px-8 { padding-left: 2rem; padding-right: 2rem; }
.tw-py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.tw-mb-1 { margin-bottom: 0.25rem; }
.tw-mb-2 { margin-bottom: 0.5rem; }
.tw-mb-3 { margin-bottom: 0.75rem; }
.tw-mb-4 { margin-bottom: 1rem; }
.tw-mb-6 { margin-bottom: 1.5rem; }
.tw-mb-8 { margin-bottom: 2rem; }
.tw-mt-6 { margin-top: 1.5rem; }

/* Typography */
.tw-text-xs { font-size: 0.75rem; line-height: 1rem; }
.tw-text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.tw-text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.tw-text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.tw-text-2xl { font-size: 1.5rem; line-height: 2rem; }
.tw-text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.tw-text-5xl { font-size: 3rem; line-height: 1; }
.tw-font-bold { font-weight: 700; }
.tw-font-semibold { font-weight: 600; }
.tw-leading-relaxed { line-height: 1.625; }
.tw-space-y-1 > * + * { margin-top: 0.25rem; }

/* Colors - Text */
.tw-text-white { color: #fff; }
.tw-text-gray-500 { color: #6b7280; }
.tw-text-gray-600 { color: #4b5563; }
.tw-text-gray-700 { color: #374151; }
.tw-text-gray-800 { color: #1f2937; }
.tw-text-red-600 { color: #dc2626; }
.tw-text-blue-600 { color: #2563eb; }
.tw-text-green-600 { color: #16a34a; }

/* Colors - Background */
.tw-bg-white { background-color: #fff; }
.tw-bg-red-50 { background-color: #fef2f2; }
.tw-bg-blue-50 { background-color: #eff6ff; }
.tw-bg-blue-600 { background-color: #2563eb; }
.tw-bg-purple-600 { background-color: #9333ea; }
.tw-bg-green-50 { background-color: #f0fdf4; }

/* Border */
.tw-border { border-width: 1px; border-style: solid; }
.tw-border-red-200 { border-color: #fecaca; }
.tw-border-blue-200 { border-color: #bfdbfe; }
.tw-border-green-200 { border-color: #bbf7d0; }
.tw-rounded-lg { border-radius: 0.5rem; }

/* Shadow */
.tw-shadow { box-shadow: 0 1px 3px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.06); }
.tw-shadow-lg { box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -2px rgba(0,0,0,0.05); }
.tw-shadow-md { box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -1px rgba(0,0,0,0.06); }

/* Image */
.tw-object-cover { object-fit: cover; }

/* Transform / Transition */
.tw-transform { transform: translateZ(0); }
.tw-transition-colors { transition-property: color, background-color, border-color; transition-duration: 150ms; }
.tw-duration-300 { transition-duration: 300ms; }
.\tw--translate-y-1:hover { transform: translateY(-0.25rem); }

/* Hover states */
.hover\:tw-bg-blue-700:hover { background-color: #1d4ed8; }
.hover\:tw-bg-purple-700:hover { background-color: #7e22ce; }
.hover\:tw-shadow-lg:hover { box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -2px rgba(0,0,0,0.05); }

/* Responsive: lg (1024px+) */
@media (min-width: 1024px) {
  .lg\:tw-flex-row { flex-direction: row; }
}
