.analytics-card {
    background: white;
    padding: 1.5rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.stats-details {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 1rem;
}

.stat-item {
    background: #f8fafc;
    padding: 1rem;
    border-radius: 0.5rem;
    transition: all 0.2s ease;
}

.stat-item:hover {
    background: #f1f5f9;
    transform: translateY(-2px);
}

.stat-item h4 {
    color: #64748b;
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
}

.engagement-metrics {
    height: 400px;
    margin-top: 1rem;
}

.engagement-metrics .rz-chart {
    height: 100%;
}

.heat-map {
    height: 500px;
    width: 100%;
    background: #f8fafc;
    border-radius: 0.5rem;
    overflow: hidden;
}