/*! tailwindcss v3.4.0 | MIT License | https://tailwindcss.com */

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

::before,
::after {
  --tw-content: '';
}

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";
  font-feature-settings: normal;
  font-variation-settings: normal;
}

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

/* Utility classes */
.hidden { display: none; }
.block { display: block; }
.inline { display: inline; }
.flex { display: flex; }
.inline-flex { display: inline-flex; }
.grid { display: grid; }

.min-h-screen { min-height: 100vh; }
.h-16 { height: 4rem; }

.w-full { width: 100%; }
.max-w-md { max-width: 28rem; }
.max-w-7xl { max-width: 80rem; }

.flex-1 { flex: 1 1 0%; }
.flex-col { flex-direction: column; }

.items-center { align-items: center; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }

.space-x-1 > :not([hidden]) ~ :not([hidden]) { margin-left: 0.25rem; }
.space-x-2 > :not([hidden]) ~ :not([hidden]) { margin-left: 0.5rem; }
.space-x-4 > :not([hidden]) ~ :not([hidden]) { margin-left: 1rem; }
.space-x-6 > :not([hidden]) ~ :not([hidden]) { margin-left: 1.5rem; }
.space-x-8 > :not([hidden]) ~ :not([hidden]) { margin-left: 2rem; }

.space-y-1 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.25rem; }
.space-y-4 > :not([hidden]) ~ :not([hidden]) { margin-top: 1rem; }

.mx-4 { margin-left: 1rem; margin-right: 1rem; }
.mx-auto { margin-left: auto; margin-right: auto; }

.mb-2 { margin-bottom: 0.5rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mt-1 { margin-top: 0.25rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-6 { margin-top: 1.5rem; }
.mr-1 { margin-right: 0.25rem; }
.mr-2 { margin-right: 0.5rem; }
.mr-3 { margin-right: 0.75rem; }

.p-1 { padding: 0.25rem; }
.p-3 { padding: 0.75rem; }
.p-6 { padding: 1.5rem; }
.p-8 { padding: 2rem; }

.px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }

.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; }

.pt-6 { padding-top: 1.5rem; }

/* Text styles */
.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-5xl { font-size: 3rem; line-height: 1; }

.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }

.text-center { text-align: center; }

/* Colors */
.text-white { color: rgb(255 255 255); }
.text-gray-500 { color: rgb(107 114 128); }
.text-gray-600 { color: rgb(75 85 99); }
.text-gray-700 { color: rgb(55 65 81); }
.text-gray-900 { color: rgb(17 24 39); }
.text-blue-600 { color: rgb(37 99 235); }
.text-blue-700 { color: rgb(29 78 216); }
.text-green-500 { color: rgb(34 197 94); }
.text-green-600 { color: rgb(22 163 74); }
.text-green-700 { color: rgb(21 128 61); }
.text-yellow-400 { color: rgb(250 204 21); }

.bg-white { background-color: rgb(255 255 255); }
.bg-gray-50 { background-color: rgb(249 250 251); }
.bg-gray-100 { background-color: rgb(243 244 246); }
.bg-blue-600 { background-color: rgb(37 99 235); }
.bg-blue-700 { background-color: rgb(29 78 216); }
.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-gradient-to-br { background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)); }
.from-blue-600 { --tw-gradient-from: #2563eb; --tw-gradient-to: rgb(37 99 235 / 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.to-purple-700 { --tw-gradient-to: #7c3aed; }

/* Borders */
.border { border-width: 1px; }
.border-t { border-top-width: 1px; }
.border-b { border-bottom-width: 1px; }
.border-2 { border-width: 2px; }

.border-gray-200 { border-color: rgb(229 231 235); }
.border-gray-300 { border-color: rgb(209 213 219); }
.border-blue-200 { border-color: rgb(191 219 254); }
.border-blue-300 { border-color: rgb(147 197 253); }
.border-green-200 { border-color: rgb(187 247 208); }
.border-yellow-200 { border-color: rgb(254 240 138); }
.border-amber-100 { border-color: rgb(254 243 199); }

.rounded { border-radius: 0.25rem; }
.rounded-md { border-radius: 0.375rem; }
.rounded-lg { border-radius: 0.5rem; }
.rounded-2xl { border-radius: 1rem; }

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

/* Form elements */
input[type="text"], 
input[type="password"], 
input[type="email"] {
  appearance: none;
  background-color: #fff;
  border-color: #d1d5db;
  border-width: 1px;
  border-radius: 0.375rem;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  width: 100%;
}

input:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgb(59 130 246 / 0.1);
}

