/* Site 2 - CasinoRankingsHub Style - Professional, Table-focused Design */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.7;
    background: #0a0e1a;
    color: #e5e7eb;
}

/* Professional Table Styles */
table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    background: #1a1f2e;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

th {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    padding: 16px;
    text-align: left;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1.2px;
    color: #9ca3af;
    border-bottom: 2px solid #374151;
    position: sticky;
    top: 0;
    z-index: 10;
}

td {
    padding: 16px;
    border-bottom: 1px solid #1f2937;
    vertical-align: middle;
}

tr {
    transition: background-color 0.2s ease;
}

tr:not(:last-child) {
    border-bottom: 1px solid #1f2937;
}

tr:hover {
    background-color: #1f2937;
}

tr:last-child td {
    border-bottom: none;
}

/* Casino Card Styles - Minimalist for table context */
.casino-card {
    background: #1a1f2e;
    border-radius: 8px;
    padding: 20px;
    transition: all 0.3s ease;
    border: 1px solid #2d3748;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.casino-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    border-color: #4b5563;
}

.casino-card.featured {
    border-color: #fbbf24;
    background: linear-gradient(135deg, #1a1f2e 0%, #0f172a 100%);
    box-shadow: 0 4px 12px rgba(251, 191, 36, 0.2);
}

.casino-card.featured::before {
    content: "★ TOP RATED";
    position: absolute;
    top: -8px;
    right: 16px;
    background: #fbbf24;
    color: #000;
    padding: 4px 10px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Badge Styles - Professional, subtle */
.badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    margin: 2px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.badge-crypto {
    background: #065f46;
    color: #d1fae5;
    border: 1px solid #10b981;
}

.badge-card {
    background: #1e3a8a;
    color: #dbeafe;
    border: 1px solid #3b82f6;
}

.badge-ewallet {
    background: #581c87;
    color: #e9d5ff;
    border: 1px solid #8b5cf6;
}

.badge-fast {
    background: #78350f;
    color: #fef3c7;
    border: 1px solid #f59e0b;
}

.badge-instant {
    background: #065f46;
    color: #d1fae5;
    border: 1px solid #10b981;
}

.badge-medium {
    background: #374151;
    color: #d1d5db;
    border: 1px solid #6b7280;
}

/* Button Styles - Professional, clean */
.btn-primary {
    background: #2563eb;
    color: white;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 13px;
    transition: all 0.2s ease;
    border: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    width: 100%;
}

.btn-primary:hover {
    background: #1d4ed8;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.4);
}

.btn-secondary {
    background: transparent;
    color: #60a5fa;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 13px;
    transition: all 0.2s ease;
    border: 1px solid #3b82f6;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    width: 100%;
}

.btn-secondary:hover {
    background: rgba(59, 130, 246, 0.1);
    border-color: #60a5fa;
    color: #93c5fd;
}

/* Filter Section */
.filter-section {
    background: #1a1f2e;
    border: 1px solid #2d3748;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 24px;
}

.filter-section select {
    background: #0f172a;
    border: 1px solid #374151;
    color: #e5e7eb;
    padding: 10px 14px;
    border-radius: 6px;
    font-size: 14px;
    transition: all 0.2s ease;
}

.filter-section select:hover {
    border-color: #4b5563;
}

.filter-section select:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

/* Review Section - Editorial style */
.review-section {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #2d3748;
}

.review-item {
    background: #0f172a;
    padding: 16px;
    border-radius: 6px;
    margin-bottom: 12px;
    border-left: 3px solid #3b82f6;
    border: 1px solid #1f2937;
    border-left: 3px solid #3b82f6;
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    flex-wrap: wrap;
    gap: 8px;
}

.review-rating {
    color: #fbbf24;
    font-size: 14px;
}

/* Payment Icons - Minimalist */
.payment-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
}

.payment-icon {
    width: 28px;
    height: 28px;
    background: #1f2937;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border: 1px solid #374151;
}

/* Animation - Subtle */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in {
    animation: fadeIn 0.3s ease-out;
}

/* Responsive Table */
@media (max-width: 768px) {
    table {
        font-size: 12px;
    }
    
    th, td {
        padding: 10px 8px;
    }
    
    .btn-primary,
    .btn-secondary {
        padding: 8px 16px;
        font-size: 12px;
    }
}

/* Loading State */
.loading {
    opacity: 0.5;
    pointer-events: none;
}

/* Rank Badge */
.rank-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    border: 2px solid #374151;
    font-weight: 700;
    font-size: 16px;
}

.rank-badge.top {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    border-color: #fbbf24;
    color: #000;
}



