/* Russia Casino Rating Plugin Styles */

.rcr-casino-rating {
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: transparent;
}

.rcr-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #fdfdfd;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.rcr-casino-card {
    background: #1f2025;
    border-radius: 12px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
    margin-bottom: 16px;
    padding: 18px;
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
    border: 1px solid #2a2b30;
    transition: all 0.3s ease;
}

.rcr-casino-card:hover {
    box-shadow: 0 5px 25px rgba(7, 227, 212, 0.2);
    transform: translateY(-2px);
    border-color: #07E3D4;
}

.rcr-rank-badge {
    background: linear-gradient(135deg, #07E3D4, #05b3a6);
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 3px 10px rgba(7, 227, 212, 0.4);
}

.rcr-rank-number {
    font-size: 22px;
    font-weight: 800;
    color: #070707;
}

.rcr-casino-logo {
    width: 130px;
    height: 85px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #070707;
    border-radius: 8px;
    border: 2px solid #07E3D4;
    padding: 8px;
    position: relative;
}

.rcr-casino-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Серый фон для логотипов MONRO и Fresh */
.rcr-logo-monro,
.rcr-logo-fresh {
    background: #4a4b50 !important;
}

.rcr-logo-badge {
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    white-space: nowrap;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

/* Badge color variations */
.rcr-badge-new-crypto {
    background: linear-gradient(135deg, #07E3D4, #05b3a6);
    color: #070707;
}

.rcr-badge-top {
    background: linear-gradient(135deg, #07E3D4, #05b3a6);
    color: #070707;
}

.rcr-badge-hit {
    background: linear-gradient(135deg, #ff6b6b, #ee5a52);
    color: white;
}

.rcr-badge-top-crypto {
    background: linear-gradient(135deg, #07E3D4, #05b3a6);
    color: #070707;
}

.rcr-badge-top-недели,
.rcr-badge-top-nedeli {
    background: linear-gradient(135deg, #07E3D4, #05b3a6);
    color: #070707;
}

.rcr-badge-top-месяца,
.rcr-badge-top-mesiatsa {
    background: linear-gradient(135deg, #07E3D4, #05b3a6);
    color: #070707;
}

.rcr-badge-надежное,
.rcr-badge-nadezhnoe {
    background: rgba(7, 227, 212, 0.2);
    color: #07E3D4;
    border: 1px solid rgba(7, 227, 212, 0.4);
}

.rcr-badge-старейший-бренд,
.rcr-badge-stareishii-brend {
    background: rgba(7, 227, 212, 0.2);
    color: #07E3D4;
    border: 1px solid rgba(7, 227, 212, 0.4);
}

.rcr-badge-честное,
.rcr-badge-chestnoe {
    background: rgba(7, 227, 212, 0.2);
    color: #07E3D4;
    border: 1px solid rgba(7, 227, 212, 0.4);
}

.rcr-badge-hit-недели,
.rcr-badge-hit-nedeli {
    background: linear-gradient(135deg, #ff6b6b, #ee5a52);
    color: white;
}

.rcr-badge-top-bonus {
    background: linear-gradient(135deg, #f093fb, #f5576c);
    color: white;
}

.rcr-badge-top-bitcoin {
    background: linear-gradient(135deg, #07E3D4, #05b3a6);
    color: #070707;
}

.rcr-badge-анонимное,
.rcr-badge-anonimnoe {
    background: rgba(7, 227, 212, 0.15);
    color: #07E3D4;
    border: 1px solid rgba(7, 227, 212, 0.3);
}

.rcr-badge-проверенное,
.rcr-badge-proverennoe {
    background: rgba(7, 227, 212, 0.2);
    color: #07E3D4;
    border: 1px solid rgba(7, 227, 212, 0.4);
}

.rcr-casino-info {
    flex: 1;
    min-width: 0;
}

.rcr-casino-header {
    margin-bottom: 6px;
}

.rcr-casino-name {
    font-size: 22px;
    font-weight: 700;
    color: #fdfdfd;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.rcr-new-badge {
    background: linear-gradient(135deg, #ff6b6b, #ee5a52);
    color: white;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(255, 107, 107, 0.3);
}

.rcr-arrow {
    color: #07E3D4;
    font-size: 20px;
    transition: transform 0.3s ease;
}

.rcr-casino-name:hover .rcr-arrow {
    transform: translateX(3px);
    color: #09fff0;
}

.rcr-rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
}

.rcr-stars {
    display: flex;
    gap: 2px;
}

.rcr-star {
    color: #3a3b40;
    font-size: 20px;
    transition: color 0.2s ease;
}

.rcr-star.filled {
    color: #07E3D4;
    text-shadow: 0 1px 3px rgba(7, 227, 212, 0.5);
}

.rcr-rating-number {
    font-size: 20px;
    font-weight: 700;
    color: #fdfdfd;
}

.rcr-expert-badge {
    background: rgba(7, 227, 212, 0.15);
    color: #07E3D4;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 8px;
    border: 1px solid rgba(7, 227, 212, 0.3);
}

.rcr-checkmark {
    color: #07E3D4;
    font-weight: 700;
}

.rcr-bonus {
    font-size: 18px;
    font-weight: 600;
    color: #07E3D4;
    margin-bottom: 10px;
    line-height: 1.4;
}

.rcr-features {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 0;
}

.rcr-feature {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #b0b1b5;
    line-height: 1.4;
}

.rcr-feature .rcr-checkmark {
    color: #07E3D4;
    font-weight: 700;
    flex-shrink: 0;
    font-size: 16px;
    line-height: 1;
}


.rcr-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 130px;
}

.rcr-visit-button {
    background: linear-gradient(135deg, #07E3D4, #05b3a6);
    color: #070707 !important;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 3px 12px rgba(7, 227, 212, 0.4);
    text-transform: uppercase;
    letter-spacing: 0.6px;
    min-width: 120px;
    text-decoration: none !important;
    display: inline-block;
    text-align: center;
}

.rcr-visit-button:hover {
    background: linear-gradient(135deg, #09fff0, #07E3D4);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(7, 227, 212, 0.6);
    color: #070707 !important;
    text-decoration: none !important;
}

.rcr-visit-button:visited {
    color: #070707 !important;
}

.rcr-visit-button:active {
    color: #070707 !important;
}

.rcr-visit-button:focus {
    color: #070707 !important;
    outline: 2px solid #07E3D4;
    outline-offset: 2px;
}


.rcr-disclaimer {
    margin-top: 30px;
    padding: 20px;
    background: rgba(7, 227, 212, 0.05);
    border-left: 4px solid #07E3D4;
    border-radius: 0 8px 8px 0;
}

.rcr-disclaimer p {
    margin: 0;
    font-size: 13px;
    color: #b0b1b5;
    line-height: 1.5;
    font-style: italic;
}

/* Responsive Design */
@media (max-width: 768px) {
    .rcr-casino-rating {
        padding: 12px;
    }
    
    .rcr-title {
        font-size: 24px;
        margin-bottom: 16px;
    }
    
    .rcr-casino-card {
        flex-direction: column;
        padding: 14px;
        text-align: center;
        margin-bottom: 12px;
    }
    
    .rcr-rank-badge {
        align-self: center;
        width: 48px;
        height: 48px;
    }
    
    .rcr-rank-number {
        font-size: 20px;
    }
    
    .rcr-casino-logo {
        align-self: center;
        width: 110px;
        height: 72px;
    }
    
    .rcr-casino-name {
        font-size: 20px;
        justify-content: center;
    }
    
    .rcr-bonus {
        font-size: 16px;
    }
    
    .rcr-feature {
        font-size: 13px;
    }
    
    .rcr-actions {
        flex-direction: row;
        justify-content: center;
        min-width: auto;
        width: 100%;
    }
    
    .rcr-visit-button {
        flex: 1;
        max-width: 180px;
        padding: 10px 18px;
        font-size: 13px;
    }
    
}

@media (max-width: 480px) {
    .rcr-casino-rating {
        padding: 10px;
    }
    
    .rcr-casino-card {
        padding: 12px;
        margin-bottom: 10px;
    }
    
    .rcr-title {
        font-size: 20px;
        margin-bottom: 14px;
    }
    
    .rcr-casino-name {
        font-size: 18px;
        flex-direction: column;
        gap: 4px;
    }
    
    .rcr-bonus {
        font-size: 15px;
    }
    
    .rcr-feature {
        font-size: 12px;
    }
    
    .rcr-actions {
        flex-direction: column;
        gap: 8px;
    }
    
    .rcr-visit-button {
        width: 100%;
        max-width: none;
        padding: 10px 18px;
        font-size: 13px;
    }
}

/* Animation for loading */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.rcr-casino-card {
    animation: fadeInUp 0.6s ease-out;
}

.rcr-casino-card:nth-child(2) { animation-delay: 0.1s; }
.rcr-casino-card:nth-child(3) { animation-delay: 0.2s; }
.rcr-casino-card:nth-child(4) { animation-delay: 0.3s; }
.rcr-casino-card:nth-child(5) { animation-delay: 0.4s; }

/* Hover effects for interactive elements */
.rcr-casino-name {
    cursor: pointer;
    transition: color 0.3s ease;
}

.rcr-casino-name:hover {
    color: #07E3D4;
}

/* Print styles */
@media print {
    .rcr-casino-card {
        break-inside: avoid;
        box-shadow: none;
        border: 1px solid #ddd;
        background: white;
        color: black;
    }
    
    .rcr-visit-button {
        display: none;
    }
    
    .rcr-disclaimer {
        background: #f0f0f0;
        border-left: 4px solid #07E3D4;
    }
}

