/* Minimal Tailwind CSS - Essential classes only for production */
/* This eliminates the CDN warning while keeping core functionality */

/* Base reset */
*{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}
html{line-height:1.5;-webkit-text-size-adjust:100%}
body{margin:0;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";line-height:inherit}

/* Layout */
.absolute{position:absolute}
.relative{position:relative}
.fixed{position:fixed}
.static{position:static}
.inset-0{top:0;right:0;bottom:0;left:0}
.left-0{left:0}
.left-3{left:0.75rem}
.right-0{right:0}
.top-0{top:0}
.top-3{top:0.75rem}
.z-10{z-index:10}
.z-20{z-index:20}
.z-30{z-index:30}
.z-40{z-index:40}
.z-50{z-index:50}

/* Flexbox */
.flex{display:flex}
.flex-1{flex:1 1 0%}
.flex-col{flex-direction:column}
.items-center{align-items:center}
.items-start{align-items:flex-start}
.items-end{align-items:flex-end}
.justify-between{justify-content:space-between}
.justify-center{justify-content:center}
.justify-end{justify-content:flex-end}
.space-x-1>:not([hidden])~:not([hidden]){margin-left:0.25rem}
.space-x-2>:not([hidden])~:not([hidden]){margin-left:0.5rem}
.space-x-3>:not([hidden])~:not([hidden]){margin-left:0.75rem}
.space-x-4>:not([hidden])~:not([hidden]){margin-left:1rem}
.space-x-6>:not([hidden])~:not([hidden]){margin-left:1.5rem}
.space-y-1>:not([hidden])~:not([hidden]){margin-top:0.25rem}
.space-y-2>:not([hidden])~:not([hidden]){margin-top:0.5rem}
.space-y-3>:not([hidden])~:not([hidden]){margin-top:0.75rem}
.space-y-4>:not([hidden])~:not([hidden]){margin-top:1rem}
.space-y-6>:not([hidden])~:not([hidden]){margin-top:1.5rem}

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

/* Sizing */
.w-2{width:0.5rem}
.w-4{width:1rem}
.w-6{width:1.5rem}
.w-8{width:2rem}
.w-10{width:2.5rem}
.w-12{width:3rem}
.w-16{width:4rem}
.w-24{width:6rem}
.w-32{width:8rem}
.w-48{width:12rem}
.w-64{width:16rem}
.w-full{width:100%}
.h-2{height:0.5rem}
.h-4{height:1rem}
.h-6{height:1.5rem}
.h-8{height:2rem}
.h-10{height:2.5rem}
.h-12{height:3rem}
.h-16{height:4rem}
.h-24{height:6rem}
.h-32{height:8rem}
.h-screen{height:100vh}
.max-w-xs{max-width:20rem}
.max-w-sm{max-width:24rem}
.max-w-md{max-width:28rem}
.max-w-lg{max-width:32rem}
.max-w-xl{max-width:36rem}
.min-w-0{min-width:0}
.min-h-screen{min-height:100vh}

/* Spacing */
.m-0{margin:0}
.mx-2{margin-left:0.5rem;margin-right:0.5rem}
.mx-4{margin-left:1rem;margin-right:1rem}
.mx-auto{margin-left:auto;margin-right:auto}
.my-2{margin-top:0.5rem;margin-bottom:0.5rem}
.my-4{margin-top:1rem;margin-bottom:1rem}
.mb-1{margin-bottom:0.25rem}
.mb-2{margin-bottom:0.5rem}
.mb-3{margin-bottom:0.75rem}
.mb-4{margin-bottom:1rem}
.mb-6{margin-bottom:1.5rem}
.mb-8{margin-bottom:2rem}
.ml-1{margin-left:0.25rem}
.ml-2{margin-left:0.5rem}
.ml-3{margin-left:0.75rem}
.mr-1{margin-right:0.25rem}
.mr-2{margin-right:0.5rem}
.mr-3{margin-right:0.75rem}
.mr-4{margin-right:1rem}
.mt-1{margin-top:0.25rem}
.mt-2{margin-top:0.5rem}
.mt-4{margin-top:1rem}
.mt-6{margin-top:1.5rem}
.p-1{padding:0.25rem}
.p-2{padding:0.5rem}
.p-3{padding:0.75rem}
.p-4{padding:1rem}
.p-6{padding:1.5rem}
.p-8{padding:2rem}
.px-2{padding-left:0.5rem;padding-right:0.5rem}
.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-1{padding-top:0.25rem;padding-bottom:0.25rem}
.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-16{padding-top:4rem;padding-bottom:4rem}
.pl-3{padding-left:0.75rem}
.pl-10{padding-left:2.5rem}
.pr-4{padding-right:1rem}

/* Typography */
.text-xs{font-size:0.75rem;line-height:1rem}
.text-sm{font-size:0.875rem;line-height:1.25rem}
.text-base{font-size:1rem;line-height:1.5rem}
.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}
.font-normal{font-weight:400}
.font-medium{font-weight:500}
.font-semibold{font-weight:600}
.font-bold{font-weight:700}
.uppercase{text-transform:uppercase}
.tracking-wider{letter-spacing:0.05em}
.text-center{text-align:center}
.text-left{text-align:left}
.text-right{text-align:right}

/* Colors */
.bg-white{background-color:#fff}
.bg-gray-50{background-color:#f9fafb}
.bg-gray-100{background-color:#f3f4f6}
.bg-gray-200{background-color:#e5e7eb}
.bg-gray-600{background-color:#4b5563}
.bg-gray-700{background-color:#374151}
.bg-red-50{background-color:#fef2f2}
.bg-red-100{background-color:#fee2e2}
.bg-yellow-100{background-color:#fef3c7}
.bg-yellow-500{background-color:#eab308}
.bg-green-50{background-color:#f0fdf4}
.bg-green-100{background-color:#dcfce7}
.bg-green-500{background-color:#22c55e}
.bg-blue-50{background-color:#eff6ff}
.bg-blue-100{background-color:#dbeafe}
.bg-blue-500{background-color:#3b82f6}
.bg-indigo-50{background-color:#eef2ff}
.bg-indigo-100{background-color:#e0e7ff}
.bg-indigo-500{background-color:#6366f1}
.bg-indigo-600{background-color:#4f46e5}
.bg-indigo-700{background-color:#4338ca}
.bg-purple-100{background-color:#f3e8ff}
.bg-purple-500{background-color:#a855f7}
.bg-orange-100{background-color:#fed7aa}
.text-white{color:#fff}
.text-gray-400{color:#9ca3af}
.text-gray-500{color:#6b7280}
.text-gray-600{color:#4b5563}
.text-gray-700{color:#374151}
.text-gray-800{color:#1f2937}
.text-gray-900{color:#111827}
.text-red-600{color:#dc2626}
.text-red-700{color:#b91c1c}
.text-red-800{color:#991b1b}
.text-red-900{color:#7f1d1d}
.text-yellow-600{color:#ca8a04}
.text-yellow-800{color:#92400e}
.text-green-600{color:#16a34a}
.text-green-800{color:#166534}
.text-blue-600{color:#2563eb}
.text-blue-800{color:#1e40af}
.text-indigo-600{color:#4f46e5}
.text-indigo-700{color:#4338ca}
.text-indigo-900{color:#312e81}
.text-purple-600{color:#9333ea}
.text-orange-800{color:#9a3412}

/* Borders */
.border{border-width:1px}
.border-0{border-width:0}
.border-2{border-width:2px}
.border-b{border-bottom-width:1px}
.border-r{border-right-width:1px}
.border-t{border-top-width:1px}
.border-solid{border-style:solid}
.border-gray-200{border-color:#e5e7eb}
.border-gray-300{border-color:#d1d5db}
.border-red-200{border-color:#fecaca}
.border-red-300{border-color:#fca5a5}
.border-indigo-600{border-color:#4f46e5}
.border-t-transparent{border-top-color:transparent}
.rounded{border-radius:0.25rem}
.rounded-lg{border-radius:0.5rem}
.rounded-xl{border-radius:0.75rem}
.rounded-full{border-radius:9999px}
.rounded-t-lg{border-top-left-radius:0.5rem;border-top-right-radius:0.5rem}

/* Effects */
.shadow{box-shadow:0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1)}
.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)}
.shadow-xl{box-shadow:0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1)}
.opacity-0{opacity:0}
.opacity-50{opacity:0.5}
.opacity-75{opacity:0.75}

/* Interactivity */
.cursor-pointer{cursor:pointer}
.select-none{user-select:none}
.hover\:bg-gray-50:hover{background-color:#f9fafb}
.hover\:bg-gray-200:hover{background-color:#e5e7eb}
.hover\:bg-gray-700:hover{background-color:#374151}
.hover\:bg-red-50:hover{background-color:#fef2f2}
.hover\:bg-red-200:hover{background-color:#fecaca}
.hover\:bg-indigo-50:hover{background-color:#eef2ff}
.hover\:bg-indigo-700:hover{background-color:#4338ca}
.hover\:text-gray-600:hover{color:#4b5563}
.hover\:text-gray-900:hover{color:#111827}
.hover\:text-red-900:hover{color:#7f1d1d}
.hover\:text-indigo-900:hover{color:#312e81}
.hover\:shadow-md:hover{box-shadow:0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)}
.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}
.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}
.focus\:ring-indigo-500:focus{--tw-ring-color:#6366f1}
.focus\:border-indigo-500:focus{border-color:#6366f1}
.disabled\:opacity-50:disabled{opacity:0.5}
.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}

/* Display */
.block{display:block}
.inline{display:inline}
.inline-block{display:inline-block}
.inline-flex{display:inline-flex}
.table{display:table}
.hidden{display:none}

/* Overflow */
.overflow-hidden{overflow:hidden}
.overflow-auto{overflow:auto}
.overflow-x-auto{overflow-x:auto}
.whitespace-nowrap{white-space:nowrap}
.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}

/* Tables */
.table-auto{table-layout:auto}
.divide-y{border-top-width:0}
.divide-y>:not([hidden])~:not([hidden]){border-top-width:1px}
.divide-gray-200>:not([hidden])~:not([hidden]){border-color:#e5e7eb}

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

/* Transform */
.transform{transform:translate(var(--tw-translate-x),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))}
.-translate-x-full{--tw-translate-x:-100%}
.translate-x-0{--tw-translate-x:0px}
.translate-x-full{--tw-translate-x:100%}
.rotate-180{--tw-rotate:180deg}

/* Mobile responsive */
@media (min-width:640px){
.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}
.sm\:text-sm{font-size:0.875rem;line-height:1.25rem}
}

@media (min-width:768px){
.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.md\:px-8{padding-left:2rem;padding-right:2rem}
}

@media (min-width:1024px){
.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.lg\:col-span-2{grid-column:span 2 / span 2}
.lg\:hidden{display:none}
.lg\:block{display:block}
.lg\:flex{display:flex}
.lg\:static{position:static}
.lg\:inset-0{top:0;right:0;bottom:0;left:0}
.lg\:translate-x-0{--tw-translate-x:0px}
.lg\:px-8{padding-left:2rem;padding-right:2rem}
}

/* Additional utility classes commonly used */
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}
.not-sr-only{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}