@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500;600;700&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0d0d0d;--bg-card:#141414;--bg-card-hover:#1a1a1a;--fuego:#cf0;--fuego-dim:#ccff0026;--fuego-glow:#ccff004d;--white:#fff;--white-90:#ffffffe6;--white-60:#fff9;--white-40:#fff6;--white-20:#fff3;--white-10:#ffffff1a;--white-05:#ffffff0d;--border:#ffffff14;--font:"Inter", system-ui, -apple-system, sans-serif;--mono:"JetBrains Mono", ui-monospace, monospace}html{font-family:var(--font);color:var(--white-60);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;font-size:16px;line-height:1.5}body{min-height:100vh;margin:0;overflow-x:hidden}#root{width:100%;min-height:100vh}::selection{background:var(--fuego);color:#000}input::placeholder{color:var(--white-40)}button{cursor:pointer;font-family:var(--font);border:none}a{color:var(--white-40);text-decoration:none;transition:color .2s}a:hover{color:var(--fuego)}
