@import"https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap";:root{--background: #0a0a0a;--foreground: #fafafa;--card: #141414;--card-foreground: #fafafa;--border: #27272a;--primary: #4ade80;--primary-foreground: #0a0a0a;--secondary: #1a1a1a;--muted-foreground: #71717a;--ring: #4ade80;color-scheme:dark}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5;background:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}#root{min-height:100vh;width:100%;margin:0 auto}.font-pixel{font-family:"Press Start 2P",monospace}.text-primary{color:var(--primary)}.text-foreground{color:var(--foreground)}.text-muted-foreground{color:var(--muted-foreground)}.bg-background{background:var(--background)}.bg-card{background:var(--card)}.bg-secondary{background:var(--secondary)}.bg-primary\/10{background:#4ade801a}.bg-primary\/30{background:#4ade800d}.bg-secondary\/50{background:#1a1a1a80}.bg-secondary\/30{background:#1a1a1a4d}.border{border:1px solid var(--border)}.border-border{border-color:var(--border)}.border-primary\/30{border-color:#4ade804d}.border-primary\/50{border-color:#4ade8080}.border-border\/50{border-color:#27272a80}.border-b{border-bottom-width:1px}.border-t{border-top-width:1px}.border-y{border-top-width:1px;border-bottom-width:1px}.border-2{border-width:2px}.border-dashed{border-style:dashed}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.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-8{padding-top:2rem;padding-bottom:2rem}.py-16{padding-top:4rem;padding-bottom:4rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.p-2{padding:.5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.mx-auto{margin-left:auto;margin-right:auto}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-2{margin-top:.5rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-12{margin-top:3rem}.ml-2{margin-left:.5rem}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.block{display:block}.hidden{display:none}.relative{position:relative}.absolute{position:absolute}.inset-0{top:0;right:0;bottom:0;left:0}.-inset-1{top:-.25rem;right:-.25rem;bottom:-.25rem;left:-.25rem}.fixed{position:fixed}.top-0{top:0}.left-0{left:0}.right-0{right:0}.z-50{z-index:50}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.text-center{text-align:center}.text-left{text-align:left}.flex-1{flex:1}.flex-wrap{flex-wrap:wrap}.whitespace-nowrap{white-space:nowrap}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.overflow-hidden{overflow:hidden}.pointer-events-none{pointer-events:none}.cursor-pointer{cursor:pointer}.w-full{width:100%}.w-3{width:.75rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-8{width:2rem}.h-3{height:.75rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-8{height:2rem}.max-w-2xl{max-width:42rem}.max-w-4xl{max-width:56rem}.max-w-6xl{max-width:72rem}.max-w-\[800px\]{max-width:800px}.min-h-screen{min-height:100vh}.size-10{width:2.5rem;height:2.5rem}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.text-\[10px\]{font-size:10px}.font-medium{font-weight:500}.font-bold{font-weight:700}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.leading-relaxed{line-height:1.625}.backdrop-blur-md{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.transition-colors{transition:color .15s,background-color .15s,border-color .15s}.transition-all{transition:all .15s}.transition-transform{transition:transform .2s}.space-y-2>*+*{margin-top:.5rem}.text-glow-green{text-shadow:0 0 10px rgba(74,222,128,.5),0 0 20px rgba(74,222,128,.3)}.glow-green{box-shadow:0 0 15px #4ade8033,0 0 30px #4ade801a}.pixel-render{image-rendering:pixelated;image-rendering:crisp-edges}.scanlines{background:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(0,0,0,.05) 2px,rgba(0,0,0,.05) 4px)}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-blink{animation:blink 1s step-end infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.animate-marquee{animation:marquee 30s linear infinite}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-33.333%)}}.hover\:text-primary:hover{color:var(--primary)}.hover\:bg-primary\/10:hover{background:#4ade801a}.hover\:bg-primary\/20:hover{background:#4ade8033}.hover\:bg-primary\/90:hover{background:#4ade80e6}.hover\:bg-secondary:hover{background:var(--secondary)}.hover\:bg-secondary\/50:hover{background:#1a1a1a80}.hover\:bg-secondary\/80:hover{background:#1a1a1acc}.hover\:border-primary:hover{border-color:var(--primary)}.hover\:border-primary\/50:hover{border-color:#4ade8080}.sm\:inline{display:none}.sm\:hidden{display:inline}@media(min-width:640px){.sm\:inline{display:inline}.sm\:hidden{display:none}}@media(min-width:768px){.md\:flex{display:flex}.md\:grid-cols-2{grid-template-columns:repeat(2,1fr)}.md\:grid-cols-3{grid-template-columns:repeat(3,1fr)}.md\:grid-cols-4{grid-template-columns:repeat(4,1fr)}.md\:text-2xl{font-size:1.5rem}.md\:text-5xl{font-size:3rem}.text-xl{font-size:1.25rem}}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}.text-red-400{color:#f87171}.text-orange-400{color:#fb923c}.text-cyan-400{color:#22d3ee}.text-yellow-400{color:#facc15}.bg-red-500\/20{background:#ef444433}.bg-orange-500\/20{background:#f9731633}.bg-cyan-500\/20{background:#06b6d433}.bg-primary\/20{background:#4ade8033}.border-red-500\/30{border-color:#ef44444d}.border-red-500\/40{border-color:#ef444466}.border-orange-500\/30{border-color:#f973164d}.border-orange-500\/40{border-color:#f9731666}.border-cyan-500\/30{border-color:#06b6d44d}.border-cyan-500\/40{border-color:#06b6d466}.border-primary\/40{border-color:#4ade8066}.hover\:border-red-500\/60:hover{border-color:#ef444499}.hover\:border-orange-500\/60:hover{border-color:#f9731699}.hover\:border-cyan-500\/60:hover{border-color:#06b6d499}.hover\:border-primary\/60:hover{border-color:#4ade8099}.group:hover .group-hover\:text-primary{color:var(--primary)}code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}a{color:inherit;text-decoration:none}button{background:none;border:none;cursor:pointer;font:inherit;color:inherit}.rotate-180{transform:rotate(180deg)}.flex-col{flex-direction:column}.inline-block{display:inline-block}
