/* Liana Automotriz - CSS Compilado v39 | Mobile-First | Performance Optimized */
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.1)
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-family: 'Inter', sans-serif;
  scroll-behavior: smooth
}

body {
  margin: 0;
  line-height: inherit;
  background-color: #050505;
  color: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0
}

p {
  margin: 0
}

a {
  color: inherit;
  text-decoration: inherit
}

button {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  border: 0
}

img,
svg {
  display: block;
  max-width: 100%
}

input,
textarea,
select {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0
}

[hidden] {
  display: none
}

blockquote,
dl,
dd,
figure {
  margin: 0
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0
}

strong {
  font-weight: bolder
}

/* === LAYOUT === */
.block {
  display: block
}

.flex {
  display: flex
}

.hidden {
  display: none
}

.grid {
  display: grid
}

.inline-block {
  display: inline-block
}

.inline-flex {
  display: inline-flex
}

.relative {
  position: relative
}

.absolute {
  position: absolute
}

.fixed {
  position: fixed
}

.sticky {
  position: sticky
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.top-0 {
  top: 0
}

.right-0 {
  right: 0
}

.bottom-0 {
  bottom: 0
}

.left-0 {
  left: 0
}

.top-6 {
  top: 1.5rem
}

.right-6 {
  right: 1.5rem
}

.top-4 {
  top: 1rem
}

.right-4 {
  right: 1.4rem
}

.z-0 {
  z-index: 0
}

.z-10 {
  z-index: 10
}

.z-20 {
  z-index: 20
}

.z-40 {
  z-index: 40
}

.z-50 {
  z-index: 50
}

.z-\[60\] {
  z-index: 60
}

.z-\[70\] {
  z-index: 70
}

.z-\[100\] {
  z-index: 100
}

.z-\[110\] {
  z-index: 110
}

.-z-10 {
  z-index: -10
}

.overflow-hidden {
  overflow: hidden
}

.overflow-x:hidden {
  overflow-x: hidden
}

.overflow-y-auto {
  overflow-y: auto
}

.w-full {
  width: 100%
}

.w-auto {
  width: auto
}

.h-full {
  height: 100%
}

.h-auto {
  height: auto
}

.w-2 {
  width: .5rem
}

.w-3 {
  width: .75rem
}

.w-4 {
  width: 1rem
}

.w-5 {
  width: 1.25rem
}

.w-6 {
  width: 1.5rem
}

.w-8 {
  width: 2rem
}

.w-10 {
  width: 2.5rem
}

.w-12 {
  width: 3rem
}

.w-14 {
  width: 3.5rem
}

.w-16 {
  width: 4rem
}

.w-20 {
  width: 5rem
}

.w-28 {
  width: 7rem
}

.w-32 {
  width: 8rem
}

.h-2 {
  height: .5rem
}

.h-3 {
  height: .75rem
}

.h-4 {
  height: 1rem
}

.h-5 {
  height: 1.25rem
}

.h-6 {
  height: 1.5rem
}

.h-8 {
  height: 2rem
}

.h-10 {
  height: 2.5rem
}

.h-12 {
  height: 3rem
}

.h-14 {
  height: 3.5rem
}

.h-16 {
  height: 4rem
}

.h-20 {
  height: 5rem
}

.h-28 {
  height: 7rem
}

.h-32 {
  height: 8rem
}

.h-px {
  height: 1px
}

.w-px {
  width: 1px
}

.max-w-xs {
  max-width: 20rem
}

.max-w-sm {
  max-width: 24rem
}

.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-6xl {
  max-width: 72rem
}

.max-w-7xl {
  max-width: 80rem
}

.max-w-none {
  max-width: none
}

.max-w-\[95vw\] {
  max-width: 95vw
}

.min-h-screen {
  min-height: 100vh
}

.mx-auto {
  margin-left: auto;
  margin-right: auto
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem
}

.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
}

.mb-10 {
  margin-bottom: 2.5rem
}

.mb-12 {
  margin-bottom: 3rem
}

.mb-16 {
  margin-bottom: 4rem
}

.mt-1 {
  margin-top: .25rem
}

.mt-2 {
  margin-top: .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
}

.ml-2 {
  margin-left: .5rem
}

.mr-4 {
  margin-right: 1rem
}

.-space-x-3>*+* {
  margin-left: -.75rem
}

.space-y-2>*+* {
  margin-top: .5rem
}

.space-y-3>*+* {
  margin-top: .75rem
}

.space-y-4>*+* {
  margin-top: 1rem
}

.p-1 {
  padding: .25rem
}

.p-2 {
  padding: .5rem
}

.p-3 {
  padding: .75rem
}

.p-4 {
  padding: 1rem
}

