.site-referrals-index-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.site-referrals-index-card .card-title {
    color: #333;
    font-weight: 600;
}

.site-referrals-index-table {
    margin-top: 2rem;
}

.site-referrals-index-table th {
    font-weight: 600;
    color: #444;
    border-bottom: 2px solid #dee2e6;
}

.site-referrals-index-table td {
    vertical-align: middle;
}

.site-referrals-index-table .badge {
    font-size: 0.85rem;
    padding: 0.5em 0.75em;
}

.site-referrals-index-copy-button {
    min-width: 100px;
}

.site-referrals-index-copy-button i {
    margin-right: 0.5rem;
}

@media (max-width: 768px) {
    .site-referrals-index-table {
        font-size: 0.9rem;
    }
    
    .site-referrals-index-copy-button {
        min-width: auto;
    }
}

.site-referrals-hero {
    background: linear-gradient(rgba(255,255,255,0.9), rgba(255,255,255,0.9));
    padding: 4rem 0;
}

.site-referrals-hero-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #2F3437;
    background: linear-gradient(45deg, #2F3437, #4A4F53);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}

.site-referrals-hero-subtitle {
    font-size: 1.25rem;
    opacity: 0.9;
    margin-bottom: 2rem;
}

.site-referrals-hero-description {
    max-width: 800px;
    margin: 0 auto;
    color: #4B5563;
    line-height: 1.6;
    font-size: 1.1rem;
}

.site-referrals-how-it-works {
    padding: 5rem 0;
    background-color: #f8fafc;
}

.site-referrals-step-card {
    background: white;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
    height: 100%;
    transition: transform 0.3s ease;
}

.site-referrals-step-card:hover {
    transform: translateY(-5px);
}

.site-referrals-step-number {
    width: 40px;
    height: 40px;
    background: #6366f1;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin-bottom: 1rem;
}

.site-referrals-rewards {
    background: linear-gradient(to right, #f0fdf4, #ecfdf5);
    border-radius: 1rem;
    padding: 2rem;
    margin: 2rem 0;
}

.site-referrals-rewards .bg-white {
    background: white;
    border-radius: 0.75rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.site-referrals-reward-card {
    background: white;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
    border-left: 4px solid #6366f1;
    margin-bottom: 1.5rem;
}

.site-referrals-multiplier {
    padding: 5rem 0;
}

.site-referrals-multiplier-card {
    background: white;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
    text-align: center;
}

.site-referrals-leaderboard {
    padding: 5rem 0;
}

.site-referrals-leaderboard-table {
    background: white;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
}

.site-referrals-sticky-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    padding: 1rem;
    box-shadow: 0 -4px 6px -1px rgb(0 0 0 / 0.1);
    z-index: 1000;
}

.site-referrals-copy-input {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 0.5rem;
    padding: 0.75rem 1rem;
}

.site-referrals-copy-button {
    background-color: #6366f1;
    color: white;
    border: none;
    border-radius: 0.5rem;
    padding: 0.75rem 1.5rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.site-referrals-copy-button:hover {
    background-color: #4f46e5;
}

/* Card Transitions */
.site-referrals-rewards,
.site-referrals-in-game,
.site-referrals-ambassador {
    transition: transform 0.2s ease-in-out;
}

.site-referrals-rewards:hover,
.site-referrals-in-game:hover,
.site-referrals-ambassador:hover {
    transform: scale(1.01);
}

/* List Styles */
.site-referrals-ambassador ul li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

/* CTA Button */
.site-referrals-cta button {
    transition: all 0.2s ease-in-out;
}

.site-referrals-cta button:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Hero Section */
.site-referrals-hero {
    background: linear-gradient(rgba(47, 52, 55, 0.05), rgba(47, 52, 55, 0.02));
    padding: 4rem 0;
}

.site-referrals-hero-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #2F3437;
    background: linear-gradient(45deg, #2F3437, #4A4F53);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}

/* Referral Rewards Section */
.site-referrals-rewards {
    background: linear-gradient(to right, #f0fdf4, #ecfdf5);
    border-radius: 1rem;
    padding: 2rem;
    margin: 2rem 0;
}

.site-referrals-rewards .bg-white {
    background: white;
    border-radius: 0.75rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

/* In-Game Referrals Section */
.site-referrals-in-game {
    background: linear-gradient(to right, #ecfdf5, #f0fdfa);
    border-radius: 1rem;
    padding: 2rem;
    margin: 2rem 0;
}

.site-referrals-in-game .bg-white {
    background: white;
    border-radius: 0.75rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

/* Ambassador Section */
.site-referrals-ambassador {
    background: linear-gradient(to right, #f0fdf4, #ecfdf5, #f0fdfa);
    border-radius: 1rem;
    padding: 2rem;
    margin: 2rem 0;
}

.site-referrals-ambassador ul {
    list-style: none;
    padding: 0;
}

.site-referrals-ambassador ul li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    color: #374151;
}

.site-referrals-ambassador ul li i {
    color: #16a34a;
    font-size: 1.25rem;
}

/* CTA Section */
.site-referrals-cta {
    text-align: center;
    padding: 3rem 0;
}

.site-referrals-cta button {
    background: linear-gradient(to right, #16a34a, #059669);
    color: white;
    font-weight: 600;
    padding: 1rem 2rem;
    border-radius: 0.5rem;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.site-referrals-cta button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    opacity: 0.95;
}

/* Common Styles */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.text-xl {
    font-size: 1.25rem;
}

.font-semibold {
    font-weight: 600;
}

.text-gray-900 {
    color: #111827;
}

.text-gray-600 {
    color: #4B5563;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .site-referrals-hero-title {
        font-size: 2rem;
    }
    
    .grid {
        grid-template-columns: 1fr !important;
    }
    
    .site-referrals-rewards,
    .site-referrals-in-game,
    .site-referrals-ambassador {
        padding: 1.5rem;
        margin: 1rem 0;
    }
}

/* Animation Classes */
.hover\:scale-105:hover {
    transform: scale(1.05);
}

.transition-all {
    transition: all 0.2s ease-in-out;
}

/* Card Styles */
.site-referrals-rewards-card,
.site-referrals-ingame-card,
.site-referrals-ambassador-card {
    border: none;
    transition: transform 0.2s;
}

.site-referrals-rewards-card {
    background: linear-gradient(135deg, #f8f9fa, #d1e7dd);
}

.site-referrals-ingame-card {
    background: linear-gradient(135deg, #d1e7dd, #99e9e0);
}

.site-referrals-ambassador-card {
    background: linear-gradient(135deg, #f8f9fa, #d1e7dd, #99e9e0);
}

/* Card Hover Effects */
.site-referrals-rewards-card:hover,
.site-referrals-ingame-card:hover,
.site-referrals-ambassador-card:hover {
    transform: translateY(-5px);
}

/* CTA Button */
.site-referrals-cta-button {
    padding: 1rem 2rem;
    font-weight: 600;
    transition: all 0.3s;
    background: linear-gradient(45deg, #198754, #20c997);
    border: none;
}

.site-referrals-cta-button:hover {
    opacity: 0.9;
    transform: scale(1.05);
}

/* Icons */
.bi {
    margin-right: 0.5rem;
}

/* List Items */
.list-unstyled li {
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
}

/* QR Code Styles */
.qr-code-container,
.qr-code-placeholder {
    min-width: 200px;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.qr-code-placeholder {
    color: #198754;
}

/* Social Media Buttons */
.btn-outline-primary:hover,
.btn-outline-info:hover,
.btn-outline-success:hover,
.btn-outline-danger:hover {
    transform: translateY(-3px);
    transition: transform 0.2s ease;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .social-icons-container {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .qr-code-container,
    .qr-code-placeholder {
        min-width: 150px;
        min-height: 150px;
    }
}

/* Text Effects */
.text-glow {
    color: #2F3437;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8),
                 0 0 20px rgba(255, 255, 255, 0.6),
                 0 0 30px rgba(255, 255, 255, 0.4);
    filter: drop-shadow(0 2px 4px rgba(255, 255, 255, 0.3));
}

.text-shadow {
    color: #2F3437;
    text-shadow: 0 2px 4px rgba(255, 255, 255, 0.2);
} 