@import "https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&family=JetBrains+Mono:wght@400;500;600&family=Space+Grotesk:wght@400;500;600;700&display=swap";:root{--bg-deep:#08080a;--bg-primary:#0d0c0b;--bg-surface:#17140f;--bg-elevated:#211c15;--bg-hover:#2a241b;--border:#2a2620;--border-light:#3a332a;--border-accent:#7a3a16;--text-primary:#ece7dc;--text-secondary:#9a917f;--text-dim:#6b6355;--text-inverse:#08080a;--cyan:#ff6a2c;--cyan-dim:#b8461a;--cyan-glow:#ff6a2c26;--cyan-glow-strong:#ff6a2c4d;--violet:#4fd6c4;--violet-dim:#1f7a70;--violet-glow:#4fd6c426;--red:#ef4444;--red-dim:#ef444426;--orange:#f59e0b;--orange-dim:#f59e0b26;--yellow:#eab308;--yellow-dim:#eab30826;--blue:#3b82f6;--blue-dim:#3b82f626;--green:#10b981;--green-dim:#10b98126;--font-body:"DM Sans", system-ui, sans-serif;--font-heading:"Space Grotesk", "DM Sans", system-ui, sans-serif;--font-mono:"JetBrains Mono", "Fira Code", monospace;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:24px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{font-family:var(--font-body);background:var(--bg-deep);color:var(--text-primary);min-height:100vh;line-height:1.6}#root{flex-direction:column;min-height:100vh;display:flex}a{color:var(--cyan);text-decoration:none;transition:color .2s}a:hover{color:#67e8f9}code,pre{font-family:var(--font-mono)}::selection{background:var(--cyan-glow-strong);color:var(--text-primary)}input,button,textarea,select{font-family:inherit}button{cursor:pointer;color:inherit;background:0 0;border:none}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes scan-line{0%{transform:translateY(-100%)}to{transform:translateY(100vh)}}.fade-in{animation:.4s ease-out both fadeIn}.fade-in-delay-1{animation:.4s ease-out .1s both fadeIn}.fade-in-delay-2{animation:.4s ease-out .2s both fadeIn}.fade-in-delay-3{animation:.4s ease-out .3s both fadeIn}@media (width<=720px){.mp-stack{grid-template-columns:1fr!important}.mp-tight-x{padding-left:16px!important;padding-right:16px!important}.mp-tight-y-hero{padding-top:48px!important;padding-bottom:32px!important}.mp-allow-wrap{white-space:normal!important}}
