* { box-sizing: border-box; }
html { min-height: 100%; }
body { margin: 0; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: none; }
table { border-collapse: collapse; }
button, input, select, textarea { font: inherit; }

.hidden { display: none !important; }
.block { display: block !important; }
.inline-flex { display: inline-flex !important; }
.flex { display: flex !important; }
.grid { display: grid !important; }
.table { display: table !important; }
.contents { display: contents !important; }

.fixed { position: fixed !important; }
.absolute { position: absolute !important; }
.relative { position: relative !important; }
.sticky { position: sticky !important; }
.inset-0 { inset: 0 !important; }
.inset-y-0 { top: 0 !important; bottom: 0 !important; }
.left-0 { left: 0 !important; }
.right-0 { right: 0 !important; }
.top-0 { top: 0 !important; }
.top-12 { top: 3rem !important; }
.z-10 { z-index: 10 !important; }
.z-20 { z-index: 20 !important; }
.z-30 { z-index: 30 !important; }
.z-50 { z-index: 50 !important; }
.-translate-x-full { transform: translateX(-100%) !important; }

.flex-1 { flex: 1 1 0% !important; }
.flex-col { flex-direction: column !important; }
.flex-row { flex-direction: row !important; }
.flex-wrap { flex-wrap: wrap !important; }
.items-start { align-items: flex-start !important; }
.items-center { align-items: center !important; }
.items-end { align-items: flex-end !important; }
.justify-start { justify-content: flex-start !important; }
.justify-center { justify-content: center !important; }
.justify-between { justify-content: space-between !important; }
.shrink-0 { flex-shrink: 0 !important; }

.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)) !important; }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
.gap-1 { gap: .25rem !important; }
.gap-1\.5 { gap: .375rem !important; }
.gap-2 { gap: .5rem !important; }
.gap-3 { gap: .75rem !important; }
.gap-4 { gap: 1rem !important; }
.gap-6 { gap: 1.5rem !important; }
.space-y-1 > * + * { margin-top: .25rem !important; }
.space-y-2 > * + * { margin-top: .5rem !important; }
.space-y-3 > * + * { margin-top: .75rem !important; }
.space-y-4 > * + * { margin-top: 1rem !important; }
.space-y-6 > * + * { margin-top: 1.5rem !important; }
.space-y-8 > * + * { margin-top: 2rem !important; }

.w-full { width: 100% !important; }
.w-3 { width: .75rem !important; }
.w-3\.5 { width: .875rem !important; }
.w-4 { width: 1rem !important; }
.w-5 { width: 1.25rem !important; }
.w-6 { width: 1.5rem !important; }
.w-8 { width: 2rem !important; }
.w-9 { width: 2.25rem !important; }
.w-10 { width: 2.5rem !important; }
.w-11 { width: 2.75rem !important; }
.w-12 { width: 3rem !important; }
.w-16 { width: 4rem !important; }
.w-56 { width: 14rem !important; }
.w-72 { width: 18rem !important; }
.h-3 { height: .75rem !important; }
.h-3\.5 { height: .875rem !important; }
.h-4 { height: 1rem !important; }
.h-5 { height: 1.25rem !important; }
.h-6 { height: 1.5rem !important; }
.h-8 { height: 2rem !important; }
.h-10 { height: 2.5rem !important; }
.h-11 { height: 2.75rem !important; }
.h-12 { height: 3rem !important; }
.h-screen { height: 100vh !important; }
.min-h-screen { min-height: 100vh !important; }
.min-h-\[36px\] { min-height: 36px !important; }
.min-w-\[6rem\] { min-width: 6rem !important; }
.min-w-\[7rem\] { min-width: 7rem !important; }
.min-w-\[12rem\] { min-width: 12rem !important; }
.max-w-md { max-width: 28rem !important; }
.max-h-\[280px\] { max-height: 280px !important; }

