@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap";
:root{--background:#0a0a0a;--foreground:#fafafa;--muted:#a1a1aa;--border:#27272a;--accent:#facc15;--accent-muted:#facc151a;--card:#18181b;--card-hover:#1f1f23;--success:#22c55e;--error:#ef4444}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--background);max-width:100vw;color:var(--foreground);font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:13px;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}.gradient-text{background:linear-gradient(135deg,var(--accent),#fde047);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.glow{box-shadow:0 0 20px #facc154d}