.p-5 {
  padding: 1.25rem
}

.p-6 {
  padding: 1.5rem
}

.p-8 {
  padding: 2rem
}

.p-10 {
  padding: 2.5rem
}

.p-12 {
  padding: 3rem
}

.px-3 {
  padding-left: .75rem;
  padding-right: .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
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem
}

.py-1 {
  padding-top: .25rem;
  padding-bottom: .25rem
}

.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-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem
}

.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-16 {
  padding-top: 4rem;
  padding-bottom: 4rem
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem
}

.pt-0 {
  padding-top: 0
}

.pt-2 {
  padding-top: .5rem
}

.pt-4 {
  padding-top: 1rem
}

.pb-6 {
  padding-bottom: 1.5rem
}

.pl-2 {
  padding-left: .5rem
}

.pl-14 {
  padding-left: 3.5rem
}

.gap-1 {
  gap: .25rem
}

.gap-2 {
  gap: .5rem
}

.gap-3 {
  gap: .75rem
}

.gap-4 {
  gap: 1rem
}

.gap-5 {
  gap: 1.25rem
}

.gap-6 {
  gap: 1.5rem
}

.gap-8 {
  gap: 2rem
}

.gap-10 {
  gap: 2.5rem
}

.gap-12 {
  gap: 3rem
}

.gap-x-8 {
  column-gap: 2rem
}

.gap-y-4 {
  row-gap: 1rem
}

.gap-y-6 {
  row-gap: 1.5rem
}

/* FLEXBOX */
.flex-col {
  flex-direction: column
}

.flex-row {
  flex-direction: row
}

.flex-wrap {
  flex-wrap: wrap
}

.flex-1 {
  flex: 1 1 0%
}

.flex-shrink-0 {
  flex-shrink: 0
}

.shrink-0 {
  flex-shrink: 0
}

.items-center {
  align-items: center
}

.items-start {
  align-items: flex-start
}

.justify-center {
  justify-content: center
}

.justify-between {
  justify-content: space-between
}

.justify-start {
  justify-content: flex-start
}

.self-center {
  align-self: center
}

/* 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-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr))
}

.col-span-1 {
  grid-column: span 1/span 1
}

.order-1 {
  order: 1
}

.order-2 {
  order: 2
}

/* TYPOGRAPHY */
.font-sans {
  font-family: 'Inter', sans-serif
}

.font-display {
  font-family: 'Oswald', sans-serif
}

.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace
}

.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-6xl {
  font-size: 3.75rem;
  line-height: 1
}

.text-7xl {
  font-size: 4.5rem;
  line-height: 1
}

.text-\[10px\] {
  font-size: 10px
}

.text-\[10px\] {
  line-height: 14px
}

.font-light {
  font-weight: 300
}

.font-normal {
  font-weight: 400
}

.font-medium {
  font-weight: 500
}

.font-semibold {
  font-weight: 600
}

.font-bold {
  font-weight: 700
}

.font-black {
  font-weight: 900
}

.italic {
  font-style: italic
}

.uppercase {
  text-transform: uppercase
}

.lowercase {
  text-transform: lowercase
}

.tracking-tight {
  letter-spacing: -.025em
}

.tracking-wide {
  letter-spacing: .025em
}

.tracking-wider {
  letter-spacing: .05em
}

.tracking-widest {
  letter-spacing: .1em
}

.tracking-\[0\.1em\] {
  letter-spacing: .1em
}

.tracking-\[0\.2em\] {
  letter-spacing: .2em
}

.tracking-\[0\.3em\] {
  letter-spacing: .3em
}

.leading-none {
  line-height: 1
}

.leading-tight {
  line-height: 1.25
}

.leading-snug {
  line-height: 1.375
}

.leading-relaxed {
  line-height: 1.625
}

.leading-\[1\] {
  line-height: 1
}

.leading-\[1\.1\] {
  line-height: 1.1
}

.text-left {
  text-align: left
}

.text-center {
  text-align: center
}