.m-0 { margin: 0 !important; }
.mx-auto { margin-left: auto !important; margin-right: auto !important; }
.ml-auto { margin-left: auto !important; }
.mt-0\.5 { margin-top: .125rem !important; }
.mt-1 { margin-top: .25rem !important; }
.mt-2 { margin-top: .5rem !important; }
.mt-3 { margin-top: .75rem !important; }
.mt-4 { margin-top: 1rem !important; }
.mt-6 { margin-top: 1.5rem !important; }
.mb-1 { margin-bottom: .25rem !important; }
.mb-1\.5 { margin-bottom: .375rem !important; }
.mb-2 { margin-bottom: .5rem !important; }
.mb-3 { margin-bottom: .75rem !important; }
.mb-4 { margin-bottom: 1rem !important; }
.mr-1 { margin-right: .25rem !important; }
.mr-4 { margin-right: 1rem !important; }
.p-2 { padding: .5rem !important; }
.p-3 { padding: .75rem !important; }
.p-4 { padding: 1rem !important; }
.p-6 { padding: 1.5rem !important; }
.px-2 { padding-left: .5rem !important; padding-right: .5rem !important; }
.px-2\.5 { padding-left: .625rem !important; padding-right: .625rem !important; }
.px-3 { padding-left: .75rem !important; padding-right: .75rem !important; }
.px-4 { padding-left: 1rem !important; padding-right: 1rem !important; }
.px-5 { padding-left: 1.25rem !important; padding-right: 1.25rem !important; }
.px-6 { padding-left: 1.5rem !important; padding-right: 1.5rem !important; }
.py-0\.5 { padding-top: .125rem !important; padding-bottom: .125rem !important; }
.py-1 { padding-top: .25rem !important; padding-bottom: .25rem !important; }
.py-1\.5 { padding-top: .375rem !important; padding-bottom: .375rem !important; }
.py-2 { padding-top: .5rem !important; padding-bottom: .5rem !important; }
.py-2\.5 { padding-top: .625rem !important; padding-bottom: .625rem !important; }
.py-3 { padding-top: .75rem !important; padding-bottom: .75rem !important; }
.py-3\.5 { padding-top: .875rem !important; padding-bottom: .875rem !important; }
.py-4 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
.py-6 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
.py-8 { padding-top: 2rem !important; padding-bottom: 2rem !important; }
.py-12 { padding-top: 3rem !important; padding-bottom: 3rem !important; }
.pl-3 { padding-left: .75rem !important; }
.pl-9 { padding-left: 2.25rem !important; }
.pr-3 { padding-right: .75rem !important; }
.pr-8 { padding-right: 2rem !important; }
.pt-1 { padding-top: .25rem !important; }
.pb-1 { padding-bottom: .25rem !important; }
.pb-3 { padding-bottom: .75rem !important; }

.overflow-hidden { overflow: hidden !important; }
.overflow-x-auto { overflow-x: auto !important; }
.overflow-y-auto { overflow-y: auto !important; }
.whitespace-nowrap { white-space: nowrap !important; }

.rounded { border-radius: .25rem !important; }
.rounded-md { border-radius: .375rem !important; }
.rounded-lg { border-radius: .5rem !important; }
.rounded-xl { border-radius: .75rem !important; }
.rounded-2xl { border-radius: 1rem !important; }
.rounded-full { border-radius: 9999px !important; }
.rounded-t-xl { border-top-left-radius: .75rem !important; border-top-right-radius: .75rem !important; }

