/* VoltRide utilities — static, no Tailwind runtime (fast on iPhone Safari/Opera) */
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;text-size-adjust:100%}
body{margin:0}

/* Display */
.block{display:block}.inline-flex{display:inline-flex}.flex{display:flex}.grid{display:grid}.hidden{display:none}
.flex-1{flex:1 1 0%}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-shrink-0{flex-shrink:0}
.flex-\[1\.4\]{flex:1.4 1 0%}
.items-center{align-items:center}.items-start{align-items:flex-start}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}
.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}
.self-start{align-self:flex-start}
.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}
.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-5>:not([hidden])~:not([hidden]){margin-top:1.25rem}
.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.col-span-full{grid-column:1/-1}
.divide-x>:not([hidden])~:not([hidden]){border-left-width:1px}
.divide-white\/5>:not([hidden])~:not([hidden]){border-color:rgba(255,255,255,.05)}

/* Position */
.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:sticky}
.inset-x-0{left:0;right:0}
.top-0{top:0}.top-2{top:.5rem}.top-4{top:1rem}.top-1\/2{top:50%}
.bottom-0{bottom:0}.bottom-2{bottom:.5rem}
.left-0{left:0}.left-2{left:.5rem}.left-3\.5{left:.875rem}.left-1\/2{left:50%}
.right-0{right:0}.right-2{right:.5rem}.right-4{right:1rem}
.z-40{z-index:40}.z-50{z-index:50}
.-translate-x-1\/2{transform:translateX(-50%)}
.-translate-y-1\/2{transform:translateY(-50%)}
.translate-x-1\/2{transform:translateX(50%)}
.translate-y-1\/2{transform:translateY(50%)}
.scale-110{transform:scale(1.1)}
.group:hover .group-hover\:scale-110{transform:scale(1.1)}
.pointer-events-none{pointer-events:none}
.cursor-pointer{cursor:pointer}

/* Sizing */
.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-9{width:2.25rem}
.w-10{width:2.5rem}.w-11{width:2.75rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}
.w-20{width:5rem}.w-full{width:100%}
.w-4\.5{width:1.125rem}
.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-9{height:2.25rem}
.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}
.h-20{height:5rem}.h-36{height:9rem}.h-40{height:10rem}.h-full{height:100%}
.h-4\.5{height:1.125rem}
.min-h-screen{min-height:100vh;min-height:100dvh}
.min-h-\[2\.5em\]{min-height:2.5em}
.min-w-0{min-width:0}
.max-w-md{max-width:28rem}.max-w-lg{max-width:32rem}.max-w-2xl{max-width:42rem}.max-w-6xl{max-width:72rem}
.max-w-\[40\%\]{max-width:40%}.max-w-\[75\%\]{max-width:75%}
.mx-auto{margin-left:auto;margin-right:auto}
.-mx-1{margin-left:-.25rem;margin-right:-.25rem}
.mx-1{margin-left:.25rem;margin-right:.25rem}

/* Spacing */
.p-1{padding:.25rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-3\.5{padding:.875rem}
.p-4{padding:1rem}.p-6{padding:1.5rem}
.px-1{padding-left:.25rem;padding-right:.25rem}
.px-2{padding-left:.5rem;padding-right:.5rem}
.px-2\.5{padding-left:.625rem;padding-right:.625rem}
.px-3{padding-left:.75rem;padding-right:.75rem}
.px-3\.5{padding-left:.875rem;padding-right:.875rem}
.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}
.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}
.py-1{padding-top:.25rem;padding-bottom:.25rem}
.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}
.py-2{padding-top:.5rem;padding-bottom:.5rem}
.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}
.py-3{padding-top:.75rem;padding-bottom:.75rem}
.py-3\.5{padding-top:.875rem;padding-bottom:.875rem}
.py-4{padding-top:1rem;padding-bottom:1rem}
.py-6{padding-top:1.5rem;padding-bottom:1.5rem}
.py-12{padding-top:3rem;padding-bottom:3rem}
.py-16{padding-top:4rem;padding-bottom:4rem}
.py-20{padding-top:5rem;padding-bottom:5rem}
.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}
.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pt-10{padding-top:2.5rem}
.pt-12{padding-top:3rem}.pt-16{padding-top:4rem}
.pb-1{padding-bottom:.25rem}.pb-3{padding-bottom:.75rem}.pb-8{padding-bottom:2rem}
.pb-10{padding-bottom:2.5rem}.pb-24{padding-bottom:6rem}
.pl-1{padding-left:.25rem}.pl-10{padding-left:2.5rem}.pr-4{padding-right:1rem}
.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}
.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}
.mt-8{margin-top:2rem}.mt-10{margin-top:2.5rem}
.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.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-10{margin-bottom:2.5rem}
.-mt-2{margin-top:-.5rem}

/* Typography */
.font-sans{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}
.font-display{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}
.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}
.font-bold{font-weight:700}.font-extrabold{font-weight:800}
.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-\[10px\]{font-size:10px;line-height:14px}
.text-\[11px\]{font-size:11px;line-height:15px}
.text-\[13px\]{font-size:13px;line-height:18px}
.text-\[17px\]{font-size:17px;line-height:22px}
.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}
.leading-none{line-height:1}.leading-tight{line-height:1.25}.leading-snug{line-height:1.375}.leading-relaxed{line-height:1.625}
.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}
.uppercase{text-transform:uppercase}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.line-clamp-2{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}

