.twofa-input-container{width:100%;max-width:400px;margin:0 auto;text-align:center}.twofa-input-container h3{font-size:24px;color:#fff;margin:0 0 10px}.twofa-description{color:#bde27a;font-size:14px;margin:0 0 25px}.twofa-form{display:flex;flex-direction:column;gap:15px}.twofa-code-input{width:100%;padding:16px;font-size:20px;text-align:center;letter-spacing:4px;border:1px solid #3A5606;background:linear-gradient(92deg,#82a93d05 10.11%,#82a93d00 120.29%);border-radius:4px;font-family:Courier New,monospace;color:#fff;transition:all .3s ease}.twofa-code-input:focus{outline:none;border-color:#bde27a;box-shadow:0 0 0 2px #bde27a33}.twofa-code-input.error{border-color:#ff4d4f;background:linear-gradient(92deg,#ff4d4f05 10.11%,#ff4d4f00 120.29%)}.twofa-code-input:disabled{background:linear-gradient(92deg,#82a93d03 10.11%,#82a93d00 120.29%);cursor:not-allowed;opacity:.6}.twofa-error-message{color:#ff4d4f;font-size:14px;margin-top:-10px}.twofa-toggle-link{background:none;border:none;color:#bde27a;font-size:14px;cursor:pointer;text-decoration:underline;padding:0}.twofa-toggle-link:hover:not(:disabled){color:#fff}.twofa-toggle-link:disabled{opacity:.5;cursor:not-allowed}.twofa-button-group{display:flex;gap:12px;margin-top:10px}.twofa-button-group .btn{flex:1;padding:12px;border-radius:4px;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s ease;border:1px solid #3A5606}.twofa-button-group .btn-primary{background:linear-gradient(92deg,#82a93d33 10.11%,#82a93d00 120.29%);color:#bde27a}.twofa-button-group .btn-primary:hover:not(:disabled){background:linear-gradient(92deg,#82a93d4d 10.11%,#82a93d1a 120.29%)}.twofa-button-group .btn-secondary{background:transparent;color:#bde27a;border:1px solid #3A5606}.twofa-button-group .btn-secondary:hover:not(:disabled){background:linear-gradient(92deg,#82a93d0d 10.11%,#82a93d00 120.29%)}.twofa-button-group .btn:disabled{opacity:.6;cursor:not-allowed}.resend-activation-overlay{position:fixed;inset:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px}.resend-activation-popup{background-color:#1c1d1c;border:1px solid #BDE27A;border-radius:8px;max-width:500px;width:100%;box-shadow:0 4px 20px #00000080;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.resend-activation-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #333}.resend-activation-header h2{margin:0;font-size:24px;font-weight:600;color:#bde27a}.close-button{background:none;border:none;font-size:32px;color:#999;cursor:pointer;line-height:1;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:color .2s}.close-button:hover{color:#fff}.resend-activation-body{padding:24px;color:#fff}.resend-activation-message{margin:0 0 16px;font-size:16px;line-height:1.5;color:#e0e0e0}.resend-activation-email{margin:0 0 16px;padding:12px;background-color:#2a2b2a;border-radius:4px;border-left:3px solid #BDE27A;font-size:14px;color:#e0e0e0}.resend-activation-email strong{color:#bde27a;word-break:break-word}.resend-activation-hint{margin:0;font-size:14px;color:#999;line-height:1.5}.resend-activation-footer{padding:20px 24px;border-top:1px solid #333;display:flex;gap:12px;justify-content:flex-end}.resend-button{background-color:#bde27a;color:#1c1d1c;border:none;padding:12px 24px;border-radius:4px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:8px;min-width:180px;justify-content:center}.resend-button:hover:not(:disabled){background-color:#a1c867;transform:translateY(-1px)}.resend-button:disabled{opacity:.6;cursor:not-allowed}.cancel-button{background-color:transparent;color:#bde27a;border:1px solid #BDE27A;padding:12px 24px;border-radius:4px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease}.cancel-button:hover:not(:disabled){background-color:#bde27a1a}.cancel-button:disabled{opacity:.6;cursor:not-allowed}.spinner{width:16px;height:16px;border:2px solid #1c1d1c;border-top-color:transparent;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:600px){.resend-activation-popup{margin:20px;max-width:calc(100% - 40px)}.resend-activation-footer{flex-direction:column-reverse}.resend-button,.cancel-button{width:100%}}
