@layer reset {
  *, ::before, ::after { box-sizing: border-box; }
  body, h1, h2, h3, h4, h5, h6, p, ul, ol, figure, blockquote, hr, fieldset { margin: 0; }
  body { min-height: 100vh; line-height: 1.5; }
  img, picture, video, canvas, svg { display: block; max-width: 100%; }
  input, button, textarea, select { font: inherit; }
}
.flex { display: flex }
.justify-center { justify-content: center }
.items-center { align-items: center }
.min-h-screen { min-height: 100vh }
.text-white { color: #ffffff }
.font-mono { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace }
.bg-\[\#1a1a2e\] { background-color: #1a1a2e }
.bg-gray-800 { background-color: #1f2937 }
.rounded-2xl { border-radius: 1rem }
.p-8 { padding: 2rem }
.w-96 { width: 24rem }
.border { border-width: 1px }
.border-gray-700 { border-color: #374151 }
.shadow-2xl { --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow, 0 0 #0000) }
.text-center { text-align: center }
.text-lg { font-size: 1.125rem; line-height: 1.75rem }
.text-yellow-400 { color: #facc15 }
.mb-6 { margin-bottom: 1.5rem }
.justify-between { justify-content: space-between }
.bg-black { background-color: #000000 }
.rounded-lg { border-radius: 0.5rem }
.p-3 { padding: 0.75rem }
.mb-5 { margin-bottom: 1.25rem }
.text-xs { font-size: 0.75rem; line-height: 1rem }
.gap-2 { gap: 0.5rem }
.text-gray-400 { color: #9ca3af }
.uppercase { text-transform: uppercase }
.flex-col { flex-direction: column }
.py-8 { padding-top: 2rem; padding-bottom: 2rem }
.text-6xl { font-size: 3.75rem; line-height: 1 }
.text-sm { font-size: 0.875rem; line-height: 1.25rem }
.mt-3 { margin-top: 0.75rem }
.bg-red-900 { background-color: #7f1d1d }
.border-red-700 { border-color: #b91c1c }
.text-red-400 { color: #f87171 }
.px-4 { padding-left: 1rem; padding-right: 1rem }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem }
.mb-4 { margin-bottom: 1rem }
.text-xl { font-size: 1.25rem; line-height: 1.75rem }
.text-red-500 { color: #ef4444 }
.my-6 { margin-top: 1.5rem; margin-bottom: 1.5rem }
.font-bold { font-weight: 700 }
.grid { display: grid }
.grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)) }
.mb-3 { margin-bottom: 0.75rem }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem }
.px-2 { padding-left: 0.5rem; padding-right: 0.5rem }
.bg-green-600 { background-color: #16a34a }
.cursor-pointer { cursor: pointer }
.border-0 { border-width: 0px }
.bg-yellow-500 { background-color: #eab308 }
.text-gray-800 { color: #1f2937 }
.bg-blue-500 { background-color: #3b82f6 }
.w-full { width: 100% }
.mt-2 { margin-top: 0.5rem }
.bg-red-600 { background-color: #dc2626 }