body{background:#020617;color:#e5e7eb}
.hidden{display:none}
.block{display:block}
.inline-flex{display:inline-flex}
.flex{display:flex}
.grid{display:grid}
.relative{position:relative}
.absolute{position:absolute}
.sticky{position:sticky}
.top-0{top:0}
.inset-0{top:0;right:0;bottom:0;left:0}
.z-40{z-index:40}
.overflow-hidden{overflow:hidden}
.overflow-x-auto{overflow-x:auto}
.pointer-events-none{pointer-events:none}
.w-full{width:100%}
.h-full{height:100%}
.mx-auto{margin-left:auto;margin-right:auto}
.text-center{text-align:center}
.text-left{text-align:left}
.items-center{align-items:center}
.items-baseline{align-items:baseline}
.justify-between{justify-content:space-between}
.justify-center{justify-content:center}
.flex-col{flex-direction:column}
.flex-wrap{flex-wrap:wrap}
.font-sans{font-family:Inter,system-ui,sans-serif}
.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.font-medium{font-weight:500}
.font-semibold{font-weight:600}
.font-bold{font-weight:700}
.font-extrabold{font-weight:800}
.uppercase{text-transform:uppercase}
.tracking-tight{letter-spacing:-0.02em}
.tracking-wide{letter-spacing:0.05em}
.line-through{text-decoration:line-through}
.rounded-md{border-radius:0.375rem}
.rounded-xl{border-radius:0.75rem}
.rounded-2xl{border-radius:1rem}
.rounded-full{border-radius:9999px}
.shadow-soft{box-shadow:0 18px 45px rgba(15,23,42,0.85)}
.shadow-glow{box-shadow:0 0 40px rgba(34,211,238,0.50)}
.shadow-glowCyan{box-shadow:0 0 40px rgba(34,211,238,0.45)}
.shadow-glowPurple{box-shadow:0 0 45px rgba(168,85,247,0.70)}
.border{border-width:1px;border-style:solid}
.border-t{border-top-width:1px;border-style:solid}
.border-b{border-bottom-width:1px;border-style:solid}
.max-w-6xl{max-width:72rem}
.max-w-5xl{max-width:64rem}
.max-w-4xl{max-width:56rem}
.max-w-3xl{max-width:48rem}
.max-w-2xl{max-width:42rem}
.max-w-xl{max-width:36rem}
.text-xs{font-size:0.75rem;line-height:1rem}
.text-sm{font-size:0.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-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}
.mb-2{margin-bottom:0.5rem}
.py-3{padding-top:0.75rem;padding-bottom:0.75rem}
.p-6{padding:1.5rem}
.px-4{padding-left:1rem;padding-right:1rem}
.gap-6{gap:1.5rem}
.py-2{padding-top:0.5rem;padding-bottom:0.5rem}
.mb-4{margin-bottom:1rem}
.mt-1{margin-top:0.25rem}
.gap-5{gap:1.25rem}
.gap-10{gap:2.5rem}
.pt-6{padding-top:1.5rem}
.p-5{padding:1.25rem}
.p-3{padding:0.75rem}
.mt-2{margin-top:0.5rem}
.gap-3{gap:0.75rem}
.pb-3{padding-bottom:0.75rem}
.p-4{padding:1rem}
.gap-4{gap:1rem}
.mb-3{margin-bottom:0.75rem}
.pb-12{padding-bottom:3rem}
.p-8{padding:2rem}
.mb-6{margin-bottom:1.5rem}
.py-10{padding-top:2.5rem;padding-bottom:2.5rem}
.mt-5{margin-top:1.25rem}
.py-12{padding-top:3rem;padding-bottom:3rem}
.mt-10{margin-top:2.5rem}
.mt-8{margin-top:2rem}
.mb-5{margin-bottom:1.25rem}
.pt-5{padding-top:1.25rem}
.gap-2{gap:0.5rem}
.py-2.5{padding-top:0.5rem;padding-bottom:0.5rem}
.mb-1{margin-bottom:0.25rem}
.px-2{padding-left:0.5rem;padding-right:0.5rem}
.px-5{padding-left:1.25rem;padding-right:1.25rem}
.mb-8{margin-bottom:2rem}
.mt-6{margin-top:1.5rem}
.pt-2{padding-top:0.5rem}
.px-6{padding-left:1.5rem;padding-right:1.5rem}
.px-3{padding-left:0.75rem;padding-right:0.75rem}
.gap-1{gap:0.25rem}
.mt-3{margin-top:0.75rem}
.mt-4{margin-top:1rem}
.py-1{padding-top:0.25rem;padding-bottom:0.25rem}
.mt-0.5{margin-top:0rem}
.pb-4{padding-bottom:1rem}
.py-14{padding-top:3.5rem;padding-bottom:3.5rem}
.py-0.5{padding-top:0rem;padding-bottom:0rem}
.gap-8{gap:2rem}
.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.border-white\/15{border-color:rgba(255,255,255,0.15)}
.border-white\/5{border-color:rgba(255,255,255,0.05)}
.text-slate-300{color:#cbd5e1}
.border-white\/10{border-color:rgba(255,255,255,0.1)}
.border-white\/30{border-color:rgba(255,255,255,0.3)}
.border-slate-700{border-color:#334155}
.border-slate-800{border-color:#1e293b}
.text-slate-200{color:#e2e8f0}
.border-slate-600{border-color:#475569}
.text-slate-100{color:#f1f5f9}
.border-white\/20{border-color:rgba(255,255,255,0.2)}
.bg-slate-950\/95{background-color:rgba(2,6,23,0.95)}
.text-tjcyan{color:#23C3C9}
.border-slate-500\/40{border-color:rgba(100,116,139,0.4)}
.text-slate-400{color:#94a3b8}
.bg-slate-950\/90{background-color:rgba(2,6,23,0.9)}
.text-slate-950{color:#020617}
.bg-slate-900\/60{background-color:rgba(15,23,42,0.6)}
.text-white{color:#fff}
.bg-slate-950\/80{background-color:rgba(2,6,23,0.8)}
.hover\:text-tjcyan:hover{color:#23C3C9}
.bg-slate-950\/85{background-color:rgba(2,6,23,0.85)}
.bg-tjblue{background-color:#0B1E39}
.bg-slate-600{background-color:#475569}
.bg-tjcyan{background-color:#23C3C9}
.text-slate-50{color:#f8fafc}
.bg-slate-900\/80{background-color:rgba(15,23,42,0.8)}
.bg-slate-950{background-color:#020617}
.bg-slate-900\/70{background-color:rgba(15,23,42,0.7)}
.text-slate-500{color:#64748b}
.bg-slate-950\/70{background-color:rgba(2,6,23,0.7)}
.transition{transition:all 150ms ease}
.transition-colors{transition:color 150ms ease, background-color 150ms ease, border-color 150ms ease}
.duration-200{transition-duration:200ms}
.hover\:bg-tjcyan\/90:hover{background-color:rgba(35,195,201,0.9)}
.hover\:bg-tjblue\/80:hover{background-color:rgba(11,30,57,0.8)}
.hover\:bg-tjblue\/90:hover{background-color:rgba(11,30,57,0.9)}
.hover\:border-tjcyan\/60:hover{border-color:rgba(35,195,201,0.6)}