/* Tailwind Compiled CSS - Generated by fix_p0.py */
/* Only includes utilities actually used in the site */

/* Reset / Base */
*, ::before, ::after { box-sizing: border-box; border-width: 0; border-style: solid; border-color: #e5e7eb; }

.divide-y > :not([hidden]) ~ :not([hidden]) { border-top-width: 1px; }
.space-x-2 > :not([hidden]) ~ :not([hidden]) { margin-left: 0.5rem; }
.space-x-4 > :not([hidden]) ~ :not([hidden]) { margin-left: 1rem; }
.space-y-1 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.25rem; }
.space-y-2 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.5rem; }
.space-y-3 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.75rem; }
.space-y-4 > :not([hidden]) ~ :not([hidden]) { margin-top: 1rem; }
.space-y-5 > :not([hidden]) ~ :not([hidden]) { margin-top: 1.25rem; }
.space-y-6 > :not([hidden]) ~ :not([hidden]) { margin-top: 1.5rem; }
.space-y-8 > :not([hidden]) ~ :not([hidden]) { margin-top: 2rem; }
.absolute { position:absolute; }
.aspect-video { aspect-ratio:16/9; }
.bg-black { background-color:#000; }
.bg-cardbg { background-color:#1a1a2e; }
.bg-darkbg { background-color:#0a0a0a; }
.bg-gradient-to-b { background-image:linear-gradient(to bottom,var(--tw-gradient-stops)); }
.bg-gradient-to-br { background-image:linear-gradient(to bottom right,var(--tw-gradient-stops)); }
.bg-gradient-to-r { background-image:linear-gradient(to right,var(--tw-gradient-stops)); }
.bg-gradient-to-t { background-image:linear-gradient(to top,var(--tw-gradient-stops)); }
.bg-gray-50 { background-color:#f9fafb; }
.bg-gray-700 { background-color:#374151; }
.bg-gray-800 { background-color:#1f2937; }
.bg-gray-900 { background-color:#111827; }
.bg-white { background-color:#fff; }
.block { display:block; }
.border { border-width:1px; }
.border-b { border-bottom-width:1px; }
.border-gray-200 { border-color:#e5e7eb; }
.border-gray-600 { border-color:#4b5563; }
.border-gray-700 { border-color:#374151; }
.border-gray-800 { border-color:#1f2937; }
.border-t { border-top-width:1px; }
.bottom-0 { bottom:0; }
.bottom-10 { bottom:2.5rem; }
.bottom-4 { bottom:1rem; }
.container { width:100%; }
.cursor-pointer { cursor:pointer; }
.divide-gray-700 { border-color:#374151; }
.duration-200 { transition-duration:200ms; }
.duration-500 { transition-duration:500ms; }
.fixed { position:fixed; }
.flex { display:flex; }
.flex-1 { flex:1 1 0%; }
.flex-col { flex-direction:column; }
.flex-shrink-0 { flex-shrink:0; }
.flex-wrap { flex-wrap:wrap; }
.font-black { font-weight:900; }
.font-bold { font-weight:700; }
.font-extrabold { font-weight:800; }
.font-medium { font-weight:500; }
.font-normal { font-weight:400; }
.font-semibold { font-weight:600; }
.gap-1 { gap:0.25rem; }
.gap-1\.5 { gap:0.375rem; }
.gap-10 { gap:2.5rem; }
.gap-12 { gap:3rem; }
.gap-2 { gap:0.5rem; }
.gap-3 { gap:0.75rem; }
.gap-4 { gap:1rem; }
.gap-5 { gap:1.25rem; }
.gap-6 { gap:1.5rem; }
.gap-8 { gap:2rem; }
.grid { display:grid; }
.grid-cols-1 { grid-template-columns:repeat(1,minmax(0,1fr)); }
.grid-cols-2 { grid-template-columns:repeat(2,minmax(0,1fr)); }
.h-10 { height:2.5rem; }
.h-12 { height:3rem; }
.h-14 { height:3.5rem; }
.h-16 { height:4rem; }
.h-2 { height:0.5rem; }
.h-20 { height:5rem; }
.h-32 { height:8rem; }
.h-4 { height:1rem; }
.h-5 { height:1.25rem; }
.h-6 { height:1.5rem; }
.h-72 { height:18rem; }
.h-8 { height:2rem; }
.h-80 { height:20rem; }
.h-96 { height:24rem; }
.h-auto { height:auto; }
.h-full { height:100%; }
.inline { display:inline; }
.inline-block { display:inline-block; }
.inline-flex { display:inline-flex; }
.inset-0 { inset:0; }
.italic { font-style:italic; }
.items-center { align-items:center; }
.items-start { align-items:flex-start; }
.justify-between { justify-content:space-between; }
.justify-center { justify-content:center; }
.justify-end { justify-content:flex-end; }
.leading-relaxed { line-height:1.625; }
.leading-snug { line-height:1.375; }
.leading-tight { line-height:1.25; }
.left-0 { left:0; }
.left-10 { left:2.5rem; }
.left-3 { left:0.75rem; }
.left-4 { left:1rem; }
.line-clamp-2 { overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2; }
.list-decimal { list-style-type:decimal; }
.list-disc { list-style-type:disc; }
.list-inside { list-style-position:inside; }
.max-w-2xl { max-width:42rem; }
.max-w-3xl { max-width:48rem; }
.max-w-4xl { max-width:56rem; }
.max-w-5xl { max-width:64rem; }
.max-w-6xl { max-width:72rem; }
.max-w-7xl { max-width:80rem; }
.max-w-lg { max-width:32rem; }
.max-w-none { max-width:none; }
.mb-1 { margin-bottom:0.25rem; }
.mb-10 { margin-bottom:2.5rem; }
.mb-12 { margin-bottom:3rem; }
.mb-14 { margin-bottom:3.5rem; }
.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-8 { margin-bottom:2rem; }
.min-h-screen { min-height:100vh; }
.ml-1 { margin-left:0.25rem; }
.ml-2 { margin-left:0.5rem; }
.ml-4 { margin-left:1rem; }
.mr-1 { margin-right:0.25rem; }
.mr-2 { margin-right:0.5rem; }
.mt-0\.5 { margin-top:0.125rem; }
.mt-1 { margin-top:0.25rem; }
.mt-10 { margin-top:2.5rem; }
.mt-12 { margin-top:3rem; }
.mt-16 { margin-top:4rem; }
.mt-2 { margin-top:0.5rem; }
.mt-3 { margin-top:0.75rem; }
.mt-4 { margin-top:1rem; }
.mt-6 { margin-top:1.5rem; }
.mt-8 { margin-top:2rem; }
.mx-1 { margin-left:0.25rem;margin-right:0.25rem; }
.mx-2 { margin-left:0.5rem;margin-right:0.5rem; }
.mx-auto { margin-left:auto;margin-right:auto; }
.my-6 { margin-top:1.5rem;margin-bottom:1.5rem; }
.my-8 { margin-top:2rem;margin-bottom:2rem; }
.object-cover { object-fit:cover; }
.opacity-10 { opacity:0.1; }
.opacity-80 { opacity:0.8; }
.opacity-90 { opacity:0.9; }
.overflow-hidden { overflow:hidden; }
.overflow-x-auto { overflow-x:auto; }
.p-2 { padding:0.5rem; }
.p-3 { padding:0.75rem; }
.p-4 { padding:1rem; }
.p-5 { padding:1.25rem; }
.p-6 { padding:1.5rem; }
.p-8 { padding:2rem; }
.pb-16 { padding-bottom:4rem; }
.pb-2 { padding-bottom:0.5rem; }
.pb-4 { padding-bottom:1rem; }
.pb-6 { padding-bottom:1.5rem; }
.pl-0 { padding-left:0; }
.pl-6 { padding-left:1.5rem; }
.pr-2 { padding-right:0.5rem; }
.pr-4 { padding-right:1rem; }
.prose { color:#d1d5db;max-width:65ch;line-height:1.75; }
.prose-invert { color:#d1d5db; }
.prose-lg { font-size:1.125rem;line-height:1.778; }
.pt-2 { padding-top:0.5rem; }
.pt-4 { padding-top:1rem; }
.pt-8 { padding-top:2rem; }
.px-2 { padding-left:0.5rem;padding-right:0.5rem; }
.px-3 { padding-left:0.75rem;padding-right:0.75rem; }
.px-4 { padding-left:1rem;padding-right:1rem; }
.px-5 { padding-left:1.25rem;padding-right:1.25rem; }
.px-6 { padding-left:1.5rem;padding-right:1.5rem; }
.px-8 { padding-left:2rem;padding-right:2rem; }
.py-0\.5 { padding-top:0.125rem;padding-bottom:0.125rem; }
.py-1 { padding-top:0.25rem;padding-bottom:0.25rem; }
.py-1\.5 { padding-top:0.375rem;padding-bottom:0.375rem; }
.py-10 { padding-top:2.5rem;padding-bottom:2.5rem; }
.py-12 { padding-top:3rem;padding-bottom:3rem; }
.py-14 { padding-top:3.5rem;padding-bottom:3.5rem; }
.py-16 { padding-top:4rem;padding-bottom:4rem; }
.py-2 { padding-top:0.5rem;padding-bottom:0.5rem; }
.py-20 { padding-top:5rem;padding-bottom:5rem; }
.py-3 { padding-top:0.75rem;padding-bottom:0.75rem; }
.py-4 { padding-top:1rem;padding-bottom:1rem; }
.py-8 { padding-top:2rem;padding-bottom:2rem; }
.relative { position:relative; }
.right-0 { right:0; }
.right-10 { right:2.5rem; }
.right-2 { right:0.5rem; }
.rounded { border-radius:0.25rem; }
.rounded-2xl { border-radius:1rem; }
.rounded-full { border-radius:9999px; }
.rounded-lg { border-radius:0.5rem; }
.rounded-r-lg { border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem; }
.rounded-r-xl { border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem; }
.rounded-xl { border-radius:0.75rem; }
.shadow { box-shadow:0 1px 3px 0 rgba(0,0,0,0.1),0 1px 2px -1px rgba(0,0,0,0.1); }
.shadow-lg { box-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -4px rgba(0,0,0,0.1); }
.shadow-sm { box-shadow:0 1px 2px 0 rgba(0,0,0,0.05); }
.shadow-xl { box-shadow:0 20px 25px -5px rgba(0,0,0,0.1),0 8px 10px -6px rgba(0,0,0,0.1); }
.sm\:flex-row { flex-direction:row; }
.sm\:gap-3 { gap:0.75rem; }
.sm\:grid-cols-2 { grid-template-columns:repeat(2,minmax(0,1fr)); }
.sm\:grid-cols-3 { grid-template-columns:repeat(3,minmax(0,1fr)); }
.sm\:items-baseline { align-items:baseline; }
.sm\:py-28 { padding-top:7rem;padding-bottom:7rem; }
.sm\:text-5xl { font-size:3rem;line-height:1; }
.sr-only { position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0; }
.sticky { position:sticky; }
.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; }
.text-base { font-size:1rem;line-height:1.5rem; }
.text-black { color:#000; }
.text-blue-500 { color:#3b82f6; }
.text-blue-600 { color:#2563eb; }
.text-center { text-align:center; }
.text-gold { color:#d4af37; }
.text-gray-100 { color:#f3f4f6; }
.text-gray-200 { color:#e5e7eb; }
.text-gray-300 { color:#d1d5db; }
.text-gray-400 { color:#9ca3af; }
.text-gray-500 { color:#6b7280; }
.text-gray-600 { color:#4b5563; }
.text-gray-700 { color:#374151; }
.text-gray-800 { color:#1f2937; }
.text-gray-900 { color:#111827; }
.text-green-600 { color:#16a34a; }
.text-green-700 { color:#15803d; }
.text-left { text-align:left; }
.text-lg { font-size:1.125rem;line-height:1.75rem; }
.text-right { text-align:right; }
.text-sm { font-size:0.875rem;line-height:1.25rem; }
.text-white { color:#fff; }
.text-xl { font-size:1.25rem;line-height:1.75rem; }
.text-xs { font-size:0.75rem;line-height:1rem; }
.text-yellow-400 { color:#facc15; }
.top-10 { top:2.5rem; }
.top-2 { top:0.5rem; }
.top-24 { top:6rem; }
.top-3 { top:0.75rem; }
.tracking-wide { letter-spacing:0.025em; }
.tracking-wider { letter-spacing:0.05em; }
.tracking-widest { letter-spacing:0.1em; }
.transition { transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:150ms; }
.transition-all { transition-property:all;transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:150ms; }
.transition-colors { transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:150ms; }
.transition-transform { transition-property:transform;transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:150ms; }
.truncate { overflow:hidden;text-overflow:ellipsis;white-space:nowrap; }
.uppercase { text-transform:uppercase; }
.w-10 { width:2.5rem; }
.w-12 { width:3rem; }
.w-14 { width:3.5rem; }
.w-16 { width:4rem; }
.w-2\/5 { width:40%; }
.w-20 { width:5rem; }
.w-32 { width:8rem; }
.w-5 { width:1.25rem; }
.w-72 { width:18rem; }
.w-8 { width:2rem; }
.w-96 { width:24rem; }
.w-full { width:100%; }
.whitespace-nowrap { white-space:nowrap; }
.z-40 { z-index:40; }

/* Hover states */
.group:hover .group-hover\:text-gold { color:#d4af37; }
.hover\:bg-blue-600:hover { background-color:#2563eb; }
.hover\:bg-blue-700:hover { background-color:#1d4ed8; }
.hover\:bg-green-600:hover { background-color:#16a34a; }
.hover\:bg-yellow-500:hover { background-color:#eab308; }
.hover\:shadow-md:hover { box-shadow:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -2px rgba(0,0,0,0.1); }
.hover\:text-gold:hover { color:#d4af37; }
.hover\:text-gray-700:hover { color:#374151; }
.hover\:text-gray-900:hover { color:#111827; }
.hover\:text-white:hover { color:#fff; }
.hover\:underline:hover { text-decoration-line:underline; }

/* Focus states */
.focus\:fixed:focus { position:fixed; }
.focus\:left-4:focus { left:1rem; }
.focus\:not-sr-only:focus { position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal; }
.focus\:outline-none:focus { outline:2px solid transparent;outline-offset:2px; }
.focus\:top-4:focus { top:1rem; }

@media (min-width: 768px) {
  .md\:grid-cols-2 { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .md\:grid-cols-3 { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .md\:grid-cols-4 { grid-template-columns:repeat(4,minmax(0,1fr)); }
  .md\:grid-cols-5 { grid-template-columns:repeat(5,minmax(0,1fr)); }
  .md\:p-10 { padding:2.5rem; }
  .md\:p-12 { padding:3rem; }
  .md\:text-4xl { font-size:2.25rem;line-height:2.5rem; }
  .md\:text-5xl { font-size:3rem;line-height:1; }
}

@media (min-width: 1024px) {
  .lg\:col-span-2 { grid-column:span 2/span 2; }
  .lg\:grid-cols-2 { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .lg\:grid-cols-3 { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .lg\:grid-cols-4 { grid-template-columns:repeat(4,minmax(0,1fr)); }
  .lg\:grid-cols-5 { grid-template-columns:repeat(5,minmax(0,1fr)); }
  .lg\:hidden { display:none; }
  .lg\:text-5xl { font-size:3rem;line-height:1; }
}

/* Container responsive */
@media (min-width: 640px) { .container { max-width: 640px; } }
@media (min-width: 768px) { .container { max-width: 768px; } }
@media (min-width: 1024px) { .container { max-width: 1024px; } }
@media (min-width: 1280px) { .container { max-width: 1280px; } }