/* Cards */
.app-card,
.card {
    background-color: #fff;
    border: 0;
    border-radius: 1.25rem;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

/* Titres */
.section-title {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #0f172a;
    line-height: 1.2;
}

.section-subtitle {
    color: #64748b;
    font-size: 0.98rem;
}

/* Tables */
.table-responsive {
    border-radius: 1rem;
}

.table thead th {
    border-bottom: 0;
    font-size: 0.92rem;
    font-weight: 600;
    color: #334155;
    background-color: #f8fafc;
    white-space: nowrap;
}

.table tbody td {
    padding-top: 1rem;
    padding-bottom: 1rem;
    vertical-align: middle;
    color: #1e293b;
}

.table tbody tr:hover {
    background-color: #f8fbff;
}

/* Boutons custom */
.btn-soft-primary {
    border-radius: 0.9rem;
    padding: 0.8rem 1.25rem;
    font-weight: 600;
    box-shadow: 0 8px 20px rgba(13, 110, 253, 0.18);
}

/* Flash */
.flash-modern {
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
}

/* =========================
   TABLETTE
========================= */
@media (max-width: 991.98px) {
    .section-title {
        font-size: 1.75rem;
    }

    .table tbody td,
    .table thead th {
        font-size: 0.92rem;
    }
}

/* =========================
   MOBILE
========================= */
@media (max-width: 767.98px) {
    .section-title {
        font-size: 1.5rem;
    }

    .section-subtitle {
        font-size: 0.92rem;
    }

    .app-card,
    .card {
        border-radius: 1rem;
    }

    .table thead th {
        font-size: 0.85rem;
    }

    .table tbody td {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        font-size: 0.9rem;
    }

    .btn-soft-primary,
    .btn {
        padding-top: 0.7rem;
        padding-bottom: 0.7rem;
    }
}

/* =========================
   TRÈS PETITS ÉCRANS
========================= */
@media (max-width: 575.98px) {
    .section-title {
        font-size: 1.3rem;
    }

    .flash-modern {
        border-radius: 0.85rem;
    }
}
