/* Tailwind utility subset - auto-generated for ReNH project */
*,::before,::after{box-sizing:border-box}
.min-h-screen{min-height:100vh}
.bg-gray-50{background-color:#f9fafb}.bg-gray-200{background-color:#e5e7eb}.bg-gray-800{background-color:#1f2937}
.bg-white{background-color:#fff}
.bg-green-50{background-color:#f0fdf4}.bg-green-500{background-color:#22c55e}.bg-green-600{background-color:#16a34a}
.bg-blue-50{background-color:#eff6ff}.bg-blue-500{background-color:#3b82f6}.bg-blue-600{background-color:#2563eb}
.bg-red-50{background-color:#fef2f2}.bg-red-400{background-color:#f87171}
.bg-yellow-50{background-color:#fefce8}.bg-yellow-500{background-color:#eab308}
.bg-orange-50{background-color:#fff7ed}
.bg-purple-50{background-color:#faf5ff}.bg-purple-600{background-color:#9333ea}
.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-green-600{color:#16a34a}.text-green-700{color:#15803d}
.text-blue-300{color:#93c5fd}.text-blue-600{color:#2563eb}.text-blue-700{color:#1d4ed8}.text-blue-800{color:#1e40af}
.text-red-600{color:#dc2626}.text-red-700{color:#b91c1c}
.text-yellow-600{color:#ca8a04}.text-yellow-700{color:#a16207}
.text-orange-600{color:#ea580c}.text-orange-700{color:#c2410c}
.text-purple-600{color:#9333ea}.text-purple-700{color:#7e22ce}
.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.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-4xl{font-size:2.25rem;line-height:2.5rem}
.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}
.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-black{font-weight:900}
.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-10{padding:2.5rem}
.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}
.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}
.py-0{padding-top:0;padding-bottom:0}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}
.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}
.pt-4{padding-top:1rem}
.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-10{margin-bottom:2.5rem}
.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}
.mx-auto{margin-left:auto;margin-right:auto}
.w-full{width:100%}.w-28{width:7rem}.h-3{height:.75rem}
.max-w-5xl{max-width:64rem}
.flex{display:flex}.flex-wrap{flex-wrap:wrap}
.grid{display:grid}
.block{display:block}.inline{display:inline}.hidden{display:none}
.items-center{align-items:center}.items-start{align-items:flex-start}
.justify-between{justify-content:space-between}
.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}
.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))}
.space-y-1>*+*{margin-top:.25rem}.space-y-2>*+*{margin-top:.5rem}.space-y-3>*+*{margin-top:.75rem}.space-y-4>*+*{margin-top:1rem}
.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}
.border-2{border-width:2px}.border-t{border-top-width:1px}.border-b{border-bottom-width:1px}.border-t-8{border-top-width:8px}
.border-green-200{border-color:#bbf7d0}.border-green-400{border-color:#4ade80}
.border-blue-200{border-color:#bfdbfe}.border-blue-300{border-color:#93c5fd}.border-blue-600{border-color:#2563eb}
.border-red-200{border-color:#fecaca}.border-red-400{border-color:#f87171}
.border-yellow-200{border-color:#fef08a}.border-yellow-400{border-color:#facc15}
.border-orange-200{border-color:#fed7aa}
.border-purple-200{border-color:#e9d5ff}
.border-gray-600{border-color:#4b5563}
.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}
.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}
.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}
.cursor-pointer{cursor:pointer}
