@import "tailwindcss"; :root { --background: #0f1117; --foreground: #e1e4e8; --card: #161b22; --card-foreground: #e1e4e8; --border: #30363d; --muted: #8b949e; --primary: #58a6ff; --destructive: #da3633; --success: #238636; } body { background-color: var(--background); color: var(--foreground); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; } /* Native