button {
  cursor: pointer;
  border: none;
  background: none;
  font-family: inherit;
}

button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Hover states */
.hover\:bg-gray-50:hover { background-color: rgb(249 250 251); }
.hover\:bg-gray-100:hover { background-color: rgb(243 244 246); }
.hover\:bg-blue-700:hover { background-color: rgb(29 78 216); }
.hover\:bg-green-700:hover { background-color: rgb(21 128 61); }
.hover\:bg-green-100:hover { background-color: rgb(220 252 231); }
.hover\:text-gray-900:hover { color: rgb(17 24 39); }
.hover\:text-blue-800:hover { color: rgb(30 64 175); }
.hover\:border-blue-400:hover { border-color: rgb(96 165 250); }
.hover\:border-green-400:hover { border-color: rgb(74 222 128); }
.hover\:border-yellow-400:hover { border-color: rgb(251 191 36); }

/* Focus states */
.focus\:ring-2:focus { box-shadow: 0 0 0 3px var(--tw-ring-color); }
.focus\:ring-blue-500:focus { --tw-ring-color: rgb(59 130 246 / 0.5); }
.focus\:ring-green-500:focus { --tw-ring-color: rgb(34 197 94 / 0.5); }
.focus\:border-blue-500:focus { border-color: rgb(59 130 246); }
.focus\:border-green-500:focus { border-color: rgb(34 197 94); }
.focus\:ring-offset-2:focus { box-shadow: 0 0 0 2px #fff, 0 0 0 calc(3px + 2px) var(--tw-ring-color); }
.focus\:outline-none:focus { outline: none; }

/* Transitions */
.transition-colors { transition-property: color, background-color, border-color; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }

/* Grid */
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.gap-3 { gap: 0.75rem; }
.gap-6 { gap: 1.5rem; }

/* Responsive */
@media (min-width: 768px) {
  .md\:flex { display: flex; }
}

@media (min-width: 1024px) {
  .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* Animations */
@keyframes spin {
  to { transform: rotate(360deg); }
}

.fa-spin {
  animation: spin 1s linear infinite;
}

/* Custom utilities */
.disabled\:opacity-50:disabled { opacity: 0.5; }
.disabled\:cursor-not-allowed:disabled { cursor: not-allowed; }

/* Group hover effects */
.group:hover .group-hover\:text-gray-600 { color: rgb(75 85 99); }
.group:hover .group-hover\:bg-blue-50 { background-color: rgb(239 246 255); }
.group:hover .group-hover\:bg-green-50 { background-color: rgb(240 253 244); }
.group:hover .group-hover\:bg-yellow-50 { background-color: rgb(254 252 232); }

/* Table styles */
.min-w-full { min-width: 100%; }
.divide-y { border-top-width: 0px; }
.divide-y > :not([hidden]) ~ :not([hidden]) { border-top-width: 1px; border-color: rgb(229 231 235); }
.divide-gray-200 > :not([hidden]) ~ :not([hidden]) { border-color: rgb(229 231 235); }

.uppercase { text-transform: uppercase; }
.tracking-wider { letter-spacing: 0.05em; }

/* Positioning */
.relative { position: relative; }
.absolute { position: absolute; }
.right-0 { right: 0px; }
.z-10 { z-index: 10; }

/* More utilities */
.ring-1 { box-shadow: 0 0 0 1px var(--tw-ring-color); }
.ring-black { --tw-ring-color: rgb(0 0 0); }
.ring-opacity-5 { --tw-ring-opacity: 0.05; --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity)); }

.overflow-x-auto { overflow-x: auto; }

/* Alpine.js transitions */
[x-cloak] { display: none !important; }

/* Custom enhancements for LeadsGorilla */

