/* Minimal utility styles for login/register/forgot-password pages - replaces Tailwind */
.flex{display:flex}
.items-center{align-items:center}
.justify-center{justify-content:center}
.justify-between{justify-content:space-between}
.min-h-screen{min-height:100vh}
.p-4{padding:1rem}
.p-8{padding:2rem}
.pr-3{padding-right:0.75rem}
.pl-3{padding-left:0.75rem}
.pl-4{padding-left:1rem}
.pr-10{padding-right:2.5rem}
.py-3{padding-top:0.75rem;padding-bottom:0.75rem}
.mb-2{margin-bottom:0.5rem}
.mb-4{margin-bottom:1rem}
.mb-6{margin-bottom:1.5rem}
.ml-2{margin-left:0.5rem}
.mx-auto{margin-left:auto;margin-right:auto}
.w-full{width:100%}
.w-20{width:5rem}
.h-20{height:5rem}
.max-w-md{max-width:28rem}
.rounded-2xl{border-radius:1rem}
.rounded-lg{border-radius:0.5rem}
.rounded-full{border-radius:9999px}
.shadow-2xl{box-shadow:0 25px 50px -12px rgba(0,0,0,0.25)}
.space-y-6 > * + *{margin-top:1.5rem}
.block{display:block}
.relative{position:relative}
.absolute{position:absolute}
.inset-y-0{top:0;bottom:0}
.right-0{right:0}
.left-0{left:0}
.pointer-events-none{pointer-events:none}
.text-sm{font-size:0.875rem}
.text-2xl{font-size:1.5rem}
.text-white{color:#fff}
.text-gray-400{color:#9ca3af}
.text-gray-600{color:#4b5563}
.text-gray-700{color:#374151}
.text-gray-800{color:#1f2937}
.font-bold{font-weight:700}
.font-medium{font-weight:500}
.border{border-width:1px}
.border-gray-300{border-color:#d1d5db}
.focus\:ring-2:focus{box-shadow:0 0 0 2px}
.focus\:ring-purple-500:focus{--tw-ring-color:rgb(168 85 247)}
.focus\:border-transparent:focus{border-color:transparent}
.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-st),var(--tw-gradient-end))}
.from-purple-500{--tw-gradient-st:#a855f7}
.to-blue-500{--tw-gradient-end:#3b82f6}
.from-green-500{--tw-gradient-st:#22c55e}
.from-orange-500{--tw-gradient-st:#f97316}
.to-red-500{--tw-gradient-end:#ef4444}
.bg-red-100{background-color:#fee2e2}
.border-red-400{border-color:#f87171}
.text-red-700{color:#b91c1c}
.bg-green-100{background-color:#dcfce7}
.border-green-400{border-color:#4ade80}
.text-green-700{color:#15803d}
