/*! ZeroWagerBonus — Production Tailwind CSS
 *  574 utility classes extracted from all theme templates
 *  Brand: dark=#050505 surface=#09090b border=#27272a red=#D90429
 *  Rebuild: npx tailwindcss -i src/input.css -o dist/output.css --minify
 */

/* === PREFLIGHT RESET === */
*,::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%;-moz-tab-size:4;tab-size:4;font-family:Inter,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}
body{margin:0;line-height:inherit}
hr{height:0;color:inherit;border-top-width:1px}
abbr:where([title]){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}
code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-0.25em}sup{top:-0.5em}
table{text-indent:0;border-color:inherit;border-collapse:collapse}
button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}
button,select{text-transform:none}
button,input:where([type='button']),input:where([type='reset']),input:where([type='submit']){-webkit-appearance:button;background-color:transparent;background-image:none}
:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}
progress{vertical-align:baseline}
::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}
[type='search']{-webkit-appearance:textfield;outline-offset:-2px}
::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
summary{display:list-item}
blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}
fieldset{margin:0;padding:0}legend{padding:0}
ol,ul,menu{list-style:none;margin:0;padding:0}
dialog{padding:0}textarea{resize:vertical}
input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}
button,[role="button"]{cursor:pointer}:disabled{cursor:default}
img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}
img,video{max-width:100%;height:auto}
[hidden]:where(:not([hidden="until-found"])){display:none}

/* === POSITION === */
.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}

/* === INSET === */
.inset-0{inset:0}.inset-y-0{top:0;bottom:0}
.top-0{top:0}.top-3{top:0.75rem}.top-24{top:6rem}.top-1\/2{top:50%}
.right-0{right:0}.right-3{right:0.75rem}.right-4{right:1rem}
.bottom-0{bottom:0}.left-0{left:0}.left-3{left:0.75rem}.left-6{left:1.5rem}
.-top-6{top:-1.5rem}.-right-4{right:-1rem}.-right-6{right:-1.5rem}.-bottom-4{bottom:-1rem}

/* === Z-INDEX === */
.z-10{z-index:10}.z-40{z-index:40}
.z-\[90\]{z-index:90}.z-\[100\]{z-index:100}.z-\[110\]{z-index:110}

/* === DISPLAY === */
.block{display:block}.inline-block{display:inline-block}.inline-flex{display:inline-flex}
.flex{display:flex}.grid{display:grid}.hidden{display:none}

/* === OVERFLOW === */
.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}

/* === FLEXBOX === */
.flex-1{flex:1 1 0%}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-grow{flex-grow:1}.flex-shrink-0{flex-shrink:0}
.items-start{align-items:flex-start}.items-center{align-items:center}
.justify-center{justify-content:center}.justify-between{justify-content:space-between}
.gap-0{gap:0}.gap-1{gap:0.25rem}.gap-1\.5{gap:0.375rem}.gap-2{gap:0.5rem}.gap-3{gap:0.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-10{gap:2.5rem}.gap-12{gap:3rem}.gap-16{gap:4rem}
.shrink-0{flex-shrink:0}

/* === GRID === */
.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}
.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.col-span-2{grid-column:span 2/span 2}
.col-span-full{grid-column:1/-1}

/* === SPACE-BETWEEN === */
.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-6>:not([hidden])~:not([hidden]){margin-top:1.5rem}
.space-y-8>:not([hidden])~:not([hidden]){margin-top:2rem}
.space-y-10>:not([hidden])~:not([hidden]){margin-top:2.5rem}
.space-y-12>:not([hidden])~:not([hidden]){margin-top:3rem}
.space-y-16>:not([hidden])~:not([hidden]){margin-top:4rem}

/* === MARGIN === */
.m-0{margin:0}
.mx-2{margin-left:0.5rem;margin-right:0.5rem}
.mx-4{margin-left:1rem;margin-right:1rem}
.mx-auto{margin-left:auto;margin-right:auto}
.my-2{margin-top:0.5rem;margin-bottom:0.5rem}
.my-4{margin-top:1rem;margin-bottom:1rem}
.mt-0\.5{margin-top:0.125rem}.mt-1{margin-top:0.25rem}.mt-2{margin-top:0.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.mt-20{margin-top:5rem}.mt-auto{margin-top:auto}
.mr-1{margin-right:0.25rem}
.mb-0{margin-bottom:0}.mb-0\.5{margin-bottom:0.125rem}.mb-1{margin-bottom:0.25rem}.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}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mb-20{margin-bottom:5rem}
.ml-1{margin-left:0.25rem}
.-ml-2{margin-left:-0.5rem}

