.slot-cascata-wrap {
    max-width: 820px;
    margin: 40px auto;
    padding: 28px;
    border-radius: 24px;
    background: radial-gradient(circle at top, #2d2434 0%, #111 55%, #070707 100%);
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
}

.slot-cascata-header h2 {
    margin: 0 0 8px;
    font-size: 32px;
    letter-spacing: -0.04em;
}

.slot-cascata-header p {
    margin: 0 0 22px;
    color: #d6c9e1;
}

.slot-cascata-panel {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 18px;
}

.slot-cascata-stat {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 14px;
}

.slot-cascata-stat span {
    display: block;
    color: #d7d7d7;
    font-size: 13px;
    margin-bottom: 6px;
}

.slot-cascata-stat strong {
    font-size: 18px;
}

.slot-cascata-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: 20px 0 24px;
}

.slot-cascata-controls label {
    font-weight: 700;
}

.slot-cascata-controls input {
    width: 110px;
    padding: 12px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: #fff;
    color: #111;
    text-align: center;
    font-weight: 700;
}

.slot-cascata-controls button {
    padding: 13px 22px;
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    background: linear-gradient(180deg, #ffe59a, #d9a83d);
    color: #111;
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(217, 168, 61, 0.25);
}

.slot-cascata-controls button:hover {
    filter: brightness(1.05);
}

.slot-cascata-controls button:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.slot-cascata-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 9px;
    margin: 0 auto 22px;
}

.slot-cascata-cell {
    min-height: 78px;
    border-radius: 16px;
    background: #252525;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    font-weight: 900;
    font-size: 14px;
    word-break: break-word;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.04), 0 12px 22px rgba(0,0,0,0.22);
}

.symbol-scatter {
    background: linear-gradient(180deg, #ffeeb0, #f2b83d);
    color: #211400;
}

.symbol-markola {
    background: linear-gradient(180deg, #875cff, #4f25cf);
}

.symbol-coroa {
    background: linear-gradient(180deg, #ffd76d, #b77713);
    color: #1b1000;
}

.symbol-broxa {
    background: linear-gradient(180deg, #d95454, #7d2424);
}

.symbol-kassirda {
    background: linear-gradient(180deg, #57a2ff, #175cb5);
}

.symbol-boneco {
    background: linear-gradient(180deg, #2cc984, #0b7048);
}

.symbol-a,
.symbol-k,
.symbol-q,
.symbol-j {
    background: linear-gradient(180deg, #3b3b3b, #191919);
}

.slot-cascata-message {
    min-height: 74px;
    padding: 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    line-height: 1.65;
    text-align: left;
}

.slot-cascata-rules {
    margin-top: 18px;
    text-align: left;
    background: rgba(0, 0, 0, 0.24);
    border-radius: 16px;
    padding: 14px 18px;
}

.slot-cascata-rules summary {
    cursor: pointer;
    font-weight: 800;
}

.slot-cascata-rules li {
    margin: 7px 0;
}

@media (max-width: 680px) {
    .slot-cascata-wrap {
        padding: 18px;
        margin: 20px auto;
    }

    .slot-cascata-panel {
        grid-template-columns: 1fr;
    }

    .slot-cascata-grid {
        gap: 5px;
    }

    .slot-cascata-cell {
        min-height: 52px;
        font-size: 10px;
        border-radius: 10px;
    }
}