.border { border-width: 1px !important; border-style: solid !important; }
.border-b { border-bottom-width: 1px !important; border-bottom-style: solid !important; }
.border-r { border-right-width: 1px !important; border-right-style: solid !important; }
.border-l-4 { border-left-width: 4px !important; border-left-style: solid !important; }
.border-b-2 { border-bottom-width: 2px !important; border-bottom-style: solid !important; }
.border-transparent { border-color: transparent !important; }
.border-cyberborder { border-color: rgba(255,255,255,.08) !important; }
.border-slate-700 { border-color: rgba(51,65,85,.9) !important; }
.border-accentpurp { border-color: #a855f7 !important; }

.bg-cyberbg { background-color: #090d16 !important; }
.bg-slate-950 { background-color: #020617 !important; }
.bg-slate-900 { background-color: #0f172a !important; }
.bg-slate-800 { background-color: #1e293b !important; }
.bg-slate-700 { background-color: #334155 !important; }
.bg-slate-950\/40 { background-color: rgba(2,6,23,.4) !important; }
.bg-slate-950\/60 { background-color: rgba(2,6,23,.6) !important; }
.bg-slate-950\/70 { background-color: rgba(2,6,23,.7) !important; }
.bg-slate-900\/20 { background-color: rgba(15,23,42,.2) !important; }
.bg-slate-900\/40 { background-color: rgba(15,23,42,.4) !important; }
.bg-slate-900\/50 { background-color: rgba(15,23,42,.5) !important; }
.bg-slate-900\/60 { background-color: rgba(15,23,42,.6) !important; }
.bg-slate-950\/80 { background-color: rgba(2,6,23,.8) !important; }
.bg-accentpurp\/10 { background-color: rgba(168,85,247,.1) !important; }
.bg-accentpurp\/20 { background-color: rgba(168,85,247,.2) !important; }
.bg-accentblue\/10 { background-color: rgba(59,130,246,.1) !important; }
.bg-accentred\/10 { background-color: rgba(239,68,68,.1) !important; }
.bg-accentorange\/10 { background-color: rgba(249,115,22,.1) !important; }
.bg-accentgreen\/15 { background-color: rgba(16,185,129,.15) !important; }
.bg-gradient-to-r { background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important; }
.bg-gradient-to-tr { background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important; }
.from-accentpurp, .from-accentpurp\/20 { --tw-gradient-from: #a855f7; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168,85,247,0)); }
.to-accentblue, .to-accentblue\/10 { --tw-gradient-to: #3b82f6; }

.text-left { text-align: left !important; }
.text-center { text-align: center !important; }
.text-right { text-align: right !important; }
.font-inter { font-family: Inter, Arial, sans-serif !important; }
.font-sora { font-family: Sora, Inter, Arial, sans-serif !important; }
.font-mono { font-family: "JetBrains Mono", Consolas, monospace !important; }
.text-\[10px\] { font-size: 10px !important; }
.text-\[11px\] { font-size: 11px !important; }
.text-xs { font-size: .75rem !important; line-height: 1rem !important; }
.text-sm { font-size: .875rem !important; line-height: 1.25rem !important; }
.text-base { font-size: 1rem !important; line-height: 1.5rem !important; }
.text-lg { font-size: 1.125rem !important; line-height: 1.75rem !important; }
.text-xl { font-size: 1.25rem !important; line-height: 1.75rem !important; }
.text-2xl { font-size: 1.5rem !important; line-height: 2rem !important; }
.text-3xl { font-size: 1.875rem !important; line-height: 2.25rem !important; }
.font-medium { font-weight: 500 !important; }
.font-semibold { font-weight: 600 !important; }
.font-bold { font-weight: 700 !important; }
.uppercase { text-transform: uppercase !important; }
.tracking-wider { letter-spacing: .05em !important; }
.tracking-tight { letter-spacing: 0 !important; }
.leading-relaxed { line-height: 1.625 !important; }
.text-white { color: #fff !important; }
.text-slate-100 { color: #f1f5f9 !important; }
.text-slate-200 { color: #e2e8f0 !important; }
.text-slate-300 { color: #cbd5e1 !important; }
.text-slate-400 { color: #94a3b8 !important; }
.text-slate-500 { color: #64748b !important; }
.text-accentpurp { color: #a855f7 !important; }
.text-accentblue { color: #3b82f6 !important; }
.text-accentgreen { color: #10b981 !important; }
.text-accentred { color: #ef4444 !important; }
.text-accentorange { color: #f97316 !important; }
.text-transparent { color: transparent !important; }
.bg-clip-text { -webkit-background-clip: text !important; background-clip: text !important; }

.opacity-0 { opacity: 0 !important; }
.opacity-50 { opacity: .5 !important; }
.opacity-55 { opacity: .55 !important; }
.opacity-60 { opacity: .6 !important; }
.shadow-xl { box-shadow: 0 20px 25px -5px rgba(0,0,0,.25), 0 8px 10px -6px rgba(0,0,0,.25) !important; }
.shadow-2xl { box-shadow: 0 25px 50px -12px rgba(0,0,0,.45) !important; }
.transition-all { transition: all .2s ease !important; }
.transition-colors { transition: color .2s ease, background-color .2s ease, border-color .2s ease !important; }
.duration-200 { transition-duration: .2s !important; }
.duration-300 { transition-duration: .3s !important; }
.cursor-pointer { cursor: pointer !important; }
.cursor-not-allowed { cursor: not-allowed !important; }
.pointer-events-none { pointer-events: none !important; }

.divide-y > * + * { border-top: 1px solid rgba(255,255,255,.08) !important; }
.divide-cyberborder\/60 > * + * { border-color: rgba(255,255,255,.06) !important; }
.backdrop-blur-cyber { backdrop-filter: blur(16px) !important; -webkit-backdrop-filter: blur(16px) !important; }
.antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

@media (min-width: 640px) {
  .sm\:flex-row { flex-direction: row !important; }
  .sm\:items-center { align-items: center !important; }
  .sm\:gap-3 { gap: .75rem !important; }
  .sm\:w-56 { width: 14rem !important; }
  .sm\:text-3xl { font-size: 1.875rem !important; line-height: 2.25rem !important; }
}

@media (min-width: 768px) {
  .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
  .md\:flex-row { flex-direction: row !important; }
  .md\:w-56 { width: 14rem !important; }
}

@media (min-width: 1024px) {
  .lg\:static { position: static !important; }
  .lg\:hidden { display: none !important; }
  .lg\:translate-x-0 { transform: translateX(0) !important; }
  .lg\:flex-row { flex-direction: row !important; }
  .lg\:items-center { align-items: center !important; }
  .lg\:space-y-8 > * + * { margin-top: 2rem !important; }
  .lg\:ml-auto { margin-left: auto !important; }
}

@media (min-width: 1280px) {
  .xl\:flex-row { flex-direction: row !important; }
  .xl\:items-center { align-items: center !important; }
  .xl\:items-start { align-items: flex-start !important; }
  .xl\:w-auto { width: auto !important; }
  .xl\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .xl\:grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)) !important; }
}