.text-right {
  text-align: right
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.whitespace-nowrap {
  white-space: nowrap
}

.line-through {
  text-decoration-line: line-through
}

.decoration-4 {
  text-decoration-thickness: 4px
}

.underline {
  text-decoration-line: underline
}

/* COLORS - TEXT */
.text-white {
  color: #fff
}

.text-black {
  color: #000
}

.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-yellow-500 {
  color: #eab308
}

.text-red-500 {
  color: #ef4444
}

.text-red-600 {
  color: #dc2626
}

.text-green-400 {
  color: #4ade80
}

.text-green-500 {
  color: #22c55e
}

.text-blue-500 {
  color: #3b82f6
}

/* Liana Brand Colors */
.text-liana-red {
  color: #E60000
}

.text-liana-yellow {
  color: #FFB800
}

.text-transparent {
  color: transparent
}

/* COLORS - BACKGROUND */
.bg-black {
  background-color: #000
}

.bg-white {
  background-color: #fff
}

.bg-\[\#050505\] {
  background-color: #050505
}

.bg-\[\#030303\] {
  background-color: #030303
}

.bg-\[\#0A0A0A\] {
  background-color: #0A0A0A
}

.bg-\[\#101010\] {
  background-color: #101010
}

.bg-\[\#151515\] {
  background-color: #151515
}

.bg-\[\#202020\] {
  background-color: #202020
}

.bg-\[\#1A1A1A\] {
  background-color: #1A1A1A
}

.bg-liana-red {
  background-color: #E60000
}

.bg-liana-yellow {
  background-color: #FFB800
}

.bg-liana-dark {
  background-color: #050505
}

.bg-liana-surface {
  background-color: #1A1A1A
}

.bg-liana-panel {
  background-color: #0F0F0F
}

.bg-blue-600 {
  background-color: #2563eb
}

.bg-red-500 {
  background-color: #ef4444
}

.bg-red-600 {
  background-color: #dc2626
}

.bg-yellow-500 {
  background-color: #eab308
}

.bg-yellow-600 {
  background-color: #ca8a04
}

.bg-green-500 {
  background-color: #22c55e
}

.bg-\[\#FF5F56\] {
  background-color: #FF5F56
}

.bg-\[\#FFBD2E\] {
  background-color: #FFBD2E
}

.bg-\[\#27C93F\] {
  background-color: #27C93F
}

/* Opacity backgrounds */
.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\/50 {
  background-color: rgba(0, 0, 0, .5)
}

.bg-black\/80 {
  background-color: rgba(0, 0, 0, .8)
}

.bg-black\/95 {
  background-color: rgba(0, 0, 0, .95)
}

.bg-white\/5 {
  background-color: rgba(255, 255, 255, .05)
}

.bg-white\/10 {
  background-color: rgba(255, 255, 255, .1)
}

.bg-white\/20 {
  background-color: rgba(255, 255, 255, .2)
}

.bg-liana-red\/5 {
  background-color: rgba(230, 0, 0, .05)
}

.bg-liana-red\/10 {
  background-color: rgba(230, 0, 0, .1)
}

.bg-liana-red\/20 {
  background-color: rgba(230, 0, 0, .2)
}

.bg-liana-red\/30 {
  background-color: rgba(230, 0, 0, .3)
}

.bg-liana-yellow\/5 {
  background-color: rgba(255, 184, 0, .05)
}

.bg-liana-yellow\/10 {
  background-color: rgba(255, 184, 0, .1)
}

.bg-liana-yellow\/20 {
  background-color: rgba(255, 184, 0, .2)
}

.bg-green-600\/20 {
  background-color: rgba(22, 163, 74, .2)
}

.bg-green-600\/30 {
  background-color: rgba(22, 163, 74, .3)
}

.bg-blue-500\/10 {
  background-color: rgba(59, 130, 246, .1)
}

.bg-yellow-500\/10 {
  background-color: rgba(234, 179, 8, .1)
}

.bg-yellow-500\/20 {
  background-color: rgba(234, 179, 8, .2)
}

.bg-green-500\/10 {
  background-color: rgba(34, 197, 94, .1)
}

.bg-gray-900 {
  background-color: #111827
}

.bg-\[#0F0F0F\] {
  background-color: #0F0F0F
}

/* GRADIENT BACKGROUNDS */
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops))
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops))
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops))
}

.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops))
}

.from-liana-red {
  --tw-gradient-from: #E60000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 0, 0, 0))
}

.from-red-400 {
  --tw-gradient-from: #f87171;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0))
}

.from-white {
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-transparent {
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent)
}

.from-yellow-500 {
  --tw-gradient-from: #eab308;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0))
}

.from-gray-900 {
  --tw-gradient-from: #111827;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0))
}

.from-liana-panel {
  --tw-gradient-from: #0F0F0F;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 15, 15, 0))
}

.via-white {
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-red-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0))
}

.via-red-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0))
}

.via-transparent {
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, transparent)
}

.via-white\/20 {
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, .2), var(--tw-gradient-to, transparent)
}

.to-liana-red {
  --tw-gradient-to: #E60000
}

.to-red-500 {
  --tw-gradient-to: #ef4444
}

.to-red-600 {
  --tw-gradient-to: #dc2626
}

.to-white {
  --tw-gradient-to: #fff
}

.to-gray-400 {
  --tw-gradient-to: #9ca3af
}

.to-gray-500 {
  --tw-gradient-to: #6b7280
}

