.crystal-cascade-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    pointer-events: none;
}

.crystal-cascade-counter-container {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    text-align: center;
    pointer-events: none;
}

.crystal-cascade-counter-text {
    font-size: 48px;
    font-weight: bold;
    color: #FFD700;
    text-shadow: 0 0 20px rgba(255, 215, 0, 0.8), 0 0 40px rgba(255, 215, 0, 0.4);
}

.crystal-cascade-counter-label {
    font-size: 24px;
    color: #ffffff;
    margin-top: 10px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.cascade-crystal {
    position: absolute;
    width: 100px;
    height: 100px;
    transform: translate(-50%, -50%);
    z-index: 999;
    pointer-events: none;
}

.cascade-crystal img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
