/* Athayi LMS front-end dashboards. Scoped under .athayi-dash. */
.athayi-dash { max-width: 1100px; margin: 1em 0; }
.athayi-dash__head { display: flex; gap: 16px; align-items: center; margin-bottom: 20px; }
.athayi-dash__head h2 { margin: 0 0 4px; }
.athayi-dash .athayi-avatar { border-radius: 50%; width: 64px; height: 64px; object-fit: cover; }
.athayi-dash h3 { margin: 24px 0 8px; }
.athayi-muted { color: #6b7280; font-size: .9em; }
.athayi-table { width: 100%; border-collapse: collapse; margin-bottom: 8px; }
.athayi-table th, .athayi-table td { text-align: left; padding: 8px 10px; border-bottom: 1px solid #e5e7eb; font-size: .95em; }
.athayi-table thead th { border-bottom: 2px solid #d1d5db; }
.athayi-course-block { border: 1px solid #e5e7eb; border-radius: 8px; padding: 12px 16px; margin-bottom: 16px; }
.athayi-public-notice { padding: 12px 16px; background: #f3f4f6; border-radius: 8px; }
.athayi-badge { display: inline-block; padding: 2px 8px; border-radius: 10px; font-size: 12px; background: #eef2ff; color: #3730a3; }
.athayi-badge--active { background:#e6f4ea; color:#1e7e34; }
.athayi-badge--completed { background:#eae6f6; color:#4b3f8f; }
.athayi-badge--suspended { background:#fcf1e6; color:#9a5b16; }
.athayi-badge--withdrawn, .athayi-badge--cancelled, .athayi-badge--archived { background:#fbeaea; color:#8a1f1f; }