/* === PADDING === */
.p-0{padding:0}.p-1{padding:0.25rem}.p-2{padding:0.5rem}.p-2\.5{padding:0.625rem}.p-3{padding:0.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}
.px-1\.5{padding-left:0.375rem;padding-right:0.375rem}
.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-2{padding-top:0.5rem;padding-bottom:0.5rem}
.py-2\.5{padding-top:0.625rem;padding-bottom:0.625rem}
.py-3{padding-top:0.75rem;padding-bottom:0.75rem}
.py-4{padding-top:1rem;padding-bottom:1rem}
.py-6{padding-top:1.5rem;padding-bottom:1.5rem}
.py-8{padding-top:2rem;padding-bottom:2rem}
.py-10{padding-top:2.5rem;padding-bottom:2.5rem}
.py-12{padding-top:3rem;padding-bottom:3rem}
.py-20{padding-top:5rem;padding-bottom:5rem}
.pt-1{padding-top:0.25rem}.pt-2{padding-top:0.5rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.pt-12{padding-top:3rem}.pt-16{padding-top:4rem}.pt-20{padding-top:5rem}
.pr-4{padding-right:1rem}.pr-6{padding-right:1.5rem}.pr-10{padding-right:2.5rem}
.pb-1{padding-bottom:0.25rem}.pb-2{padding-bottom:0.5rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pb-10{padding-bottom:2.5rem}
.pl-4{padding-left:1rem}.pl-6{padding-left:1.5rem}.pl-9{padding-left:2.25rem}.pl-10{padding-left:2.5rem}.pl-12{padding-left:3rem}.pl-16{padding-left:4rem}

/* === WIDTH === */
.w-1{width:0.25rem}.w-1\.5{width:0.375rem}.w-2{width:0.5rem}.w-2\.5{width:0.625rem}.w-3{width:0.75rem}.w-3\.5{width:0.875rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-10{width:2.5rem}.w-12{width:3rem}.w-16{width:4rem}.w-20{width:5rem}.w-24{width:6rem}.w-28{width:7rem}.w-32{width:8rem}.w-40{width:10rem}.w-64{width:16rem}.w-72{width:18rem}.w-96{width:24rem}
.w-auto{width:auto}.w-full{width:100%}
.w-\[18px\]{width:18px}.w-\[500px\]{width:500px}
.min-w-0{min-width:0}.min-w-\[140px\]{min-width:140px}
.max-w-full{max-width:100%}.max-w-none{max-width:none}
.max-w-md{max-width:28rem}.max-w-lg{max-width:32rem}.max-w-xl{max-width:36rem}
.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-7xl{max-width:80rem}
.max-w-\[150px\]{max-width:150px}.max-w-\[180px\]{max-width:180px}.max-w-\[200px\]{max-width:200px}

/* === HEIGHT === */
.h-1{height:0.25rem}.h-1\.5{height:0.375rem}.h-2{height:0.5rem}.h-2\.5{height:0.625rem}.h-3{height:0.75rem}.h-3\.5{height:0.875rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-16{height:4rem}.h-20{height:5rem}.h-24{height:6rem}.h-28{height:7rem}.h-32{height:8rem}.h-36{height:9rem}.h-40{height:10rem}.h-48{height:12rem}.h-80{height:20rem}.h-96{height:24rem}
.h-full{height:100%}.h-screen{height:100vh}.h-px{height:1px}
.h-\[18px\]{height:18px}.h-\[500px\]{height:500px}
.min-h-\[300px\]{min-height:300px}.min-h-\[60vh\]{min-height:60vh}
.max-h-full{max-height:100%}
.max-h-\[calc\(100vh-8rem\)\]{max-height:calc(100vh - 8rem)}

/* === TYPOGRAPHY === */
.font-sans{font-family:Inter,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}
.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}
.text-\[8px\]{font-size:8px}.text-\[9px\]{font-size:9px}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px;line-height:1.4}
.text-xs{font-size:0.75rem;line-height:1rem}
.text-sm{font-size:0.875rem;line-height:1.25rem}
.text-base{font-size:1rem;line-height:1.5rem}
.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-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-6xl{font-size:3.75rem;line-height:1}
.font-medium{font-weight:500}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-black{font-weight:900}
.italic{font-style:italic}.not-italic{font-style:normal}
.tracking-tight{letter-spacing:-0.025em}.tracking-tighter{letter-spacing:-0.05em}
.tracking-wide{letter-spacing:0.025em}.tracking-wider{letter-spacing:0.05em}.tracking-widest{letter-spacing:0.1em}
.leading-none{line-height:1}.leading-tight{line-height:1.25}.leading-snug{line-height:1.375}.leading-relaxed{line-height:1.625}
.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}
.uppercase{text-transform:uppercase}
.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.whitespace-nowrap{white-space:nowrap}
.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.list-none{list-style-type:none}
.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}

