{
  "$schema": "https://neoncite-ui.brunopetrovic33.workers.dev/r/schema.json",
  "name": "auth-console",
  "type": "registry:block",
  "dependencies": [],
  "registryDependencies": [
    "badge",
    "button",
    "checkbox",
    "input",
    "label"
  ],
  "integrity": "sha256-NztsCYzZ59yNTFEJ17b3oCdJwXJIWplGsPYLGN55ZCU=",
  "files": [
    {
      "path": "components/neoncite/blocks/auth-console.tsx",
      "content": "import { Badge } from \"@/registry/ui/badge\";\nimport { Label } from \"@/registry/ui/label\";\nimport { Input } from \"@/registry/ui/input\";\nimport { Checkbox } from \"@/registry/ui/checkbox\";\nimport { Button } from \"@/registry/ui/button\";\n\nexport function AuthSignin() {\n  return (\n    <div className=\"grid md:grid-cols-2 gap-0 rounded-[20px] border border-[color:var(--hairline)] overflow-hidden\">\n      <div className=\"relative bg-[color:var(--surface-1)] p-10 hidden md:flex flex-col justify-between overflow-hidden\">\n        <div className=\"absolute inset-0 bg-grid opacity-40\" />\n        <div className=\"absolute -top-20 -left-20 h-[300px] w-[300px] rounded-full bg-[color:var(--neon-pink)]/15 blur-[100px]\" />\n        <div className=\"relative\">\n          <Badge variant=\"pink\">Neoncite/UI</Badge>\n          <h2 className=\"mt-6 text-[28px] font-mono font-bold tracking-tighter neon-white leading-tight\">\n            Welcome back,\n            <br />\n            <span className=\"neon-cyan\">operator.</span>\n          </h2>\n        </div>\n        <p className=\"relative font-mono text-[10px] uppercase tracking-widest text-muted-foreground\">\n          Encrypted · WebAuthn · Audit-logged\n        </p>\n      </div>\n      <div className=\"bg-[color:var(--surface-0)] p-8 md:p-10\">\n        <h3 className=\"text-[20px] font-mono font-semibold neon-white mb-1\">Sign in</h3>\n        <p className=\"text-[13px] text-muted-foreground mb-6\">Use your work email to continue.</p>\n        <form className=\"space-y-4\" onSubmit={(e) => e.preventDefault()}>\n          <div className=\"space-y-1.5\">\n            <Label htmlFor=\"b-email\">Email</Label>\n            <Input id=\"b-email\" type=\"email\" placeholder=\"you@studio.dev\" />\n          </div>\n          <div className=\"space-y-1.5\">\n            <div className=\"flex items-center justify-between\">\n              <Label htmlFor=\"b-pw\">Password</Label>\n              <a\n                href=\"#\"\n                className=\"font-mono text-[10px] uppercase tracking-widest text-muted-foreground hover:text-foreground\"\n              >\n                Forgot\n              </a>\n            </div>\n            <Input id=\"b-pw\" type=\"password\" placeholder=\"••••••••\" />\n          </div>\n          <label className=\"flex items-center gap-2 text-[12px] text-muted-foreground select-none cursor-pointer\">\n            <Checkbox defaultChecked /> Remember this device\n          </label>\n          <Button variant=\"primary\" className=\"w-full\">\n            Sign in →\n          </Button>\n          <p className=\"text-center text-[12px] text-muted-foreground\">\n            No account?{\" \"}\n            <a href=\"#\" className=\"text-foreground hover:text-[color:var(--neon-pink)]\">\n              Request access\n            </a>\n          </p>\n        </form>\n      </div>\n    </div>\n  );\n}\n",
      "integrity": "sha256-NztsCYzZ59yNTFEJ17b3oCdJwXJIWplGsPYLGN55ZCU=",
      "type": "registry:block",
      "target": ""
    }
  ]
}