.auth-shell{--background:30 15% 4%;--foreground:40 35% 93%;--card:30 15% 6%;--card-foreground:40 35% 93%;--primary:80 90% 75%;--primary-foreground:30 15% 4%;--muted:30 15% 12%;--muted-foreground:35 12% 60%;--border:30 15% 14%;--input:30 15% 14%;--ring:80 90% 75%;--serif:var(--font-instrument-serif),serif;--sans:var(--font-geist),-apple-system,BlinkMacSystemFont,system-ui,sans-serif;--lime:oklch(0.90 0.19 125);background:hsl(var(--background));color:hsl(var(--foreground));font-family:var(--sans);min-height:100vh;position:relative;overflow:hidden}.auth-shell:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 30% 20%,hsl(80 90% 75%/.04),transparent 55%),radial-gradient(circle at 70% 80%,hsl(80 90% 75%/.025),transparent 50%);z-index:0}.auth-shell>*{position:relative;z-index:1}.auth-shell .auth-brand{position:absolute;top:32px;left:32px;display:inline-flex;align-items:center;gap:10px;font-weight:600;letter-spacing:-.01em;font-size:16px;color:hsl(var(--foreground));text-decoration:none}.auth-shell .auth-brand-mark{width:26px;height:26px;border-radius:7px;background:var(--lime);box-shadow:0 0 18px hsl(80 90% 75%/.35);display:inline-flex;align-items:center;justify-content:center;color:hsl(30 15% 4%)}.auth-shell .auth-brand-mark svg{width:14px;height:14px}.auth-shell .auth-brand-pro{font-family:var(--font-geist-mono),ui-monospace,monospace;font-size:9px;letter-spacing:.12em;color:hsl(var(--muted-foreground));border:1px solid hsl(var(--border));padding:2px 6px;border-radius:999px}.auth-shell .auth-back{position:absolute;top:32px;right:32px;font-size:13px;color:hsl(var(--muted-foreground));text-decoration:none;transition:color .18s}.auth-shell .auth-back:hover{color:hsl(var(--foreground))}[data-theme=light] .auth-shell{--background:40 30% 97%;--foreground:30 15% 10%;--card:0 0% 100%;--card-foreground:30 15% 10%;--primary:90 65% 38%;--primary-foreground:0 0% 100%;--muted:40 25% 93%;--muted-foreground:30 10% 40%;--border:40 18% 86%;--input:40 18% 86%;--ring:90 65% 38%;--lime:oklch(0.66 0.19 130)}[data-theme=light] .auth-shell:before{background:radial-gradient(circle at 30% 20%,hsl(80 70% 60%/.06),transparent 55%),radial-gradient(circle at 70% 80%,hsl(80 70% 60%/.04),transparent 50%)}[data-theme=light] .auth-shell .auth-brand-mark{color:white;box-shadow:0 0 18px hsl(80 70% 60%/.35)}