.auth-form{width:100%}.auth-form *,.auth-form *:before,.auth-form *:after{box-sizing:border-box}.auth-form__invite-banner{text-align:center;padding:.75rem 1rem;margin-bottom:1.25rem;background:#8b5cf61f;border:1px solid rgba(139,92,246,.24);border-radius:.5rem;color:#fff;font-size:.95rem}.auth-form__header{text-align:center;margin-bottom:2rem}.auth-form__header h1{font-size:1.75rem;font-weight:400;color:#fff;margin-bottom:.5rem;line-height:1.2}@media screen and (min-width: 1200px){.auth-form__header h1{font-size:2rem}}.auth-form__header p{font-size:.9375rem;color:#f1f1f1;font-weight:300;line-height:1.5}.auth-form__header--centered{display:flex;flex-direction:column;align-items:center}.auth-form__header--centered p{max-width:18rem}.auth-form__icon{width:4rem;height:4rem;border-radius:.75rem;background:#a0b8f426;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;border:1px solid rgba(160,184,244,.3)}.auth-form__icon svg{color:#a0b8f4}.auth-form__icon--success{background:#34d39926;border-color:#34d3994d}.auth-form__icon--success svg{color:#34d399}.auth-form__icon--email{background:#a0b8f426;border-color:#a0b8f44d}.auth-form__icon--email svg{color:#a0b8f4}.auth-form__link{color:#a0b8f4;font-weight:500;text-decoration:none;transition:color .2s ease}.auth-form__link:hover{color:#fff;text-decoration:underline}.auth-form__alerts{margin-bottom:1.5rem}.auth-form__alerts>*+*{margin-top:.75rem}.auth-form__alerts .flash-alert{background:#eff4fb1a;border:1px solid rgba(160,184,244,.3);border-radius:.5rem;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.auth-form__alerts .flash-alert .small{color:#fff;font-weight:400}.auth-form__alerts .flash-alert figure{display:flex;align-items:center;justify-content:center}.auth-form__alerts .flash-alert figure svg path{fill:#a0b8f4}.auth-form__alerts .flash-alert.error{background:#b6375d26;border-color:#ff8fa34d}.auth-form__alerts .flash-alert.error figure svg path{fill:#ff8fa3}.auth-form__alerts .flash-alert.success{background:#34d39926;border-color:#34d3994d}.auth-form__alerts .flash-alert.success figure svg path{fill:#34d399}.auth-form__form{display:flex;flex-direction:column;gap:1.25rem;width:100%}.auth-form__row{display:grid;grid-template-columns:1fr;gap:1.25rem;width:100%}@media screen and (min-width: 576px){.auth-form__row{grid-template-columns:1fr 1fr}}.auth-form__field{display:flex;flex-direction:column;gap:.375rem;width:100%}.auth-form__label{font-size:.8125rem;font-weight:500;color:#fffc;margin-left:.125rem}.auth-form__input{width:100%;max-width:100%;height:2.875rem;padding:0 1rem;font-size:.9375rem;font-weight:400;font-family:inherit;color:#fff;background:#eff4fb14;border:1px solid rgba(160,184,244,.2);border-radius:.5rem;outline:none;transition:all .2s ease;box-sizing:border-box}.auth-form__input::-moz-placeholder{color:#a8a8ad}.auth-form__input::placeholder{color:#a8a8ad}.auth-form__input:focus{border-color:#748fee;background:#eff4fb1f}.auth-form__input--error{border-color:#b6375d;background:#b6375d1a}.auth-form__password-wrapper{position:relative;width:100%}.auth-form__password-wrapper .auth-form__input{padding-right:3rem;width:100%}.auth-form__password-toggle{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);padding:.25rem;background:transparent;border:none;color:#a8a8ad;cursor:pointer;transition:color .2s ease}.auth-form__password-toggle:hover{color:#fff}.auth-form__error{font-size:.75rem;color:#ff8fa3;margin-top:.25rem;font-weight:500;text-shadow:0 1px 2px rgba(0,0,0,.3)}.auth-form__checkbox-field{margin-top:.5rem}.auth-form__checkbox-wrapper{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;position:relative}.auth-form__checkbox{position:absolute;opacity:0;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none}.auth-form__checkbox:checked+.auth-form__checkbox-custom{background:#4f45e5;border-color:#4f45e5}.auth-form__checkbox:checked+.auth-form__checkbox-custom:after{opacity:1;transform:rotate(45deg) scale(1)}.auth-form__checkbox--error+.auth-form__checkbox-custom{border-color:#b6375d}.auth-form__checkbox-custom{flex-shrink:0;width:1.25rem;height:1.25rem;border:1.5px solid rgba(160,184,244,.4);border-radius:.25rem;background:#eff4fb14;position:relative;transition:all .2s ease;margin-top:.125rem}.auth-form__checkbox-custom:after{content:"";position:absolute;left:6px;top:3px;width:5px;height:9px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg) scale(0);opacity:0;transition:all .2s ease}.auth-form__checkbox-label{font-size:.8125rem;color:#d0d0d2;line-height:1.5}.auth-form__checkbox-label a{color:#a0b8f4;font-weight:500;text-decoration:none}.auth-form__checkbox-label a:hover{text-decoration:underline}.auth-form__actions{display:flex;flex-direction:column;align-items:stretch;gap:1rem;margin-top:1rem;width:100%}.auth-form__actions--centered{align-items:center}.auth-form__actions--centered .auth-form__submit{width:100%}.auth-form__submit{width:100%;height:3rem;padding:0 2rem;font-size:1rem;font-weight:500;font-family:inherit;color:#fff;background:#4f45e5;border:2px solid transparent;border-radius:.5rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;box-sizing:border-box}.auth-form__submit:hover:not(:disabled){background:#748fee;transform:translateY(-1px)}.auth-form__submit:active:not(:disabled){transform:translateY(0)}.auth-form__submit:disabled{opacity:.6;cursor:not-allowed}.auth-form__submit--outline{background:transparent;border:2px solid rgba(255,255,255,.4)}.auth-form__submit--outline:hover:not(:disabled){background:#ffffff1a;border-color:#fff9}.auth-form__spinner{width:1.25rem;height:1.25rem;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.auth-form__forgot{font-size:.875rem;color:#a8a8ad;text-decoration:none;transition:color .2s ease;text-align:center}.auth-form__forgot:hover{color:#fff;text-decoration:underline}.auth-form__divider{display:flex;align-items:center;gap:1rem;margin:1.5rem 0}.auth-form__divider:before,.auth-form__divider:after{content:"";flex:1;height:1px;background:#a0b8f433}.auth-form__divider span{font-size:.8125rem;color:#a8a8ad;white-space:nowrap}.auth-form__social{display:flex;flex-direction:column;gap:.75rem;width:100%}.auth-form__social--register{margin-top:1.5rem}.auth-form__social-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;max-width:100%;height:2.875rem;padding:0 1.25rem;font-size:.9375rem;font-weight:500;color:#1f1f23;background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:.5rem;text-decoration:none;transition:all .2s ease;box-sizing:border-box}.auth-form__social-btn svg{flex-shrink:0;width:20px;height:20px}.auth-form__social-btn span{line-height:1}.auth-form__social-btn:hover{background:#f1f1f1;box-shadow:0 2px 8px #0000001a}.auth-form__social-btn--apple{background:#000;color:#fff;border-color:#000}.auth-form__social-btn--apple:hover{background:#1f1f23}.auth-form__back{display:flex;justify-content:center;margin-top:1.5rem}.auth-form__back-link{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#a8a8ad;text-decoration:none;transition:color .2s ease}.auth-form__back-link:hover{color:#fff}.auth-form__animation{display:flex;justify-content:center;margin:1.5rem 0}.auth-form__animation figure{width:100%;max-width:12rem}@keyframes spin{to{transform:rotate(360deg)}}.referral-landing{text-align:center}.referral-landing__visual{width:8rem;height:8rem;margin:0 auto 1.75rem;pointer-events:none;filter:drop-shadow(0 12px 32px rgba(120,80,220,.55)) drop-shadow(0 0 24px rgba(199,157,255,.45));animation:referral-coin-float 4s ease-in-out infinite}.referral-landing__visual img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}@media screen and (min-width: 1200px){.referral-landing__visual{width:10rem;height:10rem;margin-bottom:2.25rem}}.referral-landing__headline{margin-bottom:2rem}.referral-landing__headline h1{font-size:1.75rem;font-weight:400;color:#fff;line-height:1.25;margin-bottom:.625rem;letter-spacing:-.01em}.referral-landing__headline h1 strong{font-weight:700}@media screen and (min-width: 1200px){.referral-landing__headline h1{font-size:2.125rem}}.referral-landing__headline p{font-size:.9375rem;color:#f1f1f1;font-weight:300;line-height:1.5;max-width:22rem;margin:0 auto}.referral-landing__reward{display:inline-flex;align-items:baseline;color:#a0b8f4;font-weight:800;white-space:nowrap}.referral-landing__reward-sigil{font-size:.95em;font-weight:400;line-height:1;margin-right:.05em}.referral-landing__reward-digit{font-size:1em;line-height:1}.referral-landing__reward--cta{color:#fff;margin-left:.25rem;font-weight:700}.referral-landing__reward--cta .referral-landing__reward-sigil{font-size:1.05em}@keyframes referral-coin-float{0%,to{transform:translateY(0)}50%{transform:translateY(-.375rem)}}.affiliate-landing{text-align:center}.affiliate-landing__visual{width:8rem;height:8rem;margin:0 auto 1.75rem;pointer-events:none;filter:drop-shadow(0 12px 32px rgba(120,80,220,.55)) drop-shadow(0 0 24px rgba(199,157,255,.45));animation:referral-coin-float 4s ease-in-out infinite}.affiliate-landing__visual img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}@media screen and (min-width: 1200px){.affiliate-landing__visual{width:10rem;height:10rem;margin-bottom:2.25rem}}.affiliate-landing__headline{margin-bottom:1.75rem}.affiliate-landing__headline h1{font-size:1.75rem;font-weight:400;color:#fff;line-height:1.25;letter-spacing:-.01em}.affiliate-landing__headline h1 strong{font-weight:700}@media screen and (min-width: 1200px){.affiliate-landing__headline h1{font-size:2.125rem}}.affiliate-landing__headline p{margin-top:.625rem;font-size:.9375rem;color:#f1f1f1;font-weight:300;line-height:1.5;max-width:22rem;margin-left:auto;margin-right:auto}.affiliate-landing__rewards{list-style:none;padding:0;margin:0 auto 1.75rem;max-width:22rem;display:flex;flex-direction:column;gap:.625rem}.affiliate-landing__reward{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;border:1px solid rgba(160,184,244,.15);border-radius:.75rem;background:#ffffff08;font-size:1rem;color:#ffffffeb}.affiliate-landing__reward--discount{color:#a0b8f4;font-weight:600}.affiliate-landing__reward-value{font-weight:700}.affiliate-landing__reward-sigil.fanbux{color:#a0b8f4;font-weight:700}.affiliate-landing__error{margin-top:.75rem;color:#f87171;font-size:.875rem}.affiliate-gift{margin:0 auto 1.75rem}.affiliate-gift__title{text-align:center;font-size:.8125rem;letter-spacing:.08em;text-transform:uppercase;font-weight:600;color:#a0b8f4;margin-bottom:1rem}.affiliate-gift__items{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.625rem}.affiliate-gift__item{display:flex;align-items:center;gap:.875rem;padding:.75rem .875rem;border-radius:.75rem;background:#ffffff0a;border:1px solid rgba(160,184,244,.1)}.affiliate-gift__icon{flex:0 0 2rem;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;color:#a0b8f4}.affiliate-gift__icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.affiliate-gift__label{font-size:1rem;font-weight:500;color:#ffffffeb;text-align:left}
