/* Production utilities for giveaway page (no Tailwind CDN) */
*,*::before,*::after{box-sizing:border-box}
.hidden{display:none!important}
.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.flex{display:flex}
.inline-block{display:inline-block}
.grid{display:grid}
.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.items-center{align-items:center}
.justify-center{justify-content:center}
.justify-between{justify-content:space-between}
.flex-1{flex:1 1 0%}
.shrink-0{flex-shrink:0}
.gap-2{gap:.5rem}
.gap-3{gap:.75rem}
.gap-6{gap:1.5rem}
.space-y-3>*+*{margin-top:.75rem}
.space-y-4>*+*{margin-top:1rem}
.w-full{width:100%}
.w-5{width:1.25rem}
.w-8{width:2rem}
.w-9{width:2.25rem}
.h-5{height:1.25rem}
.h-9{height:2.25rem}
.h-px{height:1px}
.min-w-0{min-width:0}
.max-w-lg{max-width:32rem}
.mx-auto{margin-left:auto;margin-right:auto}
.mb-1{margin-bottom:.25rem}
.mb-2{margin-bottom:.5rem}
.mb-3{margin-bottom:.75rem}
.mb-4{margin-bottom:1rem}
.mb-6{margin-bottom:1.5rem}
.mb-8{margin-bottom:2rem}
.mt-1{margin-top:.25rem}
.mt-2{margin-top:.5rem}
.mt-3{margin-top:.75rem}
.mt-4{margin-top:1rem}
.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-2\.5{padding-top:.625rem;padding-bottom:.625rem}
.py-3{padding-top:.75rem;padding-bottom:.75rem}
.py-8{padding-top:2rem;padding-bottom:2rem}
.pb-16{padding-bottom:4rem}
.p-5{padding:1.25rem}
.p-6{padding:1.5rem}
.text-center{text-align:center}
.text-xs{font-size:.75rem;line-height:1rem}
.text-sm{font-size:.875rem;line-height:1.25rem}
.text-lg{font-size:1.125rem;line-height:1.75rem}
.text-xl{font-size:1.25rem;line-height:1.75rem}
.text-2xl{font-size:1.5rem;line-height:2rem}
.text-\[10px\]{font-size:10px}
.text-\[11px\]{font-size:11px}
.font-bold{font-weight:700}
.font-semibold{font-weight:600}
.font-black{font-weight:900}
.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}
.leading-relaxed{line-height:1.625}
.tracking-wider{letter-spacing:.05em}
.tracking-\[0\.5em\]{letter-spacing:.5em}
.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.whitespace-pre-wrap{white-space:pre-wrap}
.max-w-md{max-width:28rem}
.text-left{text-align:left}
.mt-4{margin-top:1rem}
.mx-auto{margin-left:auto;margin-right:auto}
.block{display:block}
.uppercase{text-transform:uppercase}
.rounded-lg{border-radius:.5rem}
.rounded-xl{border-radius:.75rem}
.border{border-width:1px;border-style:solid}
.border-b{border-bottom-width:1px;border-bottom-style:solid}
.border-yellow-500\/20{border-color:rgba(234,179,8,.2)}
.border-white\/10{border-color:rgba(255,255,255,.1)}
.border-blue-500\/30{border-color:rgba(59,130,246,.3)}
.border-blue-500\/40{border-color:rgba(59,130,246,.4)}
.border-indigo-500\/20{border-color:rgba(99,102,241,.2)}
.border-indigo-500\/30{border-color:rgba(99,102,241,.3)}
.border-indigo-500\/40{border-color:rgba(99,102,241,.4)}
.backdrop-blur-md{backdrop-filter:blur(12px)}
.bg-\[\#080515\]\/95{background-color:rgba(8,5,21,.95)}
.bg-zinc-700{background-color:#3f3f46}
.bg-black{background-color:#000}
.bg-black\/40{background-color:rgba(0,0,0,.4)}
.bg-blue-500\/10{background-color:rgba(59,130,246,.1)}
.bg-red-500\/20{background-color:rgba(239,68,68,.2)}
.bg-cyan-500\/20{background-color:rgba(6,182,212,.2)}
.bg-pink-500\/20{background-color:rgba(236,72,153,.2)}
.bg-\[\#FF0000\]\/15{background-color:rgba(255,0,0,.15)}
.text-white{color:#fff}
.text-yellow-400{color:#facc15}
.text-red-400{color:#f87171}
.text-emerald-400{color:#34d399}
.text-zinc-300{color:#d4d4d8}
.text-zinc-400{color:#a1a1aa}
.text-zinc-500{color:#71717a}
.text-zinc-600{color:#52525b}
.text-blue-300{color:#93c5fd}
.text-blue-400{color:#60a5fa}
.text-indigo-300{color:#a5b4fc}
.text-indigo-400{color:#818cf8}
.text-red-300{color:#fca5a5}
.text-cyan-300{color:#67e8f9}
.text-cyan-400{color:#22d3ee}
.text-pink-300{color:#f9a8d4}
.text-pink-400{color:#f472b6}
.text-red-400\/90{color:rgba(248,113,113,.9)}
.hover\:text-yellow-400:hover{color:#facc15}
.hover\:text-red-300:hover{color:#fca5a5}
.hover\:text-cyan-300:hover{color:#67e8f9}
.hover\:text-pink-300:hover{color:#f9a8d4}
.hover\:bg-blue-500\/10:hover{background-color:rgba(59,130,246,.1)}
.hover\:bg-indigo-500\/10:hover{background-color:rgba(99,102,241,.1)}
.transition-colors{transition-property:color,background-color,border-color;transition-duration:.15s}
.object-cover{object-fit:cover}
.ring-2{box-shadow:0 0 0 2px rgba(255,215,0,.3)}
.rounded-xl{border-radius:.75rem}
.cursor-pointer{cursor:pointer}
details summary{cursor:pointer}
@media(min-width:768px){
  .md\:p-8{padding:2rem}
  .md\:text-3xl{font-size:1.875rem;line-height:2.25rem}
}
