/* Tailwind Preflight (minimal) */
*,::after,::before{box-sizing:border-box;border:0 solid #e5e7eb}
html{line-height:1.5;-webkit-text-size-adjust:100%;font-family:ui-sans-serif,system-ui,sans-serif}
body{margin:0;line-height:inherit}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}
a{color:inherit;text-decoration:inherit}
img,video{max-width:100%;height:auto;display:block}
button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;padding:0}

.bg-gray-800{--tw-bg-opacity:1;background-color:rgba(31,41,55,var(--tw-bg-opacity))}
.bg-opacity-30{--tw-bg-opacity:0.3}
.col-span-full{grid-column:1/-1}
.flex{display:flex}
.font-bold{font-weight:700}
.gap-6{gap:1.5rem}
.hidden{display:none}
.hover\:text-yellow-400:hover{--tw-text-opacity:1;color:rgba(251,191,36,var(--tw-text-opacity))}
.items-center{align-items:center}
.items-start{align-items:flex-start}
.justify-between{justify-content:space-between}
.max-w-4xl{max-width:56rem}
.max-w-7xl{max-width:80rem}
.mb-10{margin-bottom:2.5rem}
.mb-3{margin-bottom:.75rem}
.mb-4{margin-bottom:1rem}
.mb-6{margin-bottom:1.5rem}
.mb-8{margin-bottom:2rem}
.mr-3{margin-right:.75rem}
.mt-1{margin-top:.25rem}
.mt-10{margin-top:2.5rem}
.mt-12{margin-top:3rem}
.mt-2{margin-top:.5rem}
.mt-6{margin-top:1.5rem}
.mt-8{margin-top:2rem}
.mx-auto{margin-left:auto;margin-right:auto}
.p-6{padding:1.5rem}
.px-6{padding-left:1.5rem;padding-right:1.5rem}
.py-4{padding-top:1rem;padding-bottom:1rem}
.rounded-lg{border-radius:.5rem}
.text-2xl{font-size:1.5rem;line-height:2rem}
.text-blue-400{--tw-text-opacity:1;color:rgba(96,165,250,var(--tw-text-opacity))}
.text-center{text-align:center}
.text-green-400{--tw-text-opacity:1;color:rgba(52,211,153,var(--tw-text-opacity))}
.text-lg{font-size:1.125rem;line-height:1.75rem}
.text-purple-400{--tw-text-opacity:1;color:rgba(167,139,250,var(--tw-text-opacity))}
.text-red-400{--tw-text-opacity:1;color:rgba(248,113,113,var(--tw-text-opacity))}
.text-sm{font-size:.875rem;line-height:1.25rem}
.text-xl{font-size:1.25rem;line-height:1.75rem}
.text-yellow-400{--tw-text-opacity:1;color:rgba(251,191,36,var(--tw-text-opacity))}
.underline{text-decoration:underline}
/* Space & Divide utilities */
.space-y-3>:not([hidden])~:not([hidden]){margin-top:0.75rem}
@media (min-width: 768px) {
.md\:flex{display:flex}
}