@import url("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:rgba(250,204,21,.1);--card:#18181b;--card-hover:#1f1f23;--success:#22c55e;--error:#ef4444}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--background);color:var(--foreground);font-size:13px;line-height:1.6}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}.gradient-text{background:linear-gradient(135deg,var(--accent),#fde047);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.glow{box-shadow:0 0 20px rgba(250,204,21,.3)}