.dashboard-container {
    max-width: 900px;
    margin: 2rem auto;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(40, 60, 120, 0.08);
    padding: 2rem 2.5rem;
}

.dashboard-title {
    font-size: 2.1rem;
    letter-spacing: 0.03em;
    margin-bottom: 1.5rem;
    color: #254278;
}

.dashboard-summary ul {
    display: flex;
    gap: 2.5rem;
    margin-bottom: 2rem;
    list-style: none;
    padding: 0;
}

.dashboard-summary .label {
    font-weight: 600;
    color: #637aa2;
    margin-right: 0.5em;
}

.dashboard-table {
    width: 100%;
    border-collapse: collapse;
    background: #f7f9fa;
    border-radius: 14px;
    overflow: hidden;
}

.dashboard-table th, .dashboard-table td {
    padding: 0.8em 1.1em;
    border-bottom: 1px solid #e3e7ef;
    text-align: center;
    font-size: 1.02rem;
}

.dashboard-table th {
    background: #e8edf6;
    color: #234;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.dashboard-table tbody tr:last-child td {
    border-bottom: none;
}

.resa-status {
    padding: 0.2em 0.8em;
    border-radius: 2em;
    font-size: 0.96em;
    font-weight: 600;
    display: inline-block;
}
.resa-status-en attente { background: #f9e795; color: #8e7d2e; }
.resa-status-validée    { background: #c0f2ca; color: #237448; }
.resa-status-annulée    { background: #ffd3d3; color: #d82e2e; }
