.auth-layout{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem;background:var(--background);position:relative;overflow:hidden}.auth-layout:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(ellipse at 30% 20%,rgba(99,102,241,.08) 0,transparent 50%),radial-gradient(ellipse at 70% 80%,rgba(139,92,246,.06) 0,transparent 50%);pointer-events:none}.auth-container{width:100%;max-width:420px;position:relative;z-index:1}.auth-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:2rem}.auth-logo-icon{width:32px;height:32px;flex-shrink:0}.auth-logo-text{font-size:1.25rem;letter-spacing:-.02em}.auth-logo-text,.auth-title{font-weight:700;color:var(--foreground)}.auth-title{font-size:1.75rem;margin-bottom:.5rem;letter-spacing:-.03em}.auth-subtitle{color:var(--muted);font-size:.938rem;margin-bottom:1.5rem;line-height:1.5}.auth-message{padding:.75rem 1rem;border-radius:.75rem;font-size:.875rem;margin-bottom:1.25rem;line-height:1.5}.auth-message.error{background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.2);color:#fca5a5}.auth-message.success{background:rgba(34,197,94,.1);border:1px solid rgba(34,197,94,.2);color:#86efac}.auth-btn-google{width:100%;display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.75rem 1rem;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:.75rem;color:var(--foreground);font-size:.938rem;font-weight:500;cursor:pointer;transition:all .2s ease}.auth-btn-google:hover:not(:disabled){background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.2);transform:translateY(-1px)}.auth-btn-google:disabled{opacity:.5;cursor:not-allowed}.auth-divider{display:flex;align-items:center;gap:1rem;margin:1.5rem 0}.auth-divider:after,.auth-divider:before{content:"";flex:1;height:1px;background:hsla(0,0%,100%,.08)}.auth-divider span{color:var(--muted);font-size:.813rem;text-transform:uppercase;letter-spacing:.05em}.auth-tabs{display:flex;gap:.25rem;padding:.25rem;background:hsla(0,0%,100%,.03);border-radius:.75rem;margin-bottom:1.5rem}.auth-tab{flex:1;padding:.625rem 1rem;border:none;background:transparent;color:var(--muted);font-size:.875rem;font-weight:500;border-radius:.5rem;cursor:pointer;transition:all .2s ease}.auth-tab.active{background:rgba(99,102,241,.15);color:#a5b4fc}.auth-tab:hover:not(.active){color:var(--foreground)}.auth-form{gap:1rem}.auth-field,.auth-form{display:flex;flex-direction:column}.auth-field{gap:.375rem}.auth-field label{display:flex;align-items:center;justify-content:space-between;font-size:.875rem;font-weight:500;color:var(--foreground)}.auth-forgot{font-size:.813rem;color:#818cf8;text-decoration:none;font-weight:400}.auth-forgot:hover{color:#a5b4fc;text-decoration:underline}.auth-field input{padding:.75rem 1rem;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.1);border-radius:.75rem;color:var(--foreground);font-size:.938rem;outline:none;transition:all .2s ease}.auth-field input::placeholder{color:hsla(0,0%,100%,.25)}.auth-field input:focus{border-color:rgba(99,102,241,.5);background:rgba(99,102,241,.05);box-shadow:0 0 0 3px rgba(99,102,241,.1)}.auth-field input:disabled{opacity:.5;cursor:not-allowed}.auth-btn-primary{width:100%;padding:.75rem 1.5rem;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:.75rem;color:#fff;font-size:.938rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:.5rem}.auth-btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#4f46e5,#7c3aed);transform:translateY(-1px);box-shadow:0 4px 12px rgba(99,102,241,.3)}.auth-btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.auth-footer{text-align:center;margin-top:1.5rem;font-size:.875rem;color:var(--muted)}.auth-footer a{color:#818cf8;text-decoration:none;font-weight:500}.auth-footer a:hover{color:#a5b4fc;text-decoration:underline}.auth-verify-icon{color:#818cf8;margin-bottom:1.5rem}.auth-verify-tips{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.06);border-radius:.75rem;padding:1rem 1.25rem;margin-top:1rem}.auth-verify-tips p{font-size:.875rem;font-weight:500;color:var(--foreground);margin-bottom:.5rem}.auth-verify-tips ul{list-style:none;padding:0;margin:0}.auth-verify-tips li{font-size:.813rem;color:var(--muted);padding:.25rem 0 .25rem 1.25rem;position:relative}.auth-verify-tips li:before{content:"•";position:absolute;left:0;color:#818cf8}