.rmbe-effect-scratch {
    border: 1px solid rgba(231, 103, 255, 0.72);
    background:
        radial-gradient(circle at 18% 24%, rgba(164, 72, 255, 0.34), transparent 31%),
        radial-gradient(circle at 82% 70%, rgba(255, 104, 228, 0.24), transparent 34%),
        linear-gradient(110deg, #6d3aff 0%, #a72ceb 44%, #d83bd5 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.16),
        inset 0 -8px 20px rgba(72, 0, 115, 0.16),
        0 0 0 1px rgba(164, 59, 232, 0.20),
        0 6px 18px rgba(44, 0, 76, 0.18);
}

.rmbe-effect-scratch .rmbe-button__surface {
    background:
        linear-gradient(110deg, rgba(255,255,255,0.09), transparent 28%, rgba(255,255,255,0.06) 53%, transparent 76%);
}

.rmbe-effect-scratch .rmbe-button__waves {
    display: none;
}

.rmbe-effect-scratch .rmbe-button__label {
    z-index: 2;
    color: #ffffff;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.30);
}

.rmbe-effect-scratch .rmbe-scratch-canvas {
    position: absolute;
    inset: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: inherit;
    pointer-events: none;
    opacity: 1;
    transition: opacity 320ms ease;
}

.rmbe-effect-scratch.rmbe-scratch-resetting .rmbe-scratch-canvas {
    opacity: 1;
}

.rmbe-effect-scratch:hover,
.rmbe-effect-scratch:focus-visible {
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.18),
        inset 0 -8px 20px rgba(72, 0, 115, 0.12),
        0 0 0 1px rgba(206, 94, 255, 0.28),
        0 7px 20px rgba(44, 0, 76, 0.20);
}

@media (prefers-reduced-motion: reduce) {
    .rmbe-effect-scratch .rmbe-scratch-canvas {
        display: none !important;
    }
}
