body{color:#fff;font-size:3.73333vw;background-color:#000;font-weight:500;margin:0;height:auto;width:100vw;overflow:auto}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}.invite-dialog-overlay[data-v-7f4aeee5]{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(2.13333vw);backdrop-filter:blur(2.13333vw)}.invite-dialog[data-v-7f4aeee5]{background:linear-gradient(180deg,#2d2854,#1e1b3a);border-radius:4.26667vw;width:90%;max-width:90.66667vw;max-height:90vh;overflow:hidden;box-shadow:0 5.33333vw 16vw #0006,0 0 10.66667vw #6d56e226;animation:slideUp-7f4aeee5 .3s ease-out;border:1px solid rgba(109,86,226,.5)}@keyframes slideUp-7f4aeee5{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.text-title[data-v-7f4aeee5]{font-family:Inter,Inter;font-size:4.8vw;font-weight:600;color:#fff;text-align:center;width:100%;margin:0 auto}.dialog-header[data-v-7f4aeee5]{display:flex;align-items:center;justify-content:center;padding:5.33333vw 5.33333vw 4.26667vw;border-bottom:1px solid rgba(109,86,226,.3);position:relative}.dialog-header[data-v-7f4aeee5]:before{content:"";position:absolute;bottom:-1px;left:50%;transform:translate(-50%);width:10.66667vw;height:.8vw;background:linear-gradient(90deg,#8b78f0,#6d56e2);border-radius:.53333vw}.dialog-header h3[data-v-7f4aeee5]{font-size:4.8vw;font-weight:600;color:#fff}.dialog-header .close-btn[data-v-7f4aeee5]{background:none;border:none;width:8.53333vw;height:8.53333vw;border-radius:2.13333vw;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#b8b5d6;transition:all .2s ease;position:absolute;right:4.26667vw}.dialog-header .close-btn[data-v-7f4aeee5]:hover{background:#8b78f033;color:#fff}.dialog-header .close-btn[data-v-7f4aeee5]:disabled{opacity:.5;cursor:not-allowed}.dialog-header .close-btn svg[data-v-7f4aeee5]{width:4.8vw;height:4.8vw}.dialog-content[data-v-7f4aeee5]{padding:6.4vw 5.33333vw;max-height:calc(90vh - 32vw);overflow-y:auto}.dialog-content .welcome-text[data-v-7f4aeee5]{margin:0 0 6.4vw;color:#b8b5d6;line-height:1.5;text-align:center;font-size:3.73333vw}.form-group[data-v-7f4aeee5]{margin-bottom:4.26667vw}.form-group label[data-v-7f4aeee5]{display:block;margin-bottom:2.13333vw;font-weight:500;color:#b8b5d6;font-size:3.73333vw;font-family:Inter,Inter}.form-group .form-input[data-v-7f4aeee5]{width:100%;padding:3.73333vw 4.26667vw;border:1px solid rgba(139,120,240,.35);border-radius:5.33333vw;font-size:3.73333vw;font-family:Inter,Inter;transition:all .2s ease;background:#6d56e22e;color:#fff;box-sizing:border-box}.form-group .form-input[data-v-7f4aeee5]:focus{outline:none;border-color:#8b78f0;box-shadow:0 0 0 .8vw #8b78f040}.form-group .form-input[data-v-7f4aeee5]:disabled{opacity:.6;cursor:not-allowed}.form-group .form-input[data-v-7f4aeee5]::-moz-placeholder{color:#b8b5d6}.form-group .form-input[data-v-7f4aeee5]::placeholder{color:#b8b5d6}.dialog-actions[data-v-7f4aeee5]{display:flex;gap:3.2vw;margin-top:6.4vw}.dialog-actions button[data-v-7f4aeee5]{flex:1;padding:3.2vw 6.4vw;border:none;border-radius:5.33333vw;font-size:3.73333vw;font-weight:500;font-family:Inter,Inter;cursor:pointer;transition:all .2s ease;position:relative}.dialog-actions .cancel-btn[data-v-7f4aeee5]{background:#8b78f02e;color:#ccc9e6}.dialog-actions .cancel-btn[data-v-7f4aeee5]:hover:not(:disabled){background:#8b78f04d}.dialog-actions .cancel-btn[data-v-7f4aeee5]:active:not(:disabled){opacity:.8}.dialog-actions .confirm-btn[data-v-7f4aeee5]{background:linear-gradient(90deg,#8b78f0,#6d56e2);color:#fff}.dialog-actions .confirm-btn[data-v-7f4aeee5]:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 2.13333vw 6.66667vw #8b78f066}.dialog-actions .confirm-btn[data-v-7f4aeee5]:active:not(:disabled){transform:scale(.99);opacity:.9}.dialog-actions .confirm-btn[data-v-7f4aeee5]:disabled{background:linear-gradient(90deg,#8b78f066,#6d56e266);cursor:not-allowed}.dialog-actions .confirm-btn.loading[data-v-7f4aeee5]{pointer-events:none}.dialog-actions .confirm-btn.loading .loading-spinner[data-v-7f4aeee5]{display:inline-block;width:4.26667vw;height:4.26667vw;border:.53333vw solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin-7f4aeee5 1s ease-in-out infinite;margin-right:2.13333vw;vertical-align:middle}@keyframes spin-7f4aeee5{to{transform:rotate(360deg)}}@media (max-width: 768px){.invite-dialog[data-v-7f4aeee5]{width:90%;margin:20px}.dialog-header[data-v-7f4aeee5]{padding:18px 16px 14px}.dialog-content[data-v-7f4aeee5]{padding:20px 16px}.dialog-actions[data-v-7f4aeee5]{flex-direction:column}.dialog-actions button[data-v-7f4aeee5]{width:100%}}