.to-transparent {
  --tw-gradient-to: transparent
}

.to-purple-600 {
  --tw-gradient-to: #9333ea
}

.to-black {
  --tw-gradient-to: #000
}

/* Clip text */
.bg-clip-text {
  -webkit-background-clip: text;
  background-clip: text
}

/* BORDERS */
.border {
  border-width: 1px
}

.border-0 {
  border-width: 0
}

.border-2 {
  border-width: 2px
}

.border-b {
  border-bottom-width: 1px
}

.border-t {
  border-top-width: 1px
}

.border-l {
  border-left-width: 1px
}

.border-r {
  border-right-width: 1px
}

.border-white\/5 {
  border-color: rgba(255, 255, 255, .05)
}

.border-white\/8 {
  border-color: rgba(255, 255, 255, .08)
}

.border-white\/10 {
  border-color: rgba(255, 255, 255, .1)
}

.border-white\/20 {
  border-color: rgba(255, 255, 255, .2)
}

.border-liana-red {
  border-color: #E60000
}

.border-liana-red\/20 {
  border-color: rgba(230, 0, 0, .2)
}

.border-liana-red\/30 {
  border-color: rgba(230, 0, 0, .3)
}

.border-liana-red\/50 {
  border-color: rgba(230, 0, 0, .5)
}

.border-liana-yellow {
  border-color: #FFB800
}

.border-liana-yellow\/20 {
  border-color: rgba(255, 184, 0, .2)
}

.border-liana-yellow\/30 {
  border-color: rgba(255, 184, 0, .3)
}

.border-liana-yellow\/50 {
  border-color: rgba(255, 184, 0, .5)
}

.border-green-600\/30 {
  border-color: rgba(22, 163, 74, .3)
}

.border-blue-500\/20 {
  border-color: rgba(59, 130, 246, .2)
}

.border-yellow-500\/20 {
  border-color: rgba(234, 179, 8, .2)
}

.border-green-500\/20 {
  border-color: rgba(34, 197, 94, .2)
}

.border-dashed {
  border-style: dashed
}

.border-white {
  border-color: #fff
}

.rounded {
  border-radius: .25rem
}

.rounded-full {
  border-radius: 9999px
}

.rounded-lg {
  border-radius: .5rem
}

.rounded-xl {
  border-radius: .75rem
}

.rounded-2xl {
  border-radius: 1rem
}

.rounded-3xl {
  border-radius: 1.5rem
}

.rounded-md {
  border-radius: .375rem
}

.rounded-sm {
  border-radius: .125rem
}

.rounded-t-xl {
  border-top-left-radius: .75rem;
  border-top-right-radius: .75rem
}

.rounded-\[12px\] {
  border-radius: 12px
}

/* SHADOWS */
.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-neon {
  box-shadow: 0 0 20px rgba(230, 0, 0, .5)
}

.shadow-neon-strong {
  box-shadow: 0 0 30px rgba(230, 0, 0, .7), 0 0 10px rgba(255, 255, 255, .2)
}

.drop-shadow-lg {
  filter: drop-shadow(0 10px 8px rgba(0, 0, 0, .04)) drop-shadow(0 4px 3px rgba(0, 0, 0, .1))
}

.drop-shadow-2xl {
  filter: drop-shadow(0 25px 25px rgba(0, 0, 0, .15))
}

/* BLUR / BACKDROP */
.blur-lg {
  filter: blur(16px)
}

.blur-xl {
  filter: blur(24px)
}

.blur-\[20px\] {
  filter: blur(20px)
}

.blur-\[80px\] {
  filter: blur(80px)
}

.blur-\[100px\] {
  filter: blur(100px)
}

.blur-\[120px\] {
  filter: blur(120px)
}

.backdrop-blur-sm {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px)
}

.backdrop-blur-lg {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px)
}

.backdrop-blur-xl {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px)
}

/* OPACITY */
.opacity-0 {
  opacity: 0
}

.opacity-10 {
  opacity: .1
}

.opacity-20 {
  opacity: .2
}

.opacity-30 {
  opacity: .3
}

.opacity-40 {
  opacity: .4
}

.opacity-50 {
  opacity: .5
}

.opacity-60 {
  opacity: .6
}

.opacity-70 {
  opacity: .7
}

.opacity-80 {
  opacity: .8
}

.opacity-100 {
  opacity: 1
}

/* TRANSFORMS */
.transform {
  transform: var(--tw-transform)
}

.scale-95 {
  transform: scale(.95)
}

.scale-100 {
  transform: scale(1)
}

.scale-105 {
  transform: scale(1.05)
}

.rotate-2 {
  transform: rotate(2deg)
}

.translate-x-full {
  transform: translateX(100%)
}

