/* Tailwind Reset + Utilities — static build for mustangmoneyslot.com */
*,::after,::before{box-sizing:border-box;border:0 solid #e5e7eb;margin:0;padding:0}
html{line-height:1.5;-webkit-text-size-adjust:100%;font-family:ui-sans-serif,system-ui,sans-serif}
body{line-height:inherit}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}
a{color:inherit;text-decoration:inherit}
img,svg{display:block;max-width:100%;height:auto}
button,input,select,textarea{font-family:inherit;font-size:100%;line-height:inherit;color:inherit;margin:0;padding:0}
table{border-collapse:collapse;text-indent:0;border-color:inherit}
ol,ul{list-style:none;margin:0;padding:0}
/* Container */
.container{width:100%;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}
@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}}
/* Display */
.flex{display:flex}.grid{display:grid}.inline-block{display:inline-block}.inline-flex{display:inline-flex}
/* Flex */
.flex-col{flex-direction:column}.flex-shrink-0{flex-shrink:0}
.items-center{align-items:center}.items-start{align-items:flex-start}
.justify-between{justify-content:space-between}.justify-center{justify-content:center}
/* Grid */
.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}
.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}
@media(min-width:640px){.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}
@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\:flex-row{flex-direction:row}
  .md\:w-1\/2{width:50%}
  .md\:pl-12{padding-left:3rem}
  .md\:px-8{padding-left:2rem;padding-right:2rem}
  .md\:py-12{padding-top:3rem;padding-bottom:3rem}
  .md\:text-4xl{font-size:2.25rem;line-height:2.5rem}
  .md\:text-left{text-align:left}
  .md\:mb-0{margin-bottom:0}
}
@media(min-width:1024px){
  .lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
  .lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
}
/* Spacing — Margin */
.mx-auto{margin-left:auto;margin-right:auto}
.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-6{margin-top:1.5rem}.mt-8{margin-top:2rem}
.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}
/* Spacing — Padding */
.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}
.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}
.py-3{padding-top:.75rem;padding-bottom:.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}
.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pl-5{padding-left:1.25rem}
@media(min-width:640px){
  .sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}
  .sm\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}
  .sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}
}
/* Width/Height */
.w-full{width:100%}.w-6{width:1.5rem}.w-12{width:3rem}
.h-4{height:1rem}.h-6{height:1.5rem}.h-12{height:3rem}.h-auto{height:auto}
.max-w-full{max-width:100%}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}
/* Typography */
.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-4xl{font-size:2.25rem;line-height:2.5rem}
.font-bold{font-weight:700}.font-medium{font-weight:500}
.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}
/* Colors */
.text-white{color:#fff}
.text-slate-200{color:#e2e8f0}.text-slate-300{color:#cbd5e1}.text-slate-400{color:#94a3b8}.text-slate-500{color:#64748b}.text-slate-900{color:#0f172a}
.text-yellow-400{color:#facc15}.text-yellow-500{color:#eab308}
.text-green-400{color:#4ade80}.text-green-500{color:#22c55e}
.text-red-400{color:#f87171}.text-red-500{color:#ef4444}
.bg-slate-700{background-color:#334155}.bg-slate-800{background-color:#1e293b}.bg-slate-900{background-color:#0f172a}
.bg-yellow-500{background-color:#eab308}
/* Gradient */
.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}
.from-slate-900{--tw-gradient-from:#0f172a;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(15,23,42,0))}
.to-blue-900{--tw-gradient-to:#1e3a8a}
/* Borders */
.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}
.border-b{border-bottom-width:1px}.border-t{border-top-width:1px}
.border-slate-700{border-color:#334155}.border-slate-800{border-color:#1e293b}
/* Overflow */
.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}
/* Lists */
.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.list-circle{list-style-type:circle}
/* Space utilities */
.space-x-4>:not([hidden])~:not([hidden]){margin-left:1rem}
.space-y-1>:not([hidden])~:not([hidden]){margin-top:.25rem}
.space-y-2>:not([hidden])~:not([hidden]){margin-top:.5rem}
.space-y-3>:not([hidden])~:not([hidden]){margin-top:.75rem}
.space-y-4>:not([hidden])~:not([hidden]){margin-top:1rem}
.space-y-6>:not([hidden])~:not([hidden]){margin-top:1.5rem}
/* Interaction */
.no-underline{text-decoration-line:none}
.hover\:underline:hover{text-decoration-line:underline}
.hover\:bg-slate-700:hover{background-color:#334155}
.touch-pan-x{touch-action:pan-x}