/* === TEXT COLORS === */
.text-white{color:#fff}.text-black{color:#000}.text-transparent{color:transparent}
.text-white\/80{color:rgba(255,255,255,0.8)}
.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-900{color:#111827}
.text-green-400{color:#4ade80}.text-green-500{color:#22c55e}
.text-yellow-400{color:#facc15}.text-yellow-500{color:#eab308}
.text-yellow-500\/80{color:rgba(234,179,8,0.8)}
.text-brand-red{color:#D90429}.text-brand-dark{color:#050505}.text-brand-border{color:#27272a}.text-brand-muted{color:#6b7280}

/* === BACKGROUND COLORS === */
.bg-white{background-color:#fff}.bg-black\/60{background-color:rgba(0,0,0,0.6)}.bg-black\/80{background-color:rgba(0,0,0,0.8)}
.bg-transparent{background-color:transparent}
.bg-gray-50{background-color:#f9fafb}.bg-gray-100{background-color:#f3f4f6}.bg-gray-900{background-color:#111827}
.bg-white\/80{background-color:rgba(255,255,255,0.8)}
.bg-green-400{background-color:#4ade80}.bg-green-500{background-color:#22c55e}
.bg-green-500\/10{background-color:rgba(34,197,94,0.1)}.bg-green-900\/20{background-color:rgba(20,83,45,0.2)}
.bg-yellow-500\/5{background-color:rgba(234,179,8,0.05)}
.bg-brand-dark{background-color:#050505}
.bg-brand-dark\/30{background-color:rgba(5,5,5,0.3)}
.bg-brand-dark\/50{background-color:rgba(5,5,5,0.5)}
.bg-brand-dark\/90{background-color:rgba(5,5,5,0.9)}
.bg-brand-surface{background-color:#09090b}
.bg-brand-surface\/30{background-color:rgba(9,9,11,0.3)}
.bg-brand-surface\/50{background-color:rgba(9,9,11,0.5)}
.bg-brand-surface\/95{background-color:rgba(9,9,11,0.95)}
.bg-brand-border{background-color:#27272a}
.bg-brand-border\/30{background-color:rgba(39,39,42,0.3)}
.bg-brand-red{background-color:#D90429}
.bg-brand-red\/5{background-color:rgba(217,4,41,0.05)}
.bg-brand-red\/10{background-color:rgba(217,4,41,0.1)}
.bg-brand-card{background-color:#111113}
.bg-repeat{background-repeat:repeat}
.bg-\[url\(\'https\:\/\/www\.transparenttextures\.com\/patterns\/cubes\.png\'\)\]{background-image:url('https://www.transparenttextures.com/patterns/cubes.png')}

/* === GRADIENTS === */
.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-clip-text{-webkit-background-clip:text;background-clip:text}
.from-brand-dark{--tw-gradient-from:#050505;--tw-gradient-to:rgba(5,5,5,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}
.from-brand-red{--tw-gradient-from:#D90429;--tw-gradient-to:rgba(217,4,41,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}
.from-brand-surface{--tw-gradient-from:#09090b;--tw-gradient-to:rgba(9,9,11,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}
.via-brand-dark\/60{--tw-gradient-to:rgba(5,5,5,0);--tw-gradient-stops:var(--tw-gradient-from),rgba(5,5,5,0.6),var(--tw-gradient-to)}
.to-transparent{--tw-gradient-to:transparent}
.to-orange-600{--tw-gradient-to:#ea580c}

/* === BORDERS === */
.border{border-width:1px}.border-0{border-width:0}.border-2{border-width:2px}.border-4{border-width:4px}
.border-t{border-top-width:1px}.border-r{border-right-width:1px}.border-b{border-bottom-width:1px}.border-l{border-left-width:1px}
.border-b-2{border-bottom-width:2px}.border-l-0{border-left-width:0}.border-l-2{border-left-width:2px}.border-l-4{border-left-width:4px}
.border-y{border-top-width:1px;border-bottom-width:1px}
.border-dashed{border-style:dashed}
.border-transparent{border-color:transparent}
.border-gray-100{border-color:#f3f4f6}.border-gray-200{border-color:#e5e7eb}
.border-brand-border{border-color:#27272a}
.border-brand-border\/5{border-color:rgba(39,39,42,0.05)}
.border-brand-border\/10{border-color:rgba(39,39,42,0.1)}
.border-brand-border\/30{border-color:rgba(39,39,42,0.3)}
.border-brand-border\/50{border-color:rgba(39,39,42,0.5)}
.border-brand-red{border-color:#D90429}
.border-brand-red\/20{border-color:rgba(217,4,41,0.2)}
.border-white\/5{border-color:rgba(255,255,255,0.05)}
.border-green-500\/20{border-color:rgba(34,197,94,0.2)}
.border-green-500\/50{border-color:rgba(34,197,94,0.5)}
.border-green-900\/30{border-color:rgba(20,83,45,0.3)}
.border-green-900\/50{border-color:rgba(20,83,45,0.5)}
.border-red-900\/30{border-color:rgba(127,29,29,0.3)}
.border-yellow-500\/20{border-color:rgba(234,179,8,0.2)}

/* === BORDER RADIUS === */
.rounded{border-radius:0.25rem}.rounded-lg{border-radius:0.5rem}.rounded-xl{border-radius:0.75rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}
.rounded-l-lg{border-top-left-radius:0.5rem;border-bottom-left-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-t-xl{border-top-left-radius:0.75rem;border-top-right-radius:0.75rem}
.rounded-\[2rem\]{border-radius:2rem}
.rounded-\[2\.5rem\]{border-radius:2.5rem}

/* === SHADOWS === */
.shadow-sm{box-shadow:0 1px 2px 0 rgba(0,0,0,0.05)}
.shadow-md{box-shadow:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -2px 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-xl{box-shadow:0 20px 25px -5px rgba(0,0,0,0.1),0 8px 10px -6px rgba(0,0,0,0.1)}
.shadow-2xl{box-shadow:0 25px 50px -12px rgba(0,0,0,0.25)}
.shadow-inner{box-shadow:inset 0 2px 4px 0 rgba(0,0,0,0.05)}
.shadow-black\/50{--tw-shadow-color:rgba(0,0,0,0.5);box-shadow:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}
.shadow-brand-red\/10{--tw-shadow-color:rgba(217,4,41,0.1);box-shadow:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}
.shadow-brand-red\/20{--tw-shadow-color:rgba(217,4,41,0.2);box-shadow:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}
.shadow-\[0_0_15px_rgba\(217\,4\,41\,0\.5\)\]{box-shadow:0 0 15px rgba(217,4,41,0.5)}
.shadow-\[0_0_15px_rgba\(230\,0\,0\,0\.5\)\]{box-shadow:0 0 15px rgba(230,0,0,0.5)}
.shadow-\[0_0_20px_rgba\(217\,4\,41\,0\.3\)\]{box-shadow:0 0 20px rgba(217,4,41,0.3)}

/* === OPACITY === */
.opacity-0{opacity:0}.opacity-10{opacity:0.1}.opacity-20{opacity:0.2}.opacity-50{opacity:0.5}.opacity-70{opacity:0.7}.opacity-75{opacity:0.75}.opacity-80{opacity:0.8}

/* === FILTERS === */
.blur-2xl{filter:blur(40px)}.blur-\[100px\]{filter:blur(100px)}
.drop-shadow-md{filter:drop-shadow(0 4px 3px rgba(0,0,0,0.07)) drop-shadow(0 2px 2px rgba(0,0,0,0.06))}
.drop-shadow-lg{filter:drop-shadow(0 10px 8px rgba(0,0,0,0.04)) drop-shadow(0 4px 3px rgba(0,0,0,0.1))}
.grayscale{filter:grayscale(100%)}
.backdrop-blur-sm{backdrop-filter:blur(4px)}.backdrop-blur-md{backdrop-filter:blur(12px)}

/* === TRANSITIONS === */
.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-opacity{transition-property:opacity;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}
.duration-200{transition-duration:200ms;animation-duration:200ms}.duration-300{transition-duration:300ms;animation-duration:300ms}.duration-500{transition-duration:500ms;animation-duration:500ms}.duration-700{transition-duration:700ms;animation-duration:700ms}

/* === TRANSFORMS === */
.transform{transform:var(--tw-transform)}
.translate-x-1\/2{transform:translateX(50%)}
.translate-x-1\/3{transform:translateX(33.333%)}
.translate-y-0{transform:translateY(0)}
.translate-y-full{transform:translateY(100%)}
.-translate-x-full{transform:translateX(-100%)}
.-translate-y-1\/2{transform:translateY(-50%)}
.rotate-3{transform:rotate(3deg)}
.scale-105{transform:scale(1.05)}

/* === ANIMATIONS === */
.animate-pulse{animation:pulse 2s cubic-bezier(0.4,0,0.6,1) infinite}
.animate-ping{animation:ping 1s cubic-bezier(0,0,0.2,1) infinite}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.5}}
@keyframes ping{75%,100%{transform:scale(2);opacity:0}}

/* === OBJECT FIT === */
.object-contain{object-fit:contain}.object-cover{object-fit:cover}

/* === INTERACTIVITY === */
.cursor-pointer{cursor:pointer}.cursor-help{cursor:help}
.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}
.outline-none{outline:2px solid transparent;outline-offset:2px}
.fill-current{fill:currentColor}
.stroke-\[3\]{stroke-width:3}

/* === PLACEHOLDER === */
.placeholder-gray-400::placeholder{color:#9ca3af}
.placeholder-gray-500::placeholder{color:#6b7280}

/* === COMPONENT MARKERS === */
.group,.group\/btn{/* group hover parent */}

/* === HOVER STATES === */
.hover\:bg-white\/5:hover{background-color:rgba(255,255,255,0.05)}
.hover\:bg-brand-red:hover{background-color:#D90429}
.hover\:bg-brand-red\/10:hover{background-color:rgba(217,4,41,0.1)}
.hover\:bg-brand-redHover:hover{background-color:#ef233c}
.hover\:bg-brand-border:hover{background-color:#27272a}
.hover\:bg-brand-border\/50:hover{background-color:rgba(39,39,42,0.5)}
.hover\:bg-brand-surface:hover{background-color:#09090b}
.hover\:bg-red-600:hover{background-color:#dc2626}
.hover\:bg-gray-200:hover{background-color:#e5e7eb}
.hover\:text-white:hover{color:#fff}
.hover\:text-brand-red:hover{color:#D90429}
.hover\:text-gray-200:hover{color:#e5e7eb}
.hover\:text-gray-900:hover{color:#111827}
.hover\:border-brand-red:hover{border-color:#D90429}
.hover\:border-brand-red\/30:hover{border-color:rgba(217,4,41,0.3)}
.hover\:border-brand-red\/40:hover{border-color:rgba(217,4,41,0.4)}
.hover\:border-brand-red\/50:hover{border-color:rgba(217,4,41,0.5)}
.hover\:border-gray-300:hover{border-color:#d1d5db}
.hover\:opacity-80:hover{opacity:0.8}
.hover\:opacity-100:hover{opacity:1}
.hover\:underline:hover{text-decoration-line:underline}
.hover\:shadow-lg:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -4px rgba(0,0,0,0.1)}
.hover\:shadow-xl:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,0.1),0 8px 10px -6px rgba(0,0,0,0.1)}
.hover\:shadow-brand-red\/5:hover{--tw-shadow-color:rgba(217,4,41,0.05);box-shadow:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}
.hover\:shadow-brand-red\/10:hover{--tw-shadow-color:rgba(217,4,41,0.1);box-shadow:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}
.hover\:shadow-brand-red\/40:hover{--tw-shadow-color:rgba(217,4,41,0.4);box-shadow:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}
.hover\:shadow-\[0_0_30px_rgba\(217\,4\,41\,0\.5\)\]:hover{box-shadow:0 0 30px rgba(217,4,41,0.5)}
.hover\:-translate-y-0\.5:hover{transform:translateY(-0.125rem)}
.hover\:-translate-y-1:hover{transform:translateY(-0.25rem)}

/* === GROUP HOVER === */
.group:hover .group-hover\:opacity-100{opacity:1}
.group:hover .group-hover\:text-white{color:#fff}
.group:hover .group-hover\:text-brand-red{color:#D90429}
.group:hover .group-hover\:text-gray-400{color:#9ca3af}
.group:hover .group-hover\:bg-brand-red{background-color:#D90429}
.group:hover .group-hover\:bg-brand-red\/10{background-color:rgba(217,4,41,0.1)}
.group:hover .group-hover\:bg-brand-red\/20{background-color:rgba(217,4,41,0.2)}
.group:hover .group-hover\:border-brand-red{border-color:#D90429}
.group:hover .group-hover\:scale-105{transform:scale(1.05)}
.group:hover .group-hover\:scale-110{transform:scale(1.1)}
.group:hover .group-hover\:rotate-0{transform:rotate(0deg)}
.group:hover .group-hover\:translate-x-1{transform:translateX(0.25rem)}
.group:hover .group-hover\:-translate-y-1{transform:translateY(-0.25rem)}
.group:hover .group-hover\:grayscale-0{filter:grayscale(0)}
.group\/btn:hover .group-hover\/btn\:translate-x-1{transform:translateX(0.25rem)}

/* === GROUP OPEN === */
.group:where([open]) .group-open\:rotate-180,
details[open] .group-open\:rotate-180{transform:rotate(180deg)}

/* === FOCUS STATES === */
.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}
.focus\:ring-0:focus{box-shadow:0 0 0 0px transparent}
.focus\:ring-1:focus{box-shadow:0 0 0 1px var(--tw-ring-color,#D90429)}
.focus\:ring-brand-red:focus{--tw-ring-color:#D90429}
.focus\:border-brand-red:focus{border-color:#D90429}
.focus\:shadow-brand-red\/10:focus{box-shadow:0 0 0 2px rgba(217,4,41,0.1)}

/* === DARK MODE === */
.dark .dark\:bg-brand-dark{background-color:#050505}
.dark .dark\:bg-brand-dark\/50{background-color:rgba(5,5,5,0.5)}
.dark .dark\:bg-brand-dark\/80{background-color:rgba(5,5,5,0.8)}
.dark .dark\:bg-brand-surface{background-color:#09090b}
.dark .dark\:bg-black\/20{background-color:rgba(0,0,0,0.2)}
.dark .dark\:text-white{color:#fff}
.dark .dark\:text-gray-200{color:#e5e7eb}
.dark .dark\:text-gray-500{color:#6b7280}
.dark .dark\:border-brand-border{border-color:#27272a}
.dark .dark\:border-brand-border\/10{border-color:rgba(39,39,42,0.1)}
.dark .dark\:border-brand-border\/50{border-color:rgba(39,39,42,0.5)}
.dark .dark\:placeholder-gray-600::placeholder{color:#4b5563}
.dark .dark\:hover\:bg-brand-dark:hover{background-color:#050505}
.dark .dark\:hover\:border-brand-border\/30:hover{border-color:rgba(39,39,42,0.3)}
.dark .dark\:hover\:text-white:hover{color:#fff}

/* === PROSE === */
.prose-sm{font-size:0.875rem;line-height:1.5715}
.prose-lg{font-size:1.125rem;line-height:1.7778}
.prose-invert{--tw-prose-body:#d1d5db;--tw-prose-headings:#fff;--tw-prose-links:#D90429;color:var(--tw-prose-body,#d1d5db)}

/* === RESPONSIVE: md (768px) === */
@media(min-width:768px){
.md\:block{display:block}.md\:hidden{display:none}.md\:inline{display:inline}.md\:grid{display:grid}
.md\:flex-row{flex-direction:row}.md\:flex-grow-0{flex-grow:0}
.md\:items-center{align-items:center}.md\:items-end{align-items:flex-end}.md\:items-start{align-items:flex-start}
.md\:justify-start{justify-content:flex-start}
.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\:col-span-2{grid-column:span 2/span 2}.md\:col-span-3{grid-column:span 3/span 3}
.md\:gap-10{gap:2.5rem}
.md\:sticky{position:sticky}
.md\:w-4{width:1rem}.md\:w-6{width:1.5rem}.md\:w-10{width:2.5rem}.md\:w-16{width:4rem}.md\:w-20{width:5rem}.md\:w-40{width:10rem}.md\:w-44{width:11rem}.md\:w-48{width:12rem}.md\:w-96{width:24rem}.md\:w-auto{width:auto}
.md\:h-4{height:1rem}.md\:h-6{height:1.5rem}.md\:h-10{height:2.5rem}.md\:h-16{height:4rem}.md\:h-20{height:5rem}.md\:h-40{height:10rem}.md\:h-48{height:12rem}.md\:h-56{height:14rem}
.md\:h-\[450px\]{height:450px}
.md\:max-w-none{max-width:none}
.md\:p-4{padding:1rem}.md\:p-6{padding:1.5rem}.md\:p-8{padding:2rem}.md\:p-10{padding:2.5rem}.md\:p-12{padding:3rem}.md\:p-16{padding:4rem}
.md\:px-10{padding-left:2.5rem;padding-right:2.5rem}.md\:px-12{padding-left:3rem;padding-right:3rem}
.md\:pl-6{padding-left:1.5rem}
.md\:pt-0{padding-top:0}
.md\:py-12{padding-top:3rem;padding-bottom:3rem}.md\:py-20{padding-top:5rem;padding-bottom:5rem}
.md\:mb-10{margin-bottom:2.5rem}.md\:mx-0{margin-left:0;margin-right:0}
.md\:text-\[10px\]{font-size:10px}
.md\:text-xs{font-size:0.75rem;line-height:1rem}.md\:text-sm{font-size:0.875rem;line-height:1.25rem}.md\:text-base{font-size:1rem;line-height:1.5rem}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-6xl{font-size:3.75rem;line-height:1}
.md\:text-left{text-align:left}.md\:text-right{text-align:right}
.md\:rounded-\[2rem\]{border-radius:2rem}
.md\:border-l{border-left-width:1px}.md\:border-t-0{border-top-width:0}
.md\:translate-x-0{transform:translateX(0)}
.md\:prose-lg{font-size:1.125rem;line-height:1.7778}
}

/* === RESPONSIVE: lg (1024px) === */
@media(min-width:1024px){
.lg\:block{display:block}
.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\:col-span-2{grid-column:span 2/span 2}.lg\:col-span-3{grid-column:span 3/span 3}
.lg\:gap-16{gap:4rem}
}

/* === RESPONSIVE: xl (1280px) === */
@media(min-width:1280px){
.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
}

/* === CUSTOM COMPONENTS === */
.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}
.no-scrollbar::-webkit-scrollbar{display:none}
.custom-scrollbar::-webkit-scrollbar{width:6px}
.custom-scrollbar::-webkit-scrollbar-track{background:#09090b}
.custom-scrollbar::-webkit-scrollbar-thumb{background:#27272a;border-radius:3px}
.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#3f3f46}
.glass-backdrop{background:rgba(5,5,5,0.7);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}
.page-header{margin-bottom:2rem}
.page-title{font-size:1.875rem;font-weight:900;color:#fff;letter-spacing:-0.025em;text-transform:uppercase}
.fade-in{--tw-enter-opacity:0}
.animate-in{animation-name:enter;animation-duration:150ms;--tw-enter-opacity:1;--tw-enter-scale:1;--tw-enter-rotate:0;--tw-enter-translate-x:0;--tw-enter-translate-y:0}
.slide-in-from-bottom-2{--tw-enter-translate-y:0.5rem}
.zoom-in-95{--tw-enter-scale:.95}
@keyframes enter{from{opacity:var(--tw-enter-opacity,1);transform:translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0) scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1)) rotate(var(--tw-enter-rotate,0))}}
.tab-btn{cursor:pointer;transition:all 0.2s}
.tab-content{/* visibility controlled by .hidden utility — do NOT set display:none here */}
.ajax-filter-link{transition:all 0.2s}
.ajax-filter-link.active{background-color:#D90429;color:#fff;border-color:#D90429}
.cf-turnstile{margin:1rem 0}
.zwb-submission-form input,.zwb-submission-form textarea,.zwb-submission-form select{width:100%;background-color:#09090b;color:#fff;border:1px solid #27272a;border-radius:0.75rem;padding:0.75rem 1rem;font-size:0.875rem;transition:all 0.2s}
.zwb-submission-form input:focus,.zwb-submission-form textarea:focus,.zwb-submission-form select:focus{border-color:#D90429;outline:none;box-shadow:0 0 0 2px rgba(217,4,41,0.1)}

/* === MISSING CRITICAL: Layout === */
.min-h-screen{min-height:100vh}
.min-h-full{min-height:100%}
.h-20{height:5rem}
.text-gray-100{color:#f3f4f6}

/* === MISSING CRITICAL: Dark mode text === */
.dark .dark\:text-gray-100{color:#f3f4f6}

/* === MISSING CRITICAL: Selection pseudo === */
.selection\:bg-brand-red::selection{background-color:#D90429}
.selection\:bg-brand-red *::selection{background-color:#D90429}
.selection\:text-white::selection{color:#fff}
.selection\:text-white *::selection{color:#fff}

/* === MISSING: Prose typography modifier classes (Tailwind Typography plugin) === */
/* These are used on single-casino.php, single.php, single-bonus.php etc */
.prose-p\:text-gray-300 :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:#d1d5db}
.prose-p\:text-gray-400 :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:#9ca3af}
.prose-p\:mb-4 :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-bottom:1rem}
.prose-p\:leading-relaxed :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){line-height:1.625}
.prose-headings\:text-white :where(h1,h2,h3,h4,h5,h6):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:#fff}
.prose-headings\:font-bold :where(h1,h2,h3,h4,h5,h6):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-weight:700}
.prose-headings\:font-black :where(h1,h2,h3,h4,h5,h6):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-weight:900}
.prose-headings\:uppercase :where(h1,h2,h3,h4,h5,h6):not(:where([class~="not-prose"],[class~="not-prose"] *)){text-transform:uppercase}
.prose-headings\:tracking-tight :where(h1,h2,h3,h4,h5,h6):not(:where([class~="not-prose"],[class~="not-prose"] *)){letter-spacing:-0.025em}
.prose-headings\:tracking-tighter :where(h1,h2,h3,h4,h5,h6):not(:where([class~="not-prose"],[class~="not-prose"] *)){letter-spacing:-0.05em}
.prose-headings\:tracking-wide :where(h1,h2,h3,h4,h5,h6):not(:where([class~="not-prose"],[class~="not-prose"] *)){letter-spacing:0.025em}
.prose-headings\:mb-4 :where(h1,h2,h3,h4,h5,h6):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-bottom:1rem}
.prose-headings\:mt-8 :where(h1,h2,h3,h4,h5,h6):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-top:2rem}
.prose-strong\:text-white :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:#fff}
.prose-a\:text-brand-red :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:#D90429}
.prose-a\:no-underline :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){text-decoration:none}
.hover\:prose-a\:underline:hover :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){text-decoration:underline}
.prose-ul\:list-disc :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){list-style-type:disc}
.prose-ul\:pl-5 :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-left:1.25rem}
.prose-ul\:mb-4 :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-bottom:1rem}
.prose-ul\:text-gray-400 :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:#9ca3af}
.prose-ol\:list-decimal :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){list-style-type:decimal}
.prose-ol\:pl-5 :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-left:1.25rem}
.prose-ol\:mb-4 :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-bottom:1rem}
.prose-ol\:text-gray-400 :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:#9ca3af}
.prose-li\:mb-2 :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){margin-bottom:0.5rem}
.prose-li\:text-gray-400 :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){color:#9ca3af}
.prose-img\:rounded-xl :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){border-radius:0.75rem}
.prose-img\:rounded-3xl :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){border-radius:1.5rem}
.prose-img\:border :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){border-width:1px}
.prose-img\:border-brand-border :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){border-color:#27272a}
.prose-blockquote\:bg-brand-surface :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){background-color:#09090b}
.prose-blockquote\:border-l-brand-red :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){border-left-color:#D90429}
.prose-blockquote\:italic :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-style:italic}
.prose-blockquote\:px-4 :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-left:1rem;padding-right:1rem}
.prose-blockquote\:py-2 :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){padding-top:0.5rem;padding-bottom:0.5rem}
.prose-blockquote\:rounded-r-lg :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem}
.prose-not-italic :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){font-style:normal}