.translate-y-full {
  transform: translateY(100%)
}

.translate-y-0 {
  transform: translateY(0)
}

.-translate-x-1\/2 {
  transform: translateX(-50%)
}

.-translate-y-1\/2 {
  transform: translateY(-50%)
}

.translate-x-0 {
  transform: translateX(0)
}

.-translate-x-full {
  transform: translateX(-100%)
}

.-inset-\[2px\] {
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px
}

/* 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-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
}

.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
}

.duration-100 {
  transition-duration: 100ms
}

.duration-200 {
  transition-duration: 200ms
}

.duration-300 {
  transition-duration: 300ms
}

.duration-500 {
  transition-duration: 500ms
}

.duration-700 {
  transition-duration: 700ms
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}

/* ASPECT RATIO */
.aspect-video {
  aspect-ratio: 16/9
}

.aspect-\[16\/9\] {
  aspect-ratio: 16/9
}

/* OBJECT FIT */
.object-cover {
  object-fit: cover
}

.object-contain {
  object-fit: contain
}

/* POINTER EVENTS */
.pointer-events-none {
  pointer-events: none
}

.pointer-events-all {
  pointer-events: all
}

/* CURSOR */
.cursor-pointer {
  cursor: pointer
}

.cursor-zoom-in {
  cursor: zoom-in
}

/* SELECT */
.select-none {
  user-select: none
}

/* FILL */
.fill-current {
  fill: currentColor
}

.fill-yellow-500\/20 {
  fill: rgba(234, 179, 8, .2)
}

.fill-liana-red\/20 {
  fill: rgba(230, 0, 0, .2)
}

/* GRAYSCALE */
.grayscale-\[20\%\] {
  filter: grayscale(20%)
}

/* === KEYFRAMES & ANIMATIONS === */
@keyframes ping {

  75%,
  100% {
    transform: scale(2);
    opacity: 0
  }
}

@keyframes pulse {
  50% {
    opacity: .5
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg)
  }
}

@keyframes bounce {

  0%,
  100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1)
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1)
  }
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-10px)
  }
}

@keyframes infinite-scroll {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-50%)
  }
}

@keyframes bounce-down {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(10px)
  }
}

.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite
}

.animate-pulse-fast {
  animation: pulse 1.5s cubic-bezier(0.4, 0, 0.6, 1) infinite
}

.animate-spin {
  animation: spin 1s linear infinite
}

.animate-bounce {
  animation: bounce 1s infinite
}

.animate-float {
  animation: float 6s ease-in-out infinite
}

.animate-\[spin_10s_linear_infinite\] {
  animation: spin 10s linear infinite
}

.animate-none {
  animation: none
}

/* === COMPONENT CLASSES (Liana Custom) === */
.bg-grid {
  background-size: 50px 50px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, .05) 1px, transparent 1px), linear-gradient(to bottom, rgba(255, 255, 255, .05) 1px, transparent 1px);
  mask-image: linear-gradient(to bottom, black 40%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, black 40%, transparent 100%)
}

.neon-text {
  text-shadow: 0 0 10px rgba(230, 0, 0, .8)
}

.neon-text-yellow {
  text-shadow: 0 0 10px rgba(255, 184, 0, .8)
}

.btn-primary {
  background: linear-gradient(92deg, #D90000 0%, #FF2222 100%);
  box-shadow: 0 0 20px rgba(217, 0, 0, .4);
  transition: all .3s ease;
  position: relative;
  overflow: hidden;
  color: #fff;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center
}

.btn-primary:hover {
  transform: scale(1.05);
  box-shadow: 0 0 40px rgba(217, 0, 0, .6)
}

.btn-primary::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .4), transparent);
  transition: .5s
}

.btn-primary:hover::after {
  left: 100%
}

.btn-primary-yellow {
  background: linear-gradient(92deg, #FFB800 0%, #FFC933 100%);
  box-shadow: 0 0 20px rgba(255, 184, 0, .4);
  transition: all .3s ease;
  position: relative;
  overflow: hidden;
  color: #000;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center
}

.btn-primary-yellow:hover {
  transform: scale(1.05);
  box-shadow: 0 0 40px rgba(255, 184, 0, .6)
}

.btn-primary-yellow::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .4), transparent);
  transition: .5s
}

.btn-primary-yellow:hover::after {
  left: 100%
}

.glass-panel {
  background: rgba(20, 20, 20, .6);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, .08)
}

.marquee-container {
  mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent)
}

.mobile-menu {
  transform: translateX(100%);
  transition: transform .3s ease-in-out
}

.mobile-menu.active {
  transform: translateX(0)
}

.mobile-menu-overlay {
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease-in-out
}

.mobile-menu-overlay.active {
  opacity: 1;
  pointer-events: all
}

.scroll-indicator {
  animation: bounce-down 2s ease-in-out infinite
}

.scrollbar-hide::-webkit-scrollbar {
  display: none
}

.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none
}

/* Infinite Carousel */
.infinite-carousel-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 20px 0;
  -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
  mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent)
}

.infinite-track {
  display: flex;
  gap: 1rem;
  width: max-content;
  animation: infinite-scroll 60s linear infinite;
  will-change: transform
}

.carousel-card {
  flex-shrink: 0;
  width: auto;
  height: 240px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  transition: all .3s ease;
  border: 2px solid #E60000;
  box-shadow: 0 0 15px rgba(230, 0, 0, .3);
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center
}

.carousel-card-yellow {
  border-color: #FFB800;
  box-shadow: 0 0 15px rgba(255, 184, 0, .3)
}

.carousel-card:hover {
  transform: scale(1.05);
  z-index: 10;
  box-shadow: 0 0 25px rgba(230, 0, 0, .6);
  border-color: #ff3333
}

.carousel-card img {
  height: 100%;
  width: auto;
  max-width: none;
  object-fit: contain;
  display: block
}

/* Demo section */
.demo-tab.active {
  color: #fff;
  background-color: rgba(255, 255, 255, .05)
}

.demo-tab.active .active-indicator {
  transform: scaleX(1)
}

.active-indicator {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #E60000;
  transform: scaleX(0);
  transition: transform .3s
}

/* Scroll bar */
::-webkit-scrollbar {
  width: 8px;
  height: 8px
}

::-webkit-scrollbar-track {
  background: #0a0a0a
}

::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 4px
}

::-webkit-scrollbar-thumb:hover {
  background: #E60000
}

/* Filter buttons */
.filter-btn {
  transition: all .3s
}

.filter-btn.active-red {
  background-color: #E60000;
  color: #fff;
  border-color: #E60000;
  box-shadow: 0 0 15px rgba(230, 0, 0, .5)
}

.filter-btn.active-yellow {
  background-color: #FFB800;
  color: #000;
  border-color: #FFB800;
  box-shadow: 0 0 15px rgba(255, 184, 0, .5)
}

/* === RESPONSIVE - MOBILE FIRST === */
/* Base = mobile. md = 768px+ */
@media (min-width:768px) {
  .md\:block {
    display: block
  }

  .md\:flex {
    display: flex
  }

  .md\:hidden {
    display: none
  }

  .md\:grid {
    display: grid
  }

  .md\:inline-block {
    display: inline-block
  }

  .md\:w-\[48\%\] {
    width: 48%
  }

  .md\:w-\[280px\] {
    width: 280px
  }

  .md\:h-20 {
    height: 5rem
  }

  .md\:h-12 {
    height: 3rem
  }

  .md\:h-14 {
    height: 3.5rem
  }

  .md\:h-6 {
    height: 1.5rem
  }

  .md\:h-40 {
    height: 10rem
  }

  .md\:h-\[650px\] {
    height: 650px
  }

  .md\:w-20 {
    width: 5rem
  }

  .md\:w-28 {
    width: 7rem
  }

  .md\:w-10 {
    width: 2.5rem
  }

  .md\:h-10 {
    height: 2.5rem
  }

  .md\:w-14 {
    height: 3.5rem
  }

  .md\:h-14 {
    height: 3.5rem
  }

  .md\:w-3 {
    width: .75rem
  }

  .md\:h-3 {
    height: .75rem
  }

  .md\:flex-row {
    flex-direction: row
  }

  .md\:flex-col {
    flex-direction: column
  }

  .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\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr))
  }

  .md\:col-span-2 {
    grid-column: span 2/span 2
  }

  .md\:gap-4 {
    gap: 1rem
  }

  .md\:gap-6 {
    gap: 1.5rem
  }

  .md\:gap-8 {
    gap: 2rem
  }

  .md\:gap-12 {
    gap: 3rem
  }

  .md\:gap-20 {
    gap: 5rem
  }

  .md\:mb-0 {
    margin-bottom: 0
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem
  }

  .md\:mb-12 {
    margin-bottom: 3rem
  }

  .md\:mb-16 {
    margin-bottom: 4rem
  }

  .md\:mt-0 {
    margin-top: 0
  }

  .md\:mt-12 {
    margin-top: 3rem
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem
  }

  .md\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
  }

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem
  }

  .md\:py-18 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem
  }

  .md\:pb-16 {
    padding-bottom: 4rem
  }

  .md\:pt-8 {
    padding-top: 2rem
  }

  .md\:p-8 {
    padding: 2rem
  }

  .md\:p-10 {
    padding: 2.5rem
  }

  .md\:p-12 {
    padding: 3rem
  }

  .md\:p-6 {
    padding: 1.5rem
  }

  .md\:text-sm {
    font-size: .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-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-6xl {
    font-size: 3.75rem;
    line-height: 1
  }

  .md\:text-7xl {
    font-size: 4.5rem;
    line-height: 1
  }

  .md\:text-xs {
    font-size: .75rem;
    line-height: 1rem
  }

  .md\:text-left {
    text-align: left
  }

  .md\:text-center {
    text-align: center
  }

  .md\:items-center {
    align-items: center
  }

  .md\:justify-start {
    justify-content: flex-start
  }

  .md\:rotate-2 {
    transform: rotate(2deg)
  }

  .md\:bottom-8 {
    bottom: 2rem
  }

  .md\:right-8 {
    right: 2rem
  }

  .md\:top-8 {
    top: 2rem
  }

  .md\:left-8 {
    left: 2rem
  }

  .md\:gap-3 {
    gap: .75rem
  }

  .md\:gap-5 {
    gap: 1.25rem
  }

  .infinite-track {
    animation-duration: 80s;
    gap: 1.5rem
  }

  .carousel-card {
    height: 280px;
    border-width: 3px
  }

  .md\:w-auto {
    width: auto
  }

  .md\:max-w-7xl {
    max-width: 80rem
  }

  .md\:order-1 {
    order: 1
  }

  .md\:order-2 {
    order: 2
  }
}

