body .raovat1-profile-setup-helper {
    --raovat1-profile-setup-helper-accent: #0f766e;
    align-items: center;
    background: rgba(7, 13, 22, .78);
    backdrop-filter: blur(10px);
    display: flex;
    inset: 0;
    justify-content: center;
    opacity: 1;
    padding: 24px;
    pointer-events: auto;
    position: fixed;
    transition: opacity .22s ease, visibility .22s ease;
    visibility: visible;
    z-index: 99990;
}

body .raovat1-profile-setup-helper--beauty,
body .raovat1-profile-setup-helper--match {
    --raovat1-profile-setup-helper-accent: #d946ef;
}

body .raovat1-profile-setup-helper.is-ready {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

body .raovat1-profile-setup-helper__panel {
    align-items: center;
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(15, 23, 42, .1);
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .32);
    color: #111827;
    display: grid;
    gap: 8px;
    justify-items: center;
    max-width: min(420px, 100%);
    padding: 24px;
    text-align: center;
}

body .raovat1-profile-setup-helper__panel strong {
    font-size: 17px;
    font-weight: 700;
}

body .raovat1-profile-setup-helper__panel span:not(.raovat1-profile-setup-helper__spinner) {
    color: #4b5563;
    font-size: 14px;
    line-height: 1.45;
}

body .raovat1-profile-setup-helper__spinner {
    animation: raovat1-profile-setup-spin .8s linear infinite;
    border: 3px solid rgba(17, 24, 39, .16);
    border-radius: 50%;
    border-top-color: var(--raovat1-profile-setup-helper-accent);
    height: 34px;
    width: 34px;
}

@keyframes raovat1-profile-setup-spin {
    to {
        transform: rotate(360deg);
    }
}
