.register-page{flex-direction:column;min-height:100vh;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex;position:relative;overflow:hidden}.register-bg{z-index:0;position:absolute;inset:0}.register-bg-gradient{clip-path:polygon(0 0,55% 0,40% 100%,0 100%);background:linear-gradient(135deg,#0a1628 0%,#1e3a5f 50%,#2563eb 100%);position:absolute;inset:0}.register-bg-white{clip-path:polygon(55% 0,100% 0,100% 100%,40% 100%);background:#fff;position:absolute;inset:0}.register-bg-grid{pointer-events:none;background-image:linear-gradient(#2563eb0d 1px,#0000 1px),linear-gradient(90deg,#2563eb0d 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.register-content{z-index:10;flex:1;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;width:100%;max-width:1280px;margin:0 auto;padding:2rem 3rem;display:grid;position:relative}.register-left{flex-direction:column;justify-content:center;align-items:flex-start;max-width:480px;display:flex}.register-badge{color:#93c5fd;letter-spacing:.02em;background:#2563eb26;border:1px solid #2563eb40;border-radius:100px;margin-bottom:1.5rem;padding:.375rem .875rem;font-size:.75rem;font-weight:600;display:inline-flex}.register-left h1{color:#fff;margin-bottom:1rem;font-size:2.5rem;font-weight:700;line-height:1.1}.register-left p{color:#ffffffa6;margin-bottom:2rem;font-size:1rem;line-height:1.7}.register-visual{width:100%;margin-top:1rem}.register-right{justify-content:center;align-items:center;display:flex}.register-card{background:#fff;border-radius:12px;width:100%;max-width:420px;padding:2rem 2.5rem;box-shadow:0 4px 6px #0000000d,0 10px 20px #0000001a}.register-logo{text-align:center;margin-bottom:1rem}.register-logo h2{color:#1e3a5f;margin:0;font-size:1.5rem;font-weight:700}.register-logo p{color:#64748b;margin:.25rem 0 0;font-size:.8125rem}.register-title{text-align:center;color:#0f172a;margin:0 0 .25rem;font-size:1.125rem;font-weight:600}.register-subtitle{text-align:center;color:#64748b;margin:0 0 1.5rem;font-size:.8125rem}.register-form{text-align:left}.form-section{background:#f8fafc;border-radius:8px;margin-bottom:1rem;padding:1rem}.section-title{color:#1e3a5f;margin:0 0 .75rem;font-size:.875rem;font-weight:600}.form-group{margin-bottom:.875rem}.form-group:last-child{margin-bottom:0}.form-group label{color:#374151;margin-bottom:.375rem;font-size:.8125rem;font-weight:500;display:block}.form-group input{color:#0f172a;box-sizing:border-box;background:#fff;border:1px solid #e5e7eb;border-radius:6px;width:100%;padding:.625rem .75rem;font-size:.875rem;transition:all .15s}.form-group input::placeholder{color:#9ca3af}.form-group input:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1a}.form-group input:disabled{cursor:not-allowed;background:#f9fafb}.form-hint{color:#94a3b8;margin-top:.25rem;font-size:.75rem;display:block}.submit-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);border:none;border-radius:6px;width:100%;margin-top:.5rem;padding:.875rem 1rem;font-size:.9375rem;font-weight:600;transition:all .15s}.submit-button:hover:not(:disabled){background:linear-gradient(135deg,#1d4ed8 0%,#1e40af 100%);transform:translateY(-1px);box-shadow:0 4px 12px #2563eb40}.submit-button:disabled{opacity:.6;cursor:not-allowed}.error-message{color:#dc2626;background:#fef2f2;border-left:3px solid #dc2626;border-radius:6px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.8125rem;font-weight:500}.success-container{text-align:center;padding:2rem 1rem}.success-icon{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.5rem;font-size:2rem;display:flex}.success-title{color:#0f172a;margin:0 0 .75rem;font-size:1.25rem;font-weight:600}.success-message{color:#64748b;margin:0 0 1.5rem;font-size:.875rem;line-height:1.6}.back-home-link{color:#2563eb;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .15s;display:inline-flex}.back-home-link:hover{color:#1d4ed8;text-decoration:underline}.register-links{text-align:center;margin-top:1.25rem}.login-link{color:#64748b;margin:0;font-size:.8125rem}.login-link a{color:#2563eb;font-weight:500;text-decoration:none}.login-link a:hover{text-decoration:underline}.register-footer{z-index:10;justify-content:flex-end;width:100%;max-width:1280px;margin:0 auto;padding:1rem 3rem 2rem;display:flex;position:relative}.register-footer-content{text-align:center;color:#94a3b8;width:50%;font-size:.8125rem}@media (max-width:1024px){.register-content{grid-template-columns:1fr;gap:2rem;padding:2rem}.register-left{display:none}.register-bg-gradient{clip-path:polygon(0 0,100% 0,100% 30%,0 50%)}.register-bg-white{clip-path:polygon(0 50%,100% 30%,100% 100%,0 100%)}.register-footer{justify-content:center}.register-footer-content{width:100%}}@media (max-width:480px){.register-card{margin:1rem;padding:1.5rem}.form-section{padding:.75rem}}