@media (min-width:1024px) {
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr))
  }

  .lg\:col-span-4 {
    grid-column: span 4/span 4
  }

  .lg\:col-span-8 {
    grid-column: span 8/span 8
  }

  .lg\:col-span-12 {
    grid-column: span 12/span 12
  }

  .lg\:w-\[32\%\] {
    width: 32%
  }

  .lg\:block {
    display: block
  }

  .lg\:flex {
    display: flex
  }

  .lg\:hidden {
    display: none
  }

  .lg\:flex-row {
    flex-direction: row
  }

  .lg\:order-1 {
    order: 1
  }

  .lg\:order-2 {
    order: 2
  }

  .lg\:mt-0 {
    margin-top: 0
  }

  .lg\:gap-20 {
    gap: 5rem
  }
}

/* Mobile-specific scroll helpers */
@media (max-width:767px) {
  ::-webkit-scrollbar {
    width: 12px
  }

  ::-webkit-scrollbar-thumb {
    background: #E60000;
    border-radius: 6px;
    border: 2px solid #0a0a0a
  }

  ::-webkit-scrollbar-track {
    background: #1a1a1a;
    border-radius: 6px
  }

  iframe:active,
  iframe:focus {
    pointer-events: auto
  }

  .sm\:hidden {
    display: none
  }
}

@media (min-width:640px) {
  .sm\:inline {
    display: inline
  }

  .sm\:hidden {
    display: none
  }
}

/* Hover states */
.hover\:text-white:hover {
  color: #fff
}

.hover\:text-black:hover {
  color: #000
}

.hover\:text-liana-red:hover {
  color: #E60000
}

.hover\:text-liana-yellow:hover {
  color: #FFB800
}

.hover\:text-green-300:hover {
  color: #86efac
}

.hover\:text-blue-400:hover {
  color: #60a5fa
}

.hover\:text-yellow-400:hover {
  color: #facc15
}

.hover\:text-green-400:hover {
  color: #4ade80
}

.hover\:bg-white\/5:hover {
  background-color: rgba(255, 255, 255, .05)
}

.hover\:bg-white\/10:hover {
  background-color: rgba(255, 255, 255, .1)
}

.hover\:bg-liana-red\/20:hover {
  background-color: rgba(230, 0, 0, .2)
}

.hover\:bg-liana-yellow\/20:hover {
  background-color: rgba(255, 184, 0, .2)
}

.hover\:bg-green-600\/30:hover {
  background-color: rgba(22, 163, 74, .3)
}

.hover\:border-white:hover {
  border-color: #fff
}

.hover\:border-liana-red\/50:hover {
  border-color: rgba(230, 0, 0, .5)
}

.hover\:border-liana-yellow\/50:hover {
  border-color: rgba(255, 184, 0, .5)
}

.hover\:border-white\/10:hover {
  border-color: rgba(255, 255, 255, .1)
}

.hover\:scale-105:hover {
  transform: scale(1.05)
}

.hover\:scale-110:hover {
  transform: scale(1.1)
}

.hover\:rotate-0:hover {
  transform: rotate(0deg)
}

.hover\:opacity-80:hover {
  opacity: .8
}

.hover\:opacity-60:hover {
  opacity: .6
}

