.registration{min-height:100vh;position:relative;overflow:hidden}.registration__background{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#1e293b,#334155 50%,#475569)}.registration__background:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 25% 25%,rgba(179,156,104,.1) 0,transparent 50%),radial-gradient(circle at 75% 75%,rgba(179,156,104,.05) 0,transparent 50%);background-size:100px 100px,150px 150px}.registration__container{position:relative;display:flex;min-height:100vh;z-index:1}.registration__left-section{flex:1;display:flex;align-items:center;justify-content:center;padding:3rem;color:#fff}@media(max-width:1024px){.registration__left-section{display:none}}.registration__brand-wrapper{max-width:500px;text-align:center}.registration__brand-header{margin-bottom:3rem}.registration__brand-title{font-size:3.5rem;font-weight:800;color:#b39c68;margin:0;letter-spacing:-.02em;text-shadow:0 2px 4px rgba(0,0,0,.3)}.registration__brand-subtitle{font-size:1.25rem;color:hsla(0,0%,100%,.9);margin:.5rem 0 0;font-weight:300;letter-spacing:.05em}.registration__visual-element{margin:3rem 0;display:flex;justify-content:center;align-items:center}.registration__globe-container{position:relative;width:300px;height:300px;display:flex;justify-content:center;align-items:center}.registration__globe{position:relative;width:200px;height:200px;border-radius:50%;background:linear-gradient(135deg,rgba(179,156,104,.2),rgba(179,156,104,.1) 50%,rgba(179,156,104,.05));border:2px solid rgba(179,156,104,.3);box-shadow:0 0 30px rgba(179,156,104,.2),inset 0 0 30px rgba(179,156,104,.1);animation:globePulse 4s ease-in-out infinite}.registration__globe-inner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#B39C68,#a0906b);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px rgba(179,156,104,.4)}.registration__globe-icon{width:40px;height:40px;color:#fff;animation:globeRotate 8s linear infinite}.registration__orbit{position:absolute;border:1px solid rgba(179,156,104,.2);border-radius:50%;animation:orbitRotate 15s linear infinite}.registration__orbit-1{width:240px;height:240px;animation-duration:12s}.registration__orbit-1,.registration__orbit-2{top:50%;left:50%;transform:translate(-50%,-50%)}.registration__orbit-2{width:280px;height:280px;animation-duration:18s;animation-direction:reverse}.registration__orbit-3{width:320px;height:320px;top:50%;left:50%;transform:translate(-50%,-50%);animation-duration:24s}.registration__satellite{position:absolute;width:32px;height:32px;background:rgba(179,156,104,.8);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(179,156,104,.3);animation:satelliteBob 3s ease-in-out infinite}.registration__satellite svg{width:16px;height:16px;color:#fff}.registration__orbit-1 .registration__satellite{top:-16px;left:50%;transform:translateX(-50%);animation-delay:0s}.registration__orbit-2 .registration__satellite{top:50%;right:-16px;transform:translateY(-50%);animation-delay:1s}.registration__orbit-3 .registration__satellite{bottom:-16px;left:50%;transform:translateX(-50%);animation-delay:2s}@keyframes globePulse{0%,to{transform:scale(1);box-shadow:0 0 30px rgba(179,156,104,.2),inset 0 0 30px rgba(179,156,104,.1)}50%{transform:scale(1.05);box-shadow:0 0 40px rgba(179,156,104,.3),inset 0 0 40px rgba(179,156,104,.15)}}@keyframes globeRotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes orbitRotate{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}@keyframes satelliteBob{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-4px) scale(1.1)}}.registration__brand-footer{margin-top:2rem}.registration__brand-description{font-size:1.1rem;line-height:1.6;color:hsla(0,0%,100%,.8);margin-bottom:2rem}.registration__features{display:flex;flex-direction:column;gap:1rem}.registration__feature{display:flex;align-items:center;gap:.75rem;font-size:.95rem;color:hsla(0,0%,100%,.9)}.registration__feature-icon{width:20px;height:20px;color:#b39c68;flex-shrink:0}.registration__right-section{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem;background:hsla(0,0%,100%,.98);backdrop-filter:blur(10px)}@media(max-width:1024px){.registration__right-section{flex:none;width:100%;background:hsla(0,0%,100%,.95)}}.registration__form-container{width:100%;max-width:480px;position:relative}.registration__close-button{position:absolute;top:-10px;right:-10px;width:40px;height:40px;border:none;background:rgba(71,85,105,.1);color:#475569;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:10}.registration__close-button svg{width:18px;height:18px}.registration__close-button:hover{background:rgba(239,68,68,.1);color:#ef4444;transform:scale(1.1)}.registration__welcome{text-align:center;margin-bottom:2.5rem}.registration__welcome-icon{width:60px;height:60px;background:linear-gradient(135deg,#B39C68,#a0906b);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;box-shadow:0 8px 16px rgba(179,156,104,.3)}.registration__welcome-icon svg{width:28px;height:28px;color:#fff}.registration__welcome-title{font-size:2rem;font-weight:700;color:#1e293b;margin:0 0 .5rem;letter-spacing:-.01em}.registration__welcome-subtitle{font-size:1rem;color:#64748b;margin:0;font-weight:400}.registration__section-title{font-size:1.25rem;font-weight:600;color:#374151;margin:0 0 1.5rem;text-align:center}.registration__account-type{margin-bottom:2rem}.registration__account-cards{display:flex;gap:1rem;margin-top:1rem}@media(max-width:576px){.registration__account-cards{flex-direction:column}}.registration__type-card{width:100%;cursor:pointer;transition:all .3s ease;border:2px solid #e5e7eb;border-radius:12px}.registration__type-card:hover{border-color:#b39c68;box-shadow:0 8px 20px rgba(179,156,104,.15);transform:translateY(-2px)}.registration__type-card .ant-card-body{padding:1.5rem}.registration__type-card-content{display:flex;flex-direction:column;align-items:center;text-align:center}.registration__type-card-content h4{margin:.75rem 0 .5rem;font-size:1.1rem;font-weight:600;color:#374151}.registration__type-card-content p{margin:0;font-size:.875rem;color:#64748b;line-height:1.4}.registration__type-icon{font-size:2rem;color:#b39c68}.registration__form-header{margin-bottom:2rem}.registration__back-button{margin-bottom:1rem;padding:0;color:#b39c68;font-weight:500}.registration__back-button:hover{color:#a0906b}.registration__form .ant-form-item{margin-bottom:1.5rem}.registration__form .ant-form-item-label>label{font-weight:600;color:#374151;font-size:.875rem}.registration__input{height:48px;border-radius:8px;border:2px solid #e5e7eb;font-size:1rem;transition:all .2s ease}.registration__input:hover{border-color:#b39c68}.registration__input.ant-input-focused,.registration__input:focus{border-color:#b39c68;box-shadow:0 0 0 3px rgba(179,156,104,.1)}.registration__input .ant-input{padding-left:2.5rem}.registration__input-icon{color:#9ca3af;font-size:1.1rem}.registration__submit-wrapper{margin-bottom:1.5rem}.registration__submit-button{width:100%;height:50px;background:linear-gradient(135deg,#B39C68,#a0906b);border:none;border-radius:8px;font-size:1rem;font-weight:600;letter-spacing:.025em;transition:all .3s ease;box-shadow:0 4px 12px rgba(179,156,104,.3)}.registration__submit-button:hover{background:linear-gradient(135deg,#a0906b,#8f7f5f);transform:translateY(-1px);box-shadow:0 6px 16px rgba(179,156,104,.4)}.registration__submit-button:active{transform:translateY(0)}.registration__submit-button:focus{background:linear-gradient(135deg,#B39C68,#a0906b)}.registration__login-section{text-align:center;margin-bottom:2rem}.registration__login-text{color:#64748b;margin:0;font-size:.875rem}.registration__login-link{color:#b39c68;font-weight:600;text-decoration:none;transition:color .2s ease}.registration__login-link:hover{color:#a0906b;text-decoration:underline}.registration__security{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;background:rgba(179,156,104,.05);border-radius:8px;border:1px solid rgba(179,156,104,.2)}.registration__security span{font-size:.75rem;color:#64748b;text-align:center;line-height:1.4}.registration__security-icon{width:16px;height:16px;color:#b39c68;flex-shrink:0}@media(max-width:768px){.registration__right-section{padding:1.5rem}.registration__form-container{max-width:100%}.registration__welcome-title{font-size:1.75rem}.registration__account-cards{flex-direction:column}}@media(max-width:480px){.registration__right-section{padding:1rem}.registration__welcome{margin-bottom:2rem}.registration__welcome-title{font-size:1.5rem}}.ant-modal .ant-modal-header{background:linear-gradient(135deg,#B39C68,#a0906b);border-bottom:none}.ant-modal .ant-modal-header .ant-modal-title{color:#fff;font-weight:600}.ant-modal .ant-modal-close{color:#fff}.ant-modal .ant-modal-close:hover{color:hsla(0,0%,100%,.8)}