/* Custom color palette */
.bg-primary { background-color: #4A6FDC; }
.text-primary { color: #4A6FDC; }
.border-primary { border-color: #4A6FDC; }
.bg-success { background-color: #10B981; }
.text-success { color: #10B981; }
.border-success { border-color: #10B981; }
.bg-warning { background-color: #F59E0B; }
.text-warning { color: #F59E0B; }
.border-warning { border-color: #F59E0B; }
.bg-info { background-color: #06B6D4; }
.text-info { color: #06B6D4; }
.border-info { border-color: #06B6D4; }

/* Enhanced hover effects */
.hover-lift {
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.hover-lift:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Enhanced button styles */
.btn-modern {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.btn-modern:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.btn-modern:hover:before {
  left: 100%;
}

/* Card enhancements */
.card-modern {
  transition: all 0.3s ease;
  border: 1px solid #e5e7eb;
}

.card-modern:hover {
  border-color: #d1d5db;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* Status indicators */
.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}

.status-dot.completed { background-color: #10B981; }
.status-dot.failed { background-color: #EF4444; }
.status-dot.running { background-color: #3B82F6; }
.status-dot.pending { background-color: #6B7280; }

/* Additional badge colors */
.bg-blue-100 { background-color: rgb(219 234 254); }
.text-blue-800 { color: rgb(30 64 175); }
.bg-red-100 { background-color: rgb(254 226 226); }
.text-red-800 { color: rgb(153 27 27); }
.bg-cyan-100 { background-color: rgb(207 250 254); }
.text-cyan-800 { color: rgb(21 94 117); }
.bg-gray-800 { background-color: rgb(31 41 55); }
.text-gray-800 { color: rgb(31 41 55); }

/* Enhanced spacing */
.py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; }
.py-1\.5 { padding-top: 0.375rem; padding-bottom: 0.375rem; }
.px-2\.5 { padding-left: 0.625rem; padding-right: 0.625rem; }
.py-0\.5 { padding-top: 0.125rem; padding-bottom: 0.125rem; }

/* Rounded corners */
.rounded-full { border-radius: 9999px; }

/* Additional text colors */
.text-yellow-600 { color: rgb(217 119 6); }
.text-yellow-700 { color: rgb(180 83 9); }
.text-green-800 { color: rgb(22 101 52); }
.text-blue-400 { color: rgb(96 165 250); }
.text-green-400 { color: rgb(74 222 128); }
.text-green-500 { color: rgb(34 197 94); }
.text-blue-500 { color: rgb(59 130 246); }
.text-purple-400 { color: rgb(196 181 253); }
.text-red-600 { color: rgb(220 38 38); }
.text-amber-500 { color: rgb(245 158 11); }
.text-amber-600 { color: rgb(217 119 6); }

/* Additional background colors */
.bg-yellow-200 { background-color: rgb(254 240 138); }
.bg-yellow-400 { background-color: rgb(250 204 21); }
.bg-blue-50 { background-color: rgb(239 246 255); }
.bg-green-50 { background-color: rgb(240 253 244); }
.bg-yellow-50 { background-color: rgb(254 252 232); }
.bg-gray-400 { background-color: rgb(156 163 175); }
.bg-green-500 { background-color: rgb(34 197 94); }
.bg-blue-500 { background-color: rgb(59 130 246); }
.bg-amber-50 { background-color: rgb(255 251 235); }

/* Hover states for colors */
.hover\:border-green-400:hover { border-color: rgb(74 222 128); }
.hover\:bg-blue-50:hover { background-color: rgb(239 246 255); }
.hover\:bg-yellow-50:hover { background-color: rgb(254 252 232); }
.hover\:bg-orange-600:hover { background-color: rgb(234 88 12); }
.hover\:bg-cyan-600:hover { background-color: rgb(8 145 178); }

/* Additional margin/padding utilities */
.ml-1 { margin-left: 0.25rem; }
.ml-2 { margin-left: 0.5rem; }
.mt-3 { margin-top: 0.75rem; }
.mt-4 { margin-top: 1rem; }
.mt-6 { margin-top: 1.5rem; }

/* Animation utilities */
@keyframes spin {
  to { transform: rotate(360deg); }
}

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

/* Additional sizing */
.h-2 { height: 0.5rem; }
.h-4 { height: 1rem; }
.w-2 { width: 0.5rem; }
.w-4 { width: 1rem; }

/* Additional text sizes */
.text-base { font-size: 1rem; line-height: 1.5rem; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }

/* Additional responsive grid */
@media (min-width: 1024px) {
  .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

/* Border utilities */
.border-b-2 { border-bottom-width: 2px; }

/* Duration utilities */
.duration-300 { transition-duration: 300ms; }

/* Responsive utilities */
@media (min-width: 640px) {
  .sm\:flex-row { flex-direction: row; }
  .sm\:items-center { align-items: center; }
  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) { margin-top: 0px; }
}

/* Focus states */
.focus\:ring-green-500:focus { --tw-ring-color: rgb(34 197 94 / 0.5); }

/* Table improvements */
.table-hover tbody tr:hover {
  background-color: #f8fafc;
}

/* Improved form styling */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus {
  border-color: #4A6FDC;
  box-shadow: 0 0 0 3px rgba(74, 111, 220, 0.1);
} 