.axioma-login-bg {
  background: radial-gradient(circle at top, #f8fafc, #e2e8f0);
}

.axioma-credentials {
  background: #f8f9fa;
  padding: 12px 14px;
  border-radius: 8px;
}

.axioma-credentials li {
  font-size: 0.9rem;
  margin-top: 4px;
}

.axioma-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #3c8dbc;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.axioma-role {
  display: block;
  font-size: 0.8rem;
  color: #9ca3af;
}

.axioma-activity {
  padding-left: 18px;
  margin-bottom: 0;
}

.axioma-activity li {
  margin-bottom: 8px;
}

.axioma-material {
  display: grid;
  gap: 12px;
}

.axioma-material-item {
  display: flex;
  gap: 10px;
  align-items: center;
}

.axioma-material-item i {
  font-size: 1.4rem;
  color: #3c8dbc;
}

.axioma-action {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.axioma-action i {
  font-size: 1.6rem;
  color: #007bff;
}

.axioma-section {
  display: none;
}

.axioma-section.active {
  display: block;
}

.axioma-course-card {
  border-top: 3px solid #17a2b8;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.08);
}

.axioma-course-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.axioma-tag {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #6c757d;
}

.axioma-course-actions {
  display: flex;
  gap: 8px;
}

.axioma-session {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #e9ecef;
}

.axioma-session:last-child {
  border-bottom: none;
}

.axioma-recommendation button {
  margin-top: 6px;
}

.axioma-module-list {
  list-style: none;
  padding-left: 0;
  margin-top: 16px;
}

.axioma-module-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f8f9fa;
  border-radius: 8px;
  padding: 10px 12px;
  margin-bottom: 8px;
}

.axioma-module-list li .axioma-item-meta {
  font-size: 0.85rem;
  color: #6c757d;
}

.axioma-module-list .axioma-empty {
  background: transparent;
  color: #9ca3af;
  justify-content: center;
}

.axioma-remove-item {
  border: none;
  background: transparent;
  color: #dc3545;
}

.axioma-course-hero {
  border-left: 4px solid #17a2b8;
  background: linear-gradient(120deg, rgba(23, 162, 184, 0.08), rgba(23, 162, 184, 0.02));
}

.axioma-course-hero-top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.axioma-course-progress {
  min-width: 200px;
}

.axioma-course-tags {
  margin-top: 10px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.axioma-module {
  border: 1px solid #e9ecef;
  border-radius: 10px;
  padding: 12px 14px;
  margin-bottom: 12px;
}

.axioma-module-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.axioma-module ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.axioma-module li {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #4b5563;
  padding: 4px 0;
}

.axioma-table td {
  vertical-align: middle;
}

.axioma-student {
  display: flex;
  gap: 10px;
  align-items: center;
}

.axioma-avatar-sm {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #e9ecef;
  color: #495057;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 0.85rem;
}

.axioma-segment {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.axioma-student-hero {
  border-left: 4px solid #28a745;
  background: linear-gradient(120deg, rgba(40, 167, 69, 0.08), rgba(40, 167, 69, 0.02));
}

.axioma-student-hero-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  flex-wrap: wrap;
}

.axioma-student-identity {
  display: flex;
  gap: 12px;
  align-items: center;
}

.axioma-avatar-lg {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #d4edda;
  color: #155724;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.axioma-student-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.axioma-student-module {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #e9ecef;
}

.axioma-student-module:last-child {
  border-bottom: none;
}

.axioma-alert {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 10px 0;
  border-bottom: 1px solid #e9ecef;
}

.axioma-alert:last-child {
  border-bottom: none;
}

.axioma-editor-module {
  border: 1px solid #e9ecef;
  border-radius: 10px;
  padding: 12px 14px;
  margin-bottom: 14px;
}

.axioma-editor-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.axioma-editor-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.axioma-editor-list li {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 4px 0;
  color: #4b5563;
}

.axioma-enrolled {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #e9ecef;
}

.axioma-enrolled:last-child {
  border-bottom: none;
}

.axioma-inline-form {
  background: #f8f9fa;
  padding: 12px;
  border-radius: 8px;
}

.axioma-inline-form label {
  font-size: 0.85rem;
  color: #6c757d;
}

.axioma-materials-list {
  margin-top: 12px;
  border-top: 1px dashed #e9ecef;
  padding-top: 12px;
}

.axioma-material-form {
  margin-bottom: 10px;
}

.axioma-danger-form {
  margin-top: 6px;
}

.axioma-form-actions {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.axioma-drag-handle {
  cursor: grab;
  color: #adb5bd;
  margin-bottom: 8px;
}

.axioma-draggable {
  border: 1px solid #e9ecef;
  border-radius: 10px;
  padding: 12px;
  margin-bottom: 12px;
  background: #fff;
}

.axioma-dragging {
  opacity: 0.6;
}

.axioma-order-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.axioma-material-item-card {
  margin-bottom: 12px;
}