.register-page{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;background:radial-gradient(1200px 600px at 20% -15%,rgba(var(--accent-rgb),.22),transparent 50%),radial-gradient(900px 500px at 80% 0,rgba(120,160,210,.12),transparent 45%),linear-gradient(180deg,#ffffff 0,#f7f9fc 100%)}.register-container{width:100%;max-width:520px;padding:2rem 1.25rem}.register-card{background:var(--background-primary);border-radius:16px;padding:2.25rem 2rem 2rem;border:1px solid var(--action-primary);box-shadow:0 1px 2px rgba(0,0,0,.04),0 12px 32px rgba(60,60,90,.08);display:flex;flex-direction:column;align-items:center}.register-logo-link{display:flex;justify-content:center;margin-bottom:1rem}.register-logo{max-width:190px;height:72px;object-fit:contain}.logo-light{display:block}.dark-theme .logo-light,.logo-dark{display:none}.dark-theme .logo-dark{display:block}.register-title{font-size:1.5rem;font-weight:700;color:var(--foreground-primary);margin-bottom:.35rem;text-align:center}.register-subtitle{font-size:.95rem;color:var(--foreground-secondary);text-align:center;margin-bottom:1.6rem}.google-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.6rem;padding:.75rem 0;border-radius:8px;border:1px solid var(--action-primary);background:#fff;color:#222;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .18s ease}.google-btn:hover{border-color:var(--accent);background:#f5faff;color:var(--accent)}.google-icon{font-size:1.3rem}.register-divider{display:flex;align-items:center;width:100%;margin:1.2rem 0;gap:.6rem}.divider-line{flex:1;height:1px;background:var(--action-primary);opacity:.6}.divider-text{font-size:.8rem;color:var(--foreground-tertiary);font-weight:500}.register-form{width:100%;gap:.9rem}.form-group,.register-form{display:flex;flex-direction:column}.form-group{gap:.3rem}.form-group label{font-size:.8rem;font-weight:600;color:var(--foreground-primary)}.form-group input{height:42px;padding:0 .85rem;border-radius:8px;border:1px solid var(--action-primary);background:var(--background-primary);font-size:.95rem;color:var(--foreground-primary);transition:border-color .15s,box-shadow .15s}.form-group input::placeholder{color:var(--foreground-tertiary)}.form-group input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgba(38,92,138,.15)}.form-group input.error{border-color:#e74c3c}.password-input-wrapper{position:relative;width:100%}.password-input-wrapper input{width:100%;height:42px;padding:0 2.75rem 0 .85rem;border-radius:8px;border:1px solid var(--action-primary);background:var(--background-primary);font-size:.95rem;color:var(--foreground-primary)}.eye-toggle{position:absolute;right:.6rem;top:50%;transform:translateY(-50%);height:32px;width:32px;border-radius:6px;border:none;background:transparent;cursor:pointer;color:var(--foreground-tertiary);display:flex;align-items:center;justify-content:center}.eye-toggle:hover{background:rgba(0,0,0,.05);color:var(--accent)}.dark-theme .eye-toggle:hover{background:rgba(255,255,255,.08)}.form-error{font-size:.75rem;color:#e74c3c;margin-top:-.1rem}.register-btn{margin-top:.75rem;height:44px;border-radius:8px;border:none;background:var(--accent);color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s,box-shadow .2s}.register-btn:hover:not(:disabled){background:#265c8a;box-shadow:0 6px 16px rgba(38,92,138,.25)}.register-btn:disabled{background:var(--foreground-tertiary);cursor:not-allowed}.register-login-link{margin-top:1.6rem;font-size:.9rem;color:var(--foreground-secondary);text-align:center}.register-login-link a{color:var(--accent);font-weight:600;text-decoration:none}.register-login-link a:hover{text-decoration:underline}.dark-theme .register-card{border-color:var(--background-secondary);box-shadow:0 12px 36px rgba(0,0,0,.35)}.dark-theme .google-btn{background:var(--background-primary);color:var(--foreground-primary)}@media (max-width:600px){.register-card{padding:1.75rem 1.25rem}.register-title{font-size:1.35rem}.register-logo{max-width:170px;height:64px}}