.register-page-container{background:linear-gradient(#f4f6f9 0%,#eceef0 100%);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.register-card{background:#fff;border:1px solid #e5e7eb;border-radius:24px;width:100%;max-width:448px;padding:0;box-shadow:0 4px 16px rgba(0,0,0,.06)}.register-card-header{border-bottom:none;padding:32px 32px 24px}.register-card-title{color:#1f2937;text-align:center;margin:0;font-family:Roboto,sans-serif;font-size:24px;font-weight:600;line-height:32px}.register-card-description{color:#6b7280;margin-top:8px;font-family:Roboto,sans-serif;font-size:14px;font-weight:400;line-height:20px}.register-card-content{padding:24px 32px}.register-form-group{margin-bottom:20px}.register-form-group:last-of-type{margin-bottom:0}.register-label{color:#374151;margin-bottom:8px;font-family:Roboto,sans-serif;font-size:14px;font-weight:500;line-height:20px;display:block}.register-input{color:#1f2937;background:#fff;border:1px solid #d1d5db;outline:none;width:100%;height:44px;padding:10px 14px;font-family:Roboto,sans-serif;font-size:14px;font-weight:400;line-height:20px;transition:all .2s;border-radius:12px!important}.register-input::placeholder{color:#9ca3af}.register-input:focus{border-color:#007bea;box-shadow:0 0 0 3px rgba(0,123,234,.1)}.register-input:disabled{cursor:not-allowed;opacity:.6;background:#f3f4f6}.register-input-error{border-color:#ef4444}.register-input-error:focus{border-color:#ef4444;box-shadow:0 0 0 3px rgba(239,68,68,.1)}.register-error-message{color:#ef4444;margin-top:6px;font-family:Roboto,sans-serif;font-size:12px;font-weight:400;line-height:16px}.register-card-footer{border-top:none;flex-direction:column;gap:16px;padding:24px 32px 32px;display:flex}.register-submit-button{color:#fff;cursor:pointer;background:#007bea;border:none;border-radius:32px;justify-content:center;align-items:center;width:100%;height:44px;padding:10px 20px;font-family:Roboto,sans-serif;font-size:14px;font-weight:600;line-height:20px;transition:all .2s;display:flex}.register-submit-button:hover:not(:disabled){background:#06c}.register-submit-button:active:not(:disabled){background:#0052a3}.register-submit-button:disabled{cursor:not-allowed;opacity:.6;background:#9ca3af}.register-separator-wrapper{justify-content:center;align-items:center;width:100%;height:20px;margin:8px 0;display:flex;position:relative}.register-separator-line{z-index:0;background:#d1d5db;height:1px;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.register-separator-text{color:#4a5f7a;text-transform:uppercase;letter-spacing:.5px;z-index:1;background:#fff;justify-content:center;align-items:center;padding:0 16px;font-family:Roboto,sans-serif;font-size:12px;font-weight:500;line-height:16px;display:inline-flex;position:relative}.register-google-button{color:#1f2937;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:32px;justify-content:center;align-items:center;gap:12px;width:100%;height:44px;padding:10px 20px;font-family:Roboto,sans-serif;font-size:14px;font-weight:500;line-height:20px;transition:all .2s;display:flex}.register-google-button:hover{background:#f9fafb;border-color:#9ca3af}.register-google-button:active{background:#f3f4f6}.register-link-text{color:#4a5f7a;text-align:center;font-family:Roboto,sans-serif;font-size:14px;font-weight:400;line-height:20px}.register-link{color:#007bea;font-weight:500;text-decoration:none;transition:color .2s}.register-link:hover{color:#06c;text-decoration:underline}.register-loading-container{background:linear-gradient(#f4f6f9 0%,#eceef0 100%);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.register-loading-spinner{border:3px solid #e5e7eb;border-top-color:#007bea;border-radius:50%;width:48px;height:48px;animation:.8s linear infinite register-spin}.register-loading-text{color:#4a5f7a;margin-top:16px;font-family:Roboto,sans-serif;font-size:14px;font-weight:400;line-height:20px}@keyframes register-spin{to{transform:rotate(360deg)}}@media (max-width:767px){.register-page-container{padding:16px}.register-card{border-radius:12px;max-width:100%}.register-card-header{padding:24px 24px 20px}.register-card-title{font-size:20px;line-height:28px}.register-card-content{padding:20px 24px}.register-card-footer{padding:20px 24px 24px}.register-form-group{margin-bottom:18px}.register-input,.register-submit-button,.register-google-button{height:42px;font-size:16px}}
