.rei-7e06dae9-container {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background-color: #000;
}

.rei-7e06dae9-canvas-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.rei-7e06dae9-canvas-wrapper canvas {
    display: block;
    width: 100% !important;
    height: 100% !important;
}

.rei-7e06dae9-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 20px;
    pointer-events: none;
    user-select: none;
}

.rei-7e06dae9-title {
    margin: 0 0 10px 0;
    font-size: 2.5rem;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.rei-7e06dae9-subtitle {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 400;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}
