:root{
  --background:#0f131a; --foreground:#eef2f7; --card:#171c24; --card-foreground:#eef2f7;
  --popover:#1f252f; --primary:#2f80ed; --primary-foreground:#ffffff;
  --secondary:#1f252f; --secondary-foreground:#eef2f7;
  --muted:#1f252f; --muted-foreground:#b4bac6; --foreground-tertiary:#7a8495;
  --accent:#232a36; --accent-foreground:#eef2f7;
  --destructive:#e15b64; --destructive-foreground:#ffffff;
  --border:#242b37; --input:#242b37; --ring:#2f80ed; --radius:0.5rem;
  --success:#3ddc97; --indigo:#1e1b4b; --active:#6962f2;
  --font:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
  --mono:"JetBrains Mono",ui-monospace,SFMono-Regular,Menlo,monospace;
}
*{box-sizing:border-box}
html,body{margin:0;height:100%}
body{background:var(--background);color:var(--foreground);font-family:var(--font);font-size:15px;line-height:1.6;-webkit-font-smoothing:antialiased}
button{font-family:inherit}
