/**
 * Stream Overlays Product Page Styles
 * Page-specific overrides and unique elements
 */

/* Hero gradient - Purple/Magenta streaming theme */
.widget-hero {
    background: linear-gradient(135deg, #1a0a2e 0%, #2d1b4e 50%, #4a1d6e 100%);
}

.hero-content h1 .gradient-text {
    background: linear-gradient(135deg, #a855f7 0%, #ec4899 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.btn-hero-primary {
    background: linear-gradient(135deg, #a855f7 0%, #ec4899 100%);
    color: white;
    box-shadow: 0 4px 20px rgba(168, 85, 247, 0.4);
}

.btn-hero-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 30px rgba(168, 85, 247, 0.5);
}

.feature-icon {
    background: linear-gradient(135deg, #a855f7 0%, #ec4899 100%);
    box-shadow: 0 8px 20px rgba(168, 85, 247, 0.25);
}

/* Overlays section */
.widget-overlays {
    background: #0f0a1f;
}

.overlay-card:hover {
    border-color: rgba(168, 85, 247, 0.5);
}

.overlay-card-preview {
    background: linear-gradient(135deg, #1a0a2e 0%, #2d1b4e 100%);
}

.overlay-card-badge {
    background: rgba(168, 85, 247, 0.2);
    border: 1px solid rgba(168, 85, 247, 0.3);
    color: #c084fc;
}

/* Stream Preview - Specific styles */
.preview-stream {
    background: linear-gradient(135deg, #0f0f1a 0%, #1a1a2e 100%);
    width: 340px;
    padding: 1.5rem;
    border-color: rgba(168, 85, 247, 0.3);
}

.preview-obs-badge i {
    color: #a855f7;
}

.preview-scoreboard {
    background: linear-gradient(135deg, rgba(168, 85, 247, 0.15) 0%, rgba(236, 72, 153, 0.1) 100%);
    border: 1px solid rgba(168, 85, 247, 0.3);
}

.preview-player-score {
    color: #a855f7;
}

@media (max-width: 768px) {
    .preview-stream {
        width: 300px;
    }
}
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1rem;
    padding: 0.5rem;
    background: rgba(145, 70, 255, 0.15);
    border: 1px solid rgba(145, 70, 255, 0.3);
    border-radius: 8px;
    font-size: 0.75rem;
    color: #c084fc;
}

.preview-integration-badge svg {
    width: 16px;
    height: 16px;
}

@media (max-width: 768px) {
    .preview-overlay {
        width: 300px;
    }
    
    .preview-stream-value {
        font-size: 2.5rem;
    }
}
