/* =============================================================================
   KREABOARD — DASHBOARD CRÉATEUR — RESPONSIVE

   Le Dashboard conserve son responsive Creator.
   Les Accès rapide reprennent les seuils et la structure du Dashboard Prof.
   ============================================================================= */

/* Accès rapide — structure Prof */
@media (max-width: 1100px) {
  .kb-creatorDashboardShortcuts {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }
}

/* Responsive général Creator conservé */
@media (max-width: 980px) {
  .kb-creatorDashboard {
    padding: 24px 22px 40px;
  }
}

/* Accès rapide — structure Prof */
@media (max-width: 760px) {
  .kb-creatorDashboardShortcuts {
    grid-template-columns: 1fr;
  }
}

/* Responsive général Creator conservé */
@media (max-width: 680px) {
  .kb-creatorDashboard {
    padding: 20px 16px 34px;
  }

  .kb-creatorDashboardHero {
    margin-bottom: 28px;
  }

  .kb-creatorDashboardGrid {
    gap: 26px;
  }
}

/* Accès rapide — structure Prof */
@media (max-width: 480px) {
  .kb-creatorDashboardShortcut {
    padding:
      14px
      44px
      14px
      14px;
  }
}

/* Responsive général Creator conservé */
@media (max-width: 420px) {
  .kb-creatorDashboard {
    padding: 18px 14px 30px;
  }

  .kb-creatorDashboardSectionHead h2 {
    font-size: 20px;
  }
}
