.orbit-auth-page{min-height:calc(100vh - 200px);display:flex;align-items:center;padding:2rem 0;background:linear-gradient(135deg,#f5f7fa,#e4e8f0)}.orbit-auth-container{max-width:1100px;margin:0 auto;background:#fff;border-radius:24px;box-shadow:0 20px 60px #0000001a;overflow:hidden;display:flex}.orbit-auth-form-wrapper{flex:1;padding:3rem}.orbit-auth-form{max-width:480px;margin:0 auto}.orbit-auth-logo{text-align:center;margin-bottom:2rem}.orbit-auth-logo img{max-height:50px}.orbit-auth-alert{padding:1rem 1.25rem;border-radius:12px;margin-bottom:2rem;display:flex;align-items:center;font-size:.95rem;font-weight:500}.orbit-auth-alert--success{background:#d1e7dd;color:#0f5132;border:1px solid #badbcc}.orbit-auth-header{text-align:center;margin-bottom:2.5rem}.orbit-auth-header__icon{width:80px;height:80px;margin:0 auto 1.5rem;border-radius:20px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-size:2rem;box-shadow:0 10px 30px #667eea4d}.orbit-auth-header__title{font-size:2rem;font-weight:700;color:#212529;margin-bottom:.75rem}.orbit-auth-header__subtitle{font-size:1rem;color:#6c757d;margin:0}.orbit-auth-form__form,.orbit-auth-field{margin-bottom:1.5rem}.orbit-auth-field__label{display:block;font-size:.875rem;font-weight:600;color:#495057;margin-bottom:.5rem}.orbit-auth-input-group{position:relative}.orbit-auth-input{width:100%;padding:.875rem 3rem .875rem 1rem;border:2px solid #e9ecef;border-radius:12px;font-size:.95rem;color:#495057;background-color:#f8f9fa;transition:all .3s}.orbit-auth-input:focus{outline:none;border-color:#667eea;background-color:#fff;box-shadow:0 0 0 4px #667eea1a}.orbit-auth-input.is-invalid{border-color:#dc3545;background-color:#fff5f5}.orbit-auth-input--password{padding-right:4rem}.orbit-auth-input-icon{position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:#667eea;font-size:1rem;pointer-events:none}.orbit-auth-toggle{position:absolute;right:1rem;top:50%;transform:translateY(-50%);width:36px;height:36px;border:none;background:none;color:#6c757d;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color .2s}.orbit-auth-toggle:hover{color:#667eea}.orbit-auth-error{color:#dc3545;font-size:.85rem;margin-top:.5rem;display:flex;align-items:center;gap:.25rem}.orbit-auth-options{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:.5rem}.orbit-auth-checkbox--inline{display:inline-flex;align-items:center}.orbit-auth-checkbox{display:flex;align-items:center;gap:.875rem;cursor:pointer;-webkit-user-select:none;user-select:none}.orbit-auth-checkbox input[type=checkbox]{display:none}.orbit-auth-checkbox__checkmark{width:22px;height:22px;border:2px solid #dee2e6;border-radius:8px;background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s;color:#fff;font-size:.7rem}.orbit-auth-checkbox input:checked+.orbit-auth-checkbox__checkmark{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;transform:scale(1.05)}.orbit-auth-checkbox__label{font-size:.9rem;color:#495057;font-weight:500}.orbit-auth-link{color:#667eea;text-decoration:none;font-weight:500;font-size:.9rem}.orbit-auth-link:hover{text-decoration:underline}.orbit-auth-submit{width:100%;padding:1rem;border:none;border-radius:12px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.75rem;transition:all .3s;box-shadow:0 4px 15px #667eea4d}.orbit-auth-submit:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.orbit-auth-submit:active{transform:translateY(0)}.orbit-auth-submit__icon{transition:transform .3s}.orbit-auth-submit:hover .orbit-auth-submit__icon{transform:translate(4px)}.orbit-auth-divider{position:relative;text-align:center;margin:2rem 0}.orbit-auth-divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#e9ecef}.orbit-auth-divider__text{position:relative;display:inline-block;padding:0 1rem;background:#fff;font-size:.85rem;color:#6c757d;text-transform:uppercase;letter-spacing:.5px;font-weight:500}.orbit-auth-social{display:flex;gap:.875rem;margin-bottom:2rem}.orbit-auth-social__btn{flex:1;padding:.875rem;border:2px solid #e9ecef;border-radius:12px;background:#fff;color:#495057;font-size:.9rem;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s}.orbit-auth-social__btn:hover{border-color:#667eea;background:#667eea0d;transform:translateY(-2px)}.orbit-auth-social__btn i{font-size:1.1rem}.orbit-auth-footer{text-align:center;font-size:.95rem}.orbit-auth-footer__text{color:#6c757d}.orbit-auth-footer__link{color:#667eea;font-weight:600;text-decoration:none;margin-left:.25rem}.orbit-auth-footer__link:hover{text-decoration:underline}.orbit-auth-banner{width:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:3rem}.orbit-auth-banner__content{position:relative;z-index:2}.orbit-auth-banner__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:#fff3;border-radius:25px;font-size:.875rem;font-weight:500;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin-bottom:2rem}.orbit-auth-banner__title{font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.orbit-auth-banner__text{font-size:1.1rem;opacity:.9;line-height:1.6;margin-bottom:3rem}.orbit-auth-features{display:grid;gap:1.5rem}.orbit-auth-feature{display:flex;align-items:flex-start;gap:1rem}.orbit-auth-feature__icon{width:56px;height:56px;border-radius:14px;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0}.orbit-auth-feature__content{flex:1}.orbit-auth-feature__title{font-size:1.1rem;font-weight:600;margin-bottom:.25rem}.orbit-auth-feature__text{font-size:.9rem;opacity:.85;margin:0}.orbit-auth-banner__decorations{position:absolute;inset:0;overflow:hidden;z-index:1}.orbit-auth-banner__circle{position:absolute;border-radius:50%;background:#ffffff0d}.orbit-auth-banner__circle--1{width:400px;height:400px;top:-100px;right:-100px}.orbit-auth-banner__circle--2{width:250px;height:250px;bottom:-50px;left:-50px}.orbit-auth-banner__circle--3{width:150px;height:150px;top:50%;left:50%;transform:translate(-50%,-50%);background:#ffffff14}@media (max-width: 991px){.orbit-auth-container{flex-direction:column;max-width:500px}.orbit-auth-form-wrapper{padding:2rem}.orbit-auth-banner{display:none}.orbit-auth-social{flex-direction:column}.orbit-auth-options{flex-direction:column;align-items:flex-start;gap:1rem}}@media (max-width: 576px){.orbit-auth-page{padding:1rem 0}.orbit-auth-form-wrapper{padding:1.5rem}.orbit-auth-header__icon{width:60px;height:60px;font-size:1.5rem}.orbit-auth-header__title{font-size:1.5rem}.orbit-auth-banner__title{font-size:2rem}}
