.auth-container{--auth-background:222.2 84% 4.9%;--auth-foreground:oklch(0.35 0.02 220);--auth-card:oklch(1 0 0/0.7);--auth-card-foreground:oklch(0.35 0.02 220);--auth-popover:oklch(1 0 0/0.9);--auth-popover-foreground:oklch(0.35 0.02 220);--auth-primary:oklch(0.65 0.15 45);--auth-primary-foreground:oklch(1 0 0);--auth-secondary:oklch(0.75 0.12 50);--auth-secondary-foreground:oklch(0.35 0.02 220);--auth-muted:oklch(0.98 0.02 85);--auth-muted-foreground:oklch(0.35 0.02 220);--auth-accent:oklch(0.75 0.12 50);--auth-accent-foreground:oklch(1 0 0);--auth-destructive:oklch(0.577 0.245 27.325);--auth-destructive-foreground:oklch(1 0 0);--auth-border:oklch(0.9 0.01 85);--auth-input:oklch(1 0 0);--auth-ring:oklch(0.65 0.15 45/0.5);--auth-radius:0.5rem}.auth-container,.auth-container *{--background:var(--auth-background)!important;--foreground:var(--auth-foreground)!important;--card:var(--auth-card)!important;--card-foreground:var(--auth-card-foreground)!important;--popover:var(--auth-popover)!important;--popover-foreground:var(--auth-popover-foreground)!important;--primary:var(--auth-primary)!important;--primary-foreground:var(--auth-primary-foreground)!important;--secondary:var(--auth-secondary)!important;--secondary-foreground:var(--auth-secondary-foreground)!important;--muted:var(--auth-muted)!important;--muted-foreground:var(--auth-muted-foreground)!important;--accent:var(--auth-accent)!important;--accent-foreground:var(--auth-accent-foreground)!important;--destructive:var(--auth-destructive)!important;--destructive-foreground:var(--auth-destructive-foreground)!important;--border:var(--auth-border)!important;--input:var(--auth-input)!important;--ring:var(--auth-ring)!important;--radius:var(--auth-radius)!important}.auth-container,.auth-container body{background-color:hsl(var(--auth-background))!important;color:hsl(var(--auth-foreground))!important}.auth-glass-effect{background:rgba(255,255,255,.1);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:var(--auth-radius)}.auth-gradient-bg{background:linear-gradient(135deg,oklch(.98 .02 85),oklch(.95 .04 75) 50%,oklch(.92 .06 65))}.auth-amber-gradient{background:linear-gradient(135deg,var(--auth-primary),var(--auth-secondary))}.auth-container .auth-fade-in{animation:authFadeIn .6s ease-out}.auth-container .auth-slide-up{animation:authSlideUp .8s ease-out}@keyframes authFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes authSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.auth-container .auth-button-primary{background:var(--auth-primary);color:var(--auth-primary-foreground);border:none;border-radius:var(--auth-radius);padding:.75rem 1.5rem;font-weight:600;transition:all .2s ease}.auth-container .auth-button-primary:hover{background:var(--auth-secondary);transform:translateY(-1px);box-shadow:0 4px 12px rgba(217,119,6,.3)}