:root {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  --tw-border-opacity: 1;
  --tw-gradient-from-position: ;
  --tw-gradient-to-position: ;
}

*, ::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%; font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
body { margin: 0; line-height: inherit; }
button, input { font-family: inherit; font-size: 100%; font-weight: inherit; line-height: inherit; color: inherit; margin: 0; padding: 0; }
button { cursor: pointer; background-color: transparent; background-image: none; }
input:focus { outline: 2px solid transparent; outline-offset: 2px; }
h2, h3, p { margin: 0; }

.flex { display: flex; }
.inline-flex { display: inline-flex; }
.hidden { display: none; }
.relative { position: relative; }
.items-center { align-items: center; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.w-full { width: 100%; }
.w-6 { width: 1.5rem; }
.w-12 { width: 3rem; }
.h-3 { height: 0.75rem; }
.h-6 { height: 1.5rem; }
.h-12 { height: 3rem; }
.h-48 { height: 12rem; }
.min-h-screen { min-height: 100vh; }
.max-w-xs { max-width: 20rem; }
.max-w-2xl { max-width: 42rem; }
.overflow-hidden { overflow: hidden; }
.overflow-y-auto { overflow-y: auto; }

.mx-auto { margin-left: auto; margin-right: auto; }
.mb-1 { margin-bottom: 0.25rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mt-1 { margin-top: 0.25rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-3 { margin-top: 0.75rem; }
.mt-6 { margin-top: 1.5rem; }
.mr-2 { margin-right: 0.5rem; }
.p-4 { padding: 1rem; }
.p-5 { padding: 1.25rem; }
.p-6 { padding: 1.5rem; }
.p-8 { padding: 2rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }

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

.font-sans { font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
.font-mono { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }
.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-center { text-align: center; }
.tracking-tight { letter-spacing: -0.025em; }
.tracking-wider { letter-spacing: 0.05em; }
.leading-relaxed { line-height: 1.625; }
.break-all { word-break: break-all; }
.underline { text-decoration-line: underline; }

.bg-white { background-color: rgb(255 255 255 / var(--tw-bg-opacity)); }
.bg-gray-50 { background-color: rgb(249 250 251 / var(--tw-bg-opacity)); }
.bg-gray-100 { background-color: rgb(243 244 246 / var(--tw-bg-opacity)); }
.bg-gray-200 { background-color: rgb(229 231 235 / var(--tw-bg-opacity)); }
.bg-gray-900 { background-color: rgb(17 24 39 / var(--tw-bg-opacity)); }
.bg-blue-50 { background-color: rgb(239 246 255 / var(--tw-bg-opacity)); }
.bg-blue-100 { background-color: rgb(219 234 254 / var(--tw-bg-opacity)); }
.bg-blue-500 { background-color: rgb(59 130 246 / var(--tw-bg-opacity)); }
.bg-blue-600 { background-color: rgb(37 99 235 / var(--tw-bg-opacity)); }
.bg-amber-50 { background-color: rgb(255 253 235 / var(--tw-bg-opacity)); }
.bg-amber-100 { background-color: rgb(254 243 199 / var(--tw-bg-opacity)); }
.bg-amber-600 { background-color: rgb(217 119 6 / var(--tw-bg-opacity)); }
.bg-red-50 { background-color: rgb(254 242 242 / var(--tw-bg-opacity)); }

.bg-gradient-to-r { background-image: linear-gradient(to right, var(--tw-gradient-stops)); }
.from-blue-500 { 
  --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position); 
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position); 
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); 
}
.to-indigo-600 { --tw-gradient-to: #4f46e5 var(--tw-gradient-to-position); }

.text-white { color: rgb(255 255 255 / var(--tw-text-opacity)); }
.text-gray-400 { color: rgb(156 163 175 / var(--tw-text-opacity)); }
.text-gray-500 { color: rgb(107 114 128 / var(--tw-text-opacity)); }
.text-gray-600 { color: rgb(75 85 99 / var(--tw-text-opacity)); }
.text-gray-700 { color: rgb(55 65 81 / var(--tw-text-opacity)); }
.text-gray-800 { color: rgb(31 41 55 / var(--tw-text-opacity)); }
.text-blue-100 { color: rgb(219 234 254 / var(--tw-text-opacity)); }
.text-blue-700 { color: rgb(29 78 216 / var(--tw-text-opacity)); }
.text-blue-900 { color: rgb(30 58 138 / var(--tw-text-opacity)); }
.text-amber-600 { color: rgb(217 119 6 / var(--tw-text-opacity)); }
.text-amber-900 { color: rgb(120 53 15 / var(--tw-text-opacity)); }
.text-red-600 { color: rgb(220 38 38 / var(--tw-text-opacity)); }
.text-green-400 { color: rgb(74 222 128 / var(--tw-text-opacity)); }

.border { border-width: 1px; }
.border-2 { border-width: 2px; }
.border-dashed { border-style: dashed; }
.border-transparent { border-color: transparent; }
.border-gray-100 { border-color: rgb(243 244 246 / var(--tw-border-opacity)); }
.border-gray-200 { border-color: rgb(229 231 235 / var(--tw-border-opacity)); }
.border-gray-300 { border-color: rgb(209 213 219 / var(--tw-border-opacity)); }
.border-blue-400 { border-color: rgb(96 165 250 / var(--tw-border-opacity)); }
.border-blue-500 { border-color: rgb(59 130 246 / var(--tw-border-opacity)); }
.border-amber-300 { border-color: rgb(252 211 77 / var(--tw-border-opacity)); }
.border-red-200 { border-color: rgb(254 202 202 / var(--tw-border-opacity)); }
.rounded-lg { border-radius: 0.5rem; }
.rounded-xl { border-radius: 0.75rem; }
.rounded-2xl { border-radius: 1rem; }
.rounded-full { border-radius: 9999px; }

.hover\:bg-gray-100:hover { background-color: #f3f4f6; }
.hover\:bg-blue-700:hover { background-color: #1d4ed8; }
.hover\:bg-amber-700:hover { background-color: #b45309; }
.hover\:border-blue-400:hover { border-color: #60a5fa; }
.hover\:text-gray-600:hover { color: #4b5563; }
.focus\:ring-2:focus { outline: 2px solid #f59e0b; }
.active\:scale-95:active { transform: scale(.95); }

.shadow-xl { box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1); }
.shadow-inner { box-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05); }
.opacity-50 { opacity: 0.5; }
.opacity-90 { opacity: 0.9; }
.cursor-pointer { cursor: pointer; }
.cursor-not-allowed { cursor: not-allowed; }
.pointer-events-none { pointer-events: none; }
.outline-none { outline: none; }

.transition-all { transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transition-colors { transition-property: color, background-color, border-color; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.duration-300 { transition-duration: 300ms; }
.ease-out { transition-timing-function: cubic-bezier(0, 0, 0.2, 1); }

.animate-fade-in { animation: fadeIn 0.4s ease-out; }
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.custom-scrollbar::-webkit-scrollbar { width: 6px; }
.custom-scrollbar::-webkit-scrollbar-track { background: #f1f5f9; border-radius: 4px; }
.custom-scrollbar::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 4px; }
.custom-scrollbar::-webkit-scrollbar-thumb:hover { background: #94a3b8; }

@media (min-width: 768px) {
    .md\:p-8 { padding: 2rem; }
    .md\:p-12 { padding: 3rem; }
    .md\:text-sm { font-size: 0.875rem; line-height: 1.25rem; }
    .md\:text-2xl { font-size: 1.5rem; line-height: 2rem; }
}