/* Immersive Experience CSS */
.immersive-container {
    min-height: 100vh;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.analytics-card {
    transition: all 0.3s ease;
    border: 1px solid #dee2e6;
}

.analytics-card:hover {
    transform: none;
    box-shadow: 0 2px 8px rgba(59, 130, 246, 0.1);
}

.chart-container {
    position: relative;
    padding: 1rem;
    background: white;
    border-radius: 0.375rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.metric-counter {
    font-weight: 700;
    letter-spacing: -0.025em;
}