/* Slots Page Specific Styles */
.slots-hero {
    padding: 120px 0 60px;
    text-align: center;
}

.slots-hero h1 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 20px;
    color: #ffffff !important;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8), 0 0 20px rgba(140, 39, 184, 0.5);
    background: none !important;
    -webkit-text-fill-color: unset !important;
}

.slots-hero p {
    font-size: 1.2rem;
    color: #D1D5DB;
    margin-bottom: 40px;
}

.slots-search {
    max-width: 800px;
    margin: 0 auto;
}

.slots-search input {
    width: 100%;
    padding: 15px 20px;
    font-size: 1.1rem;
    background: rgba(0, 0, 0, 0.4);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 25px;
    color: white;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.slots-search input:focus {
    outline: none;
    border-color: #A855F7;
    box-shadow: 0 0 20px rgba(168, 85, 247, 0.3);
}

.slots-search input::placeholder {
    color: #9CA3AF;
}

.filter-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.filter-btn {
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.4);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 25px;
    color: #D1D5DB;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-btn:hover,
.filter-btn.active {
    background: #A855F7;
    border-color: #A855F7;
    color: white;
    transform: translateY(-2px);
}

.slots-section {
    padding: 60px 0;
}

.slots-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
}

.slot-card {
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.slot-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(168, 85, 247, 0.2);
    border-color: rgba(168, 85, 247, 0.5);
}

.slot-image {
    width: 100%;
    height: 200px;
    background: linear-gradient(45deg, #A855F7, #EC4899);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

.slot-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
    background: none;
    padding: 0;
    display: block;
}


.slot-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="40" r="1.5" fill="rgba(255,255,255,0.1)"/><circle cx="40" cy="70" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="70" cy="80" r="2.5" fill="rgba(255,255,255,0.1)"/></svg>');
    animation: sparkle 3s ease-in-out infinite;
}

@keyframes sparkle {
    0%, 100% { opacity: 0.3; }
    50% { opacity: 0.8; }
}

.slot-content {
    padding: 25px;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.slot-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
}

.slot-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: white;
    margin: 0;
}

.slot-provider {
    background: rgba(168, 85, 247, 0.2);
    color: #C084FC;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
}

.slot-description {
    color: #D1D5DB;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
    flex-grow: 1;
    min-height: 48px;
}

.slot-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 20px;
}

.stat-item {
    text-align: center;
}

.stat-label {
    font-size: 12px;
    color: #9CA3AF;
    margin-bottom: 4px;
}

.stat-value {
    font-size: 16px;
    font-weight: 600;
    color: #A855F7;
}

.slot-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.feature-tag {
    background: rgba(34, 197, 94, 0.2);
    color: #4ADE80;
    padding: 4px 8px;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 500;
}

.slot-rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
}

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

.star {
    color: #F59E0B;
    font-size: 16px;
}

.star.empty {
    color: #374151;
}

.rating-text {
    font-size: 14px;
    color: #D1D5DB;
}

.slots-info {
    padding: 60px 0;
    background: rgba(0, 0, 0, 0.3);
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.info-card {
    text-align: center;
    padding: 30px 20px;
}

.info-card h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #ffc400;
    margin-bottom: 15px;
}

.info-card p {
    color: #D1D5DB;
    line-height: 1.6;
}

/* Hidden class for filtering */
.hidden {
    display: none !important;
}

/* Loading animation */
.loading {
    text-align: center;
    padding: 60px 0;
    color: #9CA3AF;
}

.loading::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #9CA3AF;
    border-radius: 50%;
    border-top-color: #A855F7;
    animation: spin 1s ease-in-out infinite;
    margin-left: 10px;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* Responsive Design */
@media (max-width: 768px) {
    .slots-hero h1 {
        font-size: 2.5rem;
    }
    
    .filter-buttons {
        gap: 8px;
    }
    
    .filter-btn {
        padding: 8px 16px;
        font-size: 13px;
    }
    
    .slots-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .info-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .slot-stats {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px;
    }
}

@media (max-width: 480px) {
    .slots-search input {
        font-size: 16px; /* Prevents zoom on iOS */
    }
    
    .slot-content {
        padding: 20px;
    }
    
    .slot-title {
        font-size: 1.1rem;
    }
}


.slot-card-link {
    text-decoration: none !important;
}

.slot-card-link:focus,
.slot-card-link:active,
.slot-card-link:hover {
    text-decoration: none !important;
}
