.auth-page{background:var(--color-forest);grid-template-columns:1fr;min-height:100dvh;display:grid;position:relative;overflow:hidden}@media (min-width:1024px){.auth-page{grid-template-columns:1fr 1fr}}.auth-bg{z-index:0;position:absolute;inset:0}.auth-bg-orb{filter:blur(80px);pointer-events:none;border-radius:50%;position:absolute}.auth-bg-orb-1{background:radial-gradient(circle,#c9a84c26 0%,#0000 70%);width:600px;height:600px;top:-10%;right:-5%}.auth-bg-orb-2{background:radial-gradient(circle,#1e523666 0%,#0000 70%);width:400px;height:400px;bottom:10%;left:5%}.auth-hero{z-index:1;padding:var(--space-16);flex-direction:column;justify-content:space-between;display:none;position:relative}@media (min-width:1024px){.auth-hero{display:flex}}.auth-hero-brand{align-items:center;gap:var(--space-3);display:flex}.auth-hero-logo{background:linear-gradient(135deg, var(--color-gold), var(--color-gold-light));border-radius:var(--radius-md);justify-content:center;align-items:center;width:40px;height:40px;font-size:1.25rem;display:flex}.auth-hero-name{font-family:var(--font-sans);font-size:var(--text-xl);color:var(--color-cream);letter-spacing:.04em;font-weight:600}.auth-hero-content{justify-content:center;gap:var(--space-8);flex-direction:column;flex:1;display:flex}.auth-hero-headline{font-family:var(--font-display);color:var(--color-white);letter-spacing:.05em;text-transform:uppercase;font-size:clamp(3rem,4.5vw,5rem);font-weight:400;line-height:.95}.auth-hero-headline em{color:var(--color-emerald);text-shadow:0 0 25px #00a88766;font-style:normal}.auth-hero-trust{gap:var(--space-4);flex-direction:column;display:flex}.auth-trust-item{align-items:center;gap:var(--space-3);display:flex}.auth-trust-icon{border-radius:var(--radius-md);background:#c9a84c26;border:1px solid #c9a84c4d;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;display:flex}.auth-trust-text{font-size:var(--text-sm);color:var(--color-white-60)}.auth-hero-footer{font-size:var(--text-xs);color:var(--color-white-60)}.auth-form-panel{z-index:1;padding:var(--space-8) var(--space-6);justify-content:center;align-items:center;min-height:100dvh;display:flex;position:relative}@media (min-width:1024px){.auth-form-panel{min-height:auto;padding:var(--space-12)}}.auth-form-card{-webkit-backdrop-filter:blur(24px)saturate(180%);border-radius:var(--radius-2xl);width:100%;max-width:460px;padding:var(--space-10);animation:slide-up .5s var(--ease-out) both;background:#ffffff0f;border:1px solid #ffffff1f;box-shadow:0 24px 60px #0000004d}@media (max-width:480px){.auth-form-card{padding:var(--space-6) var(--space-4);border-radius:var(--radius-xl)}}.auth-mobile-brand{justify-content:center;align-items:center;gap:var(--space-3);margin-bottom:var(--space-8);display:flex}@media (min-width:1024px){.auth-mobile-brand{display:none}}.auth-form-heading{font-family:var(--font-sans);font-size:var(--text-3xl);color:var(--color-cream);margin-bottom:var(--space-2);font-weight:400}.auth-form-subheading{font-size:var(--text-sm);color:var(--color-white-60);margin-bottom:var(--space-8)}.auth-form .form-input{color:var(--color-cream);background:#ffffff14;border-color:#ffffff1f}.auth-form .form-input:focus{border-color:var(--color-gold);background:#ffffff1a;box-shadow:0 0 0 3px #c9a84c26}.auth-form .form-input::placeholder{color:#ffffff4d}.auth-form .form-label{color:#fffc}.auth-steps{align-items:center;gap:var(--space-2);margin-bottom:var(--space-8);display:flex}.auth-step{align-items:center;gap:var(--space-2);flex:1;display:flex}.auth-step-dot{width:28px;height:28px;font-size:var(--text-xs);color:#fff6;transition:all var(--duration-base) var(--ease-smooth);border:2px solid #fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:600;display:flex}.auth-step.active .auth-step-dot{border-color:var(--color-gold);background:var(--color-gold);color:var(--color-forest)}.auth-step.done .auth-step-dot{border-color:var(--color-success);background:var(--color-success);color:var(--color-white)}.auth-step-line{height:1px;transition:background var(--duration-base) var(--ease-smooth);background:#ffffff26;flex:1}.auth-step.done+.auth-step .auth-step-line,.auth-step.done .auth-step-line{background:var(--color-success)}.auth-divider{align-items:center;gap:var(--space-4);margin-block:var(--space-6);display:flex}.auth-divider:before,.auth-divider:after{content:"";background:#ffffff1f;flex:1;height:1px}.auth-divider span{font-size:var(--text-xs);color:#fff6;white-space:nowrap}.auth-form-footer{margin-top:var(--space-6);text-align:center;font-size:var(--text-sm);color:#ffffff80}.auth-form-footer a{color:var(--color-gold);transition:color var(--duration-fast);font-weight:500}.auth-form-footer a:hover{color:var(--color-gold-light)}.auth-alert{padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);font-size:var(--text-sm);margin-bottom:var(--space-4);align-items:center;gap:var(--space-3);display:flex}.auth-alert-error{color:#fca5a5;background:#c0392b26;border:1px solid #c0392b4d}.auth-alert-success{color:#86efac;background:#2d7d4626;border:1px solid #2d7d464d}
