/* Static Tailwind utilities — replaces cdn.tailwindcss.com for zero-FOUC */
/* Generated from classes used in: speed-and-reverb, nightcore, stem-separator */

/* Box-sizing reset (required for Tailwind width/padding utilities) */
*,::before,::after{box-sizing:border-box}

/* === LAYOUT === */
.absolute{position:absolute}
.relative{position:relative}
.block{display:block}
.hidden{display:none}
.flex{display:flex}
.grid{display:grid}
.inline-flex{display:inline-flex}
.inset-0{inset:0}
.inset-x-2{left:.5rem;right:.5rem}
.inset-y-0{top:0;bottom:0}
.left-0{left:0}
.left-1\/2{left:50%}
.right-0{right:0}
.top-0{top:0}
.bottom-0{bottom:0}
.z-0{z-index:0}
.z-10{z-index:10}
.z-20{z-index:20}
.z-50{z-index:50}
.overflow-hidden{overflow:hidden}

/* === FLEXBOX === */
.flex-col{flex-direction:column}
.flex-wrap{flex-wrap:wrap}
.items-center{align-items:center}
.items-end{align-items:flex-end}
.items-start{align-items:flex-start}
.justify-between{justify-content:space-between}
.justify-center{justify-content:center}

/* === GAP === */
.gap-2{gap:.5rem}
.gap-3{gap:.75rem}
.gap-4{gap:1rem}
.gap-6{gap:1.5rem}
.gap-8{gap:2rem}
.gap-12{gap:3rem}

/* === GRID === */
.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}
.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}

/* === SPACE === */
.space-y-2>:not([hidden])~:not([hidden]){margin-top:.5rem}
.space-y-4>:not([hidden])~:not([hidden]){margin-top:1rem}
.space-y-12>:not([hidden])~:not([hidden]){margin-top:3rem}

/* === SIZING === */
.w-1{width:.25rem}
.w-6{width:1.5rem}
.w-12{width:3rem}
.w-14{width:3.5rem}
.w-16{width:4rem}
.w-20{width:5rem}
.w-full{width:100%}
.h-1{height:.25rem}
.h-6{height:1.5rem}
.h-12{height:3rem}
.h-14{height:3.5rem}
.h-16{height:4rem}
.h-20{height:5rem}
.h-full{height:100%}
.aspect-square{aspect-ratio:1/1}
.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-6xl{max-width:72rem}
.max-w-\[1400px\]{max-width:1400px}
.max-w-none{max-width:none}
.min-h-screen{min-height:100vh}

/* === PADDING === */
.p-0{padding:0}
.p-2{padding:.5rem}
.p-4{padding:1rem}
.p-5{padding:1.25rem}
.p-6{padding:1.5rem}
.p-8{padding:2rem}
.p-10{padding:2.5rem}
.px-2{padding-left:.5rem;padding-right:.5rem}
.px-3{padding-left:.75rem;padding-right:.75rem}
.px-4{padding-left:1rem;padding-right:1rem}
.px-8{padding-left:2rem;padding-right:2rem}
.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}
.py-2{padding-top:.5rem;padding-bottom:.5rem}
.py-3{padding-top:.75rem;padding-bottom:.75rem}
.py-4{padding-top:1rem;padding-bottom:1rem}
.py-12{padding-top:3rem;padding-bottom:3rem}
.py-16{padding-top:4rem;padding-bottom:4rem}
.pt-0{padding-top:0}
.pt-6{padding-top:1.5rem}
.pt-8{padding-top:2rem}
.pt-32{padding-top:8rem}
.pb-20{padding-bottom:5rem}
.pl-0{padding-left:0}
.pr-4{padding-right:1rem}
.px-6{padding-left:1.5rem;padding-right:1.5rem}

/* === MARGIN === */
.mt-4{margin-top:1rem}
.mt-8{margin-top:2rem}
.mt-10{margin-top:2.5rem}
.mt-12{margin-top:3rem}
.mt-16{margin-top:4rem}
.mb-2{margin-bottom:.5rem}
.mb-3{margin-bottom:.75rem}
.mb-4{margin-bottom:1rem}
.mb-5{margin-bottom:1.25rem}
.mb-6{margin-bottom:1.5rem}
.mb-8{margin-bottom:2rem}
.mb-12{margin-bottom:3rem}
.mb-16{margin-bottom:4rem}
.ml-1{margin-left:.25rem}
.mr-2{margin-right:.5rem}
.mx-auto{margin-left:auto;margin-right:auto}

