.auth-page{font-family:var(--font-nunito);min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f4f5f9;padding:40px 20px}.auth-card{background:#fff;border-radius:16px;border:1px solid #e8eaed;box-shadow:0 4px 24px #00000012;padding:48px 44px;width:100%;max-width:440px}.auth-logo-img{width:36px;height:36px;object-fit:contain;border-radius:100%}.auth-logo{display:flex;align-items:center;gap:8px;margin-bottom:32px;text-decoration:none}.auth-logo-icon{width:34px;height:34px;border-radius:100%;background:linear-gradient(135deg,#3fd6d1,#2388ff);display:flex;align-items:center;justify-content:center;font-size:17px}.auth-logo-name{font-weight:800;font-size:16px;color:#0e1520}.auth-heading{font-weight:800;font-size:26px;color:#0e1520;margin:0 0 6px}.auth-sub{font-size:14px;color:#8a94a0;margin:0 0 28px}.auth-social-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;padding:11px 16px;background:#fff;border:1.5px solid #e8eaed;border-radius:9px;font-family:var(--font-nunito);font-size:14px;font-weight:700;color:#0e1520;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.auth-social-btn:hover{border-color:#c8cacd;box-shadow:0 2px 8px #0000000f}.auth-social-icon{font-size:17px}.auth-divider{display:flex;align-items:center;gap:10px;margin:20px 0}.auth-divider-line{flex:1;height:1px;background:#e8eaed}.auth-divider-text{font-size:12px;font-weight:600;color:#c0c6ce}.auth-form{display:flex;flex-direction:column;gap:14px}.auth-field{display:flex;flex-direction:column;gap:5px}.auth-field-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px}.auth-label{font-size:13px;font-weight:700;color:#3a4250}.auth-input-wrap{position:relative}.auth-input{width:100%;padding:10px 14px;background:#f8f9fb;border:1.5px solid #e8eaed;border-radius:9px;font-family:var(--font-nunito);font-size:14px;color:#0e1520;outline:none;transition:border-color .2s ease,background .2s ease;box-sizing:border-box}.auth-input::placeholder{color:#c0c6ce}.w-full{width:100%!important}.phone-input-container .form-control{width:100%!important;background:#f8f9fb!important;height:42px!important;border:1.5px solid #e8eaed!important;border-radius:9px!important;font-family:inherit!important;font-size:14px!important}.phone-input-container .flag-dropdown{background:#f8f9fb!important;border:1.5px solid #e8eaed!important;border-right:none!important;border-radius:9px 0 0 9px!important}.auth-input:focus{border-color:#3fd6d1;background:#fff;box-shadow:0 0 0 3px #3fd6d11a}.auth-eye-btn{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;font-size:15px;padding:0;opacity:.4;transition:opacity .2s}.auth-eye-btn:hover{opacity:.7}.auth-forgot{text-align:right;margin-top:-4px}.auth-forgot a{font-size:13px;font-weight:600;color:#3fd6d1;text-decoration:none}.auth-forgot a:hover{text-decoration:underline}.auth-checkbox-wrap{display:flex;align-items:flex-start;gap:9px;cursor:pointer}.auth-checkbox{width:16px;height:16px;accent-color:#3FD6D1;margin-top:2px;flex-shrink:0;cursor:pointer}.auth-checkbox-label{font-size:13px;color:#8a94a0;line-height:1.5}.auth-checkbox-label a{color:#3fd6d1;font-weight:700;text-decoration:none}.auth-checkbox-label a:hover{text-decoration:underline}.auth-submit-btn{width:100%;padding:12px;background:linear-gradient(42.91deg,#3fd6d1 -37.89%,#2388ff 112.92%);color:#fff;font-family:var(--font-nunito);font-weight:700;font-size:15px;border:none;border-radius:9px;cursor:pointer;transition:opacity .2s ease,transform .2s ease;margin-top:4px}.auth-submit-btn:hover:not(:disabled){opacity:.92;transform:translateY(-1px)}.auth-submit-btn:disabled{opacity:.5;cursor:not-allowed}.auth-strength{margin-top:6px}.auth-strength-bars{display:flex;gap:4px;margin-bottom:4px}.auth-strength-bar{flex:1;height:3px;border-radius:4px;background:#e8eaed;transition:background .3s ease}.auth-strength-bar.active-weak{background:#f87171}.auth-strength-bar.active-fair{background:#fb923c}.auth-strength-bar.active-good{background:#facc15}.auth-strength-bar.active-strong{background:#3fd6d1}.auth-strength-text{font-size:11.5px;font-weight:600;color:#8a94a0}.auth-switch{text-align:center;margin-top:22px;font-size:13.5px;color:#8a94a0}.auth-switch a{font-weight:700;color:#3fd6d1;text-decoration:none;margin-left:4px}.auth-switch a:hover{text-decoration:underline}@media(max-width:520px){.auth-card{padding:36px 24px}.auth-field-row{grid-template-columns:1fr}}@media(max-width:380px){.auth-card{padding:28px 18px}.auth-heading{font-size:22px}}
