/* Tailwind CSS v3.x – Precompiled Utilities */
/* Ready-to-use CSS without CDN */

*,::before,::after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}
::before,::after{--tw-content:''}
html{line-height:1.5;-webkit-text-size-adjust:100%;font-family:Roboto,ui-sans-serif,system-ui}
body{margin:0;line-height:inherit}
hr{height:0;color:inherit;border-top-width:1px}
abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}
a{color:inherit;text-decoration:inherit}
b,strong{font-weight:bolder}
small{font-size:80%}
img,svg,video{display:block;max-width:100%;height:auto}
button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}
button{cursor:pointer}
.hidden{display:none}
.block{display:block}
.flex{display:flex}
.items-center{align-items:center}
.justify-center{justify-content:center}
.text-center{text-align:center}
.w-full{width:100%}
.max-w-md{max-width:28rem}
.mx-auto{margin-left:auto;margin-right:auto}
.mt-1{margin-top:.25rem}
.mt-6{margin-top:1.5rem}
.mb-2{margin-bottom:.5rem}
.mb-4{margin-bottom:1rem}
.mb-6{margin-bottom:1.5rem}
.mb-8{margin-bottom:2rem}
.p-6{padding:1.5rem}
.px-3{padding-left:.75rem;padding-right:.75rem}
.px-4{padding-left:1rem;padding-right:1rem}
.py-2{padding-top:.5rem;padding-bottom:.5rem}
.py-8{padding-top:2rem;padding-bottom:2rem}
.rounded-md{border-radius:.375rem}
.rounded-lg{border-radius:.5rem}
.shadow-md{box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}
.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}
.bg-white{background-color:#fff}
.bg-gray-100{background-color:#f3f4f6}
.bg-blue-500{background-color:#3b82f6}
.bg-blue-600{background-color:#2563eb}
.text-white{color:#fff}
.text-gray-500{color:#6b7280}
.text-gray-600{color:#4b5563}
.text-gray-700{color:#374151}
.text-gray-800{color:#1f2937}
.text-red-600{color:#dc2626}
.text-xs{font-size:.75rem}
.text-sm{font-size:.875rem}
.text-xl{font-size:1.25rem}
.text-2xl{font-size:1.5rem}
.text-3xl{font-size:1.875rem}
.font-medium{font-weight:500}
.font-semibold{font-weight:600}
.font-bold{font-weight:700}
.border{border-width:1px}
.border-gray-300{border-color:#d1d5db}
.transition{transition-property:all}
.duration-300{transition-duration:.3s}
.hover\:bg-blue-600:hover{background-color:#2563eb}
.opacity-90{opacity:.9}
.space-x-4>:not([hidden])~:not([hidden]){margin-left:1rem}
.h-16{height:4rem}