/* === TYPOGRAPHY === */
.font-medium{font-weight:500}
.font-bold{font-weight:700}
.font-black{font-weight:900}
.text-xs{font-size:.75rem;line-height:1rem}
.text-sm{font-size:.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-\[200px\]{font-size:200px}
.text-center{text-align:center}
.text-left{text-align:left}
.uppercase{text-transform:uppercase}
.underline{text-decoration-line:underline}
.tracking-tight{letter-spacing:-.025em}
.tracking-wide{letter-spacing:.025em}
.tracking-wider{letter-spacing:.05em}
.leading-relaxed{line-height:1.625}
.list-none{list-style-type:none}

/* === TEXT COLORS === */
.text-white{color:#fff}
.text-black{color:#000}
.text-white\/5{color:rgba(255,255,255,.05)}
.text-white\/60{color:rgba(255,255,255,.6)}
.text-white\/70{color:rgba(255,255,255,.7)}
.text-white\/80{color:rgba(255,255,255,.8)}
.text-white\/90{color:rgba(255,255,255,.9)}
.text-black\/50{color:rgba(0,0,0,.5)}
.text-black\/60{color:rgba(0,0,0,.6)}
.text-black\/70{color:rgba(0,0,0,.7)}
.text-black\/80{color:rgba(0,0,0,.8)}
.text-black\/90{color:rgba(0,0,0,.9)}
.text-blue-400{color:#60a5fa}
.text-indigo-400{color:#818cf8}
.text-indigo-600{color:#4f46e5}
.text-pink-400{color:#f472b6}
.text-purple-400{color:#c084fc}
.text-red-500{color:#ef4444}

/* === BACKGROUND COLORS === */
.bg-white{background-color:#fff}
.bg-black{background-color:#000}
.bg-white\/5{background-color:rgba(255,255,255,.05)}
.bg-white\/10{background-color:rgba(255,255,255,.1)}
.bg-black\/5{background-color:rgba(0,0,0,.05)}
.bg-black\/10{background-color:rgba(0,0,0,.1)}
.bg-black\/20{background-color:rgba(0,0,0,.2)}
.bg-black\/30{background-color:rgba(0,0,0,.3)}
.bg-black\/40{background-color:rgba(0,0,0,.4)}
.bg-black\/60{background-color:rgba(0,0,0,.6)}
.bg-\[\#ce2c2c\]{background-color:#ce2c2c}
.bg-indigo-500{background-color:#6366f1}
.bg-pink-500{background-color:#ec4899}

/* === GRADIENTS === */
.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}
.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}
.from-transparent{--tw-gradient-from:transparent;--tw-gradient-to:rgba(0,0,0,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}
.from-blue-500{--tw-gradient-from:#3b82f6;--tw-gradient-to:rgba(59,130,246,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}
.from-indigo-500{--tw-gradient-from:#6366f1;--tw-gradient-to:rgba(99,102,241,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}
.from-purple-500{--tw-gradient-from:#a855f7;--tw-gradient-to:rgba(168,85,247,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}
.from-red-500{--tw-gradient-from:#ef4444;--tw-gradient-to:rgba(239,68,68,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}
.from-yellow-500{--tw-gradient-from:#eab308;--tw-gradient-to:rgba(234,179,8,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}
.via-indigo-500{--tw-gradient-to:rgba(99,102,241,0);--tw-gradient-stops:var(--tw-gradient-from),#6366f1,var(--tw-gradient-to)}
.to-transparent{--tw-gradient-to:transparent}
.to-cyan-500{--tw-gradient-to:#06b6d4}
.to-indigo-500{--tw-gradient-to:#6366f1}
.to-orange-500{--tw-gradient-to:#f97316}
.to-purple-500{--tw-gradient-to:#a855f7}
.to-red-500{--tw-gradient-to:#ef4444}

/* === BORDERS === */
.border{border-width:1px}
.border-4{border-width:4px}
.border-t{border-top-width:1px}
.border-white\/5{border-color:rgba(255,255,255,.05)}
.border-white\/10{border-color:rgba(255,255,255,.1)}
.border-white\/20{border-color:rgba(255,255,255,.2)}
.border-white\/30{border-color:rgba(255,255,255,.3)}
.border-black\/10{border-color:rgba(0,0,0,.1)}
.border-black\/20{border-color:rgba(0,0,0,.2)}
.border-pink-500\/30{border-color:rgba(236,72,153,.3)}
.rounded-xl{border-radius:.75rem}
.rounded-2xl{border-radius:1rem}
.rounded-3xl{border-radius:1.5rem}
.rounded-full{border-radius:9999px}
.rounded-\[40px\]{border-radius:40px}
.rounded-l-xl{border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}
.rounded-r-xl{border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}

/* === EFFECTS === */
.shadow-sm{box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}
.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}
.shadow-2xl{box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}
.shadow-\[0_0_20px_rgba\(230\,60\,60\,0\.3\)\]{box-shadow:0 0 20px rgba(230,60,60,.3)}
.shadow-\[0_0_20px_rgba\(236\,72\,153\,0\.3\)\]{box-shadow:0 0 20px rgba(236,72,153,.3)}
.opacity-0{opacity:0}
.opacity-10{opacity:.1}
.opacity-20{opacity:.2}
.opacity-30{opacity:.3}
.opacity-60{opacity:.6}
.opacity-70{opacity:.7}
.opacity-80{opacity:.8}
.opacity-90{opacity:.9}

/* === INTERACTIVITY === */
.cursor-pointer{cursor:pointer}
.cursor-ew-resize{cursor:ew-resize}
.select-none{-webkit-user-select:none;user-select:none}
.touch-none{touch-action:none}
.pointer-events-auto{pointer-events:auto}
.pointer-events-none{pointer-events:none}
.accent-pink-500{accent-color:#ec4899}

/* === TRANSITIONS === */
.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,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(.4,0,.2,1);transition-duration:150ms}
.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:150ms}
.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:150ms}
.duration-75{transition-duration:75ms}

/* === HOVER STATES === */
.hover\:bg-\[\#c93333\]:hover{background-color:#c93333}
.hover\:bg-black\/20:hover{background-color:rgba(0,0,0,.2)}
.hover\:bg-black\/50:hover{background-color:rgba(0,0,0,.5)}
.hover\:bg-indigo-400:hover{background-color:#818cf8}
.hover\:bg-pink-400:hover{background-color:#f472b6}
.hover\:bg-pink-600:hover{background-color:#db2777}
.hover\:bg-white\/20:hover{background-color:rgba(255,255,255,.2)}
.hover\:from-indigo-600:hover{--tw-gradient-from:#4f46e5;--tw-gradient-to:rgba(79,70,229,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}
.hover\:to-purple-600:hover{--tw-gradient-to:#9333ea}
.hover\:scale-105:hover{transform:scale(1.05)}
.hover\:shadow-xl:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1)}
.hover\:text-pink-400:hover{color:#f472b6}

/* === ACTIVE STATES === */
.active\:scale-95:active{transform:scale(.95)}

/* === DISABLED STATES === */
.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}
.disabled\:grayscale:disabled{filter:grayscale(100%)}
.disabled\:opacity-50:disabled{opacity:.5}

/* === GROUP HOVER === */
.group:hover .group-hover\:scale-110{transform:scale(1.1)}

/* === RESPONSIVE: sm (640px) === */
@media(min-width:640px){
  .sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
  .sm\:text-6xl{font-size:3.75rem;line-height:1}
}

/* === RESPONSIVE: md (768px) === */
@media(min-width:768px){
  .md\:flex-row{flex-direction:row}
  .md\:gap-3{gap:.75rem}
  .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\:p-10{padding:2.5rem}
  .md\:p-12{padding:3rem}
  .md\:p-16{padding:4rem}
  .md\:py-16{padding-top:4rem;padding-bottom:4rem}
  .md\:py-24{padding-top:6rem;padding-bottom:6rem}
  .md\:text-lg{font-size:1.125rem;line-height:1.75rem}
  .md\:text-3xl{font-size:1.875rem;line-height:2.25rem}
  .md\:text-4xl{font-size:2.25rem;line-height:2.5rem}
  .md\:text-5xl{font-size:3rem;line-height:1}
  .md\:text-7xl{font-size:4.5rem;line-height:1}
}

/* === RESPONSIVE: lg (1024px) === */
@media(min-width:1024px){
  .lg\:col-span-5{grid-column:span 5/span 5}
  .lg\:col-span-7{grid-column:span 7/span 7}
  .lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
  .lg\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}
  .lg\:text-4xl{font-size:2.25rem;line-height:2.5rem}
  .lg\:text-7xl{font-size:4.5rem;line-height:1}
  .lg\:text-8xl{font-size:6rem;line-height:1}
}