.hover\:shadow-\[0_0_15px_rgba\(230\,0\,0\,0\.5\)\]:hover {
  box-shadow: 0 0 15px rgba(230, 0, 0, .5)
}

.hover\:shadow-\[0_0_15px_rgba\(255\,184\,0\,0\.5\)\]:hover {
  box-shadow: 0 0 15px rgba(255, 184, 0, .5)
}

.hover\:translate-x-1:hover {
  transform: translateX(.25rem)
}

.hover\:-translate-x-1:hover {
  transform: translateX(-.25rem)
}

.hover\:animate-none:hover {
  animation: none
}

/* GROUP HOVER */
.group:hover .group-hover\:scale-105 {
  transform: scale(1.05)
}

.group:hover .group-hover\:scale-110 {
  transform: scale(1.1)
}

.group:hover .group-hover\:text-white {
  color: #fff
}

.group:hover .group-hover\:text-liana-red {
  color: #E60000
}

.group:hover .group-hover\:text-liana-yellow {
  color: #FFB800
}

.group:hover .group-hover\:text-blue-400 {
  color: #60a5fa
}

.group:hover .group-hover\:text-yellow-400 {
  color: #facc15
}

.group:hover .group-hover\:text-green-300 {
  color: #86efac
}

.group:hover .group-hover\:text-green-400 {
  color: #4ade80
}

.group:hover .group-hover\:bg-liana-red\/20 {
  background-color: rgba(230, 0, 0, .2)
}

.group:hover .group-hover\:bg-white\/10 {
  background-color: rgba(255, 255, 255, .1)
}

.group:hover .group-hover\:bg-liana-red\/30 {
  background-color: rgba(230, 0, 0, .3)
}

.group:hover .group-hover\:opacity-80 {
  opacity: .8
}

.group:hover .group-hover\:opacity-60 {
  opacity: .6
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1
}

.group:hover .group-hover\:blur-xl {
  filter: blur(24px)
}

.group:hover .group-hover\:grayscale-0 {
  filter: grayscale(0)
}

.group\/item:hover .group-hover\/item\:text-liana-red {
  color: #E60000
}

.group\/viewer:hover .group-hover\/viewer\:grayscale-0 {
  filter: grayscale(0)
}

/* MISC */
.space-x-2>*+* {
  margin-left: .5rem
}

.perspective-1000 {
  perspective: 1000px
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.w-\[280px\] {
  width: 280px
}

.w-\[800px\] {
  width: 800px
}

.w-\[600px\] {
  width: 600px
}

.w-\[500px\] {
  width: 500px
}

.h-\[500px\] {
  height: 500px
}

.h-\[600px\] {
  height: 600px
}

.h-\[500px\] {
  height: 500px
}

.h-8 {
  height: 2rem
}

.h-\[500px\] {
  height: 500px
}

.h-\[650px\] {
  height: 650px
}

.h-\[32px\] {
  height: 32px
}

.h-32 {
  height: 8rem
}

.h-40 {
  height: 10rem
}

.w-3\/5 {
  width: 60%
}

.w-2\/5 {
  width: 40%
}

.w-16 {
  width: 4rem
}

.-inset-\[2px\] {
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px
}

.-bottom-8 {
  bottom: -2rem
}

.-bottom-12 {
  bottom: -3rem
}

.left-\[10\%\] {
  left: 10%
}

.right-\[10\%\] {
  right: 10%
}

.top-\[64px\] {
  top: 64px
}

.left-\[16\%\] {
  left: 16%
}

.right-\[16\%\] {
  right: 16%
}

.max-w-\[90vw\] {
  max-width: 90vw
}

.max-h-\[85vh\] {
  max-height: 85vh
}

.h-4 {
  height: 1rem
}

.h-px {
  height: 1px
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.w-2\.5 {
  width: .625rem
}

.h-2\.5 {
  height: .625rem
}

.text-\[10px\] {
  font-size: 10px
}

.flex-\[1\] {
  flex: 1
}

.-space-x-3>*+* {
  margin-left: -.75rem
}

/* === MOBILE & NEON OPTIMIZATIONS === */
.shadow-neon-strong {
  box-shadow: 0 0 20px rgba(230, 0, 0, 0.4), 0 0 40px rgba(230, 0, 0, 0.2);
}

.shadow-neon-yellow {
  box-shadow: 0 0 20px rgba(255, 184, 0, 0.4), 0 0 40px rgba(255, 184, 0, 0.2);
}

@media (max-width: 640px) {
  .text-xs-mobile {
    font-size: 0.75rem !important;
  }
}

.tap-target {
  min-height: 48px;
  min-width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-gradient-text {
  background: linear-gradient(to right, #fff, #999);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}