/* Guest/auth layout — Tailwind-equivalent utilities (Vite is not built on this host) */
*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}
html{line-height:1.5;-webkit-text-size-adjust:100%;font-family:Figtree,ui-sans-serif,system-ui,sans-serif}
body{margin:0;line-height:inherit;color:#111827}
button,input{font-family:inherit;font-size:100%;margin:0}
img{display:block;max-width:100%;height:auto}
.font-sans{font-family:Figtree,ui-sans-serif,system-ui,sans-serif}
.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.text-gray-900{color:#111827}
.text-gray-800{color:#1f2937}
.text-gray-700{color:#374151}
.text-gray-600{color:#4b5563}
.text-gray-500{color:#6b7280}
.text-white{color:#fff}
.text-red-600{color:#dc2626}
.text-green-600{color:#16a34a}
.text-indigo-600{color:#4f46e5}
.bg-gray-100{background-color:#f3f4f6}
.bg-white{background-color:#fff}
.bg-gray-800{background-color:#1f2937}
.min-h-screen{min-height:100vh}
.w-full{width:100%}
.w-20{width:5rem}
.h-20{height:5rem}
.w-\[150px\]{width:150px}
.h-\[150px\]{height:150px}
.block{display:block}
.flex{display:flex}
.inline-flex{display:inline-flex}
.flex-col{flex-direction:column}
.items-center{align-items:center}
.justify-end{justify-content:flex-end}
.pt-6{padding-top:1.5rem}
.px-6{padding-left:1.5rem;padding-right:1.5rem}
.py-4{padding-top:1rem;padding-bottom:1rem}
.px-4{padding-left:1rem;padding-right:1rem}
.py-2{padding-top:.5rem;padding-bottom:.5rem}
.mt-1{margin-top:.25rem}
.mt-2{margin-top:.5rem}
.mt-4{margin-top:1rem}
.mt-6{margin-top:1.5rem}
.mb-4{margin-bottom:1rem}
.ms-2{margin-inline-start:.5rem}
.ms-3{margin-inline-start:.75rem}
.rounded{border-radius:.25rem}
.rounded-md{border-radius:.375rem}
.border{border-width:1px}
.border-gray-300{border-color:#d1d5db}
.border-transparent{border-color:transparent}
.shadow-sm{box-shadow:0 1px 2px 0 rgb(0 0 0 / .05)}
.shadow-md{box-shadow:0 4px 6px -1px rgb(0 0 0 / .1),0 2px 4px -2px rgb(0 0 0 / .1)}
.overflow-hidden{overflow:hidden}
.font-medium{font-weight:500}
.font-semibold{font-weight:600}
.text-sm{font-size:.875rem;line-height:1.25rem}
.text-xs{font-size:.75rem;line-height:1rem}
.uppercase{text-transform:uppercase}
.tracking-widest{letter-spacing:.1em}
.underline{text-decoration:underline}
.fill-current{fill:currentColor}
.transition{transition-property:color,background-color,border-color,box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:150ms}
.duration-150{transition-duration:150ms}
.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}
.space-y-1> :not([hidden])~:not([hidden]){margin-top:.25rem}
input[type="text"],input[type="email"],input[type="password"]{
  display:block;width:100%;margin-top:.25rem;border:1px solid #d1d5db;border-radius:.375rem;
  padding:.5rem .75rem;box-shadow:0 1px 2px 0 rgb(0 0 0 / .05)
}
input[type="text"]:focus,input[type="email"]:focus,input[type="password"]:focus{
  outline:2px solid transparent;border-color:#6366f1;box-shadow:0 0 0 3px rgb(99 102 241 / .25)
}
input[type="checkbox"]{border-radius:.25rem;border-color:#d1d5db}
.hover\:bg-gray-700:hover{background-color:#374151}
.hover\:text-gray-900:hover{color:#111827}
.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}
.focus\:ring-2:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px #6366f1}
.focus\:border-indigo-500:focus{border-color:#6366f1}
.focus\:ring-indigo-500:focus{--tw-ring-color:#6366f1}
.focus\:ring-offset-2:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px #6366f1}
button,input[type="submit"]{cursor:pointer}
@media (min-width:640px){
  .sm\:pt-0{padding-top:0}
  .sm\:max-w-md{max-width:28rem}
  .sm\:rounded-lg{border-radius:.5rem}
  .sm\:justify-center{justify-content:center}
}
