:root{--bg:#08070d;--bg-elevated:#100e1a;--surface:#15131f;--surface-2:#1c1929;--border:#2a2638;--border-strong:#3a3450;--text:#f1eef9;--text-muted:#9d97b5;--text-faint:#6b6585;--violet:#8b5cf6;--violet-dim:#6d3fd1;--cyan:#2dd4ee;--magenta:#ef4fb8}*,:after,:before{box-sizing:border-box}*{margin:0;padding:0}html{scroll-behavior:smooth;text-size-adjust:none}body{background:var(--bg);color:var(--text);font-family:var(--font-body),system-ui,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5;min-height:100vh}canvas,img,picture,svg,video{display:block;max-width:100%}button,input,select,textarea{font:inherit;color:inherit}a{color:inherit;text-decoration:none}ol,ul{list-style:none}::selection{background:var(--violet);color:#fff}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.hidden{display:none}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-1{flex:1 1}.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-1{gap:.25rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-10{gap:2.5rem}.gap-x-6{column-gap:1.5rem}.gap-y-2{row-gap:.5rem}.shrink-0{flex-shrink:0}.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))}.w-full{width:100%}.w-7{width:1.75rem}.w-8{width:2rem}.w-9{width:2.25rem}.h-full{height:100%}.h-1\.5{height:.375rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-16{height:4rem}.h-72{height:18rem}.min-h-full{min-height:100%}.max-w-sm{max-width:24rem}.max-w-md{max-width:28rem}.max-w-xl{max-width:36rem}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.p-2{padding:.5rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.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-4{padding-top:1rem;padding-bottom:1rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-14{padding-top:3.5rem;padding-bottom:3.5rem}.py-16{padding-top:4rem;padding-bottom:4rem}.mx-auto{margin-left:auto;margin-right:auto}.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-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-10{margin-top:2.5rem}.mb-4{margin-bottom:1rem}.ml-2{margin-left:.5rem}.pt-6{padding-top:1.5rem}.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}.text-lg,.text-xl{line-height:1.75rem}.text-xl{font-size:1.25rem}.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}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.leading-relaxed{line-height:1.625}.tracking-tight{letter-spacing:-.025em}.text-center{text-align:center}.break-words{overflow-wrap:break-word}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.capitalize{text-transform:capitalize}.italic{font-style:italic}.underline{text-decoration-line:underline}.underline-offset-2{text-underline-offset:2px}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.text-text{color:var(--text)}.text-text-muted{color:var(--text-muted)}.text-text-faint{color:var(--text-faint)}.text-violet{color:var(--violet)}.text-cyan{color:var(--cyan)}.text-magenta{color:var(--magenta)}.text-white{color:#fff}.text-bg{color:var(--bg)}.bg-bg{background:var(--bg)}.bg-bg-elevated{background:var(--bg-elevated)}.bg-surface{background:var(--surface)}.bg-surface-2{background:var(--surface-2)}.bg-violet{background:var(--violet)}.bg-cyan{background:var(--cyan)}.bg-transparent{background:transparent}.bg-bg\/80{background:rgba(8,7,13,.8)}.bg-black\/60{background:rgba(0,0,0,.6)}.bg-violet\/10{background:rgba(139,92,246,.1)}.bg-violet\/15{background:rgba(139,92,246,.15)}.bg-violet\/20{background:rgba(139,92,246,.2)}.bg-cyan\/5{background:rgba(45,212,238,.05)}.bg-cyan\/10{background:rgba(45,212,238,.1)}.bg-magenta\/10{background:rgba(239,79,184,.1)}.bg-magenta\/20{background:rgba(239,79,184,.2)}.border-border{border-color:var(--border)}.border-border-strong{border-color:var(--border-strong)}.border-violet{border-color:var(--violet)}.border-cyan\/20{border-color:rgba(45,212,238,.2)}.border-magenta\/30{border-color:rgba(239,79,184,.3)}.border-magenta\/40{border-color:rgba(239,79,184,.4)}.bg-gradient-to-br,.bg-gradient-to-r{background-image:none}.bg-gradient-to-br.from-violet.to-cyan{background:linear-gradient(to bottom right,var(--violet),var(--cyan))}.bg-gradient-to-r.from-violet.to-violet-dim{background:linear-gradient(to right,var(--violet),var(--violet-dim))}.border{border:1px solid}.border-t{border-top:1px solid}.border-b{border-bottom:1px solid}.rounded-full{border-radius:9999px}.rounded-xl{border-radius:.75rem}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.divide-y>*+*{border-top:1px solid}.divide-border>*+*{border-color:var(--border)}.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}.shadow-glow-sm{box-shadow:0 0 18px rgba(139,92,246,.45)}.shadow-glow-input{box-shadow:0 0 30px rgba(139,92,246,.12)}.shadow-glow-btn{box-shadow:0 0 24px rgba(139,92,246,.3)}.backdrop-blur-md{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.opacity-20{opacity:.2}.opacity-30{opacity:.3}.blur-3xl{filter:blur(64px)}.overflow-hidden{overflow:hidden}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:sticky}.inset-0{inset:0}.top-0{top:0}.left-1\/2{left:50%}.bottom-6{bottom:1.5rem}.z-50{z-index:50}.\-top-32{top:-8rem}.\-translate-x-1\/2{transform:translateX(-50%)}.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:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.pointer-events-none{pointer-events:none}@media (min-width:640px){.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:py-24{padding-top:6rem;padding-bottom:6rem}.sm\:flex{display:flex}.sm\:hidden{display:none}.sm\:flex-row{flex-direction:row}.sm\:items-start{align-items:flex-start}.sm\:justify-between{justify-content:space-between}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}.sm\:text-5xl{font-size:3rem;line-height:1}}@media (min-width:1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}}.hover\:text-text:hover{color:var(--text)}.hover\:text-text-muted:hover{color:var(--text-muted)}.hover\:text-violet:hover{color:var(--violet)}.hover\:bg-surface:hover{background:var(--surface)}.hover\:bg-surface-2:hover{background:var(--surface-2)}.hover\:bg-border:hover{background:var(--border)}.hover\:bg-cyan\/10:hover{background:rgba(45,212,238,.1)}.hover\:bg-violet\/10:hover{background:rgba(139,92,246,.1)}.hover\:bg-magenta\/10:hover{background:rgba(239,79,184,.1)}.hover\:border-border-strong:hover{border-color:var(--border-strong)}.hover\:border-violet:hover{border-color:var(--violet)}.hover\:opacity-90:hover{opacity:.9}.group:hover .group-hover\:scale-105,.hover\:scale-105:hover{transform:scale(1.05)}.focus\:outline-none:focus{outline:none}.focus\:border-violet:focus{border-color:var(--violet)}.focus-within\:border-violet:focus-within{border-color:var(--violet)}.disabled\:opacity-60:disabled{opacity:.6}.disabled\:opacity-40:disabled{opacity:.4}.disabled\:cursor-default:disabled{cursor:default}.placeholder\:text-text-faint::placeholder{color:var(--text-faint)}.grid-texture{background-image:linear-gradient(rgba(139,92,246,.06) 1px,transparent 0),linear-gradient(90deg,rgba(139,92,246,.06) 1px,transparent 0);background-size:32px 32px}.text-glow-violet{text-shadow:0 0 30px rgba(139,92,246,.45)}.scrollbar-thin::-webkit-scrollbar{height:6px;width:6px}.scrollbar-thin::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:999px}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@keyframes blink-caret{0%,50%{opacity:1}51%,to{opacity:0}}.caret:after{content:"|";margin-left:2px;animation:blink-caret 1s step-end infinite;color:var(--cyan)}@keyframes float-slow{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.float-slow{animation:float-slow 6s ease-in-out infinite}