/* Local auth-page utilities — no CDN required for register/login to render */

.hidden { display: none !important; }
.block { display: block; }
.inline-block { display: inline-block; }
.flex { display: flex; }
.inline-flex { display: inline-flex; }
.relative { position: relative; }
.absolute { position: absolute; }
.inset-0 { inset: 0; }
.fixed { position: fixed; }
.w-full { width: 100%; }
.h-full { height: 100%; }
.h-screen { min-height: 100vh; }
.w-16 { width: 4rem; }
.h-16 { height: 4rem; }
.w-2 { width: 0.5rem; }
.h-2 { height: 0.5rem; }
.max-w-md { max-width: 28rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.mb-1 { margin-bottom: 0.25rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-5 { margin-bottom: 1.25rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-7 { margin-bottom: 1.75rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-10 { margin-bottom: 2.5rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-3 { margin-top: 0.75rem; }
.mt-4 { margin-top: 1rem; }
.mt-5 { margin-top: 1.25rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-8 { margin-top: 2rem; }
.mt-10 { margin-top: 2.5rem; }
.mt-0\.5 { margin-top: 0.125rem; }
.px-1 { padding-left: 0.25rem; padding-right: 0.25rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.py-12 { padding-top: 3rem; padding-bottom: 3rem; }
.pt-5 { padding-top: 1.25rem; }
.pt-6 { padding-top: 1.5rem; }
.p-0\.5 { padding: 0.125rem; }
.gap-2 { gap: 0.5rem; }
.gap-3 { gap: 0.75rem; }
.items-start { align-items: flex-start; }
.items-center { align-items: center; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.text-center { text-align: center; }
.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-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-5xl { font-size: 3rem; line-height: 1; }
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }
.tracking-widest { letter-spacing: 0.1em; }
.tracking-\[0\.5em\] { letter-spacing: 0.5em; }
.leading-relaxed { line-height: 1.625; }
.text-white { color: #fff; }
.text-gray-300 { color: #d1d5db; }
.text-gray-400 { color: #9ca3af; }
.text-slate-300 { color: #cbd5e1; }
.text-slate-400 { color: #94a3b8; }
.text-indigo-300 { color: #a5b4fc; }
.text-indigo-400 { color: #818cf8; }
.text-purple-400 { color: #c084fc; }
.text-emerald-400 { color: #34d399; }
.text-red-300 { color: #fca5a5; }
.text-red-400 { color: #f87171; }
.text-green-400 { color: #4ade80; }
.bg-black { background-color: #000; }
.bg-purple-400 { background-color: #c084fc; }
.rounded { border-radius: 0.25rem; }
.rounded-full { border-radius: 9999px; }
.rounded-xl { border-radius: 0.75rem; }
.rounded-2xl { border-radius: 1rem; }
.object-cover { object-fit: cover; }
.cursor-pointer { cursor: pointer; }
.no-underline { text-decoration: none; }
.shadow-lg { box-shadow: 0 10px 15px -3px rgba(0,0,0,.3); }
.border-t { border-top-width: 1px; border-top-style: solid; }
.border-white\/5 { border-color: rgba(255,255,255,0.05); }
.right-4 { right: 1rem; }
.right-16 { right: 4rem; }
.top-1\/2 { top: 50%; }
.-translate-y-1\/2 { transform: translateY(-50%); }
.z-\[99999\] { z-index: 99999; }
.bg-gradient-to-br { background-image: linear-gradient(to bottom right, var(--tw-gradient-from, #6366f1), var(--tw-gradient-to, #9333ea)); }
.from-indigo-500 { --tw-gradient-from: #6366f1; }
.to-purple-600 { --tw-gradient-to: #9333ea; }
.bg-gradient-to-b { background-image: linear-gradient(to bottom, var(--tw-gradient-from, #0f172a), var(--tw-gradient-to, #581c87)); }
.from-slate-900 { --tw-gradient-from: #0f172a; }
.via-purple-900 { --tw-gradient-via: #581c87; }
.to-slate-900 { --tw-gradient-to: #0f172a; }
.from-red-900\/40 { background: linear-gradient(to bottom, rgba(127,29,29,.4), rgba(69,10,10,.6)); }
.to-red-950\/60 { }
.bg-red-500\/20 { background-color: rgba(239,68,68,.2); }
.bg-red-900\/40 { background-color: rgba(127,29,29,.4); }
.border-red-500\/50 { border: 1px solid rgba(239,68,68,.5); }
.border-red-500\/30 { border: 1px solid rgba(239,68,68,.3); }
.backdrop-blur-sm { backdrop-filter: blur(4px); }
.transition { transition: color .15s, background-color .15s; }
.hover\:text-indigo-300:hover { color: #a5b4fc; }
.hover\:text-indigo-400:hover { color: #818cf8; }
.hover\:text-slate-300:hover { color: #cbd5e1; }
.hover\:text-white:hover { color: #fff; }
.animate-spin { animation: authSpin 1s linear infinite; }
.animate-pulse { animation: authPulse 2s ease-in-out infinite; }
@keyframes authSpin { to { transform: rotate(360deg); } }
@keyframes authPulse { 0%, 100% { opacity: 1; } 50% { opacity: .5; } }

/* Guarantee auth form is visible even if external CSS/JS fails */
.auth-card,
.login-card {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}