/* Colors — text */
.text-white{color:#fff}
.text-white\/25{color:rgba(255,255,255,.25)}
.text-white\/30{color:rgba(255,255,255,.3)}
.text-white\/35{color:rgba(255,255,255,.35)}
.text-white\/40{color:rgba(255,255,255,.4)}
.text-white\/45{color:rgba(255,255,255,.45)}
.text-white\/50{color:rgba(255,255,255,.5)}
.text-white\/55{color:rgba(255,255,255,.55)}
.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-lime{color:#c8ff00}
.text-lime\/70{color:rgba(200,255,0,.7)}
.text-dark-950{color:#05050a}
.text-neon-purple{color:#d946ef}
.text-neon-pink{color:#ff2d95}
.text-cyan-300{color:#67e8f9}
.text-red-400{color:#f87171}
.text-red-400\/80{color:rgba(248,113,113,.8)}
.text-red-400\/90{color:rgba(248,113,113,.9)}
.text-\[\#25D366\]{color:#25D366}

/* Colors — bg */
.bg-dark-950{background-color:#05050a}
.bg-dark-950\/90{background-color:rgba(5,5,10,.9)}
.bg-dark-800{background-color:#12121c}
.bg-dark-800\/80{background-color:rgba(18,18,28,.8)}
.bg-dark-700{background-color:#1a1a28}
.bg-lime{background-color:#c8ff00}
.bg-lime\/5{background-color:rgba(200,255,0,.05)}
.bg-lime\/10{background-color:rgba(200,255,0,.1)}
.bg-lime\/15{background-color:rgba(200,255,0,.15)}
.bg-lime\/20{background-color:rgba(200,255,0,.2)}
.bg-neon-purple{background-color:#d946ef}
.bg-neon-purple\/10{background-color:rgba(217,70,239,.1)}
.bg-red-500{background-color:#ef4444}
.bg-white\/5{background-color:rgba(255,255,255,.05)}
.bg-black\/50{background-color:rgba(0,0,0,.5)}
.bg-black\/55{background-color:rgba(0,0,0,.55)}
.bg-\[\#25D366\]\/20{background-color:rgba(37,211,102,.2)}
.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops,transparent,transparent))}
.from-lime\/20{--tw-gradient-from:rgba(200,255,0,.2);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,transparent)}
.from-lime\/30{--tw-gradient-from:rgba(200,255,0,.3);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,transparent)}
.to-neon-purple\/20{--tw-gradient-to:rgba(217,70,239,.2)}
.to-neon-purple\/30{--tw-gradient-to:rgba(217,70,239,.3)}

/* Borders */
.border{border-width:1px;border-style:solid;border-color:rgba(255,255,255,.1)}
.border-0{border-width:0}.border-2{border-width:2px;border-style:solid}
.border-b{border-bottom-width:1px;border-bottom-style:solid;border-color:rgba(255,255,255,.08)}
.border-t{border-top-width:1px;border-top-style:solid;border-color:rgba(255,255,255,.08)}
.border-lime{border-color:#c8ff00}
.border-lime\/20{border-color:rgba(200,255,0,.2)}
.border-lime\/30{border-color:rgba(200,255,0,.3)}
.border-lime\/40{border-color:rgba(200,255,0,.4)}
.border-neon-purple{border-color:#d946ef}
.border-neon-purple\/30{border-color:rgba(217,70,239,.3)}
.border-neon-purple\/40{border-color:rgba(217,70,239,.4)}
.border-white\/5{border-color:rgba(255,255,255,.05)}
.border-white\/10{border-color:rgba(255,255,255,.1)}
.border-white\/15{border-color:rgba(255,255,255,.15)}
.border-red-500\/30{border-color:rgba(239,68,68,.3)}
.border-red-400\/40{border-color:rgba(248,113,113,.4)}
.border-transparent{border-color:transparent}
.border-\[\#25D366\]\/30{border-color:rgba(37,211,102,.3)}
.last\:border-0:last-child{border-width:0}

/* Radius */
.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}
.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}
.rounded-3xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}

/* Effects */
.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.4),0 4px 6px -4px rgba(0,0,0,.3)}
.shadow-neon-lime{box-shadow:0 0 15px rgba(200,255,0,.4),0 0 30px rgba(200,255,0,.2)}
.shadow-neon-purple{box-shadow:0 0 15px rgba(217,70,239,.4),0 0 30px rgba(217,70,239,.2)}
.opacity-70{opacity:.7}
.backdrop-blur{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
.backdrop-blur-md{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}
.overflow-hidden{overflow:hidden}
.overflow-x-auto{overflow-x:auto}.overflow-x-hidden{overflow-x:hidden}
.overflow-y-auto{overflow-y:auto;-webkit-overflow-scrolling:touch}
.object-cover{object-fit:cover}
.appearance-none{-webkit-appearance:none;appearance:none}
.resize-none{resize:none}
.aspect-\[4\/3\]{aspect-ratio:4/3}
.aspect-\[16\/10\]{aspect-ratio:16/10}
.aspect-\[16\/11\]{aspect-ratio:16/11}

/* Transitions */
.transition-all{transition:all .15s ease}
.transition-transform{transition:transform .5s ease}
.duration-500{transition-duration:.5s}

/* Accent for checkboxes on iOS */
.accent-lime{accent-color:#c8ff00}

/* Responsive */
@media (min-width:640px){
  .sm\:gap-3{gap:.75rem}
  .sm\:pt-12{padding-top:3rem}
  .sm\:pt-16{padding-top:4rem}
  .sm\:text-2xl{font-size:1.5rem;line-height:2rem}
}
@media (min-width:1024px){
  .lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
}

/* Touch targets — important for iPhone */
button,a,[role="button"],.cursor-pointer{
  -webkit-tap-highlight-color:transparent;
  touch-action:manipulation;
}
input,select,textarea,button{font:inherit;color:inherit}
