/* Minimal Tailwind-like fallback for critical classes */
.hidden{display:none!important}
.container{max-width:1200px;margin-left:auto;margin-right:auto}
.px-4{padding-left:1rem;padding-right:1rem}
.py-2{padding-top:.5rem;padding-bottom:.5rem}
.py-3{padding-top:.75rem;padding-bottom:.75rem}
.p-3{padding:.75rem}
.p-4{padding:1rem}
.p-6{padding:1.5rem}
.p-8{padding:2rem}
.mb-4{margin-bottom:1rem}
.mb-6{margin-bottom:1.5rem}
.text-white{color:#fff!important}
.text-gray-500{color:#6b7280!important}
.text-gray-600{color:#4b5563!important}
.text-gray-700{color:#374151!important}
.text-gray-900{color:#111827!important}
.bg-white{background:#fff!important}
.bg-gray-50{background:#f9fafb!important}
.bg-gray-100{background:#f3f4f6!important}
.border{border:1px solid #e5e7eb!important}
.border-b{border-bottom:1px solid #e5e7eb!important}
.border-gray-200{border-color:#e5e7eb!important}
.rounded{border-radius:.25rem}
.rounded-md{border-radius:.375rem}
.rounded-lg{border-radius:.5rem}
.rounded-xl{border-radius:.75rem}
.shadow{box-shadow:0 1px 3px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.06)}
.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}
.shadow-md{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}
.font-bold{font-weight:700}
.font-medium{font-weight:500}
.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}
.grid{display:grid}
.gap-6{gap:1.5rem}
.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}
.from-primary-600{--tw-gradient-from:#0057FF;--tw-gradient-to:rgba(0,87,255,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}
.to-accent{--tw-gradient-to:#08C2A8}
.text-primary-600{color:#0057FF!important}
.bg-primary-50{background:#E5F0FF!important}
.text-primary-700{color:#0044CC!important}
.border-primary-200{border-color:#C7DBFF!important}
.w-6{width:1.5rem}.h-6{height:1.5rem}
.w-7{width:1.75rem}.h-7{height:1.75rem}
.w-8{width:2rem}.h-8{height:2rem}
.w-16{width:4rem}.h-16{height:4rem}
.min-h-screen{min-height:100vh}
.inline-block{display:inline-block}
.text-sm{font-size:.875rem;line-height:1.25rem}
.text-lg{font-size:1.125rem;line-height:1.75rem}
.text-xs{font-size:.75rem;line-height:1rem}
.bg-blue-100{background:#dbeafe}
.text-blue-700{color:#1d4ed8}
.bg-green-100{background:#dcfce7}
.text-green-700{color:#15803d}
.bg-yellow-100{background:#fef9c3}
.text-yellow-700{color:#a16207}
.bg-gray-200{background:#e5e7eb}
.text-gray-300{color:#d1d5db}

/* responsive fallbacks */
@media (min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))} .md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:h-96{height:24rem}}
@media (min-width:1024px){.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))} .lg\:col-span-2{grid-column:span 2/span 2} .lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}
