@keyframes auth-card-enter{0%{opacity:0;transform:translateY(24px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes auth-fade-up{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes auth-float-slow{0%,to{transform:translate(0)scale(1)}33%{transform:translate(8px,-10px)scale(1.03)}66%{transform:translate(-6px,6px)scale(.98)}}@keyframes auth-shine{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes auth-glow-pulse{0%,to{opacity:.6}50%{opacity:.9}}.auth-page{background:linear-gradient(165deg,#0f4c75 0%,#1b6ca8 28%,#2a8bc2 52%,#5ba3d0 78%,#a8d4ee 100%);justify-content:center;align-items:center;min-height:100vh;padding:2.5rem 1rem;display:flex;position:relative;overflow:hidden}.auth-page:before{content:"";pointer-events:none;background-image:radial-gradient(120% 80% at 0 0,#ffffff26 0%,#0000 50%),radial-gradient(80% 60% at 100% 100%,#ffffff14 0%,#0000 45%),radial-gradient(60% 50% at 50% 30%,#ffffff0f 0%,#0000 40%);position:absolute;inset:0}.auth-page:after{content:"";pointer-events:none;background-image:radial-gradient(circle at 1px 1px,#ffffff1f 1px,#0000 0);background-size:32px 32px;position:absolute;inset:0}.auth-blob{filter:blur(80px);border-radius:50%;animation:20s ease-in-out infinite auth-float-slow;position:absolute}.auth-blob-1{background:#ffffff1f;width:400px;height:400px;animation-delay:0s;top:-15%;right:-10%}.auth-blob-2{background:#ffffff14;width:360px;height:360px;animation-delay:-7s;bottom:-12%;left:-12%}.auth-blob-3{background:#3697ce40;width:240px;height:240px;animation-delay:-14s;top:35%;left:10%}.auth-panel,.auth-card{background:#fffffffa;border-radius:1.75rem;width:100%;max-width:460px;padding:3rem 2.5rem;animation:.65s cubic-bezier(.22,1,.36,1) forwards auth-card-enter;position:relative;box-shadow:0 0 0 1px #fff6,0 2px 4px #0000000a,0 8px 16px #0000000f,0 24px 48px #0000001f,inset 0 1px #ffffffe6}.auth-panel:before,.auth-card:before{content:"";-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(145deg,#ffffff80 0%,#fff3 50%,#fff6 100%);border-radius:calc(1.75rem + 2px);padding:2px;position:absolute;inset:-2px;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.auth-card .auth-input,.auth-panel .auth-input{transition:border-color .2s,box-shadow .2s,background-color .2s}.auth-card .auth-input:hover,.auth-panel .auth-input:hover{background-color:#f8fafc;border-color:#94a3b8}.auth-card .auth-input:focus,.auth-panel .auth-input:focus{border-color:var(--primary);background-color:#fff;outline:none;box-shadow:0 0 0 3px #3697ce40}.auth-card .auth-btn-primary,.auth-panel .auth-btn-primary{background:linear-gradient(135deg,#1b6ca8 0%,var(--primary)50%,#2a8bc2 100%);background-size:200% 100%;transition:transform .2s,box-shadow .2s,background-position .4s;position:relative;overflow:hidden}.auth-card .auth-btn-primary:after,.auth-panel .auth-btn-primary:after{content:"";opacity:0;background:linear-gradient(105deg,#0000 0%,#fff3 50%,#0000 100%) 0 0/200% 100%;transition:opacity .3s;position:absolute;inset:0}.auth-card .auth-btn-primary:hover,.auth-panel .auth-btn-primary:hover{background-position:100% 0;transform:translateY(-2px);box-shadow:0 12px 28px #1b6ca873}.auth-card .auth-btn-primary:hover:after,.auth-panel .auth-btn-primary:hover:after{opacity:1;animation:.7s ease-out auth-shine}.auth-card .auth-btn-primary:active,.auth-panel .auth-btn-primary:active{transform:translateY(0)}.auth-link{color:#1b6ca8;font-weight:600;transition:color .2s,text-decoration-color .2s}.auth-link:hover{color:var(--primary-hover);text-decoration:underline}.auth-form-item{opacity:0;animation:.5s ease-out forwards auth-fade-up}.auth-form-item:first-child{animation-delay:.12s}.auth-form-item:nth-child(2){animation-delay:.2s}.auth-form-item:nth-child(3){animation-delay:.28s}.auth-form-item:nth-child(4){animation-delay:.36s}.auth-form-item:nth-child(5){animation-delay:.44s}.auth-form-item:nth-child(6){animation-delay:.52s}.auth-form-item:nth-child(7){animation-delay:.6s}.auth-form-item:nth-child(8){animation-delay:.68s}.auth-hero{opacity:0;animation:.6s ease-out .2s forwards auth-fade-up}.auth-title{opacity:0;animation:.5s ease-out .28s forwards auth-fade-up}.auth-success-msg{opacity:0;animation:.4s ease-out forwards auth-fade-up}.auth-hero-badge{color:#fffffff2;letter-spacing:.02em;background:#fff3;border:1px solid #ffffff4d;border-radius:9999px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.8125rem;font-weight:500;display:inline-flex}.auth-hero-text{color:#ffffffe6;text-shadow:0 1px 2px #0000001a}.auth-hero-text-muted{color:#ffffffbf}.auth-split-page{background:#f1f5f9;flex-direction:column;min-height:100vh;display:flex}@media (min-width:1024px){.auth-split-page{flex-direction:row}}.auth-form-side{background:#f8fafc;flex:1;justify-content:center;align-items:center;padding:2.5rem 1.5rem;display:flex}@media (min-width:1024px){.auth-form-side{min-width:0;padding:3rem 4rem}}.auth-form-inner{width:100%;max-width:400px}.auth-form-side .auth-input{transition:border-color .2s,box-shadow .2s}.auth-form-side .auth-input:hover{border-color:#94a3b8}.auth-form-side .auth-input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #3697ce33}.auth-form-side .auth-btn-primary{transition:transform .2s,box-shadow .2s}.auth-form-side .auth-btn-primary:active{transform:translateY(0)}.auth-welcome-side{background:#0f172a;padding:3rem 2.5rem;display:none;position:relative;overflow:hidden}@media (min-width:1024px){.auth-welcome-side{border-radius:2rem 0 0 2rem;flex-direction:column;flex:1;justify-content:center;min-width:0;padding:3rem 4rem;display:flex}}.auth-welcome-side:before{content:"";pointer-events:none;background-image:repeating-linear-gradient(-45deg,#0000,#0000 40px,#ffffff05 40px 41px);position:absolute;inset:0}.auth-welcome-side:after{content:"";pointer-events:none;background-image:radial-gradient(circle at 1px 1px,#ffffff0f 1px,#0000 0);background-size:24px 24px;position:absolute;inset:0}.auth-welcome-content{z-index:1;max-width:420px;position:relative}.auth-welcome-card{background:#1e293be6;border:1px solid #ffffff0f;border-radius:1rem;margin-top:2.5rem;padding:1.75rem}.auth-avatars{justify-content:flex-end;margin-top:1rem;display:flex}.auth-avatar{color:#ffffffe6;background:linear-gradient(135deg,#64748b,#475569);border:2px solid #0f172a;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;margin-left:-10px;font-size:.75rem;font-weight:600;display:flex}.auth-avatar:first-child{margin-left:0}.auth-social-row{justify-content:center;align-items:center;gap:1rem;margin-top:1.5rem;display:flex}.auth-social-btn{color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:background .2s,border-color .2s,color .2s;display:flex}.auth-social-btn:hover{color:#0f172a;background:#f1f5f9;border-color:#cbd5e1}.auth-btn-dark{color:#fff!important;background:#0f172a!important;border:none!important}.auth-btn-dark:hover{background:#1e293b!important;box-shadow:0 8px 24px #0f172a59!important}.auth-promo-page{background:#fff;flex-direction:column;min-height:100vh;display:flex}@media (min-width:1024px){.auth-promo-page{flex-direction:row}}.auth-promo-left{background:#fff;flex-direction:column;flex:1;justify-content:space-between;padding:2.5rem 1.5rem;display:flex}@media (min-width:1024px){.auth-promo-left{min-width:0;padding:3rem 4rem}}.auth-promo-headline{letter-spacing:-.02em;color:#0f172a;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;line-height:1.15}.auth-promo-headline-small{letter-spacing:.12em;text-transform:uppercase;color:#64748b;margin-bottom:.5rem;font-size:.75rem;font-weight:600}.auth-promo-accent{border-bottom:3px solid var(--primary);padding-bottom:2px}.auth-promo-dots{vertical-align:middle;align-items:center;gap:.35rem;margin-left:.25rem;display:inline-flex}.auth-promo-dot{background:var(--primary);border-radius:50%;width:6px;height:6px}.auth-promo-dot:nth-child(2){width:8px;height:8px}.auth-promo-dot:nth-child(3){width:10px;height:10px}.auth-promo-create{color:#475569;margin-top:1.5rem;font-size:.9375rem}.auth-promo-create a{color:#0f172a;text-underline-offset:3px;font-weight:600;text-decoration:underline}.auth-promo-create a:hover{color:var(--primary)}.auth-about-card{background:#0f172a;border-radius:1rem;max-width:420px;margin-top:auto;padding:1.5rem 1.75rem}@media (min-width:1024px){.auth-about-card{margin-top:2rem}}.auth-about-card h3{color:#fff;margin-bottom:.5rem;font-size:1rem;font-weight:700}.auth-about-card p{color:#fffc;font-size:.8125rem;line-height:1.5}.auth-hero-bg{background:linear-gradient(160deg,#1e5d8a 0%,#2a7ab5 35%,#3697ce 65%,#5ba3d0 100%);flex:1;justify-content:center;align-items:center;min-height:50vh;padding:2rem 1.5rem;display:flex;position:relative}@media (min-width:1024px){.auth-hero-bg{min-width:0;min-height:100vh;padding:3rem 4rem}}.auth-hero-bg:before{content:"";pointer-events:none;background-image:radial-gradient(circle at 1px 1px,#ffffff14 1px,#0000 0);background-size:28px 28px;position:absolute;inset:0}.auth-hero-label{text-align:right;z-index:1;position:absolute;top:2rem;right:2rem}.auth-hero-label span:first-child{color:#fffffff2;letter-spacing:.02em;font-size:1.25rem;font-weight:700;display:block}.auth-hero-label span:last-child{color:#ffffffb3;font-size:.75rem}.auth-form-card-float{z-index:2;background:#fff;border-radius:1.25rem;width:100%;max-width:400px;padding:2.25rem 2rem;position:relative;box-shadow:0 4px 6px -1px #00000014,0 20px 40px -8px #00000026}.auth-form-card-float .auth-input{transition:border-color .2s,box-shadow .2s}.auth-form-card-float .auth-input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #3697ce33}.auth-form-card-float .auth-checkbox-accent{accent-color:var(--primary)}.auth-form-card-float .auth-checkbox-accent:focus{outline:2px solid var(--primary);outline-offset:2px}.auth-slide-nav{z-index:2;align-items:center;gap:.75rem;display:flex;position:absolute;bottom:2rem;right:2rem}.auth-slide-nav span{color:#fffc;font-size:.8125rem}.auth-slide-btn{color:#fff;background:#ffffff1a;border:1px solid #ffffff4d;border-radius:.5rem;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s,border-color .2s;display:flex}.auth-slide-btn:hover{background:#fff3;border-color:#ffffff80}.auth-simple{background:linear-gradient(#f0f7fc 0%,#e8f4fc 50%,#f5f9fc 100%);justify-content:center;align-items:center;min-height:100vh;padding:2rem 1rem;display:flex}.auth-simple-card{background:#fff;border:1px solid #0000000a;border-radius:1rem;width:100%;max-width:400px;padding:2.5rem 2rem;box-shadow:0 1px 3px #0000000f,0 8px 24px #0000000f}.auth-simple-card .auth-simple-input{color:#18181b;background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;width:100%;padding:.75rem 1rem;font-size:.9375rem;transition:border-color .2s,box-shadow .2s}.auth-simple-card .auth-simple-input::placeholder{color:#94a3b8}.auth-simple-card .auth-simple-input:hover{border-color:#cbd5e1}.auth-simple-card .auth-simple-input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #3697ce26}.auth-simple-card .auth-simple-btn{color:#fff;background:var(--primary);cursor:pointer;border:none;border-radius:.5rem;width:100%;padding:.75rem 1rem;font-size:.9375rem;font-weight:600;transition:background .2s,transform .1s}.auth-simple-card .auth-simple-btn:hover{background:var(--primary-hover)}.auth-simple-card .auth-simple-btn:active{transform:scale(.99)}.auth-simple-card .auth-simple-link{color:var(--primary);font-size:.875rem;font-weight:500}.auth-simple-card .auth-simple-link:hover{text-decoration:underline}.auth-simple-card .auth-simple-checkbox{accent-color:var(--primary);cursor:pointer;border-radius:.25rem;width:1rem;height:1rem}.auth-two-panel{background:#fff;flex-direction:column;min-height:100vh;display:flex}@media (min-width:1024px){.auth-two-panel{flex-direction:row}}.auth-panel-form{background:#fff;flex-direction:column;flex:1;justify-content:center;padding:2rem 1.5rem;display:flex}@media (min-width:1024px){.auth-panel-form{flex:0 0 42%;max-width:42%;padding:3rem 3.5rem}}.auth-panel-form-inner{width:100%;max-width:380px;margin:0 auto}.auth-panel-form .auth-input-wrap{position:relative}.auth-panel-form .auth-input-wrap .auth-input-icon{color:#94a3b8;pointer-events:none;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.auth-panel-form .auth-input-with-icon{border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;height:3rem;color:var(--foreground);background:#fff;padding-left:2.75rem;padding-right:1rem;font-size:.9375rem;transition:border-color .2s,box-shadow .2s}.auth-panel-form .auth-input-with-icon::placeholder{color:#94a3b8}.auth-panel-form .auth-input-with-icon:hover{border-color:var(--border-strong)}.auth-panel-form .auth-input-with-icon:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light);outline:none}.auth-panel-form .auth-input-with-icon.pr-10{padding-right:2.75rem}.auth-panel-form .auth-btn-main{color:#fff;background:var(--primary);border-radius:var(--radius-lg);cursor:pointer;border:none;width:100%;height:3rem;font-size:.9375rem;font-weight:600;transition:background .2s,transform .1s}.auth-panel-form .auth-btn-main:hover{background:var(--primary-hover)}.auth-panel-form .auth-btn-main:active{transform:scale(.99)}.auth-panel-form .auth-link{color:var(--primary);font-size:.875rem;font-weight:500}.auth-panel-form .auth-link:hover{text-decoration:underline}.auth-panel-form .auth-divider{align-items:center;gap:1rem;margin:1.5rem 0;display:flex}.auth-panel-form .auth-divider:before,.auth-panel-form .auth-divider:after{content:"";background:var(--border);flex:1;height:1px}.auth-panel-form .auth-divider span{color:#64748b;font-size:.8125rem}.auth-panel-form .auth-btn-social{width:100%;height:3rem;color:var(--foreground);border:1px solid var(--border);border-radius:var(--radius-lg);cursor:pointer;background:#fff;justify-content:center;align-items:center;gap:.5rem;padding:0 1rem;font-size:.875rem;font-weight:500;transition:background .2s,border-color .2s;display:flex}.auth-panel-form .auth-btn-social:hover{background:var(--surface-hover);border-color:var(--border-strong)}.auth-panel-preview{background-color:var(--primary);border-radius:1.5rem;flex:1;justify-content:center;align-items:center;min-height:40vh;max-height:45vh;margin:1.5rem;padding:2rem 1.5rem;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 12px 24px -4px #0000001f,0 24px 48px -12px #0000002e}@media (min-width:1024px){.auth-panel-preview{border-radius:2rem;flex:1;align-self:stretch;min-height:calc(100vh - 4rem);margin:2rem;padding:3rem}}.auth-panel-preview:before{content:"";z-index:2;pointer-events:none;border-radius:inherit;background:linear-gradient(#1e5d8a1f 0%,#3697ce26 100%);position:absolute;inset:0}.auth-cover-slides{z-index:0;border-radius:inherit;position:absolute;inset:0;overflow:hidden}.auth-cover-slide{opacity:0;z-index:0;pointer-events:none;filter:none;background-position:50%;background-repeat:no-repeat;background-size:cover;transition:opacity .6s ease-in-out;position:absolute;inset:0}.auth-cover-slide.is-active{opacity:1;z-index:1}.auth-slider-dots{z-index:4;justify-content:center;gap:.5rem;display:flex;position:absolute;bottom:1.25rem;left:0;right:0}.auth-slider-dot{cursor:pointer;background:#fff6;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:background .2s,transform .2s}.auth-slider-dot:hover{background:#ffffffb3}.auth-slider-dot.is-active{background:#fff;transform:scale(1.2)}.auth-preview-card{z-index:3;border-radius:var(--radius-2xl);background:#fff;border:1px solid #fffc;width:100%;max-width:320px;padding:1.5rem 1.25rem;position:relative;transform:translateY(-8px);box-shadow:0 1px 3px #0000000f,0 6px 16px #00000014,0 12px 28px #0000000f,0 24px 56px -12px #00000029}@media (min-width:1024px){.auth-preview-card{max-width:360px;padding:1.75rem 1.5rem}}.auth-preview-card h3{color:var(--foreground);margin-bottom:1rem;font-size:.9375rem;font-weight:600}.auth-preview-stat{color:var(--primary);margin-bottom:.25rem;font-size:1.5rem;font-weight:700}.auth-preview-label{color:#64748b;margin-bottom:1rem;font-size:.75rem}.auth-preview-list{color:var(--foreground);font-size:.8125rem}.auth-preview-list span{border-bottom:1px solid var(--border);padding:.35rem 0;display:block}.auth-preview-list span:last-child{border-bottom:none}
