/* Tailwind CSS compiled for production */

/* Tailwind CSS Reset */
*, ::before, ::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

body {
  margin: 0;
  line-height: inherit;
}

/* Tailwind CSS Base Styles */
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  text-decoration: inherit;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button, select {
  text-transform: none;
}

button, [type='button'], [type='reset'], [type='submit'] {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}

/* Custom utility classes matching Tailwind */
.container { max-width: 1200px; margin: 0 auto; }
.mx-auto { margin-left: auto; margin-right: auto; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.py-8 { padding-top: 2rem; padding-bottom: 2rem; }
.mb-12 { margin-bottom: 3rem; }
.text-center { text-align: center; }
.text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
.font-bold { font-weight: 700; }
.text-gray-800 { color: #1f2937; }
.mb-4 { margin-bottom: 1rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-gray-600 { color: #4b5563; }
.flex { display: flex; }
.justify-center { justify-content: center; }
.mb-8 { margin-bottom: 2rem; }
.overflow-x-auto { overflow-x: auto; }
.items-center { align-items: center; }
.space-x-2 > :not([hidden]) ~ :not([hidden]) { margin-left: 0.5rem; }
.space-x-4 > :not([hidden]) ~ :not([hidden]) { margin-left: 1rem; }
.min-w-max { min-width: max-content; }
.w-8 { width: 2rem; }
.h-8 { height: 2rem; }
.bg-blue-600 { background-color: #2563eb; }
.text-white { color: #ffffff; }
.rounded-full { border-radius: 9999px; }
.font-bold { font-weight: 700; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.ml-2 { margin-left: 0.5rem; }
.text-xs { font-size: 0.75rem; line-height: 1rem; }
.font-medium { font-weight: 500; }
.w-16 { width: 4rem; }
.h-1 { height: 0.25rem; }
.bg-gray-300 { background-color: #d1d5db; }
.max-w-4xl { max-width: 56rem; }
.bg-white { background-color: #ffffff; }
.rounded-lg { border-radius: 0.5rem; }
.shadow-lg { box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); }
.p-8 { padding: 2rem; }
.text-2xl { font-size: 1.5rem; line-height: 2rem; }
.mb-6 { margin-bottom: 1.5rem; }
.space-y-6 > :not([hidden]) ~ :not([hidden]) { margin-top: 1.5rem; }
.grid { display: grid; }
.gap-6 { gap: 1.5rem; }
.block { display: block; }
.text-gray-700 { color: #374151; }
.mb-2 { margin-bottom: 0.5rem; }
.text-red-500 { color: #ef4444; }
.w-full { width: 100%; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.border { border-width: 1px; }
.border-gray-300 { border-color: #d1d5db; }
.focus\:ring-2:focus { box-shadow: 0 0 0 2px #2563eb; }
.focus\:border-transparent:focus { border-color: transparent; }
.placeholder-gray-400::placeholder { color: #9ca3af; }
.rows-4 { rows: 4; }
.space-x-4 > :not([hidden]) ~ :not([hidden]) { margin-left: 1rem; }
.pt-6 { padding-top: 1.5rem; }
.bg-purple-600 { background-color: #9333ea; }
.hover\:bg-purple-700:hover { background-color: #7c3aed; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.transition { transition-duration: 150ms; }
.duration-300 { transition-duration: 300ms; }
.transform { transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); }
.hover\:scale-105:hover { transform: scale(1.05); }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
.hover\:bg-blue-700:hover { background-color: #1d4ed8; }
.hidden { display: none; }
.mt-8 { margin-top: 2rem; }
.flex-wrap { flex-wrap: wrap; }
.gap-2 { gap: 0.5rem; }
.bg-green-600 { background-color: #16a34a; }
.hover\:bg-green-700:hover { background-color: #15803d; }
.bg-gray-600 { background-color: #4b5563; }
.hover\:bg-gray-700:hover { background-color: #374151; }

/* Loading animation */
.animate-spin {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Gradient backgrounds */
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.from-blue-50 {
  --tw-gradient-from: #eff6ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(239 246 255 / 0));
}
.to-indigo-100 {
  --tw-gradient-to: #e0e7ff;
}
.min-h-screen {
  min-height: 100vh;
}

/* Additional utility classes for multimodal features */
.text-purple-600 { color: #9333ea; }
.text-blue-600 { color: #2563eb; }
.text-indigo-600 { color: #4f46e5; }
.text-orange-600 { color: #ea580c; }
.text-green-600 { color: #16a34a; }

.border-purple-200 { border-color: #e9d5ff; }
.border-blue-200 { border-color: #dbeafe; }
.border-indigo-200 { border-color: #c7d2fe; }
.border-orange-200 { border-color: #fed7aa; }
.border-green-200 { border-color: #bbf7d0; }

.hover\:border-purple-500:hover { border-color: #a855f7; }
.hover\:border-blue-500:hover { border-color: #3b82f6; }
.hover\:border-indigo-500:hover { border-color: #6366f1; }
.hover\:border-orange-500:hover { border-color: #f97316; }
.hover\:border-green-500:hover { border-color: #22c55e; }

.hover\:bg-purple-50:hover { background-color: #faf5ff; }
.hover\:bg-blue-50:hover { background-color: #eff6ff; }
.hover\:bg-indigo-50:hover { background-color: #eef2ff; }
.hover\:bg-orange-50:hover { background-color: #fff7ed; }
.hover\:bg-green-50:hover { background-color: #f0fdf4; }

.bg-gray-50 { background-color: #f9fafb; }
.border-2 { border-width: 2px; }
.transition-colors { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; }

/* Grid responsive classes */
@media (min-width: 768px) {
  .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .md\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .md\:space-x-4 > :not([hidden]) ~ :not([hidden]) { margin-left: 1rem; }
  .md\:w-16 { width: 4rem; }
}

/* Form styling */
.file\:mr-4::file-selector-button { margin-right: 1rem; }
.file\:py-2::file-selector-button { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.file\:px-4::file-selector-button { padding-left: 1rem; padding-right: 1rem; }
.file\:rounded-lg::file-selector-button { border-radius: 0.5rem; }
.file\:border-0::file-selector-button { border-width: 0px; }
.file\:text-sm::file-selector-button { font-size: 0.875rem; line-height: 1.25rem; }
.file\:font-semibold::file-selector-button { font-weight: 600; }
.file\:bg-purple-50::file-selector-button { background-color: #faf5ff; }
.file\:text-purple-700::file-selector-button { color: #7c3aed; }
.hover\:file\:bg-purple-100:hover::file-selector-button { background-color: #f3e8ff; }

/* Text colors */
.text-gray-500 { color: #6b7280; }
.text-gray-900 { color: #111827; }

/* Margin and padding utilities */
.mt-4 { margin-top: 1rem; }
.mt-6 { margin-top: 1.5rem; }
.mb-3 { margin-bottom: 0.75rem; }
.p-4 { padding: 1rem; }
.p-6 { padding: 1.5rem; }

/* Border utilities */
.border-t { border-top-width: 1px; }
.pt-4 { padding-top: 1rem; }
.pt-6 { padding-top: 1.5rem; }

/* Additional responsive utilities */
.cursor-pointer { cursor: pointer; }

/* Focus ring utilities */
.focus\:ring-purple-500:focus {
  --tw-ring-color: #a855f7;
}
.focus\:ring-blue-500:focus {
  --tw-ring-color: #3b82f6;
}
.focus\:ring-green-500:focus {
  --tw-ring-color: #22c55e;
}

/* Placeholder utilities */
input::placeholder, textarea::placeholder {
  color: #9ca3af;
}