/* @plugin: system_dashboard */

.senv-dashboard {
    max-width: 1100px;
    margin: 0 auto;
    animation: fadeIn 0.8s ease-out;
}

.senv-stat-card {
    border-color: var(--senv-stat-border, #e2e8f0);
    transition: box-shadow 0.2s;
}

.senv-section-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 28px 0 12px;
}

.senv-section-accent {
    width: 4px;
    height: 18px;
    border-radius: 2px;
    background: linear-gradient(135deg, #4f46e5, #3b82f6);
}
