.role-tag {
    display: inline-block;
    background: var(--color-accent);
    color: white;
    font-size: 9px;
    padding: 2px 6px;
    border-radius: 20px;
    margin-right: 6px;
}

.group-widget {
    background: var(--color-surface-muted);
    border-radius: 20px;
    padding: 16px;
    margin-top: 16px;
}

.student-list {
    max-height: 200px;
    overflow-y: auto;
    font-size: 13px;
    margin-top: 8px;
}

.recommended-item {
    background: var(--color-surface-alt);
    border-radius: 12px;
    padding: 12px;
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.progress-bar {
    background: var(--color-surface-muted);
    border-radius: 20px;
    height: 8px;
    overflow: hidden;
    margin: 8px 0;
}

.progress-fill {
    background: var(--color-brand);
    height: 100%;
    width: 0%;
    border-radius: 20px;
    transition: width 0.3s;
}

.category-progress {
    margin-bottom: 16px;
}
