html,body{margin:0;min-height:100%}
*,*::before,*::after{box-sizing:border-box}
.min-h-screen{min-height:100vh}
.flex{display:flex}
.items-center{align-items:center}
.justify-center{justify-content:center}
.text-center{text-align:center}
.inline-block{display:inline-block}
.font-bold{font-weight:700}
.bg-gray-100{background:#f3f6fb}
.bg-blue-600{background:#2563eb}
.text-white{color:#fff}
.text-red-500{color:#ef4444}
.text-yellow-500{color:#e39a0a}
.text-gray-600{color:#56657a}
.text-6xl{font-size:3.75rem;line-height:1}
.text-xl{font-size:1.25rem;line-height:1.75rem}
.px-4{padding-left:1rem;padding-right:1rem}
.px-6{padding-left:1.5rem;padding-right:1.5rem}
.py-12{padding-top:3rem;padding-bottom:3rem}
.py-2{padding-top:.5rem;padding-bottom:.5rem}
.mt-2{margin-top:.5rem}
.mt-4{margin-top:1rem}
.rounded{border-radius:8px}
@media(max-width:560px){.py-12{padding-top:2rem;padding-bottom:2rem}.auth-card,.setup-card{padding:1.5rem!important}}
