.auth-page{background:0 0;justify-content:center;align-items:center;min-height:calc(100vh - 60px);padding:2rem;display:flex}.auth-card{background:#000;border:1px solid #47556966;border-radius:16px;width:100%;padding:2rem}.auth-card__header{text-align:center;margin-bottom:2rem}.auth-card__title{color:#f1f5f9;margin:0 0 .5rem;font-size:1.5rem;font-weight:700}.auth-card__subtitle{color:#94a3b8;margin:0;font-size:.875rem}.auth-form{flex-direction:column;gap:1.25rem;display:flex}.auth-form__error{color:#fca5a5;background:#ef44441a;border:1px solid #ef44444d;border-radius:8px;padding:.75rem 1rem;font-size:.875rem}.auth-form__field{flex-direction:column;gap:.5rem;display:flex}.auth-form__field label{color:#e2e8f0;font-size:.875rem;font-weight:500}.auth-form__field input{color:#f1f5f9;background:#0f172a80;border:1px solid #47556966;border-radius:8px;padding:.75rem 1rem;font-size:1rem;transition:border-color .2s,box-shadow .2s}.auth-form__field input::placeholder{color:#64748b}.auth-form__field input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.auth-form__submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:8px;margin-top:.5rem;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;transition:transform .2s,box-shadow .2s}.auth-form__submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.auth-form__submit:disabled{opacity:.7;cursor:not-allowed}.auth-card__footer{text-align:center;border-top:1px solid #47556966;margin-top:1.5rem;padding-top:1.5rem}.auth-card__footer p{color:#94a3b8;margin:0;font-size:.875rem}.auth-link{color:#3b82f6;font-weight:500;text-decoration:none}.auth-link:hover{text-decoration:underline}.auth-link--btn{cursor:pointer;font-size:inherit;background:0 0;border:none;padding:0;font-family:inherit}.auth-form__success{color:#86efac;background:#22c55e1a;border:1px solid #22c55e4d;border-radius:8px;padding:.75rem 1rem;font-size:.875rem;line-height:1.5}.auth-form__forgot{text-align:right;margin-top:-.5rem}.auth-form__input-wrap{align-items:center;display:flex;position:relative}.auth-form__input-wrap input{width:100%;padding-right:2.75rem}.auth-form__eye{cursor:pointer;color:#64748b;background:0 0;border:none;padding:.25rem;font-size:1rem;line-height:1;transition:color .2s;position:absolute;right:.75rem}.auth-form__eye:hover{color:#94a3b8}.auth-oauth{flex-direction:column;gap:10px;margin-bottom:1.25rem;display:flex}.auth-oauth__btn{cursor:pointer;color:#e2e8f0;background:#0f172a66;border:1px solid #47556966;border-radius:8px;justify-content:center;align-items:center;gap:10px;width:100%;padding:.75rem 1rem;font-size:.9375rem;font-weight:500;text-decoration:none;transition:background .2s,border-color .2s;display:flex}.auth-oauth__btn:hover{color:#f1f5f9;background:#47556940;border-color:#475569b3;text-decoration:none}.auth-oauth__btn i{text-align:center;width:18px;font-size:1rem}.auth-oauth__btn--google i{color:#ea4335}.auth-oauth__btn--github i{color:#e2e8f0}.auth-divider{color:#475569;align-items:center;gap:12px;margin-bottom:1.25rem;font-size:.8rem;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:#47556966;flex:1;height:1px}.ept-btn--primary{color:#fff;white-space:nowrap;background:#f97316;border-radius:100px;margin-left:4px;padding:8px 20px;font-size:14px;font-weight:600;text-decoration:none;transition:background .2s,transform .15s}.ept-btn--primary:hover{background:#ea580c;transform:scale(1.03);color:#fff!